Files
xiaozhi-esp32/main/assets/locales/zh-CN/language.json
Xiaoxia 89674f8838 v2.2.0: Add bread-compact-nt26 board (#1663)
* Refactor application error handling and improve network task logic

- Updated error handling for modem initialization failure in Application::Initialize().
- Added new error message for modem initialization in English and Chinese language files.
- Simplified lambda captures in NetworkTask to avoid unnecessary references.
- Set main task priority in Application::Run() for better performance.

* Add support for Bread Compact NT26 board

- Introduced new board configuration for Bread Compact NT26 in CMakeLists.txt and Kconfig.
- Added board-specific implementation in compact_nt26_board.cc and nt26_board.cc.
- Created configuration files for NT26, including config.h and config.json.
- Updated dependencies in idf_component.yml to include uart-eth-modem.
- Translated error messages in config.h for OLED display type selection to English.
- Enhanced display and button initialization logic for NT26 board.

* Update project version and improve build configuration

- Updated project version from 2.1.0 to 2.2.0 in CMakeLists.txt.
- Enabled minimal build configuration to include only essential components.
- Updated README files to replace QQ group links with Discord links for community engagement.

* Update Bread Compact NT26 board configuration name in config.json

* fix compile errors

* Update uart-eth-modem dependency format in idf_component.yml

* fix esp32 compiling errors

* Update CMakeLists.txt to change component dependency from REQUIRES to PRIV_REQUIRES for esp_pm, esp_psram, and esp_driver_gpio

* Refactor CMakeLists.txt to explicitly list board common source files and update include directories for better clarity and organization.

* Add esp_driver_ppa as a dependency in CMakeLists.txt
2026-01-19 21:46:21 +08:00

56 lines
2.2 KiB
JSON

{
"language": {
"type": "zh-CN"
},
"strings": {
"WARNING": "警告",
"INFO": "信息",
"ERROR": "错误",
"VERSION": "版本 ",
"LOADING_PROTOCOL": "登录服务器...",
"INITIALIZING": "正在初始化...",
"PIN_ERROR": "请插入 SIM 卡",
"REG_ERROR": "无法接入网络,请检查流量卡状态",
"MODEM_INIT_ERROR": "模组初始化失败",
"DETECTING_MODULE": "检测模组...",
"REGISTERING_NETWORK": "等待网络...",
"CHECKING_NEW_VERSION": "检查新版本...",
"CHECK_NEW_VERSION_FAILED": "检查新版本失败,将在 %d 秒后重试:%s",
"SWITCH_TO_WIFI_NETWORK": "切换到 Wi-Fi...",
"SWITCH_TO_4G_NETWORK": "切换到 4G...",
"STANDBY": "待命",
"CONNECT_TO": "连接 ",
"CONNECTING": "连接中...",
"CONNECTED_TO": "已连接 ",
"LISTENING": "聆听中...",
"SPEAKING": "说话中...",
"SERVER_NOT_FOUND": "正在寻找可用服务",
"SERVER_NOT_CONNECTED": "无法连接服务,请稍后再试",
"SERVER_TIMEOUT": "等待响应超时",
"SERVER_ERROR": "发送失败,请检查网络",
"CONNECT_TO_HOTSPOT": "手机连接热点 ",
"ACCESS_VIA_BROWSER": ",浏览器访问 ",
"WIFI_CONFIG_MODE": "配网模式",
"ENTERING_WIFI_CONFIG_MODE": "进入配网模式...",
"SCANNING_WIFI": "扫描 Wi-Fi...",
"NEW_VERSION": "新版本 ",
"OTA_UPGRADE": "OTA 升级",
"UPGRADING": "正在升级系统...",
"UPGRADE_FAILED": "升级失败",
"ACTIVATION": "激活设备",
"BATTERY_LOW": "电量不足",
"BATTERY_CHARGING": "正在充电",
"BATTERY_FULL": "电量已满",
"BATTERY_NEED_CHARGE": "电量低,请充电",
"VOLUME": "音量 ",
"MUTED": "已静音",
"MAX_VOLUME": "最大音量",
"RTC_MODE_OFF": "AEC 关闭",
"RTC_MODE_ON": "AEC 开启",
"DOWNLOAD_ASSETS_FAILED": "下载资源失败",
"LOADING_ASSETS": "加载资源...",
"PLEASE_WAIT": "请稍候...",
"FOUND_NEW_ASSETS": "发现新资源: %s",
"HELLO_MY_FRIEND": "你好,我的朋友!"
}
}