From 022337c1e7403a8c398cb626a8170972f1a8fe65 Mon Sep 17 00:00:00 2001 From: Hazelnoot Date: Sun, 11 May 2025 04:05:34 -0400 Subject: [PATCH] translate bubble timeline controls --- locales/index.d.ts | 8 ++++++++ packages/frontend/src/pages/admin/moderation.vue | 4 ++-- sharkey-locales/en-US.yml | 3 +++ 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index dc41c96a96..e8c85cdd72 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -13029,6 +13029,14 @@ export interface Locale extends ILocale { * Text does not match any patterns. */ "wordMuteTestNoMatch": string; + /** + * Bubble timeline + */ + "bubbleTimeline": string; + /** + * Choose which instances should be displayed in the bubble. + */ + "bubbleTimelineDescription": string; } declare const locales: { [lang: string]: Locale; diff --git a/packages/frontend/src/pages/admin/moderation.vue b/packages/frontend/src/pages/admin/moderation.vue index 78a87cae9f..36baad180e 100644 --- a/packages/frontend/src/pages/admin/moderation.vue +++ b/packages/frontend/src/pages/admin/moderation.vue @@ -28,11 +28,11 @@ SPDX-License-Identifier: AGPL-3.0-only - +
- + {{ i18n.ts.save }}
diff --git a/sharkey-locales/en-US.yml b/sharkey-locales/en-US.yml index 9232a7706c..c1cbf4717c 100644 --- a/sharkey-locales/en-US.yml +++ b/sharkey-locales/en-US.yml @@ -559,3 +559,6 @@ wordMuteTestTest: "Test" wordMuteTestMatch: "Matched words: {words}" wordMuteTestNoResults: "No results yet, enter some text and click \"Test\" to check it." wordMuteTestNoMatch: "Text does not match any patterns." + +bubbleTimeline: "Bubble timeline" +bubbleTimelineDescription: "Choose which instances should be displayed in the bubble."