From 8a04851fa0455e8dfc9e29cd210ffc8ccc5116e1 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 22 May 2026 14:26:14 +0100 Subject: [PATCH] fix: localize workboard disabled state --- ui/src/i18n/locales/ar.ts | 5 +++++ ui/src/i18n/locales/de.ts | 5 +++++ ui/src/i18n/locales/en.ts | 5 +++++ ui/src/i18n/locales/es.ts | 5 +++++ ui/src/i18n/locales/fa.ts | 5 +++++ ui/src/i18n/locales/fr.ts | 5 +++++ ui/src/i18n/locales/id.ts | 5 +++++ ui/src/i18n/locales/it.ts | 5 +++++ ui/src/i18n/locales/ja-JP.ts | 5 +++++ ui/src/i18n/locales/ko.ts | 5 +++++ ui/src/i18n/locales/nl.ts | 5 +++++ ui/src/i18n/locales/pl.ts | 5 +++++ ui/src/i18n/locales/pt-BR.ts | 5 +++++ ui/src/i18n/locales/th.ts | 5 +++++ ui/src/i18n/locales/tr.ts | 5 +++++ ui/src/i18n/locales/uk.ts | 5 +++++ ui/src/i18n/locales/vi.ts | 5 +++++ ui/src/i18n/locales/zh-CN.ts | 5 +++++ ui/src/i18n/locales/zh-TW.ts | 5 +++++ ui/src/ui/views/workboard.ts | 4 ++-- 20 files changed, 97 insertions(+), 2 deletions(-) diff --git a/ui/src/i18n/locales/ar.ts b/ui/src/i18n/locales/ar.ts index d78203c03ba..0a0a2914ee8 100644 --- a/ui/src/i18n/locales/ar.ts +++ b/ui/src/i18n/locales/ar.ts @@ -474,6 +474,11 @@ export const ar: TranslationMap = { minutes: "{minutes}m {seconds}s", }, }, + workboard: { + disabledHelpStart: "لوحة العمل معطّلة. فعّل", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: "، ثم أعد تحميل علامة التبويب هذه.", + }, overview: { access: { title: "الوصول إلى Gateway", diff --git a/ui/src/i18n/locales/de.ts b/ui/src/i18n/locales/de.ts index 3628665276a..5f06bdc7977 100644 --- a/ui/src/i18n/locales/de.ts +++ b/ui/src/i18n/locales/de.ts @@ -478,6 +478,11 @@ export const de: TranslationMap = { minutes: "{minutes}m {seconds}s", }, }, + workboard: { + disabledHelpStart: "Workboard ist deaktiviert. Aktivieren Sie", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: ", und laden Sie dann diesen Tab neu.", + }, overview: { access: { title: "Gateway-Zugang", diff --git a/ui/src/i18n/locales/en.ts b/ui/src/i18n/locales/en.ts index 10cea3466a7..837b2743a0c 100644 --- a/ui/src/i18n/locales/en.ts +++ b/ui/src/i18n/locales/en.ts @@ -473,6 +473,11 @@ export const en: TranslationMap = { minutes: "{minutes}m {seconds}s", }, }, + workboard: { + disabledHelpStart: "Workboard is disabled. Enable", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: ", then reload this tab.", + }, overview: { access: { title: "Gateway Access", diff --git a/ui/src/i18n/locales/es.ts b/ui/src/i18n/locales/es.ts index 497eea8a978..3b2e3de8a6d 100644 --- a/ui/src/i18n/locales/es.ts +++ b/ui/src/i18n/locales/es.ts @@ -475,6 +475,11 @@ export const es: TranslationMap = { minutes: "{minutes}m {seconds}s", }, }, + workboard: { + disabledHelpStart: "Workboard está desactivado. Activa", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: ", luego vuelve a cargar esta pestaña.", + }, overview: { access: { title: "Acceso a la puerta de enlace", diff --git a/ui/src/i18n/locales/fa.ts b/ui/src/i18n/locales/fa.ts index 0d9371a52bf..fd29bf88c4b 100644 --- a/ui/src/i18n/locales/fa.ts +++ b/ui/src/i18n/locales/fa.ts @@ -476,6 +476,11 @@ export const fa: TranslationMap = { minutes: "{minutes}m {seconds}s", }, }, + workboard: { + disabledHelpStart: "Workboard غیرفعال است. فعال کنید", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: "، سپس این زبانه را دوباره بارگذاری کنید.", + }, overview: { access: { title: "دسترسی Gateway", diff --git a/ui/src/i18n/locales/fr.ts b/ui/src/i18n/locales/fr.ts index ee0742a2f7d..68e14339651 100644 --- a/ui/src/i18n/locales/fr.ts +++ b/ui/src/i18n/locales/fr.ts @@ -477,6 +477,11 @@ export const fr: TranslationMap = { minutes: "{minutes}m {seconds}s", }, }, + workboard: { + disabledHelpStart: "Le tableau de travail est désactivé. Activez", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: ", puis rechargez cet onglet.", + }, overview: { access: { title: "Accès Gateway", diff --git a/ui/src/i18n/locales/id.ts b/ui/src/i18n/locales/id.ts index 9ca95bf66b3..74ce9bd6116 100644 --- a/ui/src/i18n/locales/id.ts +++ b/ui/src/i18n/locales/id.ts @@ -475,6 +475,11 @@ export const id: TranslationMap = { minutes: "{minutes}m {seconds}dtk", }, }, + workboard: { + disabledHelpStart: "Workboard dinonaktifkan. Aktifkan", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: ", lalu muat ulang tab ini.", + }, overview: { access: { title: "Akses Gateway", diff --git a/ui/src/i18n/locales/it.ts b/ui/src/i18n/locales/it.ts index 1a31e73c6f5..8aa24b18f2a 100644 --- a/ui/src/i18n/locales/it.ts +++ b/ui/src/i18n/locales/it.ts @@ -477,6 +477,11 @@ export const it: TranslationMap = { minutes: "{minutes}m {seconds}s", }, }, + workboard: { + disabledHelpStart: "Workboard è disabilitata. Abilita", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: ", quindi ricarica questa scheda.", + }, overview: { access: { title: "Accesso Gateway", diff --git a/ui/src/i18n/locales/ja-JP.ts b/ui/src/i18n/locales/ja-JP.ts index a8c1efb6b77..ca6282fbf84 100644 --- a/ui/src/i18n/locales/ja-JP.ts +++ b/ui/src/i18n/locales/ja-JP.ts @@ -478,6 +478,11 @@ export const ja_JP: TranslationMap = { minutes: "{minutes}m {seconds}s", }, }, + workboard: { + disabledHelpStart: "Workboard は無効になっています。有効にするには", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: "を設定してから、このタブを再読み込みしてください。", + }, overview: { access: { title: "Gateway アクセス", diff --git a/ui/src/i18n/locales/ko.ts b/ui/src/i18n/locales/ko.ts index cfff2fee104..73c89cc631a 100644 --- a/ui/src/i18n/locales/ko.ts +++ b/ui/src/i18n/locales/ko.ts @@ -474,6 +474,11 @@ export const ko: TranslationMap = { minutes: "{minutes}m {seconds}s", }, }, + workboard: { + disabledHelpStart: "Workboard가 비활성화되어 있습니다. 활성화하려면", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: ", 그런 다음 이 탭을 새로고침하세요.", + }, overview: { access: { title: "Gateway 액세스", diff --git a/ui/src/i18n/locales/nl.ts b/ui/src/i18n/locales/nl.ts index 0430e7b7fe7..e06e5b4ec53 100644 --- a/ui/src/i18n/locales/nl.ts +++ b/ui/src/i18n/locales/nl.ts @@ -477,6 +477,11 @@ export const nl: TranslationMap = { minutes: "{minutes}m {seconds}s", }, }, + workboard: { + disabledHelpStart: "Workboard is uitgeschakeld. Schakel", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: "in en laad dit tabblad opnieuw.", + }, overview: { access: { title: "Gateway-toegang", diff --git a/ui/src/i18n/locales/pl.ts b/ui/src/i18n/locales/pl.ts index 793fb74e4b6..7a77710e53a 100644 --- a/ui/src/i18n/locales/pl.ts +++ b/ui/src/i18n/locales/pl.ts @@ -476,6 +476,11 @@ export const pl: TranslationMap = { minutes: "{minutes}m {seconds}s", }, }, + workboard: { + disabledHelpStart: "Workboard jest wyłączony. Włącz", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: ", a następnie odśwież tę kartę.", + }, overview: { access: { title: "Dostęp do Gateway", diff --git a/ui/src/i18n/locales/pt-BR.ts b/ui/src/i18n/locales/pt-BR.ts index 5e378718078..1727a0a5cda 100644 --- a/ui/src/i18n/locales/pt-BR.ts +++ b/ui/src/i18n/locales/pt-BR.ts @@ -475,6 +475,11 @@ export const pt_BR: TranslationMap = { minutes: "{minutes}m {seconds}s", }, }, + workboard: { + disabledHelpStart: "O Workboard está desativado. Ative", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: ", depois recarregue esta aba.", + }, overview: { access: { title: "Acesso ao Gateway", diff --git a/ui/src/i18n/locales/th.ts b/ui/src/i18n/locales/th.ts index 25e20379ac9..bfeaed9780f 100644 --- a/ui/src/i18n/locales/th.ts +++ b/ui/src/i18n/locales/th.ts @@ -473,6 +473,11 @@ export const th: TranslationMap = { minutes: "{minutes}m {seconds}s", }, }, + workboard: { + disabledHelpStart: "Workboard ถูกปิดใช้งาน เปิดใช้งาน", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: " แล้วโหลดแท็บนี้ใหม่", + }, overview: { access: { title: "การเข้าถึงเกตเวย์", diff --git a/ui/src/i18n/locales/tr.ts b/ui/src/i18n/locales/tr.ts index 5012261a35f..dac258ca26e 100644 --- a/ui/src/i18n/locales/tr.ts +++ b/ui/src/i18n/locales/tr.ts @@ -477,6 +477,11 @@ export const tr: TranslationMap = { minutes: "{minutes} dk {seconds} sn", }, }, + workboard: { + disabledHelpStart: "Workboard devre dışı. Etkinleştirin", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: ", ardından bu sekmeyi yeniden yükleyin.", + }, overview: { access: { title: "Gateway Erişimi", diff --git a/ui/src/i18n/locales/uk.ts b/ui/src/i18n/locales/uk.ts index 95930b74f99..e56e6b5989f 100644 --- a/ui/src/i18n/locales/uk.ts +++ b/ui/src/i18n/locales/uk.ts @@ -476,6 +476,11 @@ export const uk: TranslationMap = { minutes: "{minutes}хв {seconds}с", }, }, + workboard: { + disabledHelpStart: "Workboard вимкнено. Увімкніть", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: ", потім перезавантажте цю вкладку.", + }, overview: { access: { title: "Доступ до шлюзу", diff --git a/ui/src/i18n/locales/vi.ts b/ui/src/i18n/locales/vi.ts index 79ef1f46593..0fd33df2948 100644 --- a/ui/src/i18n/locales/vi.ts +++ b/ui/src/i18n/locales/vi.ts @@ -475,6 +475,11 @@ export const vi: TranslationMap = { minutes: "{minutes}m {seconds}s", }, }, + workboard: { + disabledHelpStart: "Workboard đã bị tắt. Bật", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: ", rồi tải lại tab này.", + }, overview: { access: { title: "Truy cập Gateway", diff --git a/ui/src/i18n/locales/zh-CN.ts b/ui/src/i18n/locales/zh-CN.ts index 7a9b1f6094c..0101329905c 100644 --- a/ui/src/i18n/locales/zh-CN.ts +++ b/ui/src/i18n/locales/zh-CN.ts @@ -472,6 +472,11 @@ export const zh_CN: TranslationMap = { minutes: "{minutes}m {seconds}s", }, }, + workboard: { + disabledHelpStart: "Workboard 已禁用。启用", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: ",然后重新加载此标签页。", + }, overview: { access: { title: "网关访问", diff --git a/ui/src/i18n/locales/zh-TW.ts b/ui/src/i18n/locales/zh-TW.ts index 643f541715d..bbc3815d7eb 100644 --- a/ui/src/i18n/locales/zh-TW.ts +++ b/ui/src/i18n/locales/zh-TW.ts @@ -472,6 +472,11 @@ export const zh_TW: TranslationMap = { minutes: "{minutes}m {seconds}s", }, }, + workboard: { + disabledHelpStart: "Workboard 已停用。啟用", + enableConfigKey: "plugins.entries.workboard.enabled = true", + disabledHelpEnd: ",然後重新載入此分頁。", + }, overview: { access: { title: "網關訪問", diff --git a/ui/src/ui/views/workboard.ts b/ui/src/ui/views/workboard.ts index 01e1b9b74a9..1b8959d5ef5 100644 --- a/ui/src/ui/views/workboard.ts +++ b/ui/src/ui/views/workboard.ts @@ -293,8 +293,8 @@ export function renderWorkboard(props: WorkboardProps) { return html`
- Workboard is disabled. Enable plugins.entries.workboard.enabled = true, then - reload this tab. + ${t("workboard.disabledHelpStart")} + ${t("workboard.enableConfigKey")}${t("workboard.disabledHelpEnd")}
`;