Add missing translations

This commit is contained in:
Davide De Rosa 2021-08-05 17:18:03 +02:00
parent 1a0c3260bf
commit 5b35297a6d
14 changed files with 18 additions and 13 deletions

View File

@ -165,16 +165,6 @@ internal enum L10n {
}
}
}
internal enum Purchase {
internal enum Sections {
internal enum Products {
internal enum Footer {
/// If you bought the old macOS app (1.14.0), skip this step. Instead, send your Apple invoice to this address to restore full version:
internal static let macLegacy = L10n.tr("App", "purchase.sections.products.footer.mac_legacy")
}
}
}
}
internal enum Service {
internal enum Cells {
internal enum Addresses {

View File

@ -37,6 +37,7 @@
"service.cells.vpn.turn_off.caption" = "Deaktiviere VPN";
"service.cells.category.caption" = "Kategorie";
"service.cells.addresses.caption" = "Adressen";
"service.cells.only_shows_favorites.caption" = "Nur favorisierte Standorte anzeigen";
"endpoint.cells.address" = "Adresse";
"endpoint.cells.protocol" = "Protokoll";

View File

@ -37,6 +37,7 @@
"service.cells.vpn.turn_off.caption" = "Απενεργοποίηση VPN";
"service.cells.category.caption" = "Κατηγορία";
"service.cells.addresses.caption" = "Διευθύνσεις";
"service.cells.only_shows_favorites.caption" = "Προβολή αγαπημένων τοποθεσιών μόνο";
"endpoint.cells.address" = "Διεύθυνση";
"endpoint.cells.protocol" = "Πρωτόκολλο";

View File

@ -74,5 +74,3 @@
"menu.support.title" = "Support";
"menu.quit.title" = "Quit %@";
"menu.quit.messages.confirm" = "The VPN, if enabled, will still run in the background. Do you want to quit?";
"purchase.sections.products.footer.mac_legacy" = "If you bought the old macOS app (1.14.0), skip this step. Instead, send your Apple invoice to this address to restore full version: ";

View File

@ -37,6 +37,7 @@
"service.cells.vpn.turn_off.caption" = "Deshabilitar VPN";
"service.cells.category.caption" = "Categoría";
"service.cells.addresses.caption" = "Direcciones";
"service.cells.only_shows_favorites.caption" = "Mostrar solo ubicaciones favoritas";
"endpoint.cells.address" = "Dirección";
"endpoint.cells.protocol" = "Protocolo";

View File

@ -37,6 +37,7 @@
"service.cells.vpn.turn_off.caption" = "Désactiver VPN";
"service.cells.category.caption" = "Catégorie";
"service.cells.addresses.caption" = "Adresses";
"service.cells.only_shows_favorites.caption" = "Afficher uniquement les emplacements favoris";
"endpoint.cells.address" = "Adresse";
"endpoint.cells.protocol" = "Protocole";

View File

@ -37,6 +37,7 @@
"service.cells.vpn.turn_off.caption" = "Disabilita VPN";
"service.cells.category.caption" = "Categoria";
"service.cells.addresses.caption" = "Indirizzi";
"service.cells.only_shows_favorites.caption" = "Mostra solo le posizioni preferite";
"endpoint.cells.address" = "Indirizzo";
"endpoint.cells.protocol" = "Protocollo";
@ -74,4 +75,3 @@
"menu.quit.title" = "Esci da %@";
"menu.quit.messages.confirm" = "La VPN, se abilitata, continuerà ad essere attiva in background. Vuoi comunque uscire?";
"purchase.sections.products.footer.mac_legacy" = "Se hai acquistato la vecchia app macOS (1.14.0), ignora questo passaggio. Piuttosto, inoltra la tua ricevuta Apple a questo indirizzo per ripristinare la versione completa: ";

View File

@ -37,6 +37,7 @@
"service.cells.vpn.turn_off.caption" = "VPN deactiveren";
"service.cells.category.caption" = "Categorie";
"service.cells.addresses.caption" = "Adressen";
"service.cells.only_shows_favorites.caption" = "Alleen favoriete locaties weergeven";
"endpoint.cells.address" = "Adres";
"endpoint.cells.protocol" = "Protocol";

View File

@ -37,6 +37,7 @@
"service.cells.vpn.turn_off.caption" = "Wyłącz VPN";
"service.cells.category.caption" = "Kategoria";
"service.cells.addresses.caption" = "Adresy";
"service.cells.only_shows_favorites.caption" = "Pokazuj tylko ulubione lokalizacje";
"endpoint.cells.address" = "Adres";
"endpoint.cells.protocol" = "Protokół";

View File

@ -37,6 +37,7 @@
"service.cells.vpn.turn_off.caption" = "Desativar VPN";
"service.cells.category.caption" = "Categoria";
"service.cells.addresses.caption" = "Endereços";
"service.cells.only_shows_favorites.caption" = "Mostrar apenas os locais preferidos";
"endpoint.cells.address" = "Endereço";
"endpoint.cells.protocol" = "Protocolo";

View File

@ -37,6 +37,7 @@
"service.cells.vpn.turn_off.caption" = "Отключить VPN";
"service.cells.category.caption" = "Категория";
"service.cells.addresses.caption" = "Адреса";
"service.cells.only_shows_favorites.caption" = "Показывать только места из избранного";
"endpoint.cells.address" = "Адрес";
"endpoint.cells.protocol" = "Протокол";

View File

@ -37,6 +37,7 @@
"service.cells.vpn.turn_off.caption" = "Inaktivera VPN";
"service.cells.category.caption" = "Kategori";
"service.cells.addresses.caption" = "Adresser";
"service.cells.only_shows_favorites.caption" = "Visa endast favoritplatser";
"endpoint.cells.address" = "Adress";
"endpoint.cells.protocol" = "Protokoll";

View File

@ -37,6 +37,7 @@
"service.cells.vpn.turn_off.caption" = "禁用VPN";
"service.cells.category.caption" = "类别";
"service.cells.addresses.caption" = "地址";
"service.cells.only_shows_favorites.caption" = "仅显示收藏的地点";
"endpoint.cells.address" = "地址";
"endpoint.cells.protocol" = "协议";

View File

@ -0,0 +1,7 @@
#!/bin/sh
SRC="$1"
DST="$2"
for LANG in "de" "el" "en" "es" "fr" "it" "nl" "pl" "ru" "sv" "zh-Hans"; do
cp $SRC/$LANG/* $DST/$LANG.lproj/*
done
cp $SRC/pt-PT/* $DST/pt.lproj/*