mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
fix(frontend): 通知の設定画面で予約投稿関連の翻訳が当たっていない問題の修正 (#16603)
* fix(frontend): 予約投稿通知の設定画面に不足している翻訳を追加 * fix(misskey-js): 廃止された通知が定義に残っているのを修正 * fix(frontend): 予約投稿の完了/失敗通知はオンオフのみ
This commit is contained in:
8
locales/index.d.ts
vendored
8
locales/index.d.ts
vendored
@@ -10481,6 +10481,14 @@ export interface Locale extends ILocale {
|
||||
* アンケートが終了
|
||||
*/
|
||||
"pollEnded": string;
|
||||
/**
|
||||
* 予約投稿が成功した
|
||||
*/
|
||||
"scheduledNotePosted": string;
|
||||
/**
|
||||
* 予約投稿が失敗した
|
||||
*/
|
||||
"scheduledNotePostFailed": string;
|
||||
/**
|
||||
* フォロー申請を受け取った
|
||||
*/
|
||||
|
||||
@@ -2768,6 +2768,8 @@ _notification:
|
||||
quote: "引用"
|
||||
reaction: "リアクション"
|
||||
pollEnded: "アンケートが終了"
|
||||
scheduledNotePosted: "予約投稿が成功した"
|
||||
scheduledNotePostFailed: "予約投稿が失敗した"
|
||||
receiveFollowRequest: "フォロー申請を受け取った"
|
||||
followRequestAccepted: "フォローが受理された"
|
||||
roleAssigned: "ロールが付与された"
|
||||
|
||||
Reference in New Issue
Block a user