enhance(frontend): 絵文字パレット設定に説明文を追加 (#16750)

* enhance(frontend): 絵文字パレット設定に説明文を追加

* tweak message
This commit is contained in:
かっこかり
2025-11-05 11:35:48 +09:00
committed by GitHub
parent 1cebad0ddb
commit 344f50d538
4 changed files with 10 additions and 0 deletions

4
locales/index.d.ts vendored
View File

@@ -5997,6 +5997,10 @@ export interface Locale extends ILocale {
* ページのタブバーを下部に表示
*/
"showPageTabBarBottom": string;
/**
* 絵文字ピッカーに固定表示するプリセットをパレットとして登録したり、ピッカーの表示方法をカスタマイズしたりできます。
*/
"emojiPaletteBanner": string;
"_chat": {
/**
* 送信者の名前を表示

View File

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