enhance(frontend): ノート検索ページのデザイン調整 (#14780)
* enhance(frontend): 検索ページのホスト指定とユーザー指定を統合する (#273) (cherry picked from commit c79392c88d6bf58ede39d8bba9ca2778c58521ef) * fix * 🎨 * Update Changelog * Update Changelog * refactor --------- Co-authored-by: taiy <53635909+taiyme@users.noreply.github.com>
This commit is contained in:
parent
ec83815227
commit
da66079c29
6 changed files with 264 additions and 140 deletions
30
locales/index.d.ts
vendored
30
locales/index.d.ts
vendored
|
|
@ -11000,6 +11000,36 @@ export interface Locale extends ILocale {
|
|||
*/
|
||||
"otherOption3": string;
|
||||
};
|
||||
"_search": {
|
||||
/**
|
||||
* 全て
|
||||
*/
|
||||
"searchScopeAll": string;
|
||||
/**
|
||||
* ローカル
|
||||
*/
|
||||
"searchScopeLocal": string;
|
||||
/**
|
||||
* サーバー指定
|
||||
*/
|
||||
"searchScopeServer": string;
|
||||
/**
|
||||
* ユーザー指定
|
||||
*/
|
||||
"searchScopeUser": string;
|
||||
/**
|
||||
* サーバーのホストを入力してください
|
||||
*/
|
||||
"pleaseEnterServerHost": string;
|
||||
/**
|
||||
* ユーザーを選択してください
|
||||
*/
|
||||
"pleaseSelectUser": string;
|
||||
/**
|
||||
* 例: misskey.example.com
|
||||
*/
|
||||
"serverHostPlaceholder": string;
|
||||
};
|
||||
}
|
||||
declare const locales: {
|
||||
[lang: string]: Locale;
|
||||
|
|
|
|||
|
|
@ -2942,3 +2942,12 @@ _bootErrors:
|
|||
otherOption1: "クライアント設定とキャッシュを削除"
|
||||
otherOption2: "簡易クライアントを起動"
|
||||
otherOption3: "修復ツールを起動"
|
||||
|
||||
_search:
|
||||
searchScopeAll: "全て"
|
||||
searchScopeLocal: "ローカル"
|
||||
searchScopeServer: "サーバー指定"
|
||||
searchScopeUser: "ユーザー指定"
|
||||
pleaseEnterServerHost: "サーバーのホストを入力してください"
|
||||
pleaseSelectUser: "ユーザーを選択してください"
|
||||
serverHostPlaceholder: "例: misskey.example.com"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue