Skip to content

Commit

Permalink
Changes related to commits a1965c7 and 1dd3ec4
Browse files Browse the repository at this point in the history
Russian localization update related to commit a1965c7.
Russian localization update related to commit 1dd3ec4.
  • Loading branch information
MayanKoyote authored Oct 13, 2024
1 parent d616fc5 commit b055713
Show file tree
Hide file tree
Showing 2 changed files with 1,335 additions and 1,318 deletions.
10 changes: 5 additions & 5 deletions fw/application/src/i18n/ru_RU.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const char * const lang_ru_RU[_L_COUNT] = {
[_L_BACK] = "[Назад]",
[_L_ERR] = "Ошибка",
[_L_ERR_CODE] = "Код ошибки",
[_L_FAILED] = "",
[_L_FAILED] = "Ошибка",
[_L_APP_AMIIBO] = "Эмулятор Amiibo",
[_L_APP_AMIIBOLINK] = "AmiiboLink",
[_L_APP_BLE] = "Передача файлов",
Expand All @@ -27,7 +27,7 @@ const char * const lang_ru_RU[_L_COUNT] = {
[_L_APP_SET_HIBERNATE] = "Гибернация",
[_L_APP_SET_SLEEP_TIMEOUT] = "Таймаут сна",
[_L_APP_SET_LANGUAGE] = "Язык",
[_L_APP_SET_GO_SLEEP] = "",
[_L_APP_SET_GO_SLEEP] = "В режим сна",
[_L_APP_SET_DFU] = "Обновление ПО",
[_L_APP_SET_REBOOT] = "Перезагрузка",
[_L_APP_SET_RESET_DEFAULT] = "Сброс настроек",
Expand All @@ -47,9 +47,9 @@ const char * const lang_ru_RU[_L_COUNT] = {
[_L_KNOW] = "[Понятно]",
[_L_RANDOM_GENERATION] = "Сгенерировать UUID",
[_L_AUTO_RANDOM_GENERATION] = "Автогенерация",
[_L_SET_CUSTOM_ID] = "",
[_L_INPUT_ID] = "",
[_L_INAVLID_ID] = "",
[_L_SET_CUSTOM_ID] = "Заказной ID",
[_L_INPUT_ID] = "Задайте ID",
[_L_INAVLID_ID] = "Недопустимый ID",
[_L_SHOW_QRCODE] = "QR-код",
[_L_READ_ONLY] = "Только чтение",
[_L_DELETE_TAG] = "Удалить тег",
Expand Down
Loading

0 comments on commit b055713

Please sign in to comment.