Files
CodeNomad/packages/ui/src/lib/i18n/messages/ru/folderSelection.ts
Shantur Rathore c62c9b1c78 feat(ui): add language selector
Adds a language dropdown to the folder picker using the shared selector UI and persists selection to preferences.locale.
2026-01-26 13:11:05 +00:00

37 lines
1.9 KiB
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 folderSelectionMessages = {
"folderSelection.language.ariaLabel": "Язык",
"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