-
Notifications
You must be signed in to change notification settings - Fork 314
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1393 from espressif/docs/translate_additonalfeatures
docs: Provide CN translation for additionalfeatures.rst
- Loading branch information
Showing
2 changed files
with
44 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,30 @@ | ||
.. _additional features: | ||
|
||
Additional IDE Features | ||
=============================== | ||
======================= | ||
|
||
:link_to_translation:`zh_CN:[中文]` | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Application Size Analysis<additionalfeatures/application-size-analysis> | ||
Application Tracing<additionalfeatures/app-tracing> | ||
CMakeLists Editor<additionalfeatures/cmakelists-editor> | ||
Code coverage<additionalfeatures/coverage> | ||
DFU<additionalfeatures/dfu> | ||
Docker container <additionalfeatures/docker-container> | ||
CMakeLists.txt Editor<additionalfeatures/cmakelists-editor> | ||
Code Coverage<additionalfeatures/coverage> | ||
Device Firmware Upgrade (DFU) via USB<additionalfeatures/dfu> | ||
Docker Container<additionalfeatures/docker-container> | ||
ESP-IDF Terminal<additionalfeatures/esp-terminal> | ||
EFuse Explorer<additionalfeatures/efuse> | ||
eFuse Explorer<additionalfeatures/efuse> | ||
Flash Encryption<additionalfeatures/flash-encryption> | ||
Heap Tracing<additionalfeatures/heap-tracing> | ||
Hints viewer<additionalfeatures/hints-viewer> | ||
Hints Viewer<additionalfeatures/hints-viewer> | ||
Install ESP-IDF Components<additionalfeatures/install-esp-components> | ||
NVS Partition Table Editor<additionalfeatures/nvs-partition-editor> | ||
Partition Table Editor<additionalfeatures/partition-table-editor> | ||
Project Configuration<additionalfeatures/project-configuration> | ||
Project Configuration Editor<additionalfeatures/project-configuration> | ||
QEMU<additionalfeatures/qemu> | ||
Rainmaker<additionalfeatures/rainmaker> | ||
ESP RainMaker<additionalfeatures/rainmaker> | ||
Unit Testing<additionalfeatures/unit-testing> | ||
Working with multiple ESP-IDF projects in the same window<additionalfeatures/multiple-projects> | ||
WSL<additionalfeatures/wsl> | ||
Working with Multiple Projects<additionalfeatures/multiple-projects> | ||
Using WSL in Windows<additionalfeatures/wsl> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,30 @@ | ||
.. include:: ../en/additionalfeatures.rst | ||
.. _additional features: | ||
|
||
其他 IDE 功能 | ||
============= | ||
|
||
:link_to_translation:`en:[English]` | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
应用程序大小分析<additionalfeatures/application-size-analysis> | ||
应用跟踪<additionalfeatures/app-tracing> | ||
CMakeLists.txt 编辑器<additionalfeatures/cmakelists-editor> | ||
代码覆盖率<additionalfeatures/coverage> | ||
通过 USB 升级设备固件<additionalfeatures/dfu> | ||
Docker 容器<additionalfeatures/docker-container> | ||
ESP-IDF 终端<additionalfeatures/esp-terminal> | ||
eFuse 资源管理器<additionalfeatures/efuse> | ||
flash 加密<additionalfeatures/flash-encryption> | ||
堆跟踪<additionalfeatures/heap-tracing> | ||
提示查看器<additionalfeatures/hints-viewer> | ||
安装 ESP-IDF 组件<additionalfeatures/install-esp-components> | ||
NVS 分区表编辑器<additionalfeatures/nvs-partition-editor> | ||
分区表编辑器<additionalfeatures/partition-table-editor> | ||
项目配置编辑器<additionalfeatures/project-configuration> | ||
QEMU 模拟器<additionalfeatures/qemu> | ||
ESP RainMaker<additionalfeatures/rainmaker> | ||
单元测试<additionalfeatures/unit-testing> | ||
处理多个项目<additionalfeatures/multiple-projects> | ||
在 Windows 系统中使用 WSL<additionalfeatures/wsl> |