enhance(frontend): チャットの送信者名を表示できるように
This commit is contained in:
Vendored
+6
@@ -5614,6 +5614,12 @@ export interface Locale extends ILocale {
|
||||
* ナビゲーションバーに副ボタンを表示
|
||||
*/
|
||||
"showNavbarSubButtons": string;
|
||||
"_chat": {
|
||||
/**
|
||||
* 送信者の名前を表示
|
||||
*/
|
||||
"showSenderName": string;
|
||||
};
|
||||
};
|
||||
"_preferencesProfile": {
|
||||
/**
|
||||
|
||||
@@ -1405,6 +1405,9 @@ _settings:
|
||||
makeEveryTextElementsSelectable_description: "有効にすると、一部のシチュエーションでのユーザビリティが低下する場合があります。"
|
||||
showNavbarSubButtons: "ナビゲーションバーに副ボタンを表示"
|
||||
|
||||
_chat:
|
||||
showSenderName: "送信者の名前を表示"
|
||||
|
||||
_preferencesProfile:
|
||||
profileName: "プロファイル名"
|
||||
profileNameDescription: "このデバイスを識別する名前を設定してください。"
|
||||
|
||||
Reference in New Issue
Block a user