-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Inserted translation for Russian (#7)
Co-authored-by: Andreas <[email protected]>
- Loading branch information
Showing
3 changed files
with
79 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,75 @@ | ||
{ | ||
"common": { | ||
"theme": "Тема", | ||
"language": "Язык", | ||
"dark": "Темный", | ||
"light": "Светлый" | ||
}, | ||
"header": { | ||
"home": "Главна", | ||
"features": "Возможности", | ||
"instructions": "Инструкции" | ||
}, | ||
"hero": { | ||
"title": "Прошивай свой Bitaxe прямо из Сети", | ||
"description": "Подключи свое устройство, выбери модель и версию платы и сразу же начинай прошивать. Никаких настроек не требуется.", | ||
"getStarted": "Начни", | ||
"connect": "Подключись", | ||
"disconnect": "Отключись", | ||
"selectDevice": "Выбрать аппарат", | ||
"selectBoard": "Выбрать версию платы", | ||
"selectFirmware": "Выбрать версию микропрограммы", | ||
"startFlashing": "Начать прошивку", | ||
"flashing": "Прошивка...", | ||
"startLogging": "Начать ведение журнала", | ||
"stopLogging": "Остановить ведение журнала", | ||
"downloadLogs": "Скачать логи", | ||
"loggingDescription": "Подключи свое устройство, запиши в журнал последовательные данные и загрузи их позже." | ||
}, | ||
"features": { | ||
"title": "Ключевые особенности", | ||
"fastFlashing": { | ||
"title": "Быстрая прошивка", | ||
"description": "Прошивай свой Bitaxe за секунды, а не за минуты." | ||
}, | ||
"webBased": { | ||
"title": "Веб-основа", | ||
"description": "Не нужно специального программного обеспечения. Используй свой веб-браузе." | ||
}, | ||
"multipleBoards": { | ||
"title": "Множественные платы", | ||
"description": "Поддержка различных плат и модулей Bitaxe." | ||
} | ||
}, | ||
"instructions": { | ||
"title": "Как использовать", | ||
"steps": { | ||
"1": "Подключи свой Bitaxe к компьютеру.", | ||
"2": "Нажми \"Подключить устройство\" and select your device from the popup.", | ||
"3": "Выбери модель своего устройства из выпадающего списка.", | ||
"4": "Выбери подходящую версию платы.", | ||
"5": "Нажми \"Начать прошивку\" чтобы начать процесс.", | ||
"6": "Дождись завершения процесса прошивки.", | ||
"7": "Отключи и перезагрузи свое устройство." | ||
}, | ||
"moreInfo": "За более подробными инструкциями обращайся к наше", | ||
"documentation": "документации" | ||
}, | ||
"status": { | ||
"connecting": "Подключение к устройству...", | ||
"connected": "Подключено успешно!", | ||
"selectBoth": "Пожалуйста, выберите модель устройства и версию платы", | ||
"connectFirst": "Пожалуйста, сначала подключись к устройству", | ||
"preparing": "Готовимся к прошивке...", | ||
"flashing": "Прошивка: {{percent}}% завершена", | ||
"completed": "Прошивка завершена. Перезапускаем устройство...", | ||
"success": "Прошивка успешно завершена! Устройство перезапущено.", | ||
"loggingStarted": "Запущена последовательная регистрация..." | ||
}, | ||
"errors": { | ||
"browserCompatibility": { | ||
"title": "Ошибка совместимости браузера", | ||
"description": "Этому приложению для корректной работы требуется браузер на базе Chromium (например, Google Chrome, Microsoft Edge или Brave). Пожалуйста, переключись на совместимый браузер и попробуй снова." | ||
} | ||
} | ||
} |