-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.nls.json
More file actions
71 lines (57 loc) · 5.29 KB
/
Copy pathpackage.nls.json
File metadata and controls
71 lines (57 loc) · 5.29 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"xp.commonCommandCategory": "VSCode-XP",
"xp.commonCommands.showOutputChannel": "Show Output Data",
"xp.commonCommands.configureMacOSContainerBackend": "Configure macOS Container Backend",
"xp.commonCommands.showExtensionSettings" : "Extension Settings",
"xp.views.knowledgebaseTree.title": "Object Tree",
"xp.views.knowledgebaseTree.refreshContentTreeCommand": "Refresh",
"xp.views.knowledgebaseTree.openKnowledgebaseCommand": "Open Knowledge Base",
"xp.views.knowledgebaseTree.correlateEventsCommand": "Correlate Events",
"xp.views.knowledgebaseTree.createSubmenu": "Create",
"xp.views.knowledgebaseTree.createPackageCommand": "New Expertise Pack",
"xp.views.knowledgebaseTree.createCorrelationCommand": "New Correlation Rule",
"xp.views.knowledgebaseTree.createEnrichmentCommand": "New Enrichment Rule",
"xp.views.knowledgebaseTree.createNormalizationCommand": "New Normalization Rule",
"xp.views.knowledgebaseTree.createAggregationCommand": "New Aggregation Rule",
"xp.views.knowledgebaseTree.createTableListsCommand": "New Tabular List",
"xp.views.knowledgebaseTree.createMacroCommand": "New Macro",
"xp.views.knowledgebaseTree.createFolderCommand": "New Folder",
"xp.views.knowledgebaseTree.verifyFolderCommand": "Run Validation",
"xp.views.knowledgebaseTree.deleteCommand": "Delete",
"xp.views.knowledgebaseTree.renameCommand": "Rename",
"xp.views.knowledgebaseTree.duplicateCommand": "Copy",
"xp.views.knowledgebaseTree.showIntegrationTestsCommand": "Integration Tests",
"xp.views.knowledgebaseTree.showModularTestsCommand": "Modular Tests",
"xp.views.knowledgebaseTree.showMetainfoCommand": "Metadata",
"xp.views.knowledgebaseTree.showLocalizationCommand": "Localization",
"xp.views.knowledgebaseTree.buildAllGraphsCommand": "Compile All Rules and Lists",
"xp.views.knowledgebaseTree.buildAllLocalizationsCommand": "Compile All Localization Rules",
"xp.views.knowledgebaseTree.buildAllNormalizationsCommand": "Compile All Normalization Rules",
"xp.views.knowledgebaseTree.buildAllWldsCommand": "Compile All WLD Files",
"xp.views.knowledgebaseTree.showRetroCorrelationCommand": "Correlate Events from Files",
"xp.views.knowledgebaseTree.importKbFileCommand": "Import from KB File",
"xp.views.knowledgebaseTree.exportKbFileCommand": "Export to KB File",
"xp.views.knowledgebaseTree.defaultContent": "This extension helps you develop rules for event processing using the eXtraction and Processing (XP) language.\nTo start, [open a knowledge base](command:xp.contentTree.openKnowledgebaseCommand) or create a new one.\nEnjoy!",
"xp.xpConfig.kbtBaseDirectoryDescription": "Path of the folder with the [Knowledge Base Toolkit](https://github.com/vxcontrol/xp-kbt/releases)",
"xp.xpConfig.outputDirectoryPathDescription": "Path of the folder where temporary objects are saved. The folder is emptied automatically every time you start the extension.",
"xp.xpConfig.toolExecutionModeDescription": "How XP external tools are executed. Auto keeps local execution on Linux/Windows and uses Docker for local macOS VS Code.",
"xp.xpConfig.lspModeDescription": "Which XP language server to use on Linux and Windows. On local macOS this setting is ignored; configure xpConfig.lspServerExecutablePath to use a native LSP binary, otherwise no LSP will be started.",
"xp.xpConfig.docker.containerNameDescription": "Name of the running Docker container with xp-kbt and related XP tools.",
"xp.xpConfig.docker.composeFileDescription": "Optional docker-compose.yml path for a container backend preset.",
"xp.xpConfig.docker.serviceNameDescription": "Optional Docker Compose service name for the XP backend.",
"xp.xpConfig.docker.workspaceHostPathDescription": "Host path to the mounted knowledgebase.",
"xp.xpConfig.docker.workspaceContainerPathDescription": "Container path where the knowledgebase is mounted.",
"xp.xpConfig.docker.kbtBaseDirectoryDescription": "Container path to the xp-kbt base directory.",
"xp.xpConfig.docker.outputDirectoryPathDescription": "Container path corresponding to xpConfig.outputDirectoryPath.",
"xp.xpConfig.macos.showContainerSetupPromptDescription": "Show the macOS container backend setup prompt on extension activation.",
"xp.xpConfig.correlatorTimeoutDescription": "Max correlation time in seconds. If the time is exceeded, the correlation will be canceled.",
"xp.xpConfig.lspServerExecutablePathDescription": "Path of the LSP server executable. On local macOS this must point to a native evt-xp-language-server binary if you want LSP features.",
"xp.xpConfig.formatterExecutablePathDescription": "Optional path of the formatter executable. On local macOS this can point to a native evt-xp-formatter binary; if empty, Docker formatting will be used in Docker tool mode.",
"xp.xpConfig.originDescription": "Vendor information. Used to export objects to a KB file.",
"xp.xpConfig.origin.contentPrefixDescription": "Object vendor prefix. Must match ObjectId. By default, custom rules have the LOC prefix, and system rules have the PT prefix. If no prefix is specified, the rules you create will not have ObjectId either.",
"xp.xpConfig.origin.ruDescription": "Display name (RU)",
"xp.xpConfig.origin.enDescription": "Display name (EN)",
"xp.xpConfig.origin.idDescription": "Vendor GUID (global unique identifier)",
"xp.xpConfig.logLevelDescription": "Log level",
"xp.xpConfig.defaultAuthor": "Default author name"
}