We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8248efd commit 1dc9a4aCopy full SHA for 1dc9a4a
fw/application/src/i18n/ru_RU.c
@@ -31,9 +31,9 @@ const char * const lang_ru_RU[_L_COUNT] = {
31
[_L_APP_SET_RESET_DEFAULT] = "Сброс настроек",
32
[_L_APP_SET_RESET_DEFAULT_SUCCESS] = "Сброс выполнен",
33
[_L_APP_SET_RESET_DEFAULT_CONFIRM] = "Выполнить?",
34
- [_L_APP_SET_ABOUT] = "",
35
- [_L_APP_SET_ABOUT_OPEN_SOURCE_PROJECT] = "",
36
- [_L_APP_SET_ABOUT_LGPL_LICENSE] = "",
+ [_L_APP_SET_ABOUT] = "Об устройстве",
+ [_L_APP_SET_ABOUT_OPEN_SOURCE_PROJECT] = "Проект с открытым кодом",
+ [_L_APP_SET_ABOUT_LGPL_LICENSE] = "Лицензия LGPL 2.0",
37
[_L_15S] = "15 секунд",
38
[_L_30S] = "30 секунд",
39
[_L_45S] = "45 секунд",
0 commit comments