enhance: 送信したチャットルームへの招待を確認できるように
This commit is contained in:
Vendored
+4
@@ -5424,6 +5424,10 @@ export interface Locale extends ILocale {
|
||||
* ユーザーを招待
|
||||
*/
|
||||
"inviteUser": string;
|
||||
/**
|
||||
* 送信した招待
|
||||
*/
|
||||
"sentInvitations": string;
|
||||
/**
|
||||
* 参加
|
||||
*/
|
||||
|
||||
@@ -1353,6 +1353,7 @@ _chat:
|
||||
noHistory: "履歴はありません"
|
||||
noRooms: "ルームはありません"
|
||||
inviteUser: "ユーザーを招待"
|
||||
sentInvitations: "送信した招待"
|
||||
join: "参加"
|
||||
ignore: "無視"
|
||||
leave: "ルームから退出"
|
||||
|
||||
Reference in New Issue
Block a user