diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-11-10 13:23:23 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-11-10 13:23:23 +0900 |
| commit | 23d2d191a0b0dfc8ce3a369d0077dc5991ea42f4 (patch) | |
| tree | 217a5582fa2b655d16cc543c303ec2a52801a671 /locales | |
| parent | chore: RoleServiceのunit-test追加 (#16777) (diff) | |
| download | misskey-23d2d191a0b0dfc8ce3a369d0077dc5991ea42f4.tar.gz misskey-23d2d191a0b0dfc8ce3a369d0077dc5991ea42f4.tar.bz2 misskey-23d2d191a0b0dfc8ce3a369d0077dc5991ea42f4.zip | |
chore(frontend): アニメーション画像設定をパフォーマンスセクションにも追加
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 0d0c1cfc53..0c93055b39 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -6187,6 +6187,10 @@ export interface Locale extends ILocale { * 絵文字ピッカーに固定表示するプリセットをパレットとして登録したり、ピッカーの表示方法をカスタマイズしたりできます。 */ "emojiPaletteBanner": string; + /** + * アニメーション画像を有効にする + */ + "enableAnimatedImages": string; "_chat": { /** * 送信者の名前を表示 diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index e40c083cff..bcd2b9add6 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1554,6 +1554,7 @@ _settings: showAvailableReactionsFirstInNote: "利用できるリアクションを先頭に表示" showPageTabBarBottom: "ページのタブバーを下部に表示" emojiPaletteBanner: "絵文字ピッカーに固定表示するプリセットをパレットとして登録したり、ピッカーの表示方法をカスタマイズしたりできます。" + enableAnimatedImages: "アニメーション画像を有効にする" _chat: showSenderName: "送信者の名前を表示" |