多语言

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

@@ -208,7 +208,7 @@ class MyExperienceWidget extends GetView {
),
),
Text(
'咨询',
'咨询'.tr,
style: TextStyle(
fontFamily: 'Readex Pro',
// color: Color(0xFF9EA4B7),
@@ -229,10 +229,10 @@ class MyExperienceWidget extends GetView {
.then((d) {
if (AppMapLocation
.availableMapsToNames.isEmpty) {
showToast("未检测到导航软件");
showToast("未检测到导航软件".tr);
} else {
showOneSelectionDialog(context,
title: "选择地图",
title: "选择地图".tr,
arr: AppMapLocation
.availableMapsToNames,
checkChange: (index) {
@@ -268,7 +268,7 @@ class MyExperienceWidget extends GetView {
),
),
Text(
'导航',
'导航'.tr,
style: TextStyle(
fontFamily: 'Readex Pro',
// color: Color(0xFF9EA4B7),
@@ -330,7 +330,7 @@ class MyExperienceWidget extends GetView {
.model.bookInfoList[index]
["status"] ==
2
? '取消预约'
? '取消预约'.tr
: bookExperienceListController
.model.bookInfoList[index]
["statusName"],