forked from totvs/tds-vscode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
135 lines (135 loc) · 9.53 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"tds.package.description": "TOTVS Developer Studio for VSCode",
"tds.package.args.for.lsp": "Array containing extra arguments to pass to the TOTVS Language Server 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.show.ask.compile.result": "Ask for show table with compile results",
"tds.package.clear.console.before.compile": "Clear console before compile",
"tds.package.show.console.on.compile": "Show console on compile",
"tds.package.show.banner": "Displays banner when starting",
"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.compilation.commit": "Commit compilation with errors/warnings",
"tds.package.compilation.includes": "Compilation includes.",
"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.errors_warnings_and_infos": "Errors Warnings and Infos",
"tds.package.editor.notification.show.all": "All",
"tds.package.inspector.patch.title": "Patch Infos",
"tds.package.patchInfos.fromFile": "Patch Infos",
"tds.package.patchValidate.fromFile": "Patch Validate",
"tds.package.inspector.function.title": "Functions Inspector",
"tds.package.inspector.function.description": "Functions Inspector",
"tds.package.inspector.object.title": "Objects Inspector",
"tds.package.inspector.object.description": "Objects Inspector",
"tds.package.defrag.rpo.title": "Defrag RPO",
"tds.package.defrag.rpo.description": "Defrag current RPO",
"tds.package.rpo.check.integrity.title": "RPO check integrity",
"tds.package.rpo.check.integrity.description": "Check current RPO integrity",
"tds.package.revalidate.rpo.title": "Revalidate RPO",
"tds.package.revalidate.rpo.description": "Revalidate current RPO",
"tds.package.build.file.title": "Compile File/Folder",
"tds.package.show.result.build.title": "Show table with compile results",
"tds.package.show.result.build.description": "Show table with compile results",
"tds.package.build.file.description": "Compile a file/folder in TOTVS Servers",
"tds.package.rebuild.file.title": "Recompile File/Folder",
"tds.package.rebuild.file.description": "Recompile a file/folder in TOTVS Servers",
"tds.package.build.workspace.title": "Compile All Workspace",
"tds.package.build.workspace.description": "Compile the current workspace.",
"tds.package.rebuild.workspace.title": "Recompile All Workspace",
"tds.package.rebuild.workspace.description": "Recompile the current workspace.",
"tds.package.build.openEditors.title": "Compile Open Editors",
"tds.package.build.openEditors.description": "Compile the files from all opened editors",
"tds.package.rebuild.openEditors.title": "Recompile Open Editors",
"tds.package.rebuild.openEditors.description": "Recompile the files from all opened editors",
"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.reconnect": "Reconnect",
"tds.package.serverSelection": "Select Server",
"tds.package.toggleSaveLocation": "Toggle servers.json save location",
"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.patchGenerate.byDifference": "Patch Generation (by Difference)",
"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.totvs_language_debug.web": "TOTVS Language Debug via Web App",
"tds.package.totvs_language_debug_with_arguments": "TOTVS Language Debug with arguments",
"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.startJobList.description": "List of jobs to be started before debugging",
"tds.package.properties.waitForAttach.description": "For DAP debugging. DO NOT USE.",
"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.openglMode.description": "If the OpenGL mode must be enabled (-opengl)",
"tds.package.properties.dpiMode.description": "If the DPI mode must be enabled (-dpi)",
"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.properties.ignoreFiles.description": "Make the debugger ignore break events in files not found in WorkSpace",
"tds.package.properties.toggleTableSync.description": "Enables or disables the tables sync with the server",
"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/4GL file.",
"tds.package.configurationSnippets.description.web": "A new configuration for 'debugging' a user selected AdvPL/4GL 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.toggle.autocomplete.behavior": "Toggle Autocomplete Behavior",
"tds.package.editor.toggle.autocomplete": "Toggle Autocomplete Behavior.",
"tds.package.editor.toggle.autocomplete.basic": "Standard VS Code procedure.",
"tds.package.editor.toggle.autocomplete.ls": "Search in the Language Server of the current environment.",
"tds.command.debug.toggleTableSync": "Toggle table sync",
"tds.package.folder.enable.extensions.filter": "Only compile files with allowed extensions.",
"tds.package.folder.extensions.allowed": "Allowed extensions to compile list.",
"tds.package.tdsreplay.configure.launcher.title": "TDS Replay: Configure Launchers",
"tds.package.tdsreplay.configure.launcher.description": "Page to help on the TDS Replay launch configurations.",
"tds.package.tdsreplay.debug": "TDS Replay Debug",
"tds-monitor.open-monitor-view": "Open monitor view",
"tds.package.workspaceServerConfig": "Use the workspace to maintain server settings.",
"tds.package.OpenTimeLineWebview": "Open TimeLine Webview",
"tds.package.apply.formatting": "Applies formatting to TOTVS source files and their variations.",
"totvs-developer-studio.open-rpoinfo": "Repository Log",
"tds.package.templateApply": "Apply Template",
"tds.package.templateApply.fromFile": "Apply Template from file",
"tds.package.rpoToken": "Input Compilation Token",
"tds.package.clearRpoToken": "Clear Compilation Token",
"tds.package.filesystem.encoding": "Set file system encoding",
"tds.package.editor.linter": "Enable Linter"
}