diff --git a/.DS_Store b/.DS_Store index 46477568..c406a585 100755 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/images/lan/lan_en.json b/images/lan/lan_en.json index cb39e17a..b134b773 100755 --- a/images/lan/lan_en.json +++ b/images/lan/lan_en.json @@ -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" } diff --git a/images/lan/lan_keys.json b/images/lan/lan_keys.json index 49d763d5..d2733315 100755 --- a/images/lan/lan_keys.json +++ b/images/lan/lan_keys.json @@ -938,5 +938,6 @@ "转移成功": "转移成功", "该已锁被删除": "该已锁被删除", "授权管理员只能查看和管理自己下发的钥匙、密码等权限": "授权管理员只能查看和管理自己下发的钥匙、密码等权限", - "添加授权管理员": "添加授权管理员" + "添加授权管理员": "添加授权管理员", + "手机需联网":"Network Required" } diff --git a/images/lan/lan_zh.json b/images/lan/lan_zh.json index 91ab9c85..5ad1ee78 100755 --- a/images/lan/lan_zh.json +++ b/images/lan/lan_zh.json @@ -903,5 +903,6 @@ "转移成功": "转移成功", "该已锁被删除": "该已锁被删除", "授权管理员只能查看和管理自己下发的钥匙、密码等权限": "授权管理员只能查看和管理自己下发的钥匙、密码等权限", - "添加授权管理员": "添加授权管理员" + "添加授权管理员": "添加授权管理员", + "手机需联网":"手机需联网" } diff --git a/lib/main/lockDetail/lockDetail/lockDetail_page.dart b/lib/main/lockDetail/lockDetail/lockDetail_page.dart index 0d398056..a4f4ec1d 100755 --- a/lib/main/lockDetail/lockDetail/lockDetail_page.dart +++ b/lib/main/lockDetail/lockDetail/lockDetail_page.dart @@ -778,7 +778,7 @@ class _LockDetailPageState extends State ? 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 ), SizedBox(width: 6.w), Text( - '手机需联网', + '手机需联网'.tr, style: TextStyle( fontSize: 20.sp, color: state.isOpenLockNeedOnline.value == 1