forked from denis-shienkov/vscode-qbs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.nls.json
More file actions
41 lines (40 loc) · 3.27 KB
/
package.nls.json
File metadata and controls
41 lines (40 loc) · 3.27 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
{
"qbs-tools.command.qbs.open.text.document.pos.title": "Open Text Document at Position",
"qbs-tools.command.qbs.detect.profiles.title": "Detect Profiles",
"qbs-tools.command.qbs.restore.project.title": "Restore Project",
"qbs-tools.command.qbs.autorestart.session.title": "Auto Restart Session",
"qbs-tools.command.qbs.start.session.title": "Start Session",
"qbs-tools.command.qbs.stop.session.title": "Stop Session",
"qbs-tools.command.qbs.select.project.title": "Select Project",
"qbs-tools.command.qbs.select.profile.title": "Select Profile",
"qbs-tools.command.qbs.select.configuration.title": "Select Build Configuration",
"qbs-tools.command.qbs.select.build.title": "Select Build Product",
"qbs-tools.command.qbs.select.run.title": "Select Run Product",
"qbs-tools.command.qbs.select.debugger.title": "Select Launch Configuration",
"qbs-tools.command.qbs.resolve.title": "Resolve",
"qbs-tools.command.qbs.resolveforceprobes.title": "Resolve and Force Probe Execution",
"qbs-tools.command.qbs.build.title": "Build",
"qbs-tools.command.qbs.clean.title": "Clean",
"qbs-tools.command.qbs.install.title": "Install",
"qbs-tools.command.qbs.rebuild.title": "Rebuild",
"qbs-tools.command.qbs.cancel.title": "Cancel",
"qbs-tools.command.qbs.getrunenv.title": "Get Run Environment",
"qbs-tools.command.qbs.run.title": "Run",
"qbs-tools.command.qbs.debug.title": "Debug",
"qbs-tools.command.qbs.edit.configuration.title": "Edit Build Configuration",
"qbs-tools.configuration.qbs.qbsPath.description": "Name/path of the Qbs executable to use.",
"qbs-tools.configuration.qbs.settingsDirectory.description": "The settings directory. An empty value means the default directory.",
"qbs-tools.configuration.qbs.buildDirectory.description": "The directory where Qbs build files will go.",
"qbs-tools.configuration.qbs.commandEchoMode.description": "Сommand echo mode.",
"qbs-tools.configuration.qbs.maxBuildJobs.description": "The number of concurrent build jobs. Use zero to automatically detect the number of CPUs.",
"qbs-tools.configuration.qbs.keepGoing.description": "Keep going when errors occur (if at all possible).",
"qbs-tools.configuration.qbs.forceProbes.description": "Force probes execution.",
"qbs-tools.configuration.qbs.cleanInstallRoot.description": "Clean the install root directory before building.",
"qbs-tools.configuration.qbs.errorHandlingMode.description": "Specifies how Qbs should deal with issues in project files, such as assigning to an unknown property.",
"qbs-tools.configuration.qbs.logLevel.description": "Indicates whether the client would like to receive log-data and/or warning messages.",
"qbs-tools.configuration.qbs.launchFilePath.description": "The full path to the 'launch.json' file, containing the debugging rules.",
"qbs-tools.configuration.qbs.showDisabledProjectItems.description": "Show disabled project items.",
"qbs-tools.configuration.qbs.configurationsFilePath.description": "The full path to the 'qbs-configurations.json' file, containing the build configurations.",
"qbs-tools.configuration.qbs.clearOutputBeforeOperation.description": "Clear the output before starting the operation.",
"qbs-tools.configuration.views.qbs.project.description": "Project"
}