diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-25 13:41:12 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-03-25 13:41:12 +0900 |
| commit | c51e862b7de460cd7c1b57a63a002156bbfe1b49 (patch) | |
| tree | 2c6742d38fcc1683a84291ace41d8247182c502c /locales | |
| parent | fix(backend): 自分がオーナーではない参加中のルームにメッ... (diff) | |
| download | sharkey-c51e862b7de460cd7c1b57a63a002156bbfe1b49.tar.gz sharkey-c51e862b7de460cd7c1b57a63a002156bbfe1b49.tar.bz2 sharkey-c51e862b7de460cd7c1b57a63a002156bbfe1b49.zip | |
enhance: 送信したチャットルームへの招待を確認できるように
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 | ||||
| -rw-r--r-- | locales/ja-JP.yml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index b0da7915dc..eee9de8f0d 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -5425,6 +5425,10 @@ export interface Locale extends ILocale { */ "inviteUser": string; /** + * 送信した招待 + */ + "sentInvitations": string; + /** * 参加 */ "join": string; diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index b95adb1871..e4c17276b1 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1353,6 +1353,7 @@ _chat: noHistory: "履歴はありません" noRooms: "ルームはありません" inviteUser: "ユーザーを招待" + sentInvitations: "送信した招待" join: "参加" ignore: "無視" leave: "ルームから退出" |