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,34 @@
export const folderSelectionMessages = {
"folderSelection.logoAlt": "Логотип CodeNomad",
"folderSelection.tagline": "Выберите папку, чтобы начать писать код с AI",
"folderSelection.links.github": "GitHub CodeNomad",
"folderSelection.links.githubStars": "Звезды GitHub CodeNomad",
"folderSelection.links.discord": "Discord CodeNomad",
"folderSelection.empty.title": "Нет недавних папок",
"folderSelection.empty.description": "Выберите папку, чтобы начать",
"folderSelection.recent.title": "Недавние папки",
"folderSelection.recent.subtitle.one": "Доступна {count} папка",
"folderSelection.recent.subtitle.other": "Доступно {count} папок",
"folderSelection.recent.remove": "Убрать из недавних",
"folderSelection.browse.title": "Выбрать папку",
"folderSelection.browse.subtitle": "Выберите любую папку на компьютере",
"folderSelection.browse.button": "Обзор папок",
"folderSelection.browse.buttonOpening": "Открытие…",
"folderSelection.advancedSettings": "Расширенные настройки",
"folderSelection.hints.navigate": "Навигация",
"folderSelection.hints.select": "Выбрать",
"folderSelection.hints.remove": "Убрать",
"folderSelection.hints.browse": "Обзор",
"folderSelection.loading.title": "Запуск экземпляра…",
"folderSelection.loading.subtitle": "Подождите, пока мы подготовим рабочее пространство.",
"folderSelection.dialog.title": "Выберите рабочее пространство",
"folderSelection.dialog.description": "Выберите рабочее пространство, чтобы начать писать код.",
} as const