Browse Source

Updated languages

pull/90/merge
chriskiehl 10 years ago
parent
commit
ec3130c644
3 changed files with 31 additions and 3 deletions
  1. 6
      gooey/languages/english.json
  2. 25
      gooey/languages/japanese.json
  3. 3
      gooey/languages/russian.json

6
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"
}

25
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"
}

3
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"
}
Loading…
Cancel
Save