Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Russian localization update related to commits 5d4cc1e and 936ef88 #264

Merged
merged 1 commit into from
Aug 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions fw/application/src/i18n/ru_RU.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const char * const lang_ru_RU[_L_COUNT] = {
[_L_RANDOM_GENERATION] = "Сгенерировать UUID",
[_L_AUTO_RANDOM_GENERATION] = "Автогенерация",
[_L_SHOW_QRCODE] = "QR-код",
[_L_READ_ONLY] = "",
[_L_READ_ONLY] = "Только чтение",
[_L_DELETE_TAG] = "Удалить тег",
[_L_DELETE_TAG_CONFIRM] = "Удалить %s?",
[_L_BACK_TO_DETAILS] = "[Назад к деталям]",
Expand Down Expand Up @@ -173,5 +173,5 @@ const char * const lang_ru_RU[_L_COUNT] = {
[_L_APP_CHAMELEON_CARD_WRITE_MODE] = "Запись",
[_L_APP_CHAMELEON_CARD_ADV_ID_EDIT_INVALID_INPUT] = "Недопустимый ввод",
[_L_APP_CHAMELEON_CARD_TYPE_FACTORY_DATA_CONFRIM] = "Тип карты изменен.\nСбросить данные карты?",
[_L_APP_CHAMELEON_CARD_DEFAULT_CARD] = "",
[_L_APP_CHAMELEON_CARD_DEFAULT_CARD] = "По умолчанию",
};
Loading
Loading