enhance(frontend): チャットルームを削除できるように
This commit is contained in:
Vendored
+4
@@ -5452,6 +5452,10 @@ export interface Locale extends ILocale {
|
||||
* このルームをミュート
|
||||
*/
|
||||
"muteThisRoom": string;
|
||||
/**
|
||||
* ルームを削除
|
||||
*/
|
||||
"deleteRoom": string;
|
||||
/**
|
||||
* このユーザーとのチャットを開始できません
|
||||
*/
|
||||
|
||||
@@ -1360,6 +1360,7 @@ _chat:
|
||||
searchMessages: "メッセージを検索"
|
||||
home: "ホーム"
|
||||
muteThisRoom: "このルームをミュート"
|
||||
deleteRoom: "ルームを削除"
|
||||
cannotChatWithTheUser: "このユーザーとのチャットを開始できません"
|
||||
cannotChatWithTheUser_description: "チャットが使えない状態になっているか、相手がチャットを開放していません。"
|
||||
chatWithThisUser: "チャットする"
|
||||
|
||||
Reference in New Issue
Block a user