trainingproject
Version:
A module to teach you how to module.
83 lines (82 loc) • 2.97 kB
JSON
{
"subtitle": "\u001b[23mSelect an exercise and hit \u001b[3mEnter\u001b[23m to begin",
"menu": {
"credits": "CREDITS",
"exit": "EXIT",
"help": "HELP",
"completed": "COMPLETED",
"language": "CHOOSE LANGUAGE",
"cancel": "CANCEL",
"update": "CHECK FOR UPDATE"
},
"language": {
"_current": "CURRENT",
"de": "German (Deutsch)",
"en": "English",
"fr": "French (français)",
"ja": "Japanese (日本語)",
"zh-cn": "Chinese (简体中文)",
"zh-tw": "Taiwanese (繁體中文)",
"es": "Spanish (Español)",
"pt-br": "Brazilian Portuguese (Português)",
"vi": "Vietnamese (Tiếng Việt)",
"ru": "Russian (Русский)",
"ko": "Korean (한국어)",
"pl": "Polish (Polski)",
"nb-no": "Norwegian (Norsk)",
"it": "Italian (Italiano)",
"uk": "Ukrainian (Українська)",
"sr": "Serbian (српски)"
},
"error": {
"exercise": {
"none_active": "No active exercise. Select one from the menu.",
"missing": "No such exercise: {{{name}}}",
"unexpected_error": "Could not {{mode}}: {{{err}}}",
"missing_file": "ERROR: {{{exerciseFile}}} does not exist!",
"not_a_workshopper": "ERROR: {{{exerciseFile}}} is not a workshopper exercise.",
"method_not_required": "{{method}} is not required for this exercise.",
"preparing": "Error preparing exercise: {{{err}}}",
"loading": "Error loading exercise text: {{{err}}}"
},
"no_uncomplete_left": "There are no incomplete exercises after the current exercise",
"cleanup": "Error cleaning up: {{{err}}}",
"notty": "Please start this in a tty-compatible terminal program."
},
"solution": {
"fail": {
"title": "FAIL",
"message": "Your solution to {{{currentExercise.name}}} didn't pass. Try again!\n"
},
"pass": {
"title": "PASS",
"message": "Your solution to {{{currentExercise.name}}} passed!"
},
"notes": {
"compare": "Here's the official solution in case you want to compare notes:\n",
"load_error": "ERROR: There was a problem printing the solution files: {{{err}}}"
}
},
"ui": {
"return": "Type '{{appName}}' to show the menu.\n",
"usage": "Usage: {{appName}} {{mode}} mysubmission.js"
},
"progress": {
"reset": "{{title}} progress reset",
"finished": "You've finished all the challenges! Hooray!\n",
"state": "Exercise {{count}} of {{amount}}",
"remaining": {
"one": "You have one challenge left.",
"other": "You have {{count}} challenges left."
}
},
"credits": {
"title": "{{appName}} is brought to you by the following dedicated hackers:",
"name": "Name",
"user": "GitHub Username"
},
"update": {
"latest_version": "{{name}}**@{{version}}** is already at the latest version.\n\n**Congratulations!**",
"now": "{{name}}_@{{current}}_ is out-of-date, updating to **{{latest}}** with \n\n```bash\n{{cmd}}\n```\n"
}
}