summaryrefslogtreecommitdiff
path: root/locales/index.d.ts
diff options
context:
space:
mode:
authorかっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>2025-10-06 08:55:22 +0900
committerGitHub <noreply@github.com>2025-10-06 08:55:22 +0900
commitd03cf4d7f9e09df6cbaea3bc8a44b52ce3777ce3 (patch)
tree7131b99550537fb5e4fb01779ee94e7df92aa49e /locales/index.d.ts
parentfix(frontend): 画面左のナビゲーションバーでウィジェット... (diff)
downloadmisskey-d03cf4d7f9e09df6cbaea3bc8a44b52ce3777ce3.tar.gz
misskey-d03cf4d7f9e09df6cbaea3bc8a44b52ce3777ce3.tar.bz2
misskey-d03cf4d7f9e09df6cbaea3bc8a44b52ce3777ce3.zip
fix(frontend): 通知の設定画面で予約投稿関連の翻訳が当たっていない問題の修正 (#16603)
* fix(frontend): 予約投稿通知の設定画面に不足している翻訳を追加 * fix(misskey-js): 廃止された通知が定義に残っているのを修正 * fix(frontend): 予約投稿の完了/失敗通知はオンオフのみ
Diffstat (limited to 'locales/index.d.ts')
-rw-r--r--locales/index.d.ts8
1 files changed, 8 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts
index fe3e07fcfa..9e51d89760 100644
--- a/locales/index.d.ts
+++ b/locales/index.d.ts
@@ -10482,6 +10482,14 @@ export interface Locale extends ILocale {
*/
"pollEnded": string;
/**
+ * 予約投稿が成功した
+ */
+ "scheduledNotePosted": string;
+ /**
+ * 予約投稿が失敗した
+ */
+ "scheduledNotePostFailed": string;
+ /**
* フォロー申請を受け取った
*/
"receiveFollowRequest": string;