UNPKG

1.97 kBJSONView Raw
1{
2 "menu": {
3 "exit": "EXIT"
4 , "help": "HELP"
5 , "completed": "COMPLETED"
6 , "language": "CHOOSE LANGUAGE"
7 , "cancel": "CANCEL"
8 }
9, "language": {
10 "_current": "CURRENT"
11 , "en": "English"
12 , "ja": "Japanese (日本語)"
13 , "zh-cn": "Chinese (中文)"
14 , "zh-tw": "Taiwanese (國語)"
15 , "es": "Spanish (Español)"
16 , "pt-br": "Brazilian Portuguese (Português)"
17 }
18, "error": {
19 "exercise": {
20 "none_active": "No active exercise. Select one from the menu."
21 , "missing": "No such exercise: {{{name}}}"
22 , "unexpected_error": "Could not {{mode}}: {{{err}}}"
23 , "missing_file": "ERROR: {{{exerciseFile}}} does not exist!"
24 , "not_a_workshopper": "ERROR: {{{exerciseFile}}} is not a workshopper exercise"
25 , "preparing": "Error preparing exercise: {{{err}}}"
26 , "loading": "Error loading exercise text: {{{err}}}"
27 }
28 , "no_uncomplete_left": "There are no incomplete exercises after the current exercise"
29 , "cleanup": "Error cleaning up: {{{err}}}"
30 }
31, "solution": {
32 "fail": {
33 "title": "FAIL"
34 , "message": "Your solution to {{{name}}} didn't pass. Try again!\n"
35 }
36 , "pass": {
37 "title": "PASS"
38 , "message": "Your solution to {{{name}}} passed!"
39 }
40 , "notes": {
41 "compare": "Here's the official solution in case you want to compare notes:\n"
42 , "load_error": "ERROR: There was a problem printing the solution files: {{{err}}}"
43 }
44 }
45, "ui": {
46 "return": "Type '{{appName}}' to show the menu.\n"
47 , "usage": "Usage: {{appName}} {{mode}} mysubmission.js"
48 }
49, "progress": {
50 "reset": "{{title}} progress reset"
51 , "finished": "You've finished all the challenges! Hooray!\n"
52 , "state": "Exercise {{count}} of {{amount}}"
53 , "remaining": {
54 "one": "You have one challenge left"
55 , "other": "You have {{count}} challenges left."
56 }
57 }
58}