Browse Source

Fill and change Japanese translations

pull/181/head
Chris Jeong 8 years ago
parent
commit
e98cc41d05
1 changed files with 25 additions and 22 deletions
  1. 47
      gooey/languages/japanese.json

47
gooey/languages/japanese.json

@ -1,25 +1,28 @@
{ {
"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",
"cancel": "キャンセル",
"close": "終了",
"close_program": "終了しますか?",
"stop_task": "作業を中断しますか?",
"error_title": "エラー",
"execution_finished": "実行完了",
"finished_msg": "完了しました。もうアップリを閉じても大丈夫です。",
"finished_error": "エラーが発生しました。",
"finished_title": "完了",
"optional_args_msg": "オプション引数",
"required_args_msg": "必須引数",
"running_msg": "アップリが作業を終えるまで待ってください。\n完了までしばらくかかります",
"running_title": "実行中",
"settings_title": "[設定]",
"simple_config": "コマンドライン引数を入力してください。",
"error_required_fields": "必須引数を全部入力してください。",
"start": "実行",
"stop": "中止",
"status": "状態",
"restart": "再実行",
"edit": "修正",
"success_message": "完了しました。\n完了ボタンを押してアップリを終了します。",
"sure_you_want_to_exit": "本当に終了しますか?",
"sure_you_want_to_stop": "本当に中断しますか?\nデータに問題が発生する恐れがあります!",
"uh_oh": "\n問題が発生したようです。\n下のエラーメッセージを開発者に送って何の問題か教えてください。",
"browse": "\u30d6\u30e9\u30a6\u30ba" "browse": "\u30d6\u30e9\u30a6\u30ba"
} }
Loading…
Cancel
Save