forked from totvs/tds-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
88 lines (88 loc) · 5.94 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"tds.package.description": "Totvs Developer Studio for VSCode",
"tds.package.args.for.lsp": "Array containing extra arguments to pass to the TOTVS AdvPL LS binary",
"tds.package.max.problems.server": "Controls the maximum number of problems produced by the server.",
"tds.package.trace.vscode.server": "Traces the communication between VS Code and the language server.",
"tds.package.show.welcome.first.initialize": "Show Welcome Page in First Initialize",
"tds.package.show.ask.encoding": "Ask for change encoding for Windows-1252",
"tds.package.reconnectLastServer": "Reconnect last connected server on startup.",
"tds.package.generate.ppo": "Generate PPO file.",
"tds.package.show.precompile": "Show pre compiler command.",
"tds.package.web.navigator.debug": "Web navigator (debug with SmartClientHtml).",
"tds.package.editor.notification.show": "Notification Level to be show in 'popup'",
"tds.package.editor.notification.show.none": "None",
"tds.package.editor.notification.show.only_errors": "Only errors",
"tds.package.editor.notification.show.errors_and_warnings": "Errors and warnings",
"tds.package.editor.notification.show.all": "All",
"tds.package.inspector.function.title": "Functions inspector",
"tds.package.inspector.function.description": "Functions inspector",
"tds.package.inspector.object.title": "Object inspector",
"tds.package.inspector.object.description": "Object inspector",
"tds.package.defrag.rpo.title": "Defrag RPO",
"tds.package.defrag.rpo.description": "Defrag current RPO",
"tds.package.build.file.title": "Compile File",
"tds.package.build.file.description": "Compile a file in TOTVS Servers",
"tds.package.build.folder.title": "Compile Folder",
"tds.package.build.folder.description": "Compile a folder in TOTVS Servers",
"tds.package.rebuild.folder.title": "Recompile Folder",
"tds.package.rebuild.folder.description": "Recompile a folder in TOTVS Servers",
"tds.package.build.workspace.title": "Compile Workspace",
"tds.package.build.workspace.description": "Compile the current workspace.",
"tds.package.rebuild.workspace.title": "Recompile Workspace",
"tds.package.rebuild.workspace.description": "Recompile the current workspace.",
"tds.package.delete.file.fromRPO.title": "Delete File/Resource from RPO",
"tds.package.delete.file.fromRPO.description": "Delete a file or resource from the current RPO",
"tds.package.configure.launcher.title": "Configure Launchers",
"tds.package.configure.launcher.description": "Page to help on the launch configurations.",
"tds.package.getProgramName.title": "Ask for program name",
"tds.package.getProgramName.description": "Ask for program name.",
"tds.package.connect": "Connect",
"tds.package.serverAuthentication": "Select Server",
"tds.package.rename": "Rename",
"tds.package.disconnect": "Disconnect",
"tds.package.selectenv": "Select",
"tds.package.freshenIndex": "Freshen Index",
"tds.package.add": "Add Server",
"tds.package.config": "Configure Server View",
"tds.package.delete": "Delete Server",
"tds.package.patchGenerate.fromRPO": "Patch Generation (From RPO)",
"tds.package.patchGenerate.fromFolder": "Patch Generation (From Folder)",
"tds.package.compile.key": "Compile Key",
"tds.package.permissions.selectAction": "Select Action",
"tds.package.logger.on": "On Logger Capture",
"tds.package.logger.off": "Off Logger Capture",
"tds.package.patchApply": "Patch Apply",
"tds.package.patchApply.fromFile": "Patch Apply from file",
"tds.package.welcomePage": "Welcome Page",
"tds.package.include": "Include",
"tds.package.ws.show": "Generate WS Protheus",
"tds.package.totvs_language_debug": "Totvs Language Debug",
"tds.package.properties.program.description": "Program/Function name",
"tds.package.properties.trace.description": "Enable logging of the Debug Adapter Protocol.",
"tds.package.properties.smartclientBin.description": "The SmartClient executable full path.",
"tds.package.properties.cwb.description": "Workspace Root Path",
"tds.package.properties.enableMultiThread.description": "If the debug must enable multi thread execution",
"tds.package.properties.enableProfile.description": "If the profile must be enabled",
"tds.package.properties.isMultiSession.description": "If this is a multisession execution (-M)",
"tds.package.properties.isAccessibilityMode.description": "If the accessibility mode must be enabled (-AC)",
"tds.package.properties.doNotShowSplash.description": "If the splash screen must not show (-Q)",
"tds.package.properties.language.description": "Informs the language to start the execution (-L)",
"tds.package.properties.logFile.description": "DAP logfile for troubleshooting only",
"tds.package.totvs_language_debug.web": "Totvs Language Web Debug (SmartClient HTML)",
"tds.package.server.view": "Servers",
"tds.package.properties.program.description.web": "Program/Function name",
"tds.package.properties.trace.description.web": "Enable logging of the Debug Adapter Protocol.",
"tds.package.properties.smartclientUrl.description": "The SmartClient HTML url.",
"tds.package.properties.workspaceFolders.description.web": "Paths in workspace",
"tds.package.properties.wsCacheFiles.description.web": "Enable/Disable initial cache of Workspace folder files (DAP)",
"tds.package.properties.webNavigator.description.web": "The Web Navigator.",
"tds.package.configurationSnippets.description": "A new configuration for 'debugging' a user selected AdvPL file.",
"tds.package.configurationSnippets.description.web": "A new configuration for 'debugging' a user selected AdvPL file using SmartClient HTML.",
"tds.vscode.question.change.encoding" : "Do you want to change the encoding to default TOTVS (Windows-1252)?",
"tds.vscode.yes": "Yes",
"tds.vscode.no": "No",
"tds.vscode.noAskAgain" : "Don't ask again",
"tds.package.editor.toggle.autocomplete": "Toglle Autocomplete Behavior.",
"tds.package.editor.toggle.autocomplete.basic": "Standard VS Cdoe procedure.",
"tds.package.editor.toggle.autocomplete.ls": "Search in the Language Server of the current environment."
}