From b311fd607f6c1e1cafff08ce236c478f743255b8 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 4 Jun 2026 22:11:00 -0400 Subject: [PATCH] docs: document generated locale bundles --- scripts/control-ui-i18n.ts | 3 ++- ui/src/i18n/.i18n/ar.meta.json | 4 ++-- ui/src/i18n/.i18n/de.meta.json | 4 ++-- ui/src/i18n/.i18n/es.meta.json | 4 ++-- ui/src/i18n/.i18n/fa.meta.json | 4 ++-- ui/src/i18n/.i18n/fr.meta.json | 4 ++-- ui/src/i18n/.i18n/id.meta.json | 4 ++-- ui/src/i18n/.i18n/it.meta.json | 4 ++-- ui/src/i18n/.i18n/ja-JP.meta.json | 4 ++-- ui/src/i18n/.i18n/ko.meta.json | 4 ++-- ui/src/i18n/.i18n/nl.meta.json | 4 ++-- ui/src/i18n/.i18n/pl.meta.json | 4 ++-- ui/src/i18n/.i18n/pt-BR.meta.json | 4 ++-- ui/src/i18n/.i18n/th.meta.json | 4 ++-- ui/src/i18n/.i18n/tr.meta.json | 4 ++-- ui/src/i18n/.i18n/uk.meta.json | 4 ++-- ui/src/i18n/.i18n/vi.meta.json | 4 ++-- ui/src/i18n/.i18n/zh-CN.meta.json | 4 ++-- ui/src/i18n/.i18n/zh-TW.meta.json | 4 ++-- ui/src/i18n/locales/ar.ts | 3 ++- ui/src/i18n/locales/de.ts | 3 ++- ui/src/i18n/locales/es.ts | 3 ++- ui/src/i18n/locales/fa.ts | 3 ++- ui/src/i18n/locales/fr.ts | 3 ++- ui/src/i18n/locales/id.ts | 3 ++- ui/src/i18n/locales/it.ts | 3 ++- ui/src/i18n/locales/ja-JP.ts | 3 ++- ui/src/i18n/locales/ko.ts | 3 ++- ui/src/i18n/locales/nl.ts | 3 ++- ui/src/i18n/locales/pl.ts | 3 ++- ui/src/i18n/locales/pt-BR.ts | 3 ++- ui/src/i18n/locales/th.ts | 3 ++- ui/src/i18n/locales/tr.ts | 3 ++- ui/src/i18n/locales/uk.ts | 3 ++- ui/src/i18n/locales/vi.ts | 3 ++- ui/src/i18n/locales/zh-CN.ts | 3 ++- ui/src/i18n/locales/zh-TW.ts | 3 ++- 37 files changed, 74 insertions(+), 55 deletions(-) diff --git a/scripts/control-ui-i18n.ts b/scripts/control-ui-i18n.ts index f77f21c2c82d..436b178bd8fc 100644 --- a/scripts/control-ui-i18n.ts +++ b/scripts/control-ui-i18n.ts @@ -480,9 +480,10 @@ function renderTranslationValue(value: TranslationValue, indent = 0): string { function renderLocaleModule(entry: LocaleEntry, value: TranslationMap): string { return [ + "// Generated locale bundle for Control UI translations.", + "// Run `pnpm ui:i18n:sync` instead of editing this file directly.", 'import type { TranslationMap } from "../lib/types.ts";', "", - "// Generated by scripts/control-ui-i18n.ts.", `export const ${entry.exportName}: TranslationMap = ${renderTranslationValue(value)};`, "", ].join("\n"); diff --git a/ui/src/i18n/.i18n/ar.meta.json b/ui/src/i18n/.i18n/ar.meta.json index b3078e2e51db..5d244cc48cb5 100644 --- a/ui/src/i18n/.i18n/ar.meta.json +++ b/ui/src/i18n/.i18n/ar.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:02.692Z", + "generatedAt": "2026-06-05T02:10:24.014Z", "locale": "ar", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/de.meta.json b/ui/src/i18n/.i18n/de.meta.json index d596fe2e3c95..c740553576aa 100644 --- a/ui/src/i18n/.i18n/de.meta.json +++ b/ui/src/i18n/.i18n/de.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:01.407Z", + "generatedAt": "2026-06-05T02:10:22.086Z", "locale": "de", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/es.meta.json b/ui/src/i18n/.i18n/es.meta.json index e7eea6ee07d6..0117e3c8ff3c 100644 --- a/ui/src/i18n/.i18n/es.meta.json +++ b/ui/src/i18n/.i18n/es.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:01.661Z", + "generatedAt": "2026-06-05T02:10:22.469Z", "locale": "es", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/fa.meta.json b/ui/src/i18n/.i18n/fa.meta.json index e1d7d4305dec..ca08d59157ea 100644 --- a/ui/src/i18n/.i18n/fa.meta.json +++ b/ui/src/i18n/.i18n/fa.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:05.014Z", + "generatedAt": "2026-06-05T02:10:27.492Z", "locale": "fa", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/fr.meta.json b/ui/src/i18n/.i18n/fr.meta.json index 5317bcf5532c..d1cf9e755b3f 100644 --- a/ui/src/i18n/.i18n/fr.meta.json +++ b/ui/src/i18n/.i18n/fr.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:02.432Z", + "generatedAt": "2026-06-05T02:10:23.627Z", "locale": "fr", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/id.meta.json b/ui/src/i18n/.i18n/id.meta.json index 09afc7354c96..5360b8198e90 100644 --- a/ui/src/i18n/.i18n/id.meta.json +++ b/ui/src/i18n/.i18n/id.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:03.722Z", + "generatedAt": "2026-06-05T02:10:25.557Z", "locale": "id", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/it.meta.json b/ui/src/i18n/.i18n/it.meta.json index 421c728535b8..fa40dd1cc12b 100644 --- a/ui/src/i18n/.i18n/it.meta.json +++ b/ui/src/i18n/.i18n/it.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:02.949Z", + "generatedAt": "2026-06-05T02:10:24.397Z", "locale": "it", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/ja-JP.meta.json b/ui/src/i18n/.i18n/ja-JP.meta.json index eccc1ab2f0dc..39aa4706ae34 100644 --- a/ui/src/i18n/.i18n/ja-JP.meta.json +++ b/ui/src/i18n/.i18n/ja-JP.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:01.919Z", + "generatedAt": "2026-06-05T02:10:22.859Z", "locale": "ja-JP", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/ko.meta.json b/ui/src/i18n/.i18n/ko.meta.json index 35bbf7eacbec..088ff175f2b3 100644 --- a/ui/src/i18n/.i18n/ko.meta.json +++ b/ui/src/i18n/.i18n/ko.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:02.176Z", + "generatedAt": "2026-06-05T02:10:23.243Z", "locale": "ko", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/nl.meta.json b/ui/src/i18n/.i18n/nl.meta.json index cd77ff136a54..edcf574725c6 100644 --- a/ui/src/i18n/.i18n/nl.meta.json +++ b/ui/src/i18n/.i18n/nl.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:04.755Z", + "generatedAt": "2026-06-05T02:10:27.106Z", "locale": "nl", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/pl.meta.json b/ui/src/i18n/.i18n/pl.meta.json index 3a71b7f56ee8..b9b173b82260 100644 --- a/ui/src/i18n/.i18n/pl.meta.json +++ b/ui/src/i18n/.i18n/pl.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:03.977Z", + "generatedAt": "2026-06-05T02:10:25.946Z", "locale": "pl", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/pt-BR.meta.json b/ui/src/i18n/.i18n/pt-BR.meta.json index 83bff8688e82..b182e7dc69a0 100644 --- a/ui/src/i18n/.i18n/pt-BR.meta.json +++ b/ui/src/i18n/.i18n/pt-BR.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:01.146Z", + "generatedAt": "2026-06-05T02:10:21.702Z", "locale": "pt-BR", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/th.meta.json b/ui/src/i18n/.i18n/th.meta.json index 312cdcd0bf8c..63f2b4fdbc6c 100644 --- a/ui/src/i18n/.i18n/th.meta.json +++ b/ui/src/i18n/.i18n/th.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:04.236Z", + "generatedAt": "2026-06-05T02:10:26.330Z", "locale": "th", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/tr.meta.json b/ui/src/i18n/.i18n/tr.meta.json index 678eceef9430..7baa5a72f844 100644 --- a/ui/src/i18n/.i18n/tr.meta.json +++ b/ui/src/i18n/.i18n/tr.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:03.206Z", + "generatedAt": "2026-06-05T02:10:24.781Z", "locale": "tr", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/uk.meta.json b/ui/src/i18n/.i18n/uk.meta.json index d7307f10d0bc..3bf25d98656d 100644 --- a/ui/src/i18n/.i18n/uk.meta.json +++ b/ui/src/i18n/.i18n/uk.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:03.461Z", + "generatedAt": "2026-06-05T02:10:25.171Z", "locale": "uk", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/vi.meta.json b/ui/src/i18n/.i18n/vi.meta.json index 2ce9af8ce943..5d985a620e19 100644 --- a/ui/src/i18n/.i18n/vi.meta.json +++ b/ui/src/i18n/.i18n/vi.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:04.498Z", + "generatedAt": "2026-06-05T02:10:26.718Z", "locale": "vi", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/zh-CN.meta.json b/ui/src/i18n/.i18n/zh-CN.meta.json index 36cb5781df5e..c2db7933f27e 100644 --- a/ui/src/i18n/.i18n/zh-CN.meta.json +++ b/ui/src/i18n/.i18n/zh-CN.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:00.622Z", + "generatedAt": "2026-06-05T02:10:20.929Z", "locale": "zh-CN", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/.i18n/zh-TW.meta.json b/ui/src/i18n/.i18n/zh-TW.meta.json index 8e70b0195069..66fc28f3dfe1 100644 --- a/ui/src/i18n/.i18n/zh-TW.meta.json +++ b/ui/src/i18n/.i18n/zh-TW.meta.json @@ -32,11 +32,11 @@ "workboard.unknownStatus", "workboard.viewDetails" ], - "generatedAt": "2026-06-03T22:35:00.888Z", + "generatedAt": "2026-06-05T02:10:21.317Z", "locale": "zh-TW", "model": "claude-opus-4-8", "provider": "anthropic", - "sourceHash": "045696b27bf36b4d0ef74cfd8ec76124de70c9bcef7ca7cb378a0d07f1bdfa61", + "sourceHash": "f70b6a841addd3bd15207867930a15d303b1d8408de36584925865436cfeb4f7", "totalKeys": 1333, "translatedKeys": 1302, "workflow": 1 diff --git a/ui/src/i18n/locales/ar.ts b/ui/src/i18n/locales/ar.ts index 51f33b5acdf8..6b22218223c1 100644 --- a/ui/src/i18n/locales/ar.ts +++ b/ui/src/i18n/locales/ar.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const ar: TranslationMap = { common: { health: "الصحة", diff --git a/ui/src/i18n/locales/de.ts b/ui/src/i18n/locales/de.ts index 863b0cba7ed5..0da0f4cc4da2 100644 --- a/ui/src/i18n/locales/de.ts +++ b/ui/src/i18n/locales/de.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const de: TranslationMap = { common: { health: "Status", diff --git a/ui/src/i18n/locales/es.ts b/ui/src/i18n/locales/es.ts index fe5e053f4fe6..04ab599313da 100644 --- a/ui/src/i18n/locales/es.ts +++ b/ui/src/i18n/locales/es.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const es: TranslationMap = { common: { health: "Estado", diff --git a/ui/src/i18n/locales/fa.ts b/ui/src/i18n/locales/fa.ts index 4c790fa0d110..2830e1d365fa 100644 --- a/ui/src/i18n/locales/fa.ts +++ b/ui/src/i18n/locales/fa.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const fa: TranslationMap = { common: { health: "سلامت", diff --git a/ui/src/i18n/locales/fr.ts b/ui/src/i18n/locales/fr.ts index 77bcd7e5aa39..314225468b33 100644 --- a/ui/src/i18n/locales/fr.ts +++ b/ui/src/i18n/locales/fr.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const fr: TranslationMap = { common: { health: "Santé", diff --git a/ui/src/i18n/locales/id.ts b/ui/src/i18n/locales/id.ts index 6f928f725b2d..754bc14ddd65 100644 --- a/ui/src/i18n/locales/id.ts +++ b/ui/src/i18n/locales/id.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const id: TranslationMap = { common: { health: "Kesehatan", diff --git a/ui/src/i18n/locales/it.ts b/ui/src/i18n/locales/it.ts index f62f81173a48..4b763543bcd0 100644 --- a/ui/src/i18n/locales/it.ts +++ b/ui/src/i18n/locales/it.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const it: TranslationMap = { common: { health: "Stato", diff --git a/ui/src/i18n/locales/ja-JP.ts b/ui/src/i18n/locales/ja-JP.ts index fce5884beaed..a14692c96396 100644 --- a/ui/src/i18n/locales/ja-JP.ts +++ b/ui/src/i18n/locales/ja-JP.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const ja_JP: TranslationMap = { common: { health: "健全性", diff --git a/ui/src/i18n/locales/ko.ts b/ui/src/i18n/locales/ko.ts index 55e36b58fb9f..ea3c3f5d7b87 100644 --- a/ui/src/i18n/locales/ko.ts +++ b/ui/src/i18n/locales/ko.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const ko: TranslationMap = { common: { health: "상태", diff --git a/ui/src/i18n/locales/nl.ts b/ui/src/i18n/locales/nl.ts index 0eb91720d860..e0d0b8d6f4ec 100644 --- a/ui/src/i18n/locales/nl.ts +++ b/ui/src/i18n/locales/nl.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const nl: TranslationMap = { common: { health: "Status", diff --git a/ui/src/i18n/locales/pl.ts b/ui/src/i18n/locales/pl.ts index 879ea328546c..ad44f37f897d 100644 --- a/ui/src/i18n/locales/pl.ts +++ b/ui/src/i18n/locales/pl.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const pl: TranslationMap = { common: { health: "Stan", diff --git a/ui/src/i18n/locales/pt-BR.ts b/ui/src/i18n/locales/pt-BR.ts index 5f5f6b76e573..89f8fb8069b5 100644 --- a/ui/src/i18n/locales/pt-BR.ts +++ b/ui/src/i18n/locales/pt-BR.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const pt_BR: TranslationMap = { common: { health: "Saúde", diff --git a/ui/src/i18n/locales/th.ts b/ui/src/i18n/locales/th.ts index a48ca34c77bb..a533b7b74371 100644 --- a/ui/src/i18n/locales/th.ts +++ b/ui/src/i18n/locales/th.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const th: TranslationMap = { common: { health: "สถานะ", diff --git a/ui/src/i18n/locales/tr.ts b/ui/src/i18n/locales/tr.ts index 0b42c80e7a3d..f65f4b5af9e7 100644 --- a/ui/src/i18n/locales/tr.ts +++ b/ui/src/i18n/locales/tr.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const tr: TranslationMap = { common: { health: "Sağlık", diff --git a/ui/src/i18n/locales/uk.ts b/ui/src/i18n/locales/uk.ts index 415a0e7eaaa2..229fdded1cf0 100644 --- a/ui/src/i18n/locales/uk.ts +++ b/ui/src/i18n/locales/uk.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const uk: TranslationMap = { common: { health: "Стан", diff --git a/ui/src/i18n/locales/vi.ts b/ui/src/i18n/locales/vi.ts index 794eeffe9e89..b356f8f2ae7b 100644 --- a/ui/src/i18n/locales/vi.ts +++ b/ui/src/i18n/locales/vi.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const vi: TranslationMap = { common: { health: "Tình trạng", diff --git a/ui/src/i18n/locales/zh-CN.ts b/ui/src/i18n/locales/zh-CN.ts index 1f927c30108a..f67f97dc4cfd 100644 --- a/ui/src/i18n/locales/zh-CN.ts +++ b/ui/src/i18n/locales/zh-CN.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const zh_CN: TranslationMap = { common: { health: "健康状况", diff --git a/ui/src/i18n/locales/zh-TW.ts b/ui/src/i18n/locales/zh-TW.ts index d69615d1e8f5..1506a06ba628 100644 --- a/ui/src/i18n/locales/zh-TW.ts +++ b/ui/src/i18n/locales/zh-TW.ts @@ -1,6 +1,7 @@ +// Generated locale bundle for Control UI translations. +// Run `pnpm ui:i18n:sync` instead of editing this file directly. import type { TranslationMap } from "../lib/types.ts"; -// Generated by scripts/control-ui-i18n.ts. export const zh_TW: TranslationMap = { common: { health: "健康狀況",