-
-
Notifications
You must be signed in to change notification settings - Fork 71
/
package.nls.json
172 lines (142 loc) · 10.3 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
{
"eide.bar.operations": "Operations",
"eide.bar.projects": "EIDE Projects",
"eide.item.copy": "Copy Value",
"eide.item.modify": "Modify",
"eide.item.remove": "Remove",
"eide.function.show.uuid": "Show UUID",
"eide.function.convert.keil.to.sdcc": "Convert Keil_C51 Registers To SDCC Format",
"eide.function.reload.jlink.dev.list": "Reload JLink Devices List",
"eide.function.reload.stm8.dev.list": "Reload STM8 Devices List",
"eide.function.reinstall.binaries": "Reinstall eide binaries",
"eide.function.gen_clang_format": "Create new .clang-format template file",
"eide.function.open_libs.yml": "Open Libs Generator Configuration",
"eide.project.show_project_vars": "Show All Project Variables",
"eide.project.save": "Save Project",
"eide.project.refresh": "Refresh",
"eide.project.save.all": "Save All Projects",
"eide.project.active": "Active Project",
"eide.project.close": "Close Project",
"eide.project.show.commands": "Show Compiler CommandLine",
"eide.project.switch.target": "Switch Target",
"eide.project.build": "Build",
"eide.project.buildAndFlash": "Build And Flash",
"eide.project.rebuild": "Rebuild",
"eide.project.clean": "Clean",
"eide.project.upload": "Program Flash",
"eide.project.flash.erase.all": "Erase Chip",
"eide.project.modify.files.options": "Show Extra Options Of All Source Files",
"eide.project.import.ext.project.src.struct": "Import SourceFile Tree From Other Project",
"eide.project.generate_builder_params": "Generate builder.params",
"eide.prj.menus.main.static-check": "Static Check",
"eide.prj.menus.sub.static-check.cppcheck": "Run Cppcheck",
"eide.prj.menus.sub.static-check.clear": "Clear Diagnostic Informations",
"eide.prj.menus.main.export": "Export As ...",
"eide.project.export.template": "Eide Project Template",
"eide.project.export.keil": "Keil Project",
"eide.project.export.makefile": "GNU Makefile",
"eide.workspace.build": "Build All",
"eide.workspace.rebuild": "Rebuild All",
"eide.workspace.open.config": "Open Workspace Configuration",
"eide.workspace.make.template": "Export Workspace To Eide Template",
"eide.operation.open.history": "History Records",
"eide.operation.clear.history": "Clear History Records",
"eide.explorer.root.add.folder": "Add Source Folder",
"eide.explorer.root.remove.folder": "Remove Source Folder",
"eide.explorer.root.refresh.folder": "Refresh",
"eide.explorer.new.file": "New File",
"eide.explorer.add.file": "Add File",
"eide.explorer.remove.file": "Remove",
"eide.explorer.new.folder": "New Folder",
"eide.explorer.add.folder": "Add Folder",
"eide.explorer.exclude.file": "Exclude File",
"eide.explorer.include.file": "Include File",
"eide.explorer.remove.folder": "Remove",
"eide.explorer.rename.folder": "Rename",
"eide.explorer.exclude.folder": "Exclude Folder",
"eide.explorer.include.folder": "Include Folder",
"eide.explorer.exclude.folder.childSrcs": "Exclude Child Source Files",
"eide.explorer.include.folder.childSrcs": "Include Child Source Files",
"eide.explorer.show.file.dir": "Show In File Explorer",
"eide.explorer.modify.file.path": "Modify File Path",
"eide.explorer.modify.exclude_list": "Modify Source File Exclude List",
"eide.explorer.file.modify.extraArgs": "Modify Extra Compiler Options",
"eide.explorer.folder.modify.extraArgs": "Modify Extra Compiler Options",
"eide.source.show_cmsis_config_wizard": "CMSIS Configuration Wizard",
"eide.source.show.disassembly": "Show Disassembly",
"eide.package.install": "Install CMSIS Chip Package",
"eide.package.install.cmsis": "Install CMSIS Header Files",
"eide.package.remove": "Uninstall Chip Support Package",
"eide.package.select.device": "Select Device",
"eide.package.comp.install": "Install Component",
"eide.package.comp.uninstall": "Uninstall Component",
"eide.builder.switch": "Select Toolchain",
"eide.builder.config": "Configure Toolchain",
"eide.builder.setup-toolchain-prefix": "Setup Compiler Prefix",
"eide.flash.switch": "Select Flasher",
"eide.flash.gen.dbgconf": "Generate Debugger Configuration",
"eide.flash.fetch-shell-flasher": "Install Shell Flasher Script From Remote Repository",
"eide.deps.include.show": "Display All Include Paths",
"eide.deps.include.add": "Add Include Path",
"eide.deps.inclib.show": "Display All Library Folders",
"eide.deps.inclib.add": "Add Library Folder",
"eide.deps.macro.show": "Display All Macros",
"eide.deps.macro.add": "Add Macro",
"settings.msys.enable": "Determine whether to enable the built-in **MSYS environment and tools** on Win32 platform",
"settings.enable.telemetry": "Enable telemetry for extension. We will collect information from the logs to help improve the functionality of this extension.",
"settings.builder.jobs": "The number of threads when build",
"settings.builder.extraCommandLine": "Append additional commandline when invoke unify_builder",
"settings.builder.presetEnvVars": "Preset Global Environment Variables when build project",
"settings.enable.ccache": "Determine whether to enable [ccache](https://ccache.dev/) used to speed up compilation of large projects",
"settings.option.show.toolbar.in.editer.title": "Displays some toolbars in the editor title",
"settings.option.show.statusbar": "Displays toolbar icons in the status bar",
"settings.option.print.relative.path": "Print relative path when compile source file",
"settings.option.create.batch.file": "Create batch file after build",
"settings.option.use.task.to.build": "Use Task to build project instead of Terminal",
"settings.option.insert.extcommands.at.begin": "The built-in command lines will insert at the beginning of the `beforeBuildTasks / afterBuildTasks`",
"settings.option.show.source.references": "Show c/c++ header references for source file",
"settings.option.mapView.parser.depth": "The depth limit of the obj file path when *.map.view is displayed. Obj files larger than this depth are ignored.",
"settings.option.show.output.files": "Show output files in project resource explorer",
"settings.repo.use.proxy": "Use proxy to improve network speed for github (experimental function)",
"settings.template.repo.url": "Public github template repository url, format: `<user_name>`/`<repository_name>`/contents/`<directory_path>`",
"settings.cmsispack.repo.url": "Public github cmsis-pack repository url, format: `<user_name>`/`<repository_name>`/contents/`<directory_path>`",
"settings.template.repo.github_token": "Specify a Github personal access token for a **private template repository** so that eide can access the repository and download templates from it.",
"settings.serial.def.port": "Default port name",
"settings.serial.show.toolbar": "Show serialport status bar",
"settings.serial.use.unix.lf": "Use Unix New Line Char",
"settings.serial.baud": "SerialPort Baud Rate",
"settings.serial.data.width": "SerialPort Data Bits width",
"settings.serial.parity": "SerialPort Parity bit",
"settings.serial.stop.bits": "SerialPort Stop Bits",
"settings.keilc51.ini": "Keil C51 `UV4.exe` or `TOOLS.INI` file path [`example: C:\\Keil_v5\\UV4\\UV4.exe`]",
"settings.iar.stm8.install.folder": "IAR for STM8 install directory [`example: D:\\IAR`]",
"settings.iar.arm.toolchain.install.folder": "IAR ARM C/C++ Compiler root directory [`example: D:\\IAR_ARM\\arm`]",
"settings.sdcc.install.folder": "SDCC install folder [`example: C:\\Program Files (x86)\\SDCC`]",
"settings.arm.armcc5.install.folder": "Armcc v5 toolchain install directory [`example: D:\\ac5`]",
"settings.arm.armcc6.install.folder": "Armcc v6 toolchain install directory [`example: D:\\ac6`]",
"settings.arm.gcc.install.folder": "GCC for ARM toolchain install directory [`example: D:\\arm-gcc\\8 2019-q3-update`]",
"settings.arm.gcc.prefix": "ARM GCC toolchain prefix [`example: arm-none-eabi-`]",
"settings.armcc.ini": "Keil MDK-ARM `UV4.exe` or `TOOLS.INI` file path [`example: C:\\Keil_v5\\UV4\\UV4.exe`]",
"settings.armcc.convert.axf": "Convert `.axf` to `.elf` for ARMCC compiler",
"settings.mips.gcc.install.folder": "MIPS toolchain install folder [`example: D:\\mips-mti-elf-mingw64`]",
"settings.mips.gcc.prefix": "MIPS toolchain prefix, like: `mips-mti-elf-`",
"settings.riscv.gcc.install.folder": "RISC-V toolchain install folder [`example: D:\\xpack-riscv-none-embed-gcc-8.3.0-2.3`]",
"settings.riscv.gcc.prefix": "RISC-V toolchain prefix, like: `riscv-none-embed-`",
"settings.jlink.install.folder": "JLink install directory [`example: C:\\Program Files (x86)\\SEGGER\\JLink`]",
"settings.jlink.device.xml": "JLinkDevices.xml File Path",
"settings.openocd.install.folder": "OpenOCD.exe path [`example: D:\\OpenOCD\\bin\\openocd.exe`]",
"settings.stlink.install.folder": "`STM32_Programmer_CLI.exe` or `ST-LINK Utility: ST-LINK_CLI.exe` path",
"settings.stvp.path": "STVP: `STVP_CmdLine.exe` path",
"settings.cppcheck.exec.path": "cppcheck.exe executable path",
"settings.option.disable.editor_context.menu": "Disable editor context menu",
"settings.option.disable.explorer_context.menu": "Disable explorer context menu",
"string.eide.startup.walkthroughs": "Embedded IDE Startup",
"string.eide.startup.walkthroughs.detail": "We'll show you how to get started with Embedded IDE.",
"string.eide.setup.toolchain": "Setup Toolchain",
"string.eide.setup.toolchain.detail": "Before you start, we need to setup the path of the toolchain(compiler).\n[Setup Toolchain](command:eide.operation.install_toolchain)",
"string.eide.start_project": "Start Your Project",
"string.eide.start_project.detail": "Now, We can create a project !\n[Create Project](command:eide.operation.new_project)\nor import a project !\n[Import Project](command:eide.operation.import_project)",
"string.eide.open_docs": "Learn More",
"string.eide.open_docs.detail": "Click the link will open the home page that may help you learn more about usage.\n[Embedded IDE](https://em-ide.com/)",
"string.eide.project.welcome": "No projects in this workspace !\n[Open Project](command:eide.operation.open_project)\n[Create Project](command:eide.operation.new_project)\n[Import Project](command:eide.operation.import_project)"
}