-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.nls.json
54 lines (54 loc) · 4.58 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
{
"qbs-tools.command.qbs.buildProduct.title": "Build",
"qbs-tools.command.qbs.cancelOperation.title": "Cancel Operation",
"qbs-tools.command.qbs.cleanProduct.title": "Clean",
"qbs-tools.command.qbs.compileOnly.title": "Compile",
"qbs-tools.command.qbs.debugProduct.title": "Debug",
"qbs-tools.command.qbs.editBuildConfigurations.title": "Edit Build Configurations",
"qbs-tools.command.qbs.editLaunchConfigurations.title": "Edit Launch Configurations",
"qbs-tools.command.qbs.exportBuildProfiles.title": "Export Build Profiles",
"qbs-tools.command.qbs.importBuildProfiles.title": "Import Build Profiles",
"qbs-tools.command.qbs.installProduct.title": "Install",
"qbs-tools.command.qbs.loadProject.title": "Load Project",
"qbs-tools.command.qbs.rebuildProduct.title": "Rebuild",
"qbs-tools.command.qbs.resolveProject.title": "Resolve",
"qbs-tools.command.qbs.resolveProjectWithForceProbesExecution.title": "Resolve with Force Probe Execution",
"qbs-tools.command.qbs.restartSession.title": "Restart Session",
"qbs-tools.command.qbs.restoreProject.title": "Restore Project",
"qbs-tools.command.qbs.runProduct.title": "Run",
"qbs-tools.command.qbs.saveProject.title": "Save Project",
"qbs-tools.command.qbs.scanBuildConfigurations.title": "Scan Build Configurations",
"qbs-tools.command.qbs.scanBuildProfiles.title": "Scan Build Profiles",
"qbs-tools.command.qbs.scanLaunchConfigurations.title": "Scan Launch Configurations",
"qbs-tools.command.qbs.selectBuildConfiguration.title": "Select Build Configuration",
"qbs-tools.command.qbs.selectBuildProduct.title": "Select Build Product",
"qbs-tools.command.qbs.selectBuildProfile.title": "Select Build Profile",
"qbs-tools.command.qbs.selectLaunchConfiguration.title": "Select Launch Configuration",
"qbs-tools.command.qbs.selectRunProduct.title": "Select Run Product",
"qbs-tools.command.qbs.startSession.title": "Start Session",
"qbs-tools.command.qbs.stopSession.title": "Stop Session",
"qbs-tools.command.qbs.updateBuildProfiles.title": "Update Build Profiles",
"qbs-tools.configuration.qbs.autoResolve.description": "Resolve the project automatically when build files are modified.",
"qbs-tools.configuration.qbs.buildBeforeRun.description": "Build the product before running it.",
"qbs-tools.configuration.qbs.buildConfigurationsFilePath.description": "The full path to the 'qbs-configurations.json' file, containing the build configurations.",
"qbs-tools.configuration.qbs.buildDirectory.description": "The directory where Qbs build files will go.",
"qbs-tools.configuration.qbs.cleanInstallRoot.description": "Clean the install root directory before building.",
"qbs-tools.configuration.qbs.clearOutputBeforeOperation.description": "Clear the output before starting the operation.",
"qbs-tools.configuration.qbs.commandEchoMode.description": "Сommand echo mode.",
"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.forceProbes.description": "Force probes execution.",
"qbs-tools.configuration.qbs.installAfterBuild.description": "Install products after building.",
"qbs-tools.configuration.qbs.keepGoing.description": "Keep going when errors occur (if at all possible).",
"qbs-tools.configuration.qbs.launchFilePath.description": "The full path to the 'launch.json' file, containing the debugging rules.",
"qbs-tools.configuration.qbs.logLevel.description": "Indicates whether the client would like to receive log-data and/or warning messages.",
"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.qbsPath.description": "Name/path of the Qbs executable to use.",
"qbs-tools.configuration.qbs.saveBeforeBuild.description": "Save open files before building.",
"qbs-tools.configuration.qbs.settingsDirectory.description": "The settings directory. An empty value means the default directory.",
"qbs-tools.configuration.qbs.showDisabledProjectItems.description": "Show disabled project items.",
"qbs-tools.configuration.qbs.showEmptyProjectGroups.description": "Show empty project groups.",
"qbs-tools.configuration.views.qbs.project.description": "Project",
"qbs-tools.tasks.properties.command.description": "Qbs command",
"qbs-tools.tasks.properties.label.description": "The name of the task",
"qbs-tools.tasks.properties.targets.description": "Qbs build products"
}