From f3d83c48f7820afb65434ca4e122cfe12169fbcc Mon Sep 17 00:00:00 2001 From: CenTdemeern1 Date: Thu, 3 Oct 2024 19:29:38 +0200 Subject: [PATCH] Add JP localization for Show Below Avatar (cherry picked from commit 25e90f9c071fc6de07fb50f4adce96f7de1f354f) --- locales/index.d.ts | 4 ++++ locales/ja-JP.yml | 1 + 2 files changed, 5 insertions(+) diff --git a/locales/index.d.ts b/locales/index.d.ts index 1a0547ebc6..e33d41f939 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -4918,6 +4918,10 @@ export interface Locale extends ILocale { * 反転 */ "flip": string; + /** + * アイコンの後ろに表示 + */ + "showBelowAvatar": string; /** * アイコンのデコレーションを表示 */ diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 92014c8abc..29229850b7 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1225,6 +1225,7 @@ detach: "外す" detachAll: "全て外す" angle: "角度" flip: "反転" +showBelowAvatar: "アイコンの後ろに表示" showAvatarDecorations: "アイコンのデコレーションを表示" releaseToRefresh: "離してリロード" refreshing: "リロード中"