|
28 | 28 | <string name="uninstall">Disinstalla</string> |
29 | 29 | <string name="config">Configurazione</string> |
30 | 30 | <string name="favourite">Preferito</string> |
31 | | - <string name="report_bugs">Segnala bug</string> |
| 31 | + <string name="report_bugs">Segnala problemi</string> |
| 32 | + <string name="sniffed_modules">Moduli trovati</string> |
| 33 | + <string name="sniffing_modules">Cerco Moduli</string> |
32 | 34 | <string name="submit_modules">Invia un modulo</string> |
33 | 35 | <string name="require_android_6">Richiede Android 6.0+</string> |
34 | 36 | <string name="require_android_12">Richiede Android 12+</string> |
35 | 37 | <string name="install_terminal_reboot_now">Riavvia</string> |
36 | 38 | <string name="language">Lingua</string> |
| 39 | + <string name="yes" translatable="false">@android:string/yes</string> |
| 40 | + <string name="no" translatable="false">@android:string/no</string> |
| 41 | + <string name="ok" translatable="false">@android:string/ok</string> |
| 42 | + <string name="cancel" translatable="false">@android:string/cancel</string> |
37 | 43 |
|
38 | | - <!-- Module section translation --> |
| 44 | + <!-- Traduzione della sezione del modulo --> |
39 | 45 | <string name="module_last_update">Ultimo aggiornamento:</string> |
40 | 46 | <string name="module_repo">Repo:</string> |
41 | 47 | <string name="module_by">da</string> |
|
49 | 55 | <string name="module_min_sdk_chip">Min. Android</string> |
50 | 56 | <string name="module_max_sdk_chip">Max. Android</string> |
51 | 57 |
|
52 | | - <!-- Preference Titles --> |
53 | | - <!-- Note: Lockdown mode used to be called showcase mode --> |
| 58 | + <!-- Preferenze Titoli --> |
| 59 | + <!-- Nota: la modalità di blocco era chiamata modalità vetrina --> |
54 | 60 | <string name="manage_repos_pref">Gestisci repository</string> |
55 | 61 | <string name="showcase_mode_pref">Modalità protetta</string> |
56 | 62 | <string name="showcase_mode_desc">La modalità protetta impedisce la modifica dei moduli da parte del gestore</string> |
|
88 | 94 | <string name="file_picker_failure">Il tuo gestore file non ha potuto accedere ai dati sul dispositivo.</string> |
89 | 95 | <string name="remote_install_title">Installazione remota</string> |
90 | 96 | <string name="file_picker_wierd">Il tuo gestore file ha fornito una risposta non valida.</string> |
91 | | - <string name="use_magisk_install_command_pref">Usa il comando di installazione del modulo magisk</string> |
| 97 | + <string name="use_magisk_install_command_pref">Usa il comando di installazione del modulo Magisk</string> |
92 | 98 | <string name="use_magisk_install_command_desc"> |
93 | 99 | Questo ha causato dei problemi durante i test per l\'installazione dei moduli, |
94 | 100 | per questo l\'opzione è disponibile solo in modalità sviluppatore, abilita a tuo rischio e pericolo! |
|
121 | 127 | <string name="add_repo">Aggiungi Repository</string> |
122 | 128 | <string name="remove_repo">Rimuovi Repository</string> |
123 | 129 | <string name="custom_url">Url personalizzato</string> |
124 | | - <string name="androidacy_repo_info">La repository di Androidacy contiene pubblicità e trackers.</string> |
| 130 | + <string name="androidacy_repo_info">La repository di Androidacy contiene pubblicità e tracker.</string> |
125 | 131 | <string name="backup_module_list">Salva moduli</string> |
126 | 132 | <string name="restore_module_list">Ripristina moduli</string> |
127 | 133 | <string name="require_internet">Questa operazione richiede una connessione ad internet</string> |
128 | 134 |
|
129 | | - <!-- Background Notification translation --> |
| 135 | + <!-- Traduzione della notifica in background --> |
130 | 136 | <string name="notification_update_title">Trovato %i aggiornamenti del modulo</string> |
131 | 137 | <string name="notification_update_title_easter_egg">Aggiornamenti del modulo %i rilevati</string> |
132 | 138 | <string name="notification_update_subtitle">Fare clic per aprire l\'app</string> |
133 | 139 | <string name="notification_update_pref">Controllo aggiornamento moduli in background</string> |
134 | 140 | <string name="notification_update_desc">Può aumentare il consumo della batteria</string> |
135 | 141 | <string name="notification_update_debug_pref">Notifica di prova</string> |
136 | 142 |
|
137 | | - <!-- Always copy language_support_level when translating --> |
| 143 | + <!-- Imposta su true nel file di traduzione se la tua lingua è da destra a sinistra --> |
| 144 | + <bool name="lang_support_rtl">false</bool> |
| 145 | + |
| 146 | + <!-- Copia sempre language_support_level durante la traduzione --> |
| 147 | + <integer name="language_support_level">1</integer> |
138 | 148 | <string name="language_support_outdated">Alcune traduzioni per la lingua corrente non sono aggiornate, ti preghiamo di considerare di contribuire alle traduzioni dell\'app su GitHub</string> |
139 | | - |
| 149 | + |
| 150 | + <!-- Sostituisci con il tuo nome utente durante la traduzione --> |
| 151 | + <string name="language_translated_by">Traduzione di tugaia56</string> |
140 | 152 | </resources> |
0 commit comments