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

Fix Russian translation typos #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
14 changes: 7 additions & 7 deletions Sources/WireGuardApp/ru.lproj/Localizable.strings
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"tunnelStatusRestarting" = "Перезапуск";
"tunnelStatusWaiting" = "Ожидание";

"macToggleStatusButtonActivate" = "Подключен";
"macToggleStatusButtonActivate" = "Подключить";
"macToggleStatusButtonActivating" = "Подключение…";
"macToggleStatusButtonDeactivate" = "Отключен";
"macToggleStatusButtonDeactivate" = "Отключить";
"macToggleStatusButtonDeactivating" = "Отключение…";
"macToggleStatusButtonReasserting" = "Переподключение…";
"macToggleStatusButtonRestarting" = "Перезапуск…";
Expand All @@ -80,7 +80,7 @@
"tunnelPeerPublicKey" = "Публичный ключ";
"tunnelPeerPreSharedKey" = "Общий ключ";
"tunnelPeerEndpoint" = "IP-адрес сервера";
"tunnelPeerPersistentKeepalive" = "Поддерживание соединения";
"tunnelPeerPersistentKeepalive" = "Поддержание соединения";
"tunnelPeerAllowedIPs" = "Разрешенные IP-адреса";
"tunnelPeerRxBytes" = "Получено данных";
"tunnelPeerTxBytes" = "Отправлено данных";
Expand Down Expand Up @@ -118,11 +118,11 @@
"tunnelOnDemandOptionWiFiOrEthernet" = "Wi-Fi или Ethernet";
"tunnelOnDemandOptionEthernetOnly" = "Только Ethernet";

"addPeerButtonTitle" = "Добавить пира";
"addPeerButtonTitle" = "Добавить пир";

"deletePeerButtonTitle" = "Удалить пира";
"deletePeerButtonTitle" = "Удалить пир";
"deletePeerConfirmationAlertButtonTitle" = "Удалить";
"deletePeerConfirmationAlertMessage" = "Удалить этого пира?";
"deletePeerConfirmationAlertMessage" = "Удалить этот пир?";

"deleteTunnelButtonTitle" = "Удалить туннель";
"deleteTunnelConfirmationAlertButtonTitle" = "Удалить";
Expand Down Expand Up @@ -196,7 +196,7 @@
"alertScanQRCodeUnreadableQRCodeTitle" = "Недопустимый код";
"alertScanQRCodeUnreadableQRCodeMessage" = "Не удалось прочитать отсканированный код";

"alertScanQRCodeNamePromptTitle" = "Задайте имя отсканированному туннелю";
"alertScanQRCodeNamePromptTitle" = "Задайте имя сканированному из QR-кода туннелю";

// Settings UI

Expand Down