UNPKG

3.17 kBYAMLView Raw
1events:
2 begin:
3 msg: Invoking **%s** command.
4 beforeCreate:
5 msg: Creating new **%s** resume: **%s**
6 afterRead:
7 msg: Reading **%s** resume: **%s**
8 beforeTheme:
9 msg: Verifying **%s** theme.
10 afterTheme:
11 msg: Verifying outputs: ???
12 beforeMerge:
13 msg:
14 - "Merging **%s**"
15 - " onto **%s**"
16 applyTheme:
17 msg: Applying **%s** theme (**%s** format%s)
18 afterBuild:
19 msg:
20 - "The **%s** theme says:"
21 - |
22 "For best results view JSON Resume themes over a
23 local or remote HTTP connection. For example:
24
25 npm install http-server -g
26 http-server <resume-folder>
27
28 For more information, see the README."
29 afterGenerate:
30 msg:
31 - " (with %s)"
32 - "Skipping %s resume: %s"
33 - "Generating **%s** resume: **%s**"
34 beforeAnalyze:
35 msg: "Analyzing **%s** resume: **%s**"
36 beforeConvert:
37 msg: "Converting **%s** (**%s**) to **%s** (**%s**)"
38 afterValidate:
39 msg:
40 - "Validating **%s** against the **%s** schema: "
41 - "VALID!"
42 - "INVALID"
43 - "BROKEN"
44 beforePeek:
45 msg:
46 - Peeking at **%s** in **%s**
47 - Peeking at **%s**
48 afterPeek:
49 msg: "The specified key **%s** was not found in **%s**."
50 afterInlineConvert:
51 msg: Converting **%s** to **%s** format.
52errors:
53 themeNotFound:
54 msg: >
55 **Couldn't find the '%s' theme.** Please specify the name of a preinstalled
56 FRESH theme or the path to a locally installed FRESH or JSON Resume theme.
57 copyCSS:
58 msg: Couldn't copy CSS file to destination folder.
59 resumeNotFound:
60 msg: Please **feed me a resume** in FRESH or JSON Resume format.
61 missingCommand:
62 msg: Please **give me a command**
63 invalidCommand:
64 msg: Invalid command: '%s'
65 resumeNotFoundAlt:
66 msg: Please **feed me a resume** in either FRESH or JSON Resume format.
67 inputOutputParity:
68 msg: Please **specify an output file name** for every input file you wish to convert.
69 createNameMissing:
70 msg: Please **specify the filename** of the resume to create.
71 pdfGeneration:
72 msg: PDF generation failed. Make sure wkhtmltopdf is installed and accessible from your path.
73 invalid:
74 msg: Validation failed and the --assert option was specified.
75 invalidFormat:
76 msg: The **%s** theme doesn't support the **%s** format.
77 notOnPath:
78 msg: %s wasn't found on your system path or is inaccessible. PDF not generated.
79 readError:
80 msg: Reading **???** resume: **%s**
81 parseError:
82 msg: Invalid or corrupt JSON on line %s column %s.
83 invalidHelperUse:
84 msg: "**Warning**: Incorrect use of the **%s** theme helper."
85 fileSaveError:
86 msg: An error occurred while writing %s to disk: %s.
87 mixedMerge:
88 msg: "**Warning:** merging mixed resume types. Errors may occur."
89 invokeTemplate:
90 msg: "An error occurred during template invocation."
91 compileTemplate:
92 msg: "An error occurred during template compilation."
93 themeLoad:
94 msg: "Applying **%s** theme (? formats)"
95 invalidParamCount:
96 msg: "Invalid number of parameters. Expected: **%s**."
97 missingParam:
98 msg: The '**%s**' parameter was needed but not supplied.