mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 04:04:16 +00:00
enhance: チャットルームに招待されたときの通知を追加
This commit is contained in:
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
@@ -9883,6 +9883,10 @@ export interface Locale extends ILocale {
|
||||
* ロールが付与されました
|
||||
*/
|
||||
"roleAssigned": string;
|
||||
/**
|
||||
* チャットルームへ招待されました
|
||||
*/
|
||||
"chatRoomInvitationReceived": string;
|
||||
/**
|
||||
* プッシュ通知の更新をしました
|
||||
*/
|
||||
@@ -9992,6 +9996,10 @@ export interface Locale extends ILocale {
|
||||
* ロールが付与された
|
||||
*/
|
||||
"roleAssigned": string;
|
||||
/**
|
||||
* チャットルームへ招待された
|
||||
*/
|
||||
"chatRoomInvitationReceived": string;
|
||||
/**
|
||||
* 実績の獲得
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user