-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.nls.json
65 lines (50 loc) · 3.85 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"xp.commonCommandCategory": "VSCode-XP",
"xp.commonCommands.showOutputChannel": "Show Output Data",
"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.showMetainfoCommand": "Metadata",
"xp.views.knowledgebaseTree.showLocalizationCommand": "Localization",
"xp.views.knowledgebaseTree.showTableDefaultValuesCommand": "Default Values",
"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.views.modularTestsListView.title": "Unit Tests",
"xp.views.modularTestsListView.defaultContent": "No unit tests yet",
"xp.views.modularTestsListView.runAll": "Run All",
"xp.views.modularTestsListView.create": "Create",
"xp.views.modularTestsListView.remove": "Delete",
"xp.views.modularTestsListView.refresh": "Refresh",
"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.correlatorTimeoutDescription": "Max correlation time in seconds. If the time is exceeded, the correlation will be canceled.",
"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"
}