From 9f05e18af9a39b20c5d2793933c220395dba716f Mon Sep 17 00:00:00 2001 From: chriskiehl Date: Sat, 27 Jan 2018 13:17:17 -0800 Subject: [PATCH] added extra translation keys to english.json --- gooey/languages/english.json | 54 +++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 26 deletions(-) diff --git a/gooey/languages/english.json b/gooey/languages/english.json index a389ca2..8afbea5 100644 --- a/gooey/languages/english.json +++ b/gooey/languages/english.json @@ -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" }