From d31db31c075b05edb9de34d0e4b515a89389e73c Mon Sep 17 00:00:00 2001 From: dakkar Date: Tue, 17 Dec 2024 13:21:22 +0000 Subject: [PATCH] add translations for notification settings --- locales/index.d.ts | 8 ++++++++ sharkey-locales/en-US.yml | 2 ++ 2 files changed, 10 insertions(+) diff --git a/locales/index.d.ts b/locales/index.d.ts index 08fa10061b..bcb78e4ee1 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -9637,6 +9637,14 @@ export interface Locale extends ILocale { * Edits */ "edited": string; + /** + * Posting scheduled note failed + */ + "scheduledNoteFailed": string; + /** + * Scheduled note was posted + */ + "scheduledNotePosted": string; }; "_actions": { /** diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index 54fdf444d3..db3ef9c3eb 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -284,6 +284,8 @@ _notification: _types: renote: "Boosts" edited: "Edits" + scheduledNoteFailed: "Posting scheduled note failed" + scheduledNotePosted: "Scheduled note was posted" _actions: renote: "Boost" _webhookSettings: