summaryrefslogtreecommitdiff
path: root/locales
diff options
context:
space:
mode:
authorsyuilo <4439005+syuilo@users.noreply.github.com>2024-09-25 12:31:04 +0900
committersyuilo <4439005+syuilo@users.noreply.github.com>2024-09-25 12:31:04 +0900
commit53682f5cc6fd76ec325aff771459a5d42a1cd559 (patch)
tree0c0013f97a657150bd19268bffe41c241cd9c9f1 /locales
parent:art: (diff)
downloadsharkey-53682f5cc6fd76ec325aff771459a5d42a1cd559.tar.gz
sharkey-53682f5cc6fd76ec325aff771459a5d42a1cd559.tar.bz2
sharkey-53682f5cc6fd76ec325aff771459a5d42a1cd559.zip
:art:
Diffstat (limited to 'locales')
-rw-r--r--locales/index.d.ts12
-rw-r--r--locales/ja-JP.yml4
2 files changed, 13 insertions, 3 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index 2a27eb3e15..f379fe7c40 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -2053,9 +2053,17 @@ export interface Locale extends ILocale {
*/
"native": string;
/**
- * メニューをドロワーで表示しない
+ * メニューのスタイル
*/
- "disableDrawer": string;
+ "menuStyle": string;
+ /**
+ * ドロワー
+ */
+ "drawer": string;
+ /**
+ * ポップアップ
+ */
+ "popup": string;
/**
* ノートのアクションをホバー時のみ表示する
*/
diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml
index 80cd8dc7cc..25af266c0b 100644
--- a/locales/ja-JP.yml
+++ b/locales/ja-JP.yml
@@ -509,7 +509,9 @@ uiLanguage: "UIの表示言語"
aboutX: "{x}について"
emojiStyle: "絵文字のスタイル"
native: "ネイティブ"
-disableDrawer: "メニューをドロワーで表示しない"
+menuStyle: "メニューのスタイル"
+drawer: "ドロワー"
+popup: "ポップアップ"
showNoteActionsOnlyHover: "ノートのアクションをホバー時のみ表示する"
showReactionsCount: "ノートのリアクション数を表示する"
noHistory: "履歴はありません"