1
0

enhance(frontend): チャットルームを削除できるように

This commit is contained in:
syuilo
2025-03-25 09:30:14 +09:00
parent 5d3e8253c4
commit 2370b55a27
3 changed files with 22 additions and 0 deletions
+4
View File
@@ -5452,6 +5452,10 @@ export interface Locale extends ILocale {
*
*/
"muteThisRoom": string;
/**
*
*/
"deleteRoom": string;
/**
*
*/
+1
View File
@@ -1360,6 +1360,7 @@ _chat:
searchMessages: "メッセージを検索"
home: "ホーム"
muteThisRoom: "このルームをミュート"
deleteRoom: "ルームを削除"
cannotChatWithTheUser: "このユーザーとのチャットを開始できません"
cannotChatWithTheUser_description: "チャットが使えない状態になっているか、相手がチャットを開放していません。"
chatWithThisUser: "チャットする"