You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit updates the translation for successful language change feedback and an outdated firmware warning message in Russian. It ensures clearer and more accurate messages are shown to the user.
Copy file name to clipboardExpand all lines: web/src/i18n/ru_RU.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ export default {
6
6
en: 'English',
7
7
es: 'Español',
8
8
ru: 'Русский',
9
-
changeok: 'Успешно сменить язык',
9
+
changeok: 'Язык изменен успешно!',
10
10
11
11
},
12
12
btn: {
@@ -92,7 +92,7 @@ export default {
92
92
},
93
93
oldfirm: {
94
94
title: 'Советы по обновлению',
95
-
message: 'Версия встроенного ПО вашего устройства слишком низкая. Пожалуйста, обновите последнюю версию ПО перед использованием функции загрузки.'
95
+
message: 'Версия встроенного ПО вашего устройства слишком старая. Пожалуйста, обновитесь до последней версии ПО перед использованием функции загрузки.'
0 commit comments