Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit 759886d

Browse files
authored
Update strings.xml
1 parent 11c4204 commit 759886d

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

app/src/main/res/values-it/strings.xml

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,20 @@
2828
<string name="uninstall">Disinstalla</string>
2929
<string name="config">Configurazione</string>
3030
<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>
3234
<string name="submit_modules">Invia un modulo</string>
3335
<string name="require_android_6">Richiede Android 6.0+</string>
3436
<string name="require_android_12">Richiede Android 12+</string>
3537
<string name="install_terminal_reboot_now">Riavvia</string>
3638
<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>
3743

38-
<!-- Module section translation -->
44+
<!-- Traduzione della sezione del modulo -->
3945
<string name="module_last_update">Ultimo aggiornamento:</string>
4046
<string name="module_repo">Repo:</string>
4147
<string name="module_by">da</string>
@@ -49,8 +55,8 @@
4955
<string name="module_min_sdk_chip">Min. Android</string>
5056
<string name="module_max_sdk_chip">Max. Android</string>
5157

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 -->
5460
<string name="manage_repos_pref">Gestisci repository</string>
5561
<string name="showcase_mode_pref">Modalità protetta</string>
5662
<string name="showcase_mode_desc">La modalità protetta impedisce la modifica dei moduli da parte del gestore</string>
@@ -88,7 +94,7 @@
8894
<string name="file_picker_failure">Il tuo gestore file non ha potuto accedere ai dati sul dispositivo.</string>
8995
<string name="remote_install_title">Installazione remota</string>
9096
<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>
9298
<string name="use_magisk_install_command_desc">
9399
Questo ha causato dei problemi durante i test per l\'installazione dei moduli,
94100
per questo l\'opzione è disponibile solo in modalità sviluppatore, abilita a tuo rischio e pericolo!
@@ -121,20 +127,26 @@
121127
<string name="add_repo">Aggiungi Repository</string>
122128
<string name="remove_repo">Rimuovi Repository</string>
123129
<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>
125131
<string name="backup_module_list">Salva moduli</string>
126132
<string name="restore_module_list">Ripristina moduli</string>
127133
<string name="require_internet">Questa operazione richiede una connessione ad internet</string>
128134

129-
<!-- Background Notification translation -->
135+
<!-- Traduzione della notifica in background -->
130136
<string name="notification_update_title">Trovato %i aggiornamenti del modulo</string>
131137
<string name="notification_update_title_easter_egg">Aggiornamenti del modulo %i rilevati</string>
132138
<string name="notification_update_subtitle">Fare clic per aprire l\'app</string>
133139
<string name="notification_update_pref">Controllo aggiornamento moduli in background</string>
134140
<string name="notification_update_desc">Può aumentare il consumo della batteria</string>
135141
<string name="notification_update_debug_pref">Notifica di prova</string>
136142

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>
138148
<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>
140152
</resources>

0 commit comments

Comments
 (0)