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
1 parent
c1f66c1
commit 3b05fd3
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按OK鍵退出", | ||
"sure_you_want_to_exit": "您確定要退出?", | ||
"sure_you_want_to_stop": "您確定您想要停止任務? \n這可能會損壞您的數據!", | ||
"uh_oh": "\nUh 糟糕! 程序出現了故障。 \n覆制下方的錯誤信息給開發者。\n\n{} \t\t\n\t\t", | ||
"browse": "瀏覽" | ||
} |