-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"yes": "Sì", | ||
"cancel": "Cancella", | ||
"ok": "Ok", | ||
"reboot": "Riavvia", | ||
"status": "Stato", | ||
"status_active": "attivo", | ||
"status_not_active": "non attivo", | ||
"status_not_present": "non presente", | ||
"activate_changes_title": "Cambiamenti", | ||
"activate_changes": "La (dis)attivazione di uLaunch necessita un riavvio per fare effetto.", | ||
"activate_continue": "Continua", | ||
"activate_not_present": "uLaunch non è stato trovato nella scheda SD.", | ||
"reset_menu_item": "Ripristina voci menu", | ||
"reset_menu_title": "Ripristina menu", | ||
"reset_menu_conf": "Questo ripristinerà tutte le voci del menu.\nSei sicuro/a di voler continuare?", | ||
"reset_menu_success": "Voci menu ripristinate con successo.", | ||
"reset_cache_item": "Resetta cache menu", | ||
"reset_cache_title": "Resetta cache menu", | ||
"reset_cache_conf": "Questo cancellerà tutta la cache del menu (app/homebrew/immagini utente, etc.).\nSei sicuro/a di voler continuare?", | ||
"reset_cache_success": "Cache menu cancellata con successo.", | ||
"update_item": "Controlla gli aggiornamenti", | ||
"update_title": "Controllo aggiornamenti", | ||
"update_error": "Impossibile ottenere dati sull'ultimo aggiornamento...", | ||
"update_version": "Ultima versione", | ||
"update_conf": "Vorresti aggiornare all'ultima versione?", | ||
"update_equal": "uLaunch è già sull'ultima versione.", | ||
"update_higher": "uLaunch sembra essere in una versione più aggiornata dell'ultima versione...", | ||
"update_success": "uLaunch aggiornato con successo, adesso il sistema si riavvierà per applicare i cambiamenti.", | ||
"update_progress_download": "Scaricamento aggiornamento...", | ||
"update_progress_install": "Installazione aggiornamento..." | ||
} |