forked from yzhang-gh/vscode-markdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
41 lines (41 loc) · 2.89 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"ext.displayName": "Markdown All in One",
"ext.description": "All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more)",
"command.toc.create.title": "Markdown: Create Table of Contents",
"command.toc.update.title": "Markdown: Update Table of Contents",
"command.printToHtml.title": "Markdown: Print current document to HTML",
"command.editing.toggleCodeSpan.title": "Markdown: Toggle code span",
"command.editing.toggleMath.title": "Markdown: Toggle math environment",
"command.editing.toggleUnorderedList.title": "Markdown: Toggle unordered list",
"config.title": "Markdown All in One",
"config.toc.levels.description": "Range of levels for table of contents. Use `x..y` for level x to y",
"config.toc.orderedList.description": "Use ordered list (1. ..., 2. ...)",
"config.toc.unorderedList.marker.description": "Use `-`, `*` or `+` in the table of contents (for unordered list)",
"config.toc.plaintext.description": "Just plain text",
"config.toc.updateOnSave.description": "Auto update on save",
"config.toc.githubCompatibility.description": "GitHub Compatibility",
"config.preview.autoShowPreviewToSide.description": "Auto show preview to side",
"config.orderedList.marker.description": "`one`: always use `1.` as ordered list marker; `ordered`",
"config.orderedList.autoRenumber.description": "Auto fix ordered list markers",
"config.italic.indicator.description": "Use `*` or `_` to wrap italic text",
"config.showExplorer.description": "Show outline view in explorer panel",
"config.tableFormatter.enabled.description": "Enable GFM table formatter",
"config.tableFormatter.normalizeIndentation.description": "Normalize table indentation to closest multiple of configured tabSize",
"config.print.absoluteImgPath.description": "Convert image path to absolute path",
"config.print.imgToBase64.description": "Convert images to base64 when printing to HTML",
"config.syntax.decorations.description": "Add syntax decorations",
"config.syntax.plainTheme.description": "Only take effect when `extension.syntax.decorations` is enabled",
"showMe": "Show Me",
"dismiss": "Dismiss",
"noValidMarkdownFile": "No valid Markdown file",
"printing": "Printing",
"to": "to",
"unableToReadFile": "Unable to read file",
"revertingToImagePaths": ". Reverting to image paths instead of base64 encoding",
"customStyle": "Custom style",
"notFound": " not found.",
"cannotUseBuiltinSlugifyFunc": "Cannot use VSCode built-in slugify function, fall back to GitHub slugify funtion. Try to update VSCode to the latest version or set setting `githubCompatibility` to `true`",
"1.3.0 msg": "Introduce an exciting feature! Auto renumbering ordered list.",
"1.4.0 msg": "Many new features of Markdown-All-in-One v1.4.0",
"1.5.0 msg": "Long time no see. Welcome to Markdown-All-in-One v1.5.0."
}