feat:补充国际化

This commit is contained in:
anfe 2024-04-29 15:11:02 +08:00
parent 912475dab5
commit 2178a622db
4 changed files with 7 additions and 4 deletions

View File

@ -802,5 +802,6 @@
"的全部内容。点击“同意”即表示您同意并接受全部条款。若选择不同意,将无法使用我们的产品和服务,并会退出应用。": "The entire content of. By clicking \"Agree\", you agree and accept all terms. If you choose not to agree, you will not be able to use our products and services and will exit the application.",
"不同意":"Disagree",
"同意":"agree",
"常用程序":"Common Programs"
"常用程序":"Common Programs",
"该锁已被重置":"The lock has been reset"
}

View File

@ -801,5 +801,6 @@
"的全部内容。点击“同意”即表示您同意并接受全部条款。若选择不同意,将无法使用我们的产品和服务,并会退出应用。": "的全部内容。点击“同意”即表示您同意并接受全部条款。若选择不同意,将无法使用我们的产品和服务,并会退出应用。",
"不同意":"不同意",
"同意":"同意",
"常用程序":"常用程序"
"常用程序":"常用程序",
"该锁已被重置":"该锁已被重置"
}

View File

@ -804,7 +804,8 @@
"的全部内容。点击“同意”即表示您同意并接受全部条款。若选择不同意,将无法使用我们的产品和服务,并会退出应用。": "的全部内容。点击“同意”即表示您同意并接受全部条款。若选择不同意,将无法使用我们的产品和服务,并会退出应用。",
"不同意":"不同意",
"同意":"同意",
"常用程序":"常用程序"
"常用程序":"常用程序",
"该锁已被重置":"该锁已被重置"
}

View File

@ -391,7 +391,7 @@ class BlueManage {
if ((scanResult!.advertisementData.serviceUuids[0].toString()[31] == "0") &&
isAddEquipment == false) {
connectStateCallBack(BluetoothConnectionState.disconnected);
EasyLoading.showToast("该锁已被重置", duration: 2000.milliseconds);
EasyLoading.showToast("该锁已被重置".tr, duration: 2000.milliseconds);
return;
}