UNPKG

2.01 kBJSONView Raw
1{
2 "menu": {
3 "exit": "退出"
4 , "help": "帮助"
5 , "completed": "完成"
6 , "language": "选择语言 (CHOOSE LANGUAGE)"
7 , "cancel": "取消"
8 }
9, "language": {
10 "_current": "当前"
11 , "en": "英语 (English)"
12 , "ja": "日语 (日本語)"
13 , "zh-cn": "简体中文"
14 , "zh-tw": "繁体中文"
15 , "es": "西班牙语 (Español)"
16 }
17, "error": {
18 "exercise": {
19 "none_active": "当前没有选择任何习题,请从菜单选择一个。"
20 , "missing": "没有这个练习题: {{{name}}}"
21 , "unexpected_error": "无法执行 {{mode}}: {{{err}}}"
22 , "missing_file": "错误: {{{exerciseFile}}} 不存在!"
23 , "not_a_workshopper": "错误: {{{exerciseFile}}} 不是一个练习题"
24 , "preparing": "准备练习题时出错: {{{err}}}"
25 , "loading": "载入习题文本时候出错: {{{err}}}"
26 }
27 , "no_uncomplete_left": "当前习题之后没有未完成的习题了。"
28 , "cleanup": "清理过程出错: {{{err}}}"
29 }
30, "solution": {
31 "fail": {
32 "title": "失败"
33 , "message": "你对 {{{name}}} 所作的答案未通过验证, 请再试一次!\n"
34 }
35 , "pass": {
36 "title": "通过"
37 , "message": "你对 {{{name}}} 所作的答案已通过验证!"
38 }
39 , "notes": {
40 "compare": "以下是官方给出的参考答案,以备你做比较参考:\n"
41 , "load_error": "错误: 显示答案的时候发生错误: {{{err}}}"
42 }
43 }
44, "ui": {
45 "return": "输入运行 '{{appName}}' 命令以显示菜单.\n"
46 , "usage": "用法: {{appName}} {{mode}} mysubmission.js"
47 }
48, "progress": {
49 "reset": "{{title}} 进度重置"
50 , "finished": "哇哦!你已经完成了所有练习题啦!\n"
51 , "state": "第 {{count}} 个习题,共 {{amount}} 个"
52 , "remaining": {
53 "one": "你还剩最后一个习题"
54 , "other": "你还剩 {{count}} 个习题。"
55 }
56 }
57}