Merge branch 'docs/update_translation' into 'master'

docs: keep the error log in English

Closes DOC-5818

See merge request espressif/esp-idf!25629
This commit is contained in:
Dai Zi Yan 2023-08-30 10:56:24 +08:00
commit 91d709938f

View File

@ -510,15 +510,15 @@ FreeRTOS 堆栈检查
.. only:: CONFIG_IDF_TARGET_ARCH_XTENSA
.. |CPU_EXCEPTIONS_LIST| replace:: 非法指令,加载/存储时的内存对齐错误,加载/存储时的访问权限错误,双重异常。
.. |ILLEGAL_INSTR_MSG| replace:: 非法指令
.. |CACHE_ERR_MSG| replace:: cache 已禁用,但仍可访问缓存内存区域
.. |ILLEGAL_INSTR_MSG| replace:: IllegalInstruction
.. |CACHE_ERR_MSG| replace:: Cache disabled but cached memory region accessed
.. |STACK_OVERFLOW| replace:: 堆栈溢出
.. only:: CONFIG_IDF_TARGET_ARCH_RISCV
.. |CPU_EXCEPTIONS_LIST| replace:: 非法指令,加载/存储时的内存对齐错误,加载/存储时的访问权限错误。
.. |ILLEGAL_INSTR_MSG| replace:: 非法指令
.. |CACHE_ERR_MSG| replace:: cache 错误
.. |ILLEGAL_INSTR_MSG| replace:: IllegalInstruction
.. |CACHE_ERR_MSG| replace:: Cache error
.. |STACK_OVERFLOW| replace:: 堆栈溢出
未定义行为清理器 (UBSAN) 检查