1
0

enhance: 送信したチャットルームへの招待を確認できるように

This commit is contained in:
syuilo
2025-03-25 13:41:12 +09:00
parent 1736955694
commit c51e862b7d
11 changed files with 205 additions and 3 deletions
+4
View File
@@ -5424,6 +5424,10 @@ export interface Locale extends ILocale {
*
*/
"inviteUser": string;
/**
*
*/
"sentInvitations": string;
/**
*
*/
+1
View File
@@ -1353,6 +1353,7 @@ _chat:
noHistory: "履歴はありません"
noRooms: "ルームはありません"
inviteUser: "ユーザーを招待"
sentInvitations: "送信した招待"
join: "参加"
ignore: "無視"
leave: "ルームから退出"