-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.nls.json
45 lines (45 loc) · 4.76 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
{
"separators.commands.toggleVisibility.title": "Separators: Toggle Visibility",
"separators.commands.selectSymbols.title": "Separators: Select Symbols",
"separators.commands.whatsNew.title": "Separators: What's New",
"separators.commands.whatsNew#contextMenu.title": "What's New",
"separators.configuration.title": "Separators",
"separators.configuration.enabledSymbols.description": "List of symbols in which the separators will be drawn",
"separators.configuration.location.description": "Indicates the locations (relative to the symbols) where the separators will be drawn",
"separators.configuration.aboveComments.rules.description": "Indicates the comment rules to draw separators above comments",
"separators.configuration.aboveComments.rules.name.description": "Specifies the name of the rule",
"separators.configuration.aboveComments.rules.languageIds.description": "Specifies the list of language IDs to which this rule applies",
"separators.configuration.aboveComments.rules.rules.description": "Specifies the rules to match comments",
"separators.configuration.aboveComments.rules.rules.singleLine.description": "Specifies the glob pattern to match single line comments",
"separators.configuration.aboveComments.rules.rules.multiLine.description": "Specifies the list of patterns to match multi line comments",
"separators.configuration.aboveComments.rules.rules.multiLine.start.description": "Specifies the glob pattern to match multi line comments start",
"separators.configuration.aboveComments.rules.rules.multiLine.end.description": "Specifies the glob pattern to match multi line comments end",
"separators.configuration.minimumLineCount.description": "Specifies the minimum number of lines that a symbol must have to draw separators",
"separators.configuration.functions.ignoreCallbackInline.description": "Controls whether callback/inline Functions should be ignored",
"separators.configuration.maxDepth.description": "Indicates the maximum depth (level) which the separators should be rendered. Any value below 1 means there is no limit.",
"separators.configuration.useOriginalGreenishSeparator.description": "Use the original greenish separator for Methods, Functions and Constructors",
"separators.configuration.methods.borderWidth.description": "Width of the border on top of Methods (in px)",
"separators.configuration.methods.borderStyle.description": "Style of the border on top of Methods",
"separators.colors.methods.borderColor.description": "Color of the border on top of Methods",
"separators.configuration.functions.borderWidth.description": "Width of the border on top of Functions (in px)",
"separators.configuration.functions.borderStyle.description": "Style of the border on top of Functions",
"separators.colors.functions.borderColor.description": "Color of the border on top of Functions",
"separators.configuration.constructors.borderWidth.description": "Width of the border on top of Constructors (in px)",
"separators.configuration.constructors.borderStyle.description": "Style of the border on top of Constructors",
"separators.colors.constructors.borderColor.description": "Color of the border on top of Constructors",
"separators.configuration.classes.borderWidth.description": "Width of the border on top of Classes (in px)",
"separators.configuration.classes.borderStyle.description": "Style of the border on top of Classes",
"separators.colors.classes.borderColor.description": "Color of the border on top of Classes",
"separators.configuration.interfaces.borderWidth.description": "Width of the border on top of Interfaces (in px)",
"separators.configuration.interfaces.borderStyle.description": "Style of the border on top of Interfaces",
"separators.colors.interfaces.borderColor.description": "Color of the border on top of Interfaces",
"separators.configuration.enums.borderWidth.description": "Width of the border on top of Enums (in px)",
"separators.configuration.enums.borderStyle.description": "Style of the border on top of Enums",
"separators.colors.enums.borderColor.description": "Color of the border on top of Enums",
"separators.configuration.namespaces.borderWidth.description": "Width of the border on top of Namespaces (in px)",
"separators.configuration.namespaces.borderStyle.description": "Style of the border on top of Namespaces",
"separators.colors.namespaces.borderColor.description": "Color of the border on top of Namespaces",
"separators.configuration.structs.borderWidth.description": "Width of the border on top of Structs (in px)",
"separators.configuration.structs.borderStyle.description": "Style of the border on top of Structs",
"separators.colors.structs.borderColor.description": "Color of the border on top of Structs"
}