[PATCH] Edited RU translation to avoid misunderstanding
Roman Lesechko
polo-ru at yandex.ru
Tue Dec 19 15:59:23 UTC 2023
I have edited RU translations of "macToggleStatusButton" on the main screen. In english button's caption is imperative: Activate/Deactivate. Current russian translation is wrong in terms of tenses. For example, Wireguard is deactivated, but the button's caption says it is already active.
Signed-off-by: Roman Lesechko <polo-ru at yandex.ru>
---
Sources/WireGuardApp/ru.lproj/Localizable.strings | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Sources/WireGuardApp/ru.lproj/Localizable.strings b/Sources/WireGuardApp/ru.lproj/Localizable.strings
index c05a566..ab148dc 100644
--- a/Sources/WireGuardApp/ru.lproj/Localizable.strings
+++ b/Sources/WireGuardApp/ru.lproj/Localizable.strings
@@ -55,9 +55,9 @@
"tunnelStatusRestarting" = "Перезапуск";
"tunnelStatusWaiting" = "Ожидание";
-"macToggleStatusButtonActivate" = "Подключен";
+"macToggleStatusButtonActivate" = "Подключить";
"macToggleStatusButtonActivating" = "Подключение…";
-"macToggleStatusButtonDeactivate" = "Отключен";
+"macToggleStatusButtonDeactivate" = "Отключить";
"macToggleStatusButtonDeactivating" = "Отключение…";
"macToggleStatusButtonReasserting" = "Переподключение…";
"macToggleStatusButtonRestarting" = "Перезапуск…";
@@ -111,7 +111,7 @@
"tunnelOnDemandAddMessageAddNewSSID" = "Добавить новый";
"tunnelOnDemandKey" = "Автоподключение";
-"tunnelOnDemandOptionOff" = "Выключить";
+"tunnelOnDemandOptionOff" = "Отключено";
"tunnelOnDemandOptionWiFiOnly" = "Только Wi-Fi";
"tunnelOnDemandOptionWiFiOrCellular" = "Wi-Fi или сотовая сеть";
"tunnelOnDemandOptionCellularOnly" = "Только Сотовая сеть";
@@ -134,7 +134,7 @@
"tunnelEditPlaceholderTextStronglyRecommended" = "Настоятельно рекомендуется";
"tunnelEditPlaceholderTextOff" = "Выключить";
-"tunnelPeerPersistentKeepaliveValue (%@)" = "каждые %@ - интервал в секундах";
+"tunnelPeerPersistentKeepaliveValue (%@)" = "каждые %@ секунд";
"tunnelHandshakeTimestampNow" = "Сейчас";
"tunnelHandshakeTimestampSystemClockBackward" = "(Системные часы переведены назад)";
"tunnelHandshakeTimestampAgo (%@)" = "%@ назад";
--
2.37.1 (Apple Git-137.1)
More information about the WireGuard
mailing list