2
0

feat:kyc认证界面中英适配

This commit is contained in:
zhongzm
2025-01-24 19:19:15 +08:00
parent 67e4f85a4e
commit 900382b0c7
3 changed files with 142 additions and 57 deletions

View File

@@ -545,7 +545,7 @@ const local: any = {
Rechargeamount:'Recharge amount',
Customization:'Customize',
price:'price',
money:' yuan',
money:' ¥',
truemoney:'Please select or enter the correct recharge amount',
falseorder:'Failed to create an order, please try again!',
setprice:'Please enter the amount',
@@ -707,7 +707,51 @@ const local: any = {
selectPayment:'Payment',
alipay:'Alipay',
wxpay:'WeChat Pay'
}
},
kyc:{
drive:'Driving license',
pass:'Passport',
idcard:'ID card/Residence permit',
stu:'Student ID',
health:'Medical insurance card',
birth:'Birth certificate',
kycerror:'Failed to obtain certification status.',
support:'Only JPG/PNG/PDF format files are supported!',
file:'The file size must not exceed 5MB!',
picturesuc:'Upload successful!',
picturefal:'Upload failed, please try again!',
completeinfo:'Please fill in the complete information!',
upload:'Please upload the required documents!',
kycsubmit:'KYC certification application submitted successfully!',
submitfalse:'Submission failed, please try again!',
nocertified:'Unverified',
certifing:'Pending',
certified:'Verified',
rejected:'Rejected',
unstatus:'Unknown status',
kyctitle:'KYC real-name verification',
service:'According to the requirements of relevant laws and regulations, real-name authentication is required before using the service',
cerstatus:'Certification status',
cername:'Certified Name:',
certime:'Certification time:',
cerinfo:'Certification Information',
cerinfoservice:'Please fill in the real personal information, all information is only used for identity verification',
baseinfo:'Basic Information',
realname:'Real name',
realnameple:'Please enter your real name',
birthdate:'Date of Birth',
birthdateple:'Please select your date of birth.',
idinfo:'Document information',
idtype:'Document type',
idtypeple:'Please select the type of document.',
idphoto:'Identification photo',
uploadidphoto:'Upload the document photo.',
format:'It supports JPG/PNG/PDF format and is up to 5MB in size',
photopic:'Facial photograph',
uploadphotopic:'Upload facial photo.',
submitcer:'Submit for certification.',
previewimage:'Preview image',
},
},
form: {
required: 'Cannot be empty',

View File

@@ -710,9 +710,50 @@ const local:any = {
alipay:'支付宝支付',
wxpay:'微信支付'
},
package:{
}
kyc:{
drive:'驾驶证',
pass:'护照',
idcard:'身份证/居住证',
stu:'学生证',
health:'医保卡',
birth:'出生证明',
kycerror:'获取认证状态失败',
support:'只支持 JPG/PNG/PDF 格式文件!',
file:'文件大小不能超过 5MB',
picturesuc:'上传成功!',
picturefal:'上传失败,请重试!',
completeinfo:'请填写完整信息!',
upload:'请上传所需文件!',
kycsubmit:'KYC 认证申请提交成功!',
submitfalse:'提交失败,请重试!',
nocertified:'未认证',
certifing:'认证中',
certified:'已认证',
rejected:'已拒绝',
unstatus:'未知状态',
kyctitle:'KYC 实名认证',
service:'根据相关法规要求,使用服务前需要完成实名认证',
cerstatus:'认证状态',
cername:'认证姓名:',
certime:'认证时间:',
cerinfo:'认证信息',
cerinfoservice:'请填写真实的个人信息,所有信息仅用于身份认证',
baseinfo:'基本信息',
realname:'真实姓名',
realnameple:'请输入真实姓名',
birthdate:'出生日期',
birthdateple:'请选择出生日期',
idinfo:'证件信息',
idtype:'证件类型',
idtypeple:'请选择证件类型',
idphoto:'证件照片',
uploadidphoto:'上传证件照片',
format:'支持 JPG/PNG/PDF 格式,大小不超过 5MB',
photopic:'面部照片',
uploadphotopic:'上传面部照片',
submitcer:'提交认证',
previewimage:'预览图片',
},
},
form: {
required: '不能为空',