Files
CodeNomad/packages/ui/src/lib/i18n/messages/ru/dialogs.ts
Shantur Rathore feccbd13bd feat(ui): add locales and split catalogs
Adds Spanish, French, Russian, Japanese, and Simplified Chinese catalogs and wires supported locales into the i18n layer.
2026-01-26 12:56:26 +00:00

17 lines
933 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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