Skip to content

Commit

Permalink
enhance(frontend): 検索ページのホスト指定とユーザー指定を統合する (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiyme authored Sep 27, 2024
1 parent 9a4d8fe commit c79392c
Show file tree
Hide file tree
Showing 5 changed files with 248 additions and 136 deletions.
30 changes: 30 additions & 0 deletions locales/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10495,6 +10495,36 @@ export interface Locale extends ILocale {
*/
readonly "repositoryUrlDescription": string;
};
readonly "_search": {
/**
* 全て
*/
readonly "searchScopeAll": string;
/**
* ローカル
*/
readonly "searchScopeLocal": string;
/**
* サーバー指定
*/
readonly "searchScopeServer": string;
/**
* ユーザー指定
*/
readonly "searchScopeUser": string;
/**
* サーバーのホストを入力してください
*/
readonly "pleaseEnterServerHost": string;
/**
* ユーザーを選択してください
*/
readonly "pleaseSelectUser": string;
/**
* 例: misskey.example.com
*/
readonly "serverHostPlaceholder": string;
};
};
}
declare const locales: {
Expand Down
8 changes: 8 additions & 0 deletions locales/ja-JP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2800,3 +2800,11 @@ _tms:
caption: "長押しを含む操作が中断される問題を解消します。"
_admin:
repositoryUrlDescription: "ソースコードが公開されているリポジトリがある場合、そのURLを記入します。taiymeを現状のまま(ソースコードにいかなる変更も加えずに)使用している場合は https://github.com/taiyme/misskey と記入します。"
_search:
searchScopeAll: "全て"
searchScopeLocal: "ローカル"
searchScopeServer: "サーバー指定"
searchScopeUser: "ユーザー指定"
pleaseEnterServerHost: "サーバーのホストを入力してください"
pleaseSelectUser: "ユーザーを選択してください"
serverHostPlaceholder: "例: misskey.example.com"
Loading

0 comments on commit c79392c

Please sign in to comment.