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.
- Loading branch information
Chris Jeong
committed
Jan 15, 2017
1 parent
279385c
commit b0e94e1
Showing
1 changed file
with
28 additions
and
0 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 |
---|---|---|
@@ -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" | ||
} |