feat:修复锁详情页面报错,简化翻译单词
This commit is contained in:
parent
62c7ea2892
commit
55ca41e8b4
@ -2,14 +2,14 @@
|
||||
"starLock": "Star Lock",
|
||||
"lockThrough": "Lock Through",
|
||||
"clickUnlockAndHoldDownClose": "Click To Unlock And Hold Down to Close",
|
||||
"checkingIn": "Checking In",
|
||||
"electronicKey": "Electronic Key",
|
||||
"checkingIn": "CheckIn",
|
||||
"electronicKey": "KeyCard",
|
||||
"password": "Password",
|
||||
"card": "Card",
|
||||
"fingerprint": "Fingerprint",
|
||||
"remoteControl": "RemoteControl",
|
||||
"fingerprint": "Finger",
|
||||
"remoteControl": "RemCtrl",
|
||||
"face": "face",
|
||||
"operatingRecord": "Operating Record",
|
||||
"operatingRecord": "OpLog",
|
||||
"doorLockLog": "Door lock log",
|
||||
"number": "Number",
|
||||
"additive": "Additive",
|
||||
@ -217,7 +217,7 @@
|
||||
"aboutToExpire": "About to expire",
|
||||
"deAuthorize": "de-authorize",
|
||||
"changeName": "Change name",
|
||||
"authorizedAdmin": "Authorized Admin",
|
||||
"authorizedAdmin": "Admin",
|
||||
"addAuthorizedAdmin": "Adding an Authorized Administrator",
|
||||
"lockGroup": "Lock Group",
|
||||
"transferSmartLock": "Transfer Smart Lock",
|
||||
@ -407,10 +407,10 @@
|
||||
"getFingerprint": "Get Fingerprint",
|
||||
"safeVerify": "Security verification",
|
||||
"deleteAccountTips": "After deleting the account, all your information and related records will be completely deleted from the platform, and can not be recovered, delete or not",
|
||||
"humanFace": "Human Face",
|
||||
"humanFace": "HmFace",
|
||||
"monitoring": "Monitoring",
|
||||
"videoLog": "Video Log",
|
||||
"messageReminding": "Message Reminding",
|
||||
"messageReminding": "Notice",
|
||||
"superAdmin": "Super Admin",
|
||||
"normalUser": "Normal User",
|
||||
"gatewayDevice": "Gateway Device",
|
||||
@ -454,7 +454,7 @@
|
||||
"videoSlot": "Video slot",
|
||||
"密码": "Password",
|
||||
"卡": "Card",
|
||||
"指纹": "Fingerprint",
|
||||
"指纹": "Finger",
|
||||
"人脸": "Face",
|
||||
"配件商城": "Lock Mall",
|
||||
"公司名称": "Company Name",
|
||||
@ -487,7 +487,7 @@
|
||||
"钥匙将在": "The key will be in",
|
||||
"天后失效": "Days later invalid",
|
||||
"电量更新时间:": "Power update time:",
|
||||
"新增配件": "Add accessories",
|
||||
"新增配件": "Add",
|
||||
"请在锁旁边完成第一次开锁": "Please complete the first unlock next to the lock",
|
||||
"正在开锁中...": "Unlocking...",
|
||||
"你的钥匙": "Your key",
|
||||
@ -906,5 +906,6 @@
|
||||
"转移成功": "Transfer success",
|
||||
"该已锁被删除": "The locked is deleted",
|
||||
"授权管理员只能查看和管理自己下发的钥匙、密码等权限": "Authorized administrators can only view and manage the keys, passwords, etc. they issued",
|
||||
"添加授权管理员": "Add authorized administrator"
|
||||
"添加授权管理员": "Add authorized administrator",
|
||||
"手机需联网":"NeedNet"
|
||||
}
|
||||
|
||||
@ -938,5 +938,6 @@
|
||||
"转移成功": "转移成功",
|
||||
"该已锁被删除": "该已锁被删除",
|
||||
"授权管理员只能查看和管理自己下发的钥匙、密码等权限": "授权管理员只能查看和管理自己下发的钥匙、密码等权限",
|
||||
"添加授权管理员": "添加授权管理员"
|
||||
"添加授权管理员": "添加授权管理员",
|
||||
"手机需联网":"Network Required"
|
||||
}
|
||||
|
||||
@ -903,5 +903,6 @@
|
||||
"转移成功": "转移成功",
|
||||
"该已锁被删除": "该已锁被删除",
|
||||
"授权管理员只能查看和管理自己下发的钥匙、密码等权限": "授权管理员只能查看和管理自己下发的钥匙、密码等权限",
|
||||
"添加授权管理员": "添加授权管理员"
|
||||
"添加授权管理员": "添加授权管理员",
|
||||
"手机需联网":"手机需联网"
|
||||
}
|
||||
|
||||
@ -778,7 +778,7 @@ class _LockDetailPageState extends State<LockDetailPage>
|
||||
? AppColors.mainColor
|
||||
: AppColors.btnDisableColor),
|
||||
),
|
||||
if (add) SizedBox(width: 20.w) else SizedBox(width: 40.w),
|
||||
if (add) SizedBox(width: 20.w) else SizedBox(width: 20.w),
|
||||
FlavorsImg(
|
||||
child: Image.asset('images/main/icon_lockDetail_needNetwork.png',
|
||||
width: 24.w,
|
||||
@ -789,7 +789,7 @@ class _LockDetailPageState extends State<LockDetailPage>
|
||||
),
|
||||
SizedBox(width: 6.w),
|
||||
Text(
|
||||
'手机需联网',
|
||||
'手机需联网'.tr,
|
||||
style: TextStyle(
|
||||
fontSize: 20.sp,
|
||||
color: state.isOpenLockNeedOnline.value == 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user