forked from chriskiehl/Gooey
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7ff75cb
commit 4e50f17
Showing
1 changed file
with
28 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,28 @@ | ||
{ | ||
"cancel": "Annulla", | ||
"close": "Chiudi", | ||
"close_program": "Chiudere l'applicazione?", | ||
"stop_task": "Fermare il processo?", | ||
"error_title": "Errore", | ||
"execution_finished": "Esecuzione finita", | ||
"finished_msg": "Tutto fatto! Ora puoi chiudere il programma.", | ||
"finished_error": "Si è verificato un errore.", | ||
"finished_title": "Finito", | ||
"optional_args_msg": "Parametri opzionali", | ||
"required_args_msg": "Parametri richiesti", | ||
"running_msg": "Attendi finchè l'applicazione non avrà finito. \nQuest'operazione potrebbe durare qualche minuto", | ||
"running_title": "In esecuzione", | ||
"settings_title": "Opzioni", | ||
"simple_config": "Inserici i parametri di linea di comando", | ||
"error_required_fields": "Devi compilare tutti i campi della sezione Richiesti!", | ||
"start": "Start", | ||
"stop": "Stop", | ||
"status": "Stato", | ||
"restart": "Restart", | ||
"edit": "Modifica", | ||
"success_message": "Programma eseguito con successo!", | ||
"sure_you_want_to_exit": "Sei sicuro di voler uscire?", | ||
"sure_you_want_to_stop": "Sei sicuro di voler interrompere il processo? \nL'interruzione potrebbe corrempere i dati!", | ||
"uh_oh": "\nOh oh! Sembra che ci sia stato un problema. \nCopia il testo dalla finestra di stato per far sapere allo sviluppatore cosa è andato storto.\n", | ||
"browse": "Apri" | ||
} |