Italian strings (#137)

* added italian strings

* Fix unescaped apostrophes

* Add Italian to resConfigs

* Import translations from third party

* Update donations__thanks_dialog as per @xicciodj

Co-authored-by: Mygod <contact-github@mygod.be>
This commit is contained in:
xicciodj
2020-01-10 12:07:10 +01:00
committed by Mygod
parent 149e4e6736
commit 4f9fae7278
2 changed files with 167 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ android {
applicationId "be.mygod.vpnhotspot" applicationId "be.mygod.vpnhotspot"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
resConfigs "ru", "zh-rCN" resConfigs 'it', 'ru', 'zh-rCN'
versionCode 217 versionCode 217
versionName '2.6.4' versionName '2.6.4'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View File

@@ -0,0 +1,166 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Values copied from:
* https://android.googlesource.com/platform/packages/apps/Settings/+/78d50e9/res/values-it/strings.xml
* @string/usb_tethering_button_text
* @string/wifi_hotspot_checkbox_text
* @string/bluetooth_tether_checkbox_text
-->
<resources>
<string name="app_name">VPN Hotspot</string>
<string name="title_repeater">Ripetitore</string>
<string name="title_tethering">Tethering</string>
<string name="title_clients">Client</string>
<string name="title_settings">Impostazioni</string>
<string name="repeater_channel">Ripetitore (%1$d MHz, channel %2$d)</string>
<string name="repeater_wps">WPS (non sicuro)</string>
<string name="repeater_wps_dialog_title">Inserisci PIN</string>
<string name="repeater_wps_dialog_pbc">Premi il bottone</string>
<string name="repeater_wps_success_pbc">Utilizza il pulsante WPS entro i prossimi 2 minuti per collegare il
dispositivo.</string>
<string name="repeater_wps_success_keypad">PIN registrato.</string>
<string name="repeater_wps_failure">Avvio WPS fallito (causa: %s)</string>
<string name="repeater_configure_failure">File di configurazione valido non trovato. Per favore accendi il ripetitore prima.</string>
<string name="repeater_clean_pog_failure">Rimozione del gruppo P2P ridondante fallita (causa: %s)</string>
<string name="repeater_p2p_unavailable">Wi\u2011Fi direct non disponibile, per favore abilita il Wi\u2011Fi</string>
<string name="repeater_p2p_unavailable_enable">Abilita</string>
<string name="repeater_create_group_failure">Creazione del gruppo P2P fallita (causa: %s)</string>
<string name="repeater_remove_group_failure">Rimozione del gruppo P2P fallita (causa: %s)</string>
<string name="repeater_remove_old_group_failure">Rimozione del vecchio gruppo P2P fallita (causa: %s)</string>
<string name="repeater_set_oc_failure">Impostazione del canale operativo fallita (causa: %s)</string>
<string name="repeater_failure_reason_error">errore interno</string>
<string name="repeater_failure_reason_p2p_unsupported">Wi\u2011Fi direct non supportato</string>
<string name="repeater_failure_reason_no_service_requests">nessuna richiesta di servizio aggiunta</string>
<string name="repeater_failure_reason_unsupported_operation">operazione non supportata</string>
<string name="repeater_failure_disconnected">Servizio non disponibile. Riprova dopo</string>
<string name="tethering_temp_hotspot">Hotspot Wi\u2011Fi temporaneo</string>
<string name="tethering_temp_hotspot_location">L\'hotspot temporaneo richiede che la localizzazione sia attiva.</string>
<string name="tethering_temp_hotspot_failure">Avvio dell\'hotspot fallito (causa: %s)</string>
<string name="tethering_temp_hotspot_failure_no_channel">nessun canale</string>
<string name="tethering_temp_hotspot_failure_generic">errore generico</string>
<string name="tethering_temp_hotspot_failure_incompatible_mode">modalità incompatibile</string>
<string name="tethering_temp_hotspot_failure_tethering_disallowed">tethering non permesso</string>
<string name="tethering_monitor">Monitora…</string>
<string name="tethering_state_monitored">%s (monitorato)</string>
<string name="tethering_manage">Gestisci il tethering del sistema…</string>
<string name="tethering_manage_offload_enabled">Per favore disabilita l\'accelerazione hardware tethering nelle opzioni sviluppatore
se il tethering VPN non funziona.</string>
<string name="tethering_manage_usb">Tethering USB</string>
<string name="tethering_manage_wifi">Hotspot Wi\u2011Fi</string>
<string name="tethering_manage_wifi_legacy">Hotspot Wi\u2011Fi (legacy)</string>
<string name="tethering_manage_bluetooth">Tethering Bluetooth</string>
<string name="connected_state_incomplete">" (in connessione)"</string>
<string name="connected_state_valid">" (raggiungibile)"</string>
<string name="connected_state_failed">" (perso)"</string>
<string name="clients_popup_nickname">Nickname…</string>
<string name="clients_popup_block">Blocca</string>
<string name="clients_popup_block_service_inactive">Abilita il servizio per questa interfaccia per bloccare il client.</string>
<string name="clients_popup_unblock">Sblocca</string>
<string name="clients_popup_stats">Statistiche…</string>
<string name="clients_mac_lookup_unexpected_error">Il server ha restituito questo errore per %1$s: %2$s</string>
<string name="clients_nickname_title">Nickname per %s</string>
<string name="clients_nickname_set_to_vendor">← 🏳️‍🌈 Venditore</string>
<string name="clients_stats_title">Statistiche per %s</string>
<plurals name="clients_stats_message_1">
<item quantity="one">Connesso 1 volta dal %2$s</item>
<item quantity="other">Connesso %1$s volte dal %2$s</item>
</plurals>
<plurals name="clients_stats_message_2">
<item quantity="one">Inviato 1 pacchetto, %2$s</item>
<item quantity="other">Inviati %1$s pacchetti, %2$s</item>
</plurals>
<plurals name="clients_stats_message_3">
<item quantity="one">Ricevuto 1 pacchetto, %2$s</item>
<item quantity="other">Ricevuti %1$s pacchetti, %2$s</item>
</plurals>
<string name="settings_upstream">Upstream</string>
<string name="settings_downstream">Downstream</string>
<string name="settings_service_masquerade">Modalità IP Masquerade</string>
<string name="settings_service_masquerade_none">Nessuno</string>
<string name="settings_service_masquerade_simple">Semplice</string>
<string name="settings_service_masquerade_netd">Servizio Android Netd</string>
<string name="settings_service_disable_ipv6">Disabilita tethering IPv6</string>
<string name="settings_service_disable_ipv6_summary">Abilitando questa funzione si preveniranno perdite della VPN via IPv6.</string>
<string name="settings_service_repeater_start_on_boot">Avvia ripetitore all\'avvio</string>
<string name="settings_service_wifi_lock">Tieni il Wi\u2011Fi attivo</string>
<string name="settings_service_wifi_lock_none">Default di sistema</string>
<string name="settings_service_wifi_lock_full">Attivo</string>
<string name="settings_service_wifi_lock_high_perf">Modalità prestazioni elevate</string>
<string name="settings_service_wifi_lock_high_perf_v29">Disabilita il risparmio batteria</string>
<string name="settings_service_wifi_lock_low_latency">Modalità latenza bassa</string>
<string name="settings_service_ip_monitor">Modalità di monitoraggio dello stato della rete</string>
<string name="settings_service_ip_monitor_monitor">Monitoraggio Netlink</string>
<string name="settings_service_ip_monitor_monitor_root">Monitoraggio Netlink con root</string>
<string name="settings_service_ip_monitor_poll">Poll</string>
<string name="settings_service_ip_monitor_poll_root">Poll con root</string>
<string name="settings_service_upstream">Interfaccia di rete upstream</string>
<string name="settings_service_upstream_auto">Individua automaticamente VPN del sistema</string>
<string name="settings_upstream_fallback">Interfaccia fallback upstream</string>
<string name="settings_upstream_fallback_auto">Individua automaticamente la rete default del sistema</string>
<string name="settings_service_dhcp_workaround">Abilita DHCP alternativo</string>
<string name="settings_service_dhcp_workaround_summary">Usalo se i client non riescono ad ottenere gli indirizzi IP.</string>
<string name="settings_service_clean">Pulisci/riapplica regole di routing</string>
<string name="settings_service_clean_summary">Aggiorna le impostazioni modificate ai servizi attivi. Può anche sistemare rare
condizioni.</string>
<string name="settings_system_tether_offload">Accelerazione hardware Tethering</string>
<string name="settings_system_tether_offload_summary">Scorciatoia alle opzioni sviluppatore del sistema</string>
<string name="settings_misc">Miscellanea</string>
<string name="settings_help">Aiuto</string>
<string name="settings_misc_logcat">Esporta informazioni di debug</string>
<string name="settings_misc_logcat_summary">Così utile molto wow</string>
<string name="settings_misc_source">Homepage progetto su GitHub</string>
<string name="settings_misc_source_summary">Leggi il manuale, metti tra i preferiti, segnala problemi e contribuisci</string>
<string name="settings_misc_donate">Dona</string>
<string name="settings_misc_donate_summary">Amo i soldi</string>
<string name="settings_misc_donate_more">PayPal, Flattr, altro…</string>
<string name="settings_restart_required">Riavvia l\'applicazione per applicare questa impostazione.</string>
<string name="settings_exit_app">Esci</string>
<string name="notification_tethering_title">Tethering VPN attivo</string>
<string name="notification_channel_tethering">Servizio Tethering VPN</string>
<plurals name="notification_connected_devices">
<item quantity="one">%d dispositivo connesso a %s</item>
<item quantity="other">%d dispositivi connessi a %s</item>
</plurals>
<plurals name="notification_interfaces">
<item quantity="one">%d interfaccia</item>
<item quantity="other">%d interfacce</item>
</plurals>
<string name="notification_interfaces_inactive">Inattivi: %s</string>
<string name="failure_reason_unknown">sconosciuta #%d</string>
<string name="exception_interface_not_found">Fatale: Interfaccia Downstream non trovata</string>
<string name="noisy_su_failure">Qualcosa è andato storto, per favore controlla le informazioni di debug.</string>
<string name="configuration_view">Configurazione Wi\u2011Fi</string>
<string name="configuration_share">Condividi con Codice QR</string>
<string name="configuration_rejected">Il sistema Android rifiuta questa configurazione. (vedi logcat)</string>
<string name="wifi_ssid">Nome della rete</string>
<string name="wifi_security">Sicurezza</string>
<string name="wifi_password">Password</string>
<string name="credentials_password_too_short">La password deve avere almeno 8 caratteri.</string>
<string name="wifi_hotspot_ap_band_title">Banda AP</string>
<string name="wifi_ap_choose_auto">Auto</string>
<string name="wifi_ap_choose_2G">Banda 2.4 GHz</string>
<string name="wifi_ap_choose_5G">Banda 5.0 GHz</string>
<string name="wifi_save">Salva</string>
<!-- Based on: https://github.com/SufficientlySecure/donations/blob/de39986/Donations/src/main/res/values-it/donations__strings.xml -->
<string name="donations__button_close">Chiudi</string>
<string name="donations__description">Trovi che questa applicazione sia utile?\nSupportane lo sviluppo inviando una donazione al suo sviluppatore!</string>
<string name="donations__google_android_market">Google Play Store</string>
<string name="donations__google_android_market_not_supported">Donazioni In-App non supportate. Google Play Store è installato correttamente?</string>
<string name="donations__google_android_market_description">Google addebita una commissione del 30%</string>
<string name="donations__google_android_market_donate_button">Dona!</string>
<string name="donations__google_android_market_text">Quanto?</string>
<string name="donations__thanks_dialog">Grazie per la tua donazione!\nLo apprezzo molto!</string>
</resources>