🎨
This commit is contained in:
Vendored
+10
-2
@@ -2053,9 +2053,17 @@ export interface Locale extends ILocale {
|
||||
*/
|
||||
"native": string;
|
||||
/**
|
||||
* メニューをドロワーで表示しない
|
||||
* メニューのスタイル
|
||||
*/
|
||||
"disableDrawer": string;
|
||||
"menuStyle": string;
|
||||
/**
|
||||
* ドロワー
|
||||
*/
|
||||
"drawer": string;
|
||||
/**
|
||||
* ポップアップ
|
||||
*/
|
||||
"popup": string;
|
||||
/**
|
||||
* ノートのアクションをホバー時のみ表示する
|
||||
*/
|
||||
|
||||
+3
-1
@@ -509,7 +509,9 @@ uiLanguage: "UIの表示言語"
|
||||
aboutX: "{x}について"
|
||||
emojiStyle: "絵文字のスタイル"
|
||||
native: "ネイティブ"
|
||||
disableDrawer: "メニューをドロワーで表示しない"
|
||||
menuStyle: "メニューのスタイル"
|
||||
drawer: "ドロワー"
|
||||
popup: "ポップアップ"
|
||||
showNoteActionsOnlyHover: "ノートのアクションをホバー時のみ表示する"
|
||||
showReactionsCount: "ノートのリアクション数を表示する"
|
||||
noHistory: "履歴はありません"
|
||||
|
||||
Reference in New Issue
Block a user