forked from chriskiehl/Gooey
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request chriskiehl#181 from crowjdh/add_translations
Add translations
- Loading branch information
Showing
2 changed files
with
53 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
{ | ||
"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아래의 에러를 복사해 개발자에게 보내 무엇이 문제인지 알려주세요.\n", | ||
"browse": "Browse" | ||
} |