53 lines
1.4 KiB
Markdown
Raw Normal View History

2025-04-10 17:31:33 +08:00
# watch-UI
* 图标制作https://www.pgyer.com/tools/appIcon
* 图片转换https://lvgl.io/tools/imageconverter
* 尺寸转换https://www.gaitubao.com/
* 中文字体https://lvgl.io/tools/fontconverter
* [地图下载链接生成工具](https://github.com/W-Mai/XLocateDownloader/releases/download/1.0.0/MapDownloader.zip)
* [地图下载器](https://github.com/W-Mai/XLocateDownloader)
* [LVGL图片转换器(Python版)](https://github.com/W-Mai/lvgl_image_converter)
* [批量文件重命名工具](https://github.com/W-Mai/filename_renamer)
图片转换请参考脚本faces\smart_resized\assets\b.py 和 faces\smart_resized\assets\conv.py
## 中英文
目前多语言实现,典型中英文对译
### 主页列表
const char *days[7] = {"SUN", "MON", "TUE", "WED", "THU", "FRI", "SAT"};
对应中文 {"星期一", "星期二", "星期三", "星期四", "星期五", "星期六", "星期天"};
"Back"
"返回"
"Close"
"关闭"
"Error"
"错误"
"updated at\n--:--"
"更新于\n--:--"
"Weather information has not yet been synced. Make sure to enable it in the app settings."
"天气信息未同步. 请确保已经打开了相关配置."
### 二级菜单
"message" - "短信"
"Weather" - "天气"
"AppInfo" - "设备信息"
"Apps" - "应用"
"Watchfaces" - "表盘"
"alipay" - "支付宝"
"DialPad" - "拨号"
"Settings" - "设置"
### 三级菜单
"Change Current" = "预制表盘"
"App Info" = "设备信息"