forked from espressif/vscode-esp-idf-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
133 lines (133 loc) · 9.55 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
{
"espIdf.createFiles.title": "ESP-IDF: Create project from extension template",
"espIdf.addArduinoAsComponentToCurFolder.title": "ESP-IDF: Add Arduino ESP32 as ESP-IDF Component",
"espIdf.createIdfTerminal.title": "ESP-IDF: Open ESP-IDF Terminal",
"espIdf.createVsCodeFolder.title": "ESP-IDF: Add vscode configuration folder",
"espIdf.setPath.title": "ESP-IDF: Configure Paths",
"espIdf.selectConfTarget.title": "ESP-IDF: Select where to save configuration settings",
"espIdf.setTarget.title": "ESP-IDF: Set Espressif device target",
"espIdf.configDevice.title": "ESP-IDF: Device configuration",
"espIdf.menuconfig.start.title": "ESP-IDF: SDK Configuration editor (menuconfig)",
"espIdf.cmakeListsEditor.start.title": "ESP-IDF: CMakeLists.txt Editor",
"espIdf.newProject.start.title": "ESP-IDF: New Project",
"espIdf.setDefaultConfig.title": "ESP-IDF: Set default sdkconfig file in project",
"espIdf.selectPort.title": "ESP-IDF: Select port to use (COM, tty, usbserial)",
"espIdf.buildDevice.title": "ESP-IDF: Build your project",
"espIdf.flashAndEncryptDevice.title": "Encrypt and flash your project",
"espIdf.flashDevice.title": "ESP-IDF: Flash your project",
"espIdf.flashDFU.title": "ESP-IDF: Flash (DFU) your project",
"espIdf.flashUart.title": "ESP-IDF: Flash (UART) your project",
"espIdf.monitorDevice.title": "ESP-IDF: Monitor your device",
"espIdf.setup.title": "ESP-IDF: Configure ESP-IDF extension",
"espIdf.examples.title": "ESP-IDF: Show Examples Projects",
"espIdf.buildFlashMonitor.title": "ESP-IDF: Build, Flash and start a monitor on your device",
"espIdf.pickAWorkspaceFolder.title": "ESP-IDF: Pick a workspace folder",
"espIdf.size.title": "ESP-IDF: Size analysis of the binaries",
"espIdf.apptrace.title": "ESP-IDF: App Trace",
"espIdf.heaptrace.title": "ESP-IDF: Heap Trace",
"espIdf.openOCDCommand.title": "ESP-IDF: OpenOCD Manager",
"espIdf.genCoverage.title": "ESP-IDF: Add Editor coverage",
"espIdf.removeCoverage.title": "ESP-IDF: Remove Editor coverage",
"espIdf.getCoverageReport.title": "ESP-IDF: Get HTML Coverage Report for project",
"espIdf.searchInEspIdfDocs.title": "ESP-IDF: Search in documentation...",
"espIdf.getEspAdf.title": "ESP-IDF: Install ESP-ADF",
"espIdf.getEspMdf.title": "ESP-IDF: Install ESP-MDF",
"espIdf.installPyReqs.title": "ESP-IDF: Install ESP-IDF extension Python Packages",
"espIdf.openDocUrl.title": "ESP-IDF: Open ESP-IDF Documentation...",
"espIdf.doctorCommand.title": "ESP-IDF: Doctor command",
"espIdf.clearDocsSearchResult.title": "ESP-IDF: Clear ESP-IDF Search results",
"espIdf.fullClean.title": "ESP-IDF: Full clean project",
"espIdf.createNewComponent.title": "ESP-IDF: Create new ESP-IDF Component",
"espIdf.webview.nvsPartitionEditor.title": "ESP-IDF: Open NVS Partition Editor",
"espIdf.selectOpenOcdConfigFiles.title": "ESP-IDF: Select OpenOCD Board Configuration",
"espIdf.ninja.summary.title": "ESP-IDF: Show ninja build summary",
"espIdf.eraseFlash.title": "ESP-IDF: Erase flash memory from device",
"espIdf.disposeConfserverProcess.title": "ESP-IDF: Dispose current SDK Configuration editor server process",
"espIdf.setGcovConfig.title": "ESP-IDF: Configure project sdkconfig for coverage",
"espIdf.importProject.title": "Import ESP-IDF Project",
"espIdf.launchQemu.title": "Launch QEMU server",
"espIdf.monitorQemu.title": "Monitor QEMU device",
"espIdf.qemuDebug.title": "Launch QEMU debug session",
"espIdf.createDevContainer.title": "Add docker container configuration",
"espIdf.partition.table.refresh.title": "Refresh partition table",
"espIdf.flashBinaryToPartition.title": "Flash binary to partition...",
"espIdf.customTask.title": "Execute custom task",
"espIdf.welcome.title": "Welcome",
"esp.component-manager.ui.show.title": "Show Component Registry",
"esp.component-manager.cli.addDependencyError": "Error encountered while adding dependency to the component",
"debug.initConfig.name": "ESP-IDF: Launch",
"debug.initConfig.description": "A new configuration for launch ESP-IDF projects",
"param.adapterTargetName": "Target name for ESP-IDF Debug Adapter",
"param.customAdapterTargetName": "Custom target name for ESP-IDF Debug Adapter",
"param.openOcdConfigFilesList": "List of configuration files inside OpenOCD Scripts directory",
"param.flashBaudRate": "ESP-IDF Flash Baud rate",
"param.port": "Path of selected device port",
"param.pythonBinPath": "Python absolute binary path used to execute ESP-IDF Python Scripts",
"param.espIdfPath": "Path to locate ESP-IDF framework (IDF_PATH)",
"param.espAdfPath": "Path to locate ESP-ADF framework (ADF_PATH)",
"param.espMdfPath": "Path to locate ESP-MDF framework (MDF_PATH)",
"param.toolsPath": "Path to locate ESP-IDF Tools (IDF_TOOLS_PATH)",
"param.exportPaths": "Paths to be appended to PATH",
"param.exportVars": "Variables to be added to system environment variables",
"param.gitPath.title": "Git executable path",
"param.useIDFKConfigStyle": "Enable/Disable ESP-IDF style validation for Kconfig files",
"param.showOnboardingOnInit": "Show ESP-IDF Configuration window on extension activation",
"param.cmakeCompilerArgs": "Arguments for CMake compilation task",
"param.ninjaArgs": "Arguments for Ninja build task",
"param.customTask": "Custom task",
"param.coveredLightTheme": "Background color for covered lines in Light theme for ESP-IDF Coverage.",
"param.coveredDarkTheme": "Background color for covered lines in Dark theme for ESP-IDF Coverage.",
"param.partialLightTheme": "Background color for partially covered lines in Light theme for ESP-IDF Coverage.",
"param.partialDarkTheme": "Background color for partially covered lines in Dark theme for ESP-IDF Coverage.",
"param.uncoveredLightTheme": "Background color for uncovered lines in Light theme for ESP-IDF Coverage.",
"param.uncoveredDarkTheme": "Background color for uncovered lines in Dark theme for ESP-IDF Coverage.",
"param.enableUpdateSrcsToCMakeListsFile": "Enable update source files in CMakeLists.txt",
"param.qemuTcpPort": "QEMU tcp port for serial communication",
"param.openOcdDebugLevel": "OpenOCD Server debug level",
"param.preBuildTask": "Pre build custom task",
"param.postBuildTask": "Post build custom task",
"param.preFlashTask": "Pre flash custom task",
"param.postFlashTask": "Post flash custom task",
"param.buildDirectoryName": "Name of CMake build directory",
"view.components.name": "Project Components",
"configuration.title": "ESP-IDF",
"espIdf.apptrace.archive.refresh.title": "Refresh Trace Archive List",
"espIdf.apptrace.archive.showReport.title": "Show Trace Report",
"espIdf.apptrace.customize.title": "Customize parameters for app trace",
"trace.poll_period.description": "poll_period will be set for the apptrace",
"trace.trace_size.description": "trace_size will set for the apptrace",
"trace.stop_tmo.description": "stop_tmo will be set for the apptrace",
"trace.wait4halt.description": "wait4halt will be set for the apptrace",
"trace.skip_size.description": "skip_size will be set for the apptrace",
"param.saveBeforeBuildDescription": "Save all the edited files in the workspace before proceeding with the build, although if fail to save files it will build anyways",
"param.notificationSilentMode": "Disable all ESP-IDF extension notifications (excluding errors)",
"param.saveScope": "Where to save configuration with ESP-IDF commands with number value as vscode.ConfigurationTarget. Global = 1, Workspace= 2, WorkspaceFolder=3",
"param.rainmaker.api.server_url": "ESP-Rainmaker cloud server URL",
"param.launchMonitorOnDebugSession.title": "Start IDF Monitor along with ESP-IDF Debug Adapter session",
"param.enableIdfComponentManager.title": "Enable IDF Component Manager in build task",
"param.enableCCache.title": "Enable CCache in build task",
"esp.rainmaker.backend.sync.title": "Sync with ESP-Rainmaker Cloud Server",
"esp.rainmaker.backend.connect.title": "Connect with ESP-Rainmaker Cloud Server",
"esp.rainmaker.backend.logout.title": "Unlink Rainmaker Account",
"esp.rainmaker.backend.add_node.title": "Add new node",
"esp.rainmaker.backend.remove_node.title": "Remove this node",
"esp.rainmaker.backend.update_node_param.title": "Update param for device",
"param.esp.rainmaker.oauth.url": "ESP-Rainmaker OAuth server URL",
"idf.wssPort.description": "Web Socket Server Port for Core Dump or GDB Stub",
"esp.webview.open.partition-table.title": "Open Partition Table Editor UI",
"esp.efuse.summary.title": "Get eFuse Summary",
"espIdf.efuse.clearResults.title": "Clear eFuse Summary",
"espIdf.jtag_flash.title": "Flash (with JTag)",
"espIdf.selectFlashMethodAndFlash.title": "Select Flash Method",
"idf.flashType.description": "Device flash method, UART or JTag",
"openocd.tcl.host.description": "Host for openocd tcl connection",
"openocd.tcl.port.description": "Port for openocd tcl connection",
"esp.component-manager.url.description": "Component registry URL",
"espIdf.launchWSServerAndMonitor.title": "Launch IDF Monitor for CoreDump / GDB-Stub Mode",
"esp_idf.appOffset.description": "Override build program start address offset (ESP32_APP_FLASH_OFF)",
"esp_idf.initGdbCommands.description": "One or more GDB commands to execute in order to setup the underlying debugger. Example: \"initGdbCommands\": [ \"target remote /dev/ttyUSB0\"]",
"esp_idf.gdbinitFile.description": "gdbinit file path for ESP-IDF Debug Adapter",
"esp_idf.debuggers.text.description": "The command to execute",
"esp_idf.verifyAppBinBeforeDebug.description": "Verify app binaries before debug",
"esp_idf.tmoScaleFactor.description": "Scale factor for gdb timeout [default:1]"
}