UNPKG

1.92 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": "Inglés (English)"
12 , "ja": "Japonés (日本語)"
13 , "zh-cn": "Chino (中文)"
14 , "zh-tw": "Idioma Taiwanés (國語)"
15 , "es": "Español"
16 }
17, "error": {
18 "exercise": {
19 "none_active": "No active exercise. Select one from the menu."
20 , "missing": "No such exercise: {{{name}}}"
21 , "unexpected_error": "Could not {{mode}}: {{{err}}}"
22 , "missing_file": "ERROR: {{{exerciseFile}}} does not exist!"
23 , "not_a_workshopper": "ERROR: {{{exerciseFile}}} is not a workshopper exercise"
24 , "preparing": "Error preparing exercise: {{{err}}}"
25 , "loading": "Error loading exercise text: {{{err}}}"
26 }
27 , "no_uncomplete_left": "There are no incomplete exercises after the current exercise"
28 , "cleanup": "Error cleaning up: {{{err}}}"
29 }
30, "solution": {
31 "fail": {
32 "title": "FAIL"
33 , "message": "Your solution to {{{name}}} didn't pass. Try again!\n"
34 }
35 , "pass": {
36 "title": "PASS"
37 , "message": "Your solution to {{{name}}} passed!"
38 }
39 , "notes": {
40 "compare": "Here's the official solution in case you want to compare notes:\n"
41 , "load_error": "ERROR: There was a problem printing the solution files: {{{err}}}"
42 }
43 }
44, "ui": {
45 "return": "Type '{{appName}}' to show the menu.\n"
46 , "usage": "Usage: {{appName}} {{mode}} mysubmission.js"
47 }
48, "progress": {
49 "reset": "{{title}} progress reset"
50 , "finished": "You've finished all the challenges! Hooray!\n"
51 , "state": "Exercise {{count}} of {{amount}}"
52 , "remaining": {
53 "one": "You have one challenge left"
54 , "other": "You have {{count}} challenges left."
55 }
56 }
57}
\No newline at end of file