mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-03 17:54:04 +00:00
fix: localize workboard disabled state
This commit is contained in:
5
ui/src/i18n/locales/ar.ts
generated
5
ui/src/i18n/locales/ar.ts
generated
@@ -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",
|
||||
|
||||
5
ui/src/i18n/locales/de.ts
generated
5
ui/src/i18n/locales/de.ts
generated
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
5
ui/src/i18n/locales/es.ts
generated
5
ui/src/i18n/locales/es.ts
generated
@@ -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",
|
||||
|
||||
5
ui/src/i18n/locales/fa.ts
generated
5
ui/src/i18n/locales/fa.ts
generated
@@ -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",
|
||||
|
||||
5
ui/src/i18n/locales/fr.ts
generated
5
ui/src/i18n/locales/fr.ts
generated
@@ -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",
|
||||
|
||||
5
ui/src/i18n/locales/id.ts
generated
5
ui/src/i18n/locales/id.ts
generated
@@ -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",
|
||||
|
||||
5
ui/src/i18n/locales/it.ts
generated
5
ui/src/i18n/locales/it.ts
generated
@@ -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",
|
||||
|
||||
5
ui/src/i18n/locales/ja-JP.ts
generated
5
ui/src/i18n/locales/ja-JP.ts
generated
@@ -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 アクセス",
|
||||
|
||||
5
ui/src/i18n/locales/ko.ts
generated
5
ui/src/i18n/locales/ko.ts
generated
@@ -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 액세스",
|
||||
|
||||
5
ui/src/i18n/locales/nl.ts
generated
5
ui/src/i18n/locales/nl.ts
generated
@@ -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",
|
||||
|
||||
5
ui/src/i18n/locales/pl.ts
generated
5
ui/src/i18n/locales/pl.ts
generated
@@ -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",
|
||||
|
||||
5
ui/src/i18n/locales/pt-BR.ts
generated
5
ui/src/i18n/locales/pt-BR.ts
generated
@@ -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",
|
||||
|
||||
5
ui/src/i18n/locales/th.ts
generated
5
ui/src/i18n/locales/th.ts
generated
@@ -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: "การเข้าถึงเกตเวย์",
|
||||
|
||||
5
ui/src/i18n/locales/tr.ts
generated
5
ui/src/i18n/locales/tr.ts
generated
@@ -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",
|
||||
|
||||
5
ui/src/i18n/locales/uk.ts
generated
5
ui/src/i18n/locales/uk.ts
generated
@@ -476,6 +476,11 @@ export const uk: TranslationMap = {
|
||||
minutes: "{minutes}хв {seconds}с",
|
||||
},
|
||||
},
|
||||
workboard: {
|
||||
disabledHelpStart: "Workboard вимкнено. Увімкніть",
|
||||
enableConfigKey: "plugins.entries.workboard.enabled = true",
|
||||
disabledHelpEnd: ", потім перезавантажте цю вкладку.",
|
||||
},
|
||||
overview: {
|
||||
access: {
|
||||
title: "Доступ до шлюзу",
|
||||
|
||||
5
ui/src/i18n/locales/vi.ts
generated
5
ui/src/i18n/locales/vi.ts
generated
@@ -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",
|
||||
|
||||
5
ui/src/i18n/locales/zh-CN.ts
generated
5
ui/src/i18n/locales/zh-CN.ts
generated
@@ -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: "网关访问",
|
||||
|
||||
5
ui/src/i18n/locales/zh-TW.ts
generated
5
ui/src/i18n/locales/zh-TW.ts
generated
@@ -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: "網關訪問",
|
||||
|
||||
@@ -293,8 +293,8 @@ export function renderWorkboard(props: WorkboardProps) {
|
||||
return html`
|
||||
<section class="workboard">
|
||||
<div class="callout">
|
||||
Workboard is disabled. Enable <code>plugins.entries.workboard.enabled = true</code>, then
|
||||
reload this tab.
|
||||
${t("workboard.disabledHelpStart")}
|
||||
<code>${t("workboard.enableConfigKey")}</code>${t("workboard.disabledHelpEnd")}
|
||||
</div>
|
||||
</section>
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user