1
0

enhance(frontend): チャットが開放されていない場合のUIを改善

This commit is contained in:
syuilo
2025-03-28 10:34:25 +09:00
parent 30e0259062
commit 0c14250678
4 changed files with 21 additions and 7 deletions
+4
View File
@@ -5472,6 +5472,10 @@ export interface Locale extends ILocale {
*
*/
"deleteRoom": string;
/**
*
*/
"chatNotAvailableForThisAccountOrServer": string;
/**
*
*/
+1
View File
@@ -1365,6 +1365,7 @@ _chat:
newline: "改行"
muteThisRoom: "このルームをミュート"
deleteRoom: "ルームを削除"
chatNotAvailableForThisAccountOrServer: "このサーバー、またはこのアカウントでチャットは有効化されていません。"
cannotChatWithTheUser: "このユーザーとのチャットを開始できません"
cannotChatWithTheUser_description: "チャットが使えない状態になっているか、相手がチャットを開放していません。"
chatWithThisUser: "チャットする"