/** * wm_strings_zh.h * 中文语言包 for WiFiManager * 基于 wm_strings_en.h 翻译 * * WiFiManager, a library for the ESP8266/Arduino platform * for configuration of WiFi credentials using a Captive Portal * * @author Creator tzapu * @author tablatronix * @version 0.0.0 * @license MIT */ #ifndef _WM_STRINGS_ZH_H_ #define _WM_STRINGS_ZH_H_ // strings files must include a consts file! #include "wm_consts_en.h" // include constants, tokens, routes const char WM_LANGUAGE[] PROGMEM = "zh-CN"; // i18n lang code const char HTTP_HEAD_START[] PROGMEM = "" "
" "" "" "" "| 页面 | 功能 |
|---|---|
| / | " "主菜单页面 |
| /wifi | " "显示 WiFi 扫描结果并配置连接 (/0wifi 不扫描) |
| /wifisave | " "保存 WiFi 配置并连接设备 |
| /param | " "参数设置页面 |
| /info | " "系统信息页面 |
| /u | " "固件 OTA 升级 |
| /close | " "关闭弹出窗口,配网服务保持运行 |
| /exit | " "退出配网模式,配网服务将关闭 |
| /restart | " "重启设备 |
| /erase | " "清除 WiFi 配置并重启。清除后设备不会自动连接,需重新配网 |