1
0

enhance(frontend): チャットの送信者名を表示できるように

This commit is contained in:
syuilo
2025-03-25 12:36:21 +09:00
parent 9f4fa6d3f5
commit 8c1fc85d00
8 changed files with 59 additions and 11 deletions
+6
View File
@@ -5614,6 +5614,12 @@ export interface Locale extends ILocale {
*
*/
"showNavbarSubButtons": string;
"_chat": {
/**
*
*/
"showSenderName": string;
};
};
"_preferencesProfile": {
/**
+3
View File
@@ -1405,6 +1405,9 @@ _settings:
makeEveryTextElementsSelectable_description: "有効にすると、一部のシチュエーションでのユーザビリティが低下する場合があります。"
showNavbarSubButtons: "ナビゲーションバーに副ボタンを表示"
_chat:
showSenderName: "送信者の名前を表示"
_preferencesProfile:
profileName: "プロファイル名"
profileNameDescription: "このデバイスを識別する名前を設定してください。"