forked from qjebbs/vscode-markdown-extended
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
46 lines (46 loc) · 4.22 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
42
43
44
45
46
{
"markdownExtended.exportCurrent": "Export to File",
"markdownExtended.exportWorkspace": "Export Markdown to File",
"markdownExtended.copy": "Copy HTML",
"markdownExtended.copyWithStyle": "Copy HTML & Styles",
"markdownExtended.pasteAsTable": "Paste as Table",
"markdownExtended.formateTable": "Format Table",
"markdownExtended.toggleBold": "Toggle Bold",
"markdownExtended.toggleBlockQuote": "Toggle Block Quote",
"markdownExtended.toggleCodeBlock": "Toggle Code Block",
"markdownExtended.toggleCodeInline": "Toggle Code Inline",
"markdownExtended.toggleItalics": "Toggle Italics",
"markdownExtended.toggleSubscript": "Toggle Subscript",
"markdownExtended.toggleOList": "Toggle Ordered List",
"markdownExtended.toggleStrikethrough": "Toggle Strikethrough",
"markdownExtended.toggleUList": "Toggle Unordered List",
"markdownExtended.toggleUnderLine": "Toggle Underline",
"markdownExtended.toggleMark": "Toggle Mark",
"markdownExtended.toggleSuperscript": "Toggle Upperscript",
"markdownExtended.addColumnRight": "Add Columns to Right",
"markdownExtended.addColumnLeft": "Add Columns to Left",
"markdownExtended.addRowBelow": "Add Rows Below",
"markdownExtended.addRowAbove": "Add Rows Above",
"markdownExtended.DeleteColumn": "Delete Columns",
"markdownExtended.DeleteRow": "Delete Rows",
"markdownExtended.MoveColumnLeft": "Move Columns Left",
"markdownExtended.MoveColumnRight": "Move Columns Right",
"markdownExtended.configuration.exportOutDirName": "Export files will be organized in a directory named with value specified here.",
"markdownExtended.configuration.puppeteerExecutable": "Customize puppeteer executable for exporting PDF and images.\nCould be path of Chromium or Chrome\ne.g. '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome'\ne.g. 'C:/Users/<username>/AppData/Local/Google/Chrome/Application/chrome.exe'",
"markdownExtended.configuration.pdfFormat": "Paper format. If set, takes priority over pdfWidth or pdfHeight options.",
"markdownExtended.configuration.pdfWidth": "PDF paper width, accepts values labeled with units",
"markdownExtended.configuration.pdfHeight": "PDF paper height, accepts values labeled with units",
"markdownExtended.configuration.pdfLandscape": "PDF paper orientation. true: landscape, false: portrait.",
"markdownExtended.configuration.pdfMarginTop": "PDF top margin, accepts values labeled with units.",
"markdownExtended.configuration.pdfMarginRight": "PDF right margin, accepts values labeled with units.",
"markdownExtended.configuration.pdfMarginBottom": "PDF bottom margin, accepts values labeled with units.",
"markdownExtended.configuration.pdfMarginLeft": "PDF left margin, accepts values labeled with units.",
"markdownExtended.configuration.pdfDisplayHeaderFooter": "PDF display header and footer.",
"markdownExtended.configuration.pdfPageRanges": "Paper ranges to print, e.g., '1-5, 8, 11-13'. Defaults to the empty string, which means print all pages.",
"markdownExtended.configuration.pdfHeaderTemplate": "HTML template for the print header. Should be valid HTML markup with following classes used to inject printing values into them:\ndate: formatted print date\ntitle: document title\nurl: document location\npageNumber: current page number\ntotalPages: total pages in the document.",
"markdownExtended.configuration.pdfFooterTemplate": "HTML template for the print footer. Should be valid HTML markup with following classes used to inject printing values into them:\ndate: formatted print date\ntitle: document title\nurl: document location\npageNumber: current page number\ntotalPages: total pages in the document.",
"markdownExtended.configuration.imageQuality": "The quality of the image, between 0-100. Not applicable to png images.",
"markdownExtended.configuration.imageOmitBackground": "Hides default white background and allows capturing screenshots with transparency.",
"markdownExtended.configuration.tocLevels": "Headings levels to use when generating TOC (2 for h2, etc)\n* Restart VSCode required.",
"markdownExtended.configuration.disabledPlugins": "Disable some plugins intergrated by this extension. E.g.: 'underline, toc'. \n* Restart VSCode required."
}