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
locales/index.d.ts vendored
View File

@@ -5472,6 +5472,10 @@ export interface Locale extends ILocale {
* ルームを削除
*/
"deleteRoom": string;
/**
* このサーバー、またはこのアカウントでチャットは有効化されていません。
*/
"chatNotAvailableForThisAccountOrServer": string;
/**
* このユーザーとのチャットを開始できません
*/