fix(i18n): ロールが付与された際の通知のローカライゼーションが一部欠けているのを修正 (#12745)
This commit is contained in:
parent
52b94dbc4a
commit
d68214bd46
2 changed files with 2 additions and 0 deletions
1
locales/index.d.ts
vendored
1
locales/index.d.ts
vendored
|
@ -2347,6 +2347,7 @@ export interface Locale {
|
||||||
"pollEnded": string;
|
"pollEnded": string;
|
||||||
"receiveFollowRequest": string;
|
"receiveFollowRequest": string;
|
||||||
"followRequestAccepted": string;
|
"followRequestAccepted": string;
|
||||||
|
"roleAssigned": string;
|
||||||
"achievementEarned": string;
|
"achievementEarned": string;
|
||||||
"app": string;
|
"app": string;
|
||||||
};
|
};
|
||||||
|
|
|
@ -2250,6 +2250,7 @@ _notification:
|
||||||
pollEnded: "アンケートが終了"
|
pollEnded: "アンケートが終了"
|
||||||
receiveFollowRequest: "フォロー申請を受け取った"
|
receiveFollowRequest: "フォロー申請を受け取った"
|
||||||
followRequestAccepted: "フォローが受理された"
|
followRequestAccepted: "フォローが受理された"
|
||||||
|
roleAssigned: "ロールが付与された"
|
||||||
achievementEarned: "実績の獲得"
|
achievementEarned: "実績の獲得"
|
||||||
app: "連携アプリからの通知"
|
app: "連携アプリからの通知"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue