forked from espressif/vscode-esp-idf-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.nls.json
94 lines (94 loc) · 6.94 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
{
"espIdf.createFiles.title": "ESP-IDF: Create project",
"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",
"menuconfig.start.title": "ESP-IDF: SDK Configuration editor",
"cmakeListsEditor.start.title": "ESP-IDF: CMakeLists.txt Editor",
"espIdf.setDefaultConfig.title": "ESP-IDF: Set default sdkconfig file in project",
"espIdf.selectPort.title": "ESP-IDF: Select port to use",
"espIdf.buildDevice.title": "ESP-IDF: Build your project",
"espIdf.flashDevice.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",
"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.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.useIDFKConfigStyle": "Enable/Disable ESP-IDF style validation for Kconfig files",
"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.",
"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",
"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.jtag_flash.title": "Flash (with JTag)",
"espIdf.selectFlashMethodAndFlash.title": "Select Flash Method and Flash",
"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",
"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"
}