From ec3130c6441a7d8f53df351592f893dac3988d33 Mon Sep 17 00:00:00 2001 From: chriskiehl Date: Tue, 2 Jun 2015 20:33:13 -0400 Subject: [PATCH] Updated languages --- gooey/languages/english.json | 6 ++++-- gooey/languages/japanese.json | 25 +++++++++++++++++++++++++ gooey/languages/russian.json | 3 ++- 3 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 gooey/languages/japanese.json diff --git a/gooey/languages/english.json b/gooey/languages/english.json index 3b1dc48..a393ee7 100644 --- a/gooey/languages/english.json +++ b/gooey/languages/english.json @@ -4,7 +4,8 @@ "close_program": "Close Program?", "error_title": "Error", "execution_finished": "Execution Finished", - "finished_msg": "All done! You may now safely close the program.", + "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", @@ -20,5 +21,6 @@ "edit": "Edit", "success_message": "Program completed Sucessfully!\nPress the OK button to exit", "sure_you_want_to_exit": "Are you sure you want to exit?", - "uh_oh": "\nUh oh! Looks like there was a problem. \nCopy the below error to let your developer know what went wrong.\n\n{} \t\t\n\t\t" + "uh_oh": "\nUh oh! Looks like there was a problem. \nCopy the below error to let your developer know what went wrong.\n\n{} \t\t\n\t\t", + "browse": "Browse" } diff --git a/gooey/languages/japanese.json b/gooey/languages/japanese.json new file mode 100644 index 0000000..af15768 --- /dev/null +++ b/gooey/languages/japanese.json @@ -0,0 +1,25 @@ +{ + "cancel": "\u30ad\u30e3\u30f3\u30bb\u30eb", + "close": "Close", + "close_program": "Close Program?", + "error_title": "Error", + "execution_finished": "Execution Finished", + "finished_msg": "All done! You may now safely close the program.", + "finished_title": "Finished", + "optional_args_msg": "\u30aa\u30d7\u30b7\u30e7\u30f3\u306e\u5f15\u6570", + "required_args_msg": "\u5fc5\u8981\u306a\u5f15\u6570", + "running_msg": "Please wait while the application performs its tasks. \nThis may take a few moments", + "running_title": "Running", + "settings_title": "\u005b\u8a2d\u5b9a\u005d", + "simple_config": "\u30b3\u30de\u30f3\u30c9\u30e9\u30a4\u30f3\u5f15\u6570\u3092\u5165\u529b\u3057\u3066\u304f\u3060\u3055\u3044", + "error_required_fields": "Must fill in all fields in the Required section!", + "start": "\u30b9\u30bf\u30fc\u30c8", + "stop": "Stop", + "status": "Status", + "restart": "Restart", + "edit": "Edit", + "success_message": "Program completed Sucessfully!\nPress the OK button to exit", + "sure_you_want_to_exit": "Are you sure you want to exit?", + "uh_oh": "\nUh oh! Looks like there was a problem. \nCopy the below error to let your developer know what went wrong.\n\n{} \t\t\n\t\t", + "browse": "\u30d6\u30e9\u30a6\u30ba" +} diff --git a/gooey/languages/russian.json b/gooey/languages/russian.json index 1c5e714..7aa2576 100644 --- a/gooey/languages/russian.json +++ b/gooey/languages/russian.json @@ -20,5 +20,6 @@ "edit": "редактировать", "success_message": "Программа выполнена успешно!\nНажмите OK для выхода", "sure_you_want_to_exit": "Вы уверены, что хотите выйти?", - "uh_oh": "\nБеда! Кажется, случилось что-то плохое. \nОтправьте ошибку разработчику чтобы узнать, что пошло не так.\n\n{} \t\t\n\t\t" + "uh_oh": "\nБеда! Кажется, случилось что-то плохое. \nОтправьте ошибку разработчику чтобы узнать, что пошло не так.\n\n{} \t\t\n\t\t", + "browse": "\u043f\u0440\u043e\u0441\u043c\u0430\u0442\u0440\u0438\u0432\u0430\u0442\u044c" }