Add ru translations

This commit is contained in:
Davide De Rosa 2019-04-28 17:34:48 +02:00
parent 2dac8b0728
commit 02c02690fd
2 changed files with 2 additions and 5 deletions

View File

@ -182,6 +182,7 @@
"configuration.cells.tls_wrapping.value.auth" = "Аутентификация";
"configuration.cells.tls_wrapping.value.crypt" = "Шифрование";
"configuration.cells.eku.caption" = "Расширенная проверка";
"configuration.cells.default_gateway.caption" = "Шлюз по умолчанию";
"configuration.cells.dns_server.caption" = "DNS";
"configuration.cells.dns_domain.caption" = "Домен";
"configuration.cells.proxy_http.caption" = "Прокси";

View File

@ -16,10 +16,6 @@ public enum L10n {
/// About
public static let title = L10n.tr("Localizable", "about.title")
public enum Cells {
public enum Changelog {
/// Changelog
public static let caption = L10n.tr("Localizable", "about.cells.changelog.caption")
}
public enum Credits {
/// Credits
public static let caption = L10n.tr("Localizable", "about.cells.credits.caption")
@ -94,7 +90,7 @@ public enum L10n {
public enum Guidance {
public enum Footer {
public enum Infrastructure {
/// Use your %@ website account number and password "m".
/// Use your %@ website credentials. Your username is usually numeric.
public static func mullvad(_ p1: String) -> String {
return L10n.tr("Localizable", "account.sections.guidance.footer.infrastructure.mullvad", p1)
}