多语言

This commit is contained in:
czz
2025-07-30 16:48:48 +08:00
parent 92b6896176
commit 300e3b31f6
96 changed files with 3741 additions and 2710 deletions

View File

@@ -290,36 +290,36 @@ class _MinePageState extends State<NewMinePage> {
child: Column(
children: [
_buildListTile('assets/img/icon/mydevice.svg',
"我的智能设备", "我绑定或关联的智能床,智能床垫等智能设备",
"我的智能设备".tr, "我绑定或关联的智能床,智能床垫等智能设备".tr,
showTopLine: true, path: "/deviceListPage"),
// _buildListTile('assets/img/icon/order.svg',
// '我的订单', '快捷查看我在网上的订单记录',
// path: ""),
_buildListTile('assets/img/icon/store.svg',
'门店体验', '如果想免费体验智能设备,可在此进行提前预约',
'门店体验'.tr, '如果想免费体验智能设备,可在此进行提前预约'.tr,
path: "/experienceStorePage"),
_buildListTile(
'assets/img/icon/repair.svg',
'设备报修',
'当您的智能设备需要报修时,可以通过该功能联系解决,',
'设备报修'.tr,
'当您的智能设备需要报修时,可以通过该功能联系解决,'.tr,
path: '/deviceRepairPage',
),
_buildListTile('assets/img/icon/mall.svg', '网上商城',
'最新的智能产品线上购买服务',
_buildListTile('assets/img/icon/mall.svg', '网上商城'.tr,
'最新的智能产品线上购买服务'.tr,
path: "", onTap: () {
JDLauncher.openShop(
"https://mall.jd.com/index-14587480.html");
}),
_buildListTile('assets/img/icon/address.svg',
'地址管理', '用于收货和报修时联系您',
'地址管理'.tr, '用于收货和报修时联系您'.tr,
path: "/addressListPage"),
_buildListTile('assets/img/icon/help.svg',
'问题与帮助', '常见的问题汇总,如:智能床连接流程、如何查看睡眠报告',
'问题与帮助'.tr, '常见的问题汇总,如:智能床连接流程、如何查看睡眠报告'.tr,
path: "/issueListpage"),
_buildListTile(
'assets/img/icon/customer_service.svg',
'在线客服',
'购买和使用智能床过程中,如果遇到疑问可与客服进行联系',
'在线客服'.tr,
'购买和使用智能床过程中,如果遇到疑问可与客服进行联系'.tr,
path: "",
onTap: () async {
UserInfoController userInfoController =
@@ -475,7 +475,7 @@ class _MinePageState extends State<NewMinePage> {
borderRadius: BorderRadius.circular(10.rpx)),
),
child:
Text('设置', style: TextStyle(fontSize: 26.rpx, color: Colors.white)),
Text('设置'.tr, style: TextStyle(fontSize: 26.rpx, color: Colors.white)),
),
);
}