mirror of https://github.com/chriskiehl/Gooey.git
1 changed files with 28 additions and 26 deletions
Split View
Diff Options
@ -1,28 +1,30 @@ |
|||
{ |
|||
"cancel": "Cancel", |
|||
"close": "Close", |
|||
"close_program": "Close program?", |
|||
"stop_task": "Stop task?", |
|||
"error_title": "Error", |
|||
"execution_finished": "Execution finished", |
|||
"finished_msg": "All done! You may now safely close the program.", |
|||
"finished_error": "An error has occurred.", |
|||
"finished_title": "Finished", |
|||
"optional_args_msg": "Optional Arguments", |
|||
"required_args_msg": "Required Arguments", |
|||
"running_msg": "Please wait while the application performs its tasks. \nThis may take a few moments", |
|||
"running_title": "Running", |
|||
"settings_title": "Settings", |
|||
"simple_config": "Enter Command Line Arguments", |
|||
"error_required_fields": "Must fill in all fields in the Required section!", |
|||
"start": "Start", |
|||
"stop": "Stop", |
|||
"status": "Status", |
|||
"restart": "Restart", |
|||
"edit": "Edit", |
|||
"success_message": "Program completed sucessfully!", |
|||
"sure_you_want_to_exit": "Are you sure you want to exit?", |
|||
"sure_you_want_to_stop": "Are you sure you want to stop the task? \nInterruption can corrupt your data!", |
|||
"uh_oh": "\nUh oh! Looks like there was a problem. \nCopy the text from status window to let your developer know what went wrong.\n", |
|||
"browse": "Browse" |
|||
"cancel": "Cancel", |
|||
"close": "Close", |
|||
"close_program": "Close program?", |
|||
"stop_task": "Stop task?", |
|||
"error_title": "Error", |
|||
"execution_finished": "Execution finished", |
|||
"finished_msg": "All done! You may now safely close the program.", |
|||
"finished_error": "An error has occurred.", |
|||
"finished_forced_quit": "Terminated by user", |
|||
"finished_title": "Finished", |
|||
"optional_args_msg": "Optional Arguments", |
|||
"required_args_msg": "Required Arguments", |
|||
"running_msg": "Please wait while the application performs its tasks. \nThis may take a few moments", |
|||
"running_title": "Running", |
|||
"settings_title": "Settings", |
|||
"simple_config": "Enter Command Line Arguments", |
|||
"error_required_fields": "Must fill in all fields in the Required section!", |
|||
"validation_failed": "One or more fields failed validation.", |
|||
"start": "Start", |
|||
"stop": "Stop", |
|||
"status": "Status", |
|||
"restart": "Restart", |
|||
"edit": "Edit", |
|||
"success_message": "Program completed successfully!", |
|||
"sure_you_want_to_exit": "Are you sure you want to exit?", |
|||
"sure_you_want_to_stop": "Are you sure you want to stop the task? \nInterruption can corrupt your data!", |
|||
"uh_oh": "\nUh oh! Looks like there was a problem. \nCopy the text from the status window to let your developer know what went wrong.\n", |
|||
"browse": "Browse" |
|||
} |
Write
Preview
Loading…
Cancel
Save