2
0

feat:KYC认证

This commit is contained in:
zhongzm
2025-01-14 12:01:18 +08:00
parent 434767a902
commit 192e58fc0b
8 changed files with 661 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ const viewEn: any = {
"view.billing_billservice":"Bill service",
"view.set-meal": "Package",
"view.userInfo":"User Information",
"view.userInfo_kyc":"KYC certification",
"view.userInfo_profile":"Change Information",
"view.userInfo_resetpwd":"Reset Password",
"view.userInfo_device":"Device management",
@@ -535,6 +536,7 @@ const local: any = {
deviceCount: "Device",
},
userInfo:{
kyc:'KYC certification',
user:'User',
ownInfo:'Personal Information',
changepassword:'Change password',
@@ -613,7 +615,7 @@ const local: any = {
usercard:{
changeInfo:"Change Information",
resetpwd:"Reset password",
KYC:"KYC Certification",
kyc:"KYC Certification",
deviceconsole:"Device management",
access:"Currently connected device",
records:"History connected",
@@ -635,6 +637,7 @@ const local: any = {
updateFailed: 'Update failed'
},
recharge:{
recharge:"Recharge",
balanceRecharge:'Banlance Recharge',
packageSubscription:'Package Subscription',
},

View File

@@ -15,6 +15,7 @@ const viewZh: any = {
"view.billing_Internetdetails":"上网详单",
"view.set-meal": "套餐",
"view.userInfo":"个人信息",
"view.userInfo_kyc":"KYC认证",
"view.userInfo_profile":"修改信息",
"view.userInfo_resetpwd":"修改密码",
"view.userInfo_device":"设备管理",
@@ -535,6 +536,7 @@ const local:any = {
deviceCount: "设备数",
},
userInfo:{
kyc:'KYC认证',
user:'用户',
ownInfo:'个人信息',
changepassword:'修改密码',
@@ -613,7 +615,7 @@ const local:any = {
usercard:{
changeInfo:"修改信息",
resetpwd:"修改密码",
KYC:"KYC认证",
kyc:"KYC认证",
deviceconsole:"设备管理",
access:"当前设备",
records:"历史连接",
@@ -635,6 +637,7 @@ const local:any = {
updateFailed: '更新失败'
},
recharge:{
recharge:"充值服务",
balanceRecharge:'余额充值',
packageSubscription:'套餐办理',
},