1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-06 02:54:09 +02:00

Merge branch 'develop' into copilot/add-user-mute-settings

This commit is contained in:
かっこかり
2025-11-10 18:38:04 +09:00
committed by GitHub
36 changed files with 376 additions and 161 deletions

4
locales/index.d.ts vendored
View File

@@ -6207,6 +6207,10 @@ export interface Locale extends ILocale {
* 絵文字ピッカーに固定表示するプリセットをパレットとして登録したり、ピッカーの表示方法をカスタマイズしたりできます。
*/
"emojiPaletteBanner": string;
/**
* アニメーション画像を有効にする
*/
"enableAnimatedImages": string;
"_chat": {
/**
* 送信者の名前を表示

View File

@@ -1559,6 +1559,7 @@ _settings:
showAvailableReactionsFirstInNote: "利用できるリアクションを先頭に表示"
showPageTabBarBottom: "ページのタブバーを下部に表示"
emojiPaletteBanner: "絵文字ピッカーに固定表示するプリセットをパレットとして登録したり、ピッカーの表示方法をカスタマイズしたりできます。"
enableAnimatedImages: "アニメーション画像を有効にする"
_chat:
showSenderName: "送信者の名前を表示"