feat(ui): add locales and split catalogs

Adds Spanish, French, Russian, Japanese, and Simplified Chinese catalogs and wires supported locales into the i18n layer.
This commit is contained in:
Shantur Rathore
2026-01-26 12:56:26 +00:00
parent 5b1e21345f
commit feccbd13bd
89 changed files with 4531 additions and 30 deletions

View File

@@ -0,0 +1,16 @@
export const dialogMessages = {
"alertDialog.fallbackTitle.info": "Внимание",
"alertDialog.fallbackTitle.warning": "Пожалуйста, проверьте",
"alertDialog.fallbackTitle.error": "Что-то пошло не так",
"alertDialog.actions.confirm": "Подтвердить",
"alertDialog.actions.run": "Запустить",
"alertDialog.actions.ok": "ОК",
"alertDialog.actions.cancel": "Отмена",
"alertDialog.prompt.inputLabel": "Ввод",
"backgroundProcessOutputDialog.title": "Фоновый вывод",
"backgroundProcessOutputDialog.actions.close": "Закрыть",
"backgroundProcessOutputDialog.loading": "Загрузка вывода…",
"backgroundProcessOutputDialog.truncatedNotice": "Вывод обрезан для отображения.",
"backgroundProcessOutputDialog.loadErrorFallback": "Не удалось загрузить вывод.",
} as const