fix: make few small fixes for ukranian translation (#846)
This commit is contained in:
parent
6bfda3487b
commit
75cbda5547
|
@ -170,7 +170,7 @@ enum Unlocalized {
|
||||||
"pt-BR": "Helder Santana",
|
"pt-BR": "Helder Santana",
|
||||||
"ru": "Alexander Korobynikov",
|
"ru": "Alexander Korobynikov",
|
||||||
"sv": "Henry Gross-Hellsen",
|
"sv": "Henry Gross-Hellsen",
|
||||||
"ua": "Dmitry Chirkin",
|
"uk": "Dmytro Chyrkin",
|
||||||
"zh-Hans": "OnlyThen"
|
"zh-Hans": "OnlyThen"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -101,7 +101,7 @@
|
||||||
|
|
||||||
"menu.system.quit.title" = "Вийти з %@";
|
"menu.system.quit.title" = "Вийти з %@";
|
||||||
|
|
||||||
"menu.system.quit.messages.confirm" = "---";
|
"menu.system.quit.messages.confirm" = "VPN продовжить працювати у фоновому режимі. Ви хочете вийти?";
|
||||||
/* MARK: TunnelKit */
|
/* MARK: TunnelKit */
|
||||||
|
|
||||||
"tunnelkit.vpn.connecting" = "Підключається";
|
"tunnelkit.vpn.connecting" = "Підключається";
|
||||||
|
@ -189,7 +189,7 @@
|
||||||
"profile.alerts.rename.title" = "Змінити назву профілю";
|
"profile.alerts.rename.title" = "Змінити назву профілю";
|
||||||
"profile.alerts.reconnect_vpn.message" = "Бажаєте заново підключитися до VPN?";
|
"profile.alerts.reconnect_vpn.message" = "Бажаєте заново підключитися до VPN?";
|
||||||
"profile.alerts.uninstall_vpn.message" = "Ви справді хочете стерти конфігурацію VPN із налаштувань пристрою? Це може виправити деякі VPN помилки, але не змінить налаштування застосунку.";
|
"profile.alerts.uninstall_vpn.message" = "Ви справді хочете стерти конфігурацію VPN із налаштувань пристрою? Це може виправити деякі VPN помилки, але не змінить налаштування застосунку.";
|
||||||
"profile.alerts.test_connectivity.title" = "Связь";
|
"profile.alerts.test_connectivity.title" = "Зв'язок";
|
||||||
"profile.alerts.test_connectivity.messages.success" = "Ваш пристрій підключено до Інтернету!";
|
"profile.alerts.test_connectivity.messages.success" = "Ваш пристрій підключено до Інтернету!";
|
||||||
"profile.alerts.test_connectivity.messages.failure" = "Ваш пристрій не підключено до інтернету, будь ласка, перевірте налаштування вашого профілю.";
|
"profile.alerts.test_connectivity.messages.failure" = "Ваш пристрій не підключено до інтернету, будь ласка, перевірте налаштування вашого профілю.";
|
||||||
|
|
||||||
|
@ -213,7 +213,7 @@
|
||||||
"account.items.username.placeholder" = "логін";
|
"account.items.username.placeholder" = "логін";
|
||||||
"account.items.password.caption" = "Пароль";
|
"account.items.password.caption" = "Пароль";
|
||||||
"account.items.password.placeholder" = "пароль";
|
"account.items.password.placeholder" = "пароль";
|
||||||
"account.items.seed.caption" = "насіння";
|
"account.items.seed.caption" = "Seed";
|
||||||
"account.items.open_guide.caption" = "Перевірте ваші дані";
|
"account.items.open_guide.caption" = "Перевірте ваші дані";
|
||||||
"account.items.signup.caption" = "Зарееструйтесь з %@";
|
"account.items.signup.caption" = "Зарееструйтесь з %@";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue