diff --git a/client/translations/amneziavpn_ru.ts b/client/translations/amneziavpn_ru.ts
index 7bb59a7e..8d9e5e92 100644
--- a/client/translations/amneziavpn_ru.ts
+++ b/client/translations/amneziavpn_ru.ts
@@ -984,9 +984,13 @@ Already installed containers were found on the server. All installed containers
Авто-запуск
- Launch the application every time %1 starts
- Запускать приложение при каждом включении %1
+ Запускать приложение при каждом включении %1
+
+
+
+ Launch the application every time the device is starts
+ Запускать приложение при каждом включении устройства
@@ -1184,52 +1188,52 @@ Already installed containers were found on the server. All installed containers
DNS сервер
-
+ If AmneziaDNS is not used or installedЭти адреса будут использоваться, если не включен или не установлен AmneziaDNS
-
+ Primary DNSПервичный DNS
-
+ Secondary DNSВторичный DNS
-
+ Restore defaultВосстановить по умолчанию
-
+ Restore default DNS settings?Восстановить настройки DNS по умолчанию?
-
+ ContinueПродолжить
-
+ CancelОтменить
-
+ Settings have been resetНастройки сброшены
-
+ SaveСохранить
-
+ Settings savedСохранить настройки
@@ -2638,6 +2642,16 @@ This means that AmneziaWG keeps the fast performance of the original while addin
error 0x%1: %2error 0x%1: %2
+
+
+ WireGuard Configuration Highlighter
+
+
+
+
+ &Randomize colors
+
+ SelectLanguageDrawer
diff --git a/client/translations/amneziavpn_zh_CN.ts b/client/translations/amneziavpn_zh_CN.ts
index 576112de..60e03307 100644
--- a/client/translations/amneziavpn_zh_CN.ts
+++ b/client/translations/amneziavpn_zh_CN.ts
@@ -1046,9 +1046,13 @@ And if you don't like the app, all the more support it - the donation will
启动时自动运行运用程序
- Launch the application every time %1 starts
- 运行应用软件在%1系统启动时
+ 运行应用软件在%1系统启动时
+
+
+
+ Launch the application every time the device is starts
+
@@ -1266,52 +1270,52 @@ And if you don't like the app, all the more support it - the donation will
DNS服务器
-
+ If AmneziaDNS is not used or installed如果未使用或未安装AmneziaDNS
-
+ Primary DNS首选 DNS
-
+ Secondary DNS备用 DNS
-
+ Restore default恢复默认配置
-
+ Restore default DNS settings?是否恢复默认DNS配置?
-
+ Continue继续
-
+ Cancel取消
-
+ Settings have been reset已重置
-
+ Save保存
-
+ Settings saved配置已保存
@@ -2771,6 +2775,16 @@ While it offers a blend of security, stability, and speed, it's essential t
error 0x%1: %2错误 0x%1: %2
+
+
+ WireGuard Configuration Highlighter
+
+
+
+
+ &Randomize colors
+
+ SelectLanguageDrawer
diff --git a/client/ui/qml/Pages2/PageSettingsApplication.qml b/client/ui/qml/Pages2/PageSettingsApplication.qml
index 49e3a5d9..05e468f0 100644
--- a/client/ui/qml/Pages2/PageSettingsApplication.qml
+++ b/client/ui/qml/Pages2/PageSettingsApplication.qml
@@ -70,7 +70,7 @@ PageType {
Layout.margins: 16
text: qsTr("Auto start")
- descriptionText: qsTr("Launch the application every time %1 starts").arg(Qt.platform.os)
+ descriptionText: qsTr("Launch the application every time the device is starts")
checked: SettingsController.isAutoStartEnabled()
onCheckedChanged: {