fix:kyc审核界面中英适配
This commit is contained in:
@@ -777,6 +777,39 @@ const local: any = {
|
||||
search:'Search',
|
||||
reset:'Reset',
|
||||
},
|
||||
kyc:{
|
||||
title:'KYC Authentication Review',
|
||||
total:'Total',
|
||||
pass:'Pass',
|
||||
refuse:'Refuse',
|
||||
verified:'Verified',
|
||||
pending:'Pending',
|
||||
approved:'Approved',
|
||||
rejected:'Rejected',
|
||||
unknow:'unknow',
|
||||
username:'User Name',
|
||||
realname:'Real Name',
|
||||
type:'Identification type',
|
||||
file:'Identification photograph',
|
||||
picture:'Facial photograph',
|
||||
status:'Status',
|
||||
createtime:'Create Time',
|
||||
operate:'Operate',
|
||||
confirmtitle:'Confirmation approved.',
|
||||
confirmcontent:'Are you sure you want to verify this user\'s real-name authentication?',
|
||||
confirmsuc:'Successfully approved.',
|
||||
confirmerr:'Operation failed.',
|
||||
rejecttitle:'Confirm rejection',
|
||||
rejectcontent:'Are you sure you want to reject this user\'s real-name authentication?',
|
||||
rejectpla:'Please enter the reason for refusal.',
|
||||
rejectsuc:'successfully rejected',
|
||||
searchtime:'Submission Time',
|
||||
starttime:'Start Time',
|
||||
endtime:'End Time',
|
||||
plestatus:'Please select status.',
|
||||
search:'Search',
|
||||
reset:'Reset',
|
||||
}
|
||||
},
|
||||
form: {
|
||||
required: 'Cannot be empty',
|
||||
|
||||
@@ -776,8 +776,40 @@ const local:any = {
|
||||
pleclientname:'请输入设备名',
|
||||
search:'搜索',
|
||||
reset:'重置',
|
||||
|
||||
},
|
||||
kyc:{
|
||||
title:'KYC实名认证审核',
|
||||
total:'共',
|
||||
pass:'通过',
|
||||
refuse:'拒绝',
|
||||
verified:'未认证',
|
||||
pending:'待审核',
|
||||
approved:'已通过',
|
||||
rejected:'已拒绝',
|
||||
unknow:'未知',
|
||||
username:'用户名',
|
||||
realname:'姓名',
|
||||
type:'证件类型',
|
||||
file:'证件照片',
|
||||
picture:'面部照片',
|
||||
status:'状态',
|
||||
createtime:'提交时间',
|
||||
operate:'操作',
|
||||
confirmtitle:'确认通过',
|
||||
confirmcontent:'确定要通过该用户的实名认证吗?',
|
||||
confirmsuc:'审核通过成功',
|
||||
confirmerr:'操作失败',
|
||||
rejecttitle:'确认拒绝',
|
||||
rejectcontent:'确定要拒绝该用户的实名认证吗?',
|
||||
rejectpla:'请输入拒绝原因',
|
||||
rejectsuc:'审核拒绝成功',
|
||||
searchtime:'提交时间',
|
||||
starttime:'开始时间',
|
||||
endtime:'结束时间',
|
||||
plestatus:'请选择状态',
|
||||
search:'查询',
|
||||
reset:'重置',
|
||||
}
|
||||
},
|
||||
form: {
|
||||
required: '不能为空',
|
||||
|
||||
Reference in New Issue
Block a user