-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
20 lines (20 loc) · 1.21 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"extension.name": "Keil MDK Tools",
"extension.commands.build.title": "Keil MDK Tools: Build target",
"extension.commands.rebuild.title": "Keil MDK Tools: Rebuild target",
"extension.commands.download.title": "Keil MDK Tools: Download to device",
"extension.commands.switch.title": "Keil MDK Tools: Switch target",
"extension.statusbar.build.tips": "Build Keil Project",
"extension.statusbar.rebuild.tips": "Rebuild Keil Project",
"extension.statusbar.download.tips": "Download HEX to Board",
"extension.statusbar.switch.tips": "Switch Keil Project Target",
"extension.text.switch.placeholder": "Please select a target name for keil project",
"extension.text.explorer.open": "Open project: '${path}' failed.",
"extension.text.explorer.busy": "Task is running, plase wait.",
"extension.text.task.noproject": "No project and target active.",
"extension.text.task.notarget": "Target is not belong to project.",
"extension.settings.activeTarget": "The active uVision Target to compile for",
"extension.settings.mdk": "MDK uVersion exe path",
"extension.settings.c51": "C51 uVersion exe path",
"extension.settings.userDefines": "Additional compiler defines not set in project file"
}