forked from vscode-restructuredtext/vscode-restructuredtext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
34 lines (34 loc) · 3.43 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
{
"displayName": "reStructuredText",
"description": "reStructuredText language support (RST/ReST linter, preview, IntelliSense and more)",
"restructuredtext.styles.dec": "A list of URLs or local paths to CSS style sheets to use from the restructuredtext preview. Relative paths are interpreted relative to the folder open in the explorer. If there is no open folder, they are interpreted relative to the location of the restructuredtext file. All '\\' need to be written as '\\\\'.",
"restructuredtext.preview.fontFamily.desc": "Controls the font family used in the restructuredtext preview.",
"restructuredtext.preview.fontSize.desc": "Controls the font size in pixels used in the restructuredtext preview.",
"restructuredtext.preview.lineHeight.desc": "Controls the line height used in the restructuredtext preview. This number is relative to the font size.",
"restructuredtext.preview.doubleClickToSwitchToEditor.desc": "Double click in the rst preview to switch to the editor.",
"restructuredtext.preview.markEditorSelection.desc": "Mark the current editor selection in the preview.",
"restructuredtext.preview.scrollEditorWithPreview.desc": "When a preview is scrolled, update the view of the editor.",
"restructuredtext.preview.scrollPreviewWithEditor.desc": "When an editor is scrolled, update the view of the preview.",
"restructuredtext.preview.title": "Open Preview",
"restructuredtext.previewSide.title": "Open Preview to the Side",
"restructuredtext.showLockedPreviewToSide.title": "Open Locked Preview to the Side",
"restructuredtext.showSource.title": "Show Source",
"restructuredtext.showPreviewSecuritySelector.title": "Change Preview Security Settings",
"restructuredtext.trace.desc": "Enable debug logging for this extension.",
"restructuredtext.preview.refresh.title": "Refresh Preview",
"restructuredtext.preview.toggleLock.title": "Toggle Preview Locking",
"config.list.indentationSize.description": "List indentation scheme. (Also affects TOC generation.)\n\nWhether to use different indentation sizes on different list contexts or stick to VS Code's tab size.",
"config.list.indentationSize.enumDescriptions.adaptive": "Adaptive indentation size according to the context, trying to **left align the sublist with its parent's content**. For example:\n\n```markdown\n- Parent\n - Sublist\n\n1. Parent\n 1. Sublist\n\n10. Parent with longer marker\n 1. Sublist\n```",
"config.list.indentationSize.enumDescriptions.inherit": "Use the configured tab size of the current document (see the status bar). For example (with `tabSize: 4`):\n\n```markdown\n- Parent\n - Sublist\n\n1. Parent\n 1. Sublist\n\n10. Parent with longer marker\n 1. Sublist\n```",
"config.orderedList.autoRenumber.description": "Auto fix ordered list markers.",
"config.orderedList.marker.description": "Ordered list marker.",
"config.orderedList.marker.enumDescriptions.one": "Always use `1.` as ordered list marker.",
"config.orderedList.marker.enumDescriptions.ordered": "Use increasing numbers as ordered list marker.",
"resttext.table.createGrid.title": "Create a grid of tables",
"resttext.table.dataToTable.title": "Convert data to a table",
"resttext.key.enter.title": "key.enter",
"resttext.key.shift.enter.title": "key.shift.enter",
"resttext.key.alt.enter.title": "key.alt.enter",
"resttext.key.tab.title": "key.tab",
"resttext.key.shift.tab.title": "key.shift.tab"
}