1
0
This commit is contained in:
syuilo
2024-09-25 12:31:04 +09:00
parent c88957c037
commit 53682f5cc6
7 changed files with 102 additions and 69 deletions
+10 -2
View File
@@ -2053,9 +2053,17 @@ export interface Locale extends ILocale {
*/
"native": string;
/**
*
*
*/
"disableDrawer": string;
"menuStyle": string;
/**
*
*/
"drawer": string;
/**
*
*/
"popup": string;
/**
*
*/
+3 -1
View File
@@ -509,7 +509,9 @@ uiLanguage: "UIの表示言語"
aboutX: "{x}について"
emojiStyle: "絵文字のスタイル"
native: "ネイティブ"
disableDrawer: "メニューをドロワーで表示しない"
menuStyle: "メニューのスタイル"
drawer: "ドロワー"
popup: "ポップアップ"
showNoteActionsOnlyHover: "ノートのアクションをホバー時のみ表示する"
showReactionsCount: "ノートのリアクション数を表示する"
noHistory: "履歴はありません"