forked from asciidoctor/asciidoctor-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
31 lines (31 loc) · 2.92 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
{
"displayName": "AsciiDoc",
"description": "Provides rich language support for AsciiDoc.",
"asciidoc.exportAsPDF.title": "Export document as PDF",
"asciidoc.preview.style.desc": "The local path to a CSS style sheet to use in the AsciiDoc preview. Relative paths are interpreted relative to the workspace folder.",
"asciidoc.preview.attributes.desc": "Set attributes to be used in the preview. Attributes need to be written as an object of type {string: string}",
"asciidoc.preview.breaks.desc": "Sets how line-breaks are rendered in the AsciiDoc preview. Setting it to 'true' creates a <br> for every newline.",
"asciidoc.preview.linkify": "Enable or disable conversion of URL-like text to links in the AsciiDoc preview.",
"asciidoc.preview.doubleClickToSwitchToEditor.desc": "Double click in the AsciiDoc preview to switch to the editor.",
"asciidoc.preview.fontFamily.desc": "Controls the font family used in the AsciiDoc preview.",
"asciidoc.preview.fontSize.desc": "Controls the font size in pixels used in the AsciiDoc preview.",
"asciidoc.preview.lineHeight.desc": "Controls the line height used in the AsciiDoc preview. This number is relative to the font size.",
"asciidoc.preview.markEditorSelection.desc": "Mark the current editor selection in the AsciiDoc preview.",
"asciidoc.preview.scrollEditorWithPreview.desc": "When an AsciiDoc preview is scrolled, update the view of the editor.",
"asciidoc.preview.scrollPreviewWithEditor.desc": "When an AsciiDoc editor is scrolled, update the view of the preview.",
"asciidoc.preview.scrollPreviewWithEditorSelection.desc": "[Deprecated] Scrolls the AsciiDoc preview to reveal the currently selected line from the editor.",
"asciidoc.preview.scrollPreviewWithEditorSelection.deprecationMessage": "This setting has been replaced by 'asciidoc.preview.scrollPreviewWithEditor' and no longer has any effect.",
"asciidoc.preview.title": "Open Preview",
"asciidoc.previewFrontMatter.dec": "Sets how YAML front matter should be rendered in the AsciiDoc preview. 'hide' removes the front matter. Otherwise, the front matter is treated as AsciiDoc content.",
"asciidoc.previewSide.title": "Open Preview to the Side",
"asciidoc.showLockedPreviewToSide.title": "Open Locked Preview to the Side",
"asciidoc.showSource.title": "Show Source",
"asciidoc.showPreviewSecuritySelector.title": "Change Preview Security Settings",
"asciidoc.trace.desc": "Enable debug logging for the AsciiDoc extension.",
"asciidoc.preview.refresh.title": "Refresh Preview",
"asciidoc.preview.toggleLock.title": "Toggle Preview Locking",
"configuration.asciidoc.preview.openAsciiDocLinks.description": "How should clicking on links to AsciiDoc files be handled in the preview.",
"configuration.asciidoc.preview.openAsciiDocLinks.inEditor": "Try to open links in the editor",
"configuration.asciidoc.preview.openAsciiDocLinks.inPreview": "Try to open links in the the AsciiDoc preview",
"asciidoc.pasteImage.title" : "Paste Image"
}