diff --git a/Passepartout/App/macOS/Global/SwiftGen+Strings.swift b/Passepartout/App/macOS/Global/SwiftGen+Strings.swift index 8af53f5b..49d38794 100644 --- a/Passepartout/App/macOS/Global/SwiftGen+Strings.swift +++ b/Passepartout/App/macOS/Global/SwiftGen+Strings.swift @@ -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 { diff --git a/Passepartout/App/macOS/de.lproj/App.strings b/Passepartout/App/macOS/de.lproj/App.strings index 97668640..5fdac736 100644 --- a/Passepartout/App/macOS/de.lproj/App.strings +++ b/Passepartout/App/macOS/de.lproj/App.strings @@ -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"; diff --git a/Passepartout/App/macOS/el.lproj/App.strings b/Passepartout/App/macOS/el.lproj/App.strings index 0eaea58b..48b487a2 100644 --- a/Passepartout/App/macOS/el.lproj/App.strings +++ b/Passepartout/App/macOS/el.lproj/App.strings @@ -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" = "Πρωτόκολλο"; diff --git a/Passepartout/App/macOS/en.lproj/App.strings b/Passepartout/App/macOS/en.lproj/App.strings index 7c02dfe9..25a33add 100644 --- a/Passepartout/App/macOS/en.lproj/App.strings +++ b/Passepartout/App/macOS/en.lproj/App.strings @@ -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: "; diff --git a/Passepartout/App/macOS/es.lproj/App.strings b/Passepartout/App/macOS/es.lproj/App.strings index a661362f..c9a36301 100644 --- a/Passepartout/App/macOS/es.lproj/App.strings +++ b/Passepartout/App/macOS/es.lproj/App.strings @@ -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"; diff --git a/Passepartout/App/macOS/fr.lproj/App.strings b/Passepartout/App/macOS/fr.lproj/App.strings index b6615536..7792fe7b 100644 --- a/Passepartout/App/macOS/fr.lproj/App.strings +++ b/Passepartout/App/macOS/fr.lproj/App.strings @@ -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"; diff --git a/Passepartout/App/macOS/it.lproj/App.strings b/Passepartout/App/macOS/it.lproj/App.strings index 9cc05c08..fa5e7b47 100644 --- a/Passepartout/App/macOS/it.lproj/App.strings +++ b/Passepartout/App/macOS/it.lproj/App.strings @@ -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: "; diff --git a/Passepartout/App/macOS/nl.lproj/App.strings b/Passepartout/App/macOS/nl.lproj/App.strings index 2333cdce..e4ab3f04 100644 --- a/Passepartout/App/macOS/nl.lproj/App.strings +++ b/Passepartout/App/macOS/nl.lproj/App.strings @@ -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"; diff --git a/Passepartout/App/macOS/pl.lproj/App.strings b/Passepartout/App/macOS/pl.lproj/App.strings index 81e4e359..5037ac5f 100644 --- a/Passepartout/App/macOS/pl.lproj/App.strings +++ b/Passepartout/App/macOS/pl.lproj/App.strings @@ -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ół"; diff --git a/Passepartout/App/macOS/pt.lproj/App.strings b/Passepartout/App/macOS/pt.lproj/App.strings index 567e3b7e..83433478 100644 --- a/Passepartout/App/macOS/pt.lproj/App.strings +++ b/Passepartout/App/macOS/pt.lproj/App.strings @@ -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"; diff --git a/Passepartout/App/macOS/ru.lproj/App.strings b/Passepartout/App/macOS/ru.lproj/App.strings index 4ae34ea1..7af4b558 100644 --- a/Passepartout/App/macOS/ru.lproj/App.strings +++ b/Passepartout/App/macOS/ru.lproj/App.strings @@ -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" = "Протокол"; diff --git a/Passepartout/App/macOS/sv.lproj/App.strings b/Passepartout/App/macOS/sv.lproj/App.strings index 88a182ce..bec025e8 100644 --- a/Passepartout/App/macOS/sv.lproj/App.strings +++ b/Passepartout/App/macOS/sv.lproj/App.strings @@ -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"; diff --git a/Passepartout/App/macOS/zh-Hans.lproj/App.strings b/Passepartout/App/macOS/zh-Hans.lproj/App.strings index 77acdd1e..7f7f1b5f 100644 --- a/Passepartout/App/macOS/zh-Hans.lproj/App.strings +++ b/Passepartout/App/macOS/zh-Hans.lproj/App.strings @@ -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" = "协议"; diff --git a/scripts/import-onesky-translations.sh b/scripts/import-onesky-translations.sh new file mode 100755 index 00000000..9f24246b --- /dev/null +++ b/scripts/import-onesky-translations.sh @@ -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/*