|
|
@@ -1,5 +1,5 @@
|
|
|
export default {
|
|
|
- common: {
|
|
|
+ 'common': {
|
|
|
confirm: 'Confirm',
|
|
|
cancel: 'Cancel',
|
|
|
loading: 'Loading...',
|
|
|
@@ -13,22 +13,21 @@ export default {
|
|
|
copy2: 'CVV copied!',
|
|
|
copy3: 'Copy failed',
|
|
|
},
|
|
|
- tabs: {
|
|
|
+ 'tabs': {
|
|
|
wallet: 'Wallet',
|
|
|
cards: 'Cards',
|
|
|
finance: 'Finance',
|
|
|
- mine: 'Mine'
|
|
|
+ mine: 'Mine',
|
|
|
},
|
|
|
- wallet: {
|
|
|
+ 'wallet': {
|
|
|
title: 'My Wallet',
|
|
|
balance: 'Balance',
|
|
|
transactions: 'Transaction History',
|
|
|
p1: 'Currency Balance',
|
|
|
p2: 'Balance',
|
|
|
p3: 'Global Transfer',
|
|
|
-
|
|
|
},
|
|
|
- cards: {
|
|
|
+ 'cards': {
|
|
|
title: 'My Cards',
|
|
|
balance: 'Balance',
|
|
|
transactions: 'Transaction History',
|
|
|
@@ -65,43 +64,45 @@ export default {
|
|
|
p19: '',
|
|
|
p20: '',
|
|
|
p21: '',
|
|
|
- rechargeB1:'Recharge',
|
|
|
+ rechargeB1: 'Recharge',
|
|
|
transferB2: 'Transfer',
|
|
|
-
|
|
|
-
|
|
|
},
|
|
|
- finance: {
|
|
|
- title: 'Finance'
|
|
|
+ 'finance': {
|
|
|
+ title: 'Finance',
|
|
|
},
|
|
|
- mine: {
|
|
|
+ 'mine': {
|
|
|
title: 'Mine',
|
|
|
logout: 'Logout',
|
|
|
p: 'Are you sure you want to log out?',
|
|
|
b1: 'Yes, Logout',
|
|
|
b2: 'Cancel',
|
|
|
},
|
|
|
- language: {
|
|
|
+ 'language': {
|
|
|
title: 'Language Settings',
|
|
|
selectLang: 'Select Language',
|
|
|
- cn: '中文简体',
|
|
|
- zh: '中文繁体',
|
|
|
+ cn: '简体中文',
|
|
|
+ zh: '繁體中文',
|
|
|
en: 'English',
|
|
|
- de: 'German',
|
|
|
- es: 'Spanish',
|
|
|
- ar: 'Arabic',
|
|
|
+ de: 'Deutsch',
|
|
|
+ es: 'Español',
|
|
|
+ ar: 'العربية',
|
|
|
id: 'Indonesian',
|
|
|
ms: 'Malay',
|
|
|
- th: 'Thai',
|
|
|
- vi: 'Vietnamese',
|
|
|
+ th: 'ไทย',
|
|
|
+ tr: 'Türkçe',
|
|
|
+ pt: 'Português',
|
|
|
+ ko: '한국어',
|
|
|
+ fa: 'فارسی',
|
|
|
+ vn: 'Tiếng Việt',
|
|
|
i0: 'Vertified',
|
|
|
i1: 'Language Settings',
|
|
|
i2: 'Change Password',
|
|
|
i3: 'Personal Info',
|
|
|
i4: 'Card Opening Record',
|
|
|
i5: 'About PayouCard',
|
|
|
- i6: 'Logout'
|
|
|
+ i6: 'Logout',
|
|
|
},
|
|
|
- login: {
|
|
|
+ 'login': {
|
|
|
title: 'Login',
|
|
|
username: 'Username',
|
|
|
password: 'Password',
|
|
|
@@ -131,7 +132,7 @@ export default {
|
|
|
consume: 'Expense',
|
|
|
desc: 'Description',
|
|
|
status: 'Status',
|
|
|
- time: 'Time'
|
|
|
+ time: 'Time',
|
|
|
},
|
|
|
'pay-password': {
|
|
|
title: 'Change Password',
|
|
|
@@ -142,7 +143,7 @@ export default {
|
|
|
nextStep: 'Submit',
|
|
|
success: 'Setup Success',
|
|
|
error: 'Setup Failed',
|
|
|
- p1: 'It cannot be larger than 2M and supports the formats .png, .jpeg, and .jpg.'
|
|
|
+ p1: 'It cannot be larger than 2M and supports the formats .png, .jpeg, and .jpg.',
|
|
|
},
|
|
|
'freeze-card': {
|
|
|
title: 'Freeze Card',
|
|
|
@@ -151,7 +152,7 @@ export default {
|
|
|
nextStep: 'Confirm',
|
|
|
formatError: 'Only PNG or JPG formats supported',
|
|
|
needUpload: 'Please upload signature photo',
|
|
|
- submitted: 'Submitted'
|
|
|
+ submitted: 'Submitted',
|
|
|
},
|
|
|
'card-recharge': {
|
|
|
title: 'Card Recharge',
|
|
|
@@ -173,7 +174,7 @@ export default {
|
|
|
tips1: 'Your top-up order has been submitted',
|
|
|
tips2: 'Once the funds are received, the system will automatically process your top-up.',
|
|
|
tips3: 'Close',
|
|
|
- maxAmountTip: 'The maximum rechargeable amount is {max}'
|
|
|
+ maxAmountTip: 'The maximum rechargeable amount is {max}',
|
|
|
},
|
|
|
'activate-card': {
|
|
|
title: 'Activate Card',
|
|
|
@@ -186,7 +187,7 @@ export default {
|
|
|
cvvPlaceholder: 'Enter CVV',
|
|
|
password: 'Transaction Password',
|
|
|
passwordPlaceholder: 'Enter Transaction Password',
|
|
|
- activate: 'Activate Now'
|
|
|
+ activate: 'Activate Now',
|
|
|
},
|
|
|
'select-card': {
|
|
|
title: 'Pick a card',
|
|
|
@@ -224,9 +225,9 @@ export default {
|
|
|
needPhotoForActiveCardDesc2: 'Not Required',
|
|
|
needPhotoForOperateCard: 'Do freeze/unfreeze and password reset require signature photo?',
|
|
|
needPhotoForOperateCardDesc: 'Required',
|
|
|
- needPhotoForOperateCardDesc2: 'Not Required'
|
|
|
+ needPhotoForOperateCardDesc2: 'Not Required',
|
|
|
},
|
|
|
- kyc: {
|
|
|
+ 'kyc': {
|
|
|
title: 'KYC Verification',
|
|
|
desc: 'Please fill in your identity information to complete verification',
|
|
|
type: 'Document Type',
|
|
|
@@ -289,7 +290,7 @@ export default {
|
|
|
item7: 'Beneficiary Bank ID',
|
|
|
item8: 'User Unique ID',
|
|
|
item9: 'Remittance Amount (Fee rate:{feeRate1}%)',
|
|
|
- "item9_1": "Fee: { allFee } USD ({ feeRate2 } variable + { feeAmount1 } fixed)",
|
|
|
+ item9_1: 'Fee: { allFee } USD ({ feeRate2 } variable + { feeAmount1 } fixed)',
|
|
|
maxAmountTip: 'The maximum amount that can be quickly remitted is {max}',
|
|
|
item10: 'Note (English)',
|
|
|
item11: 'Beneficiary Relationship',
|
|
|
@@ -448,22 +449,22 @@ export default {
|
|
|
ms31: 'Please enter Beneficiary Name',
|
|
|
ms32: 'Length between 1 and 100 characters',
|
|
|
ms33: 'Please enter the beneficiary postal code',
|
|
|
-ms34: 'Length must be between 3 and 9 characters',
|
|
|
-ms35: 'Please enter the beneficiary’s last name',
|
|
|
-ms36: 'Please enter the beneficiary’s first name',
|
|
|
-ms37: 'Chinese characters are not supported, length must be between 2 and 50 characters',
|
|
|
-ms38: 'Length must be between 1 and 50 characters',
|
|
|
-ms39: 'Please select the beneficiary’s ID type',
|
|
|
-ms40: 'Please enter the beneficiary’s ID number',
|
|
|
-ms41: 'Length must be between 6 and 18 characters',
|
|
|
-ms42: 'Please select the validity period of the beneficiary’s ID',
|
|
|
-ms43: 'Please select the payee’s date of birth',
|
|
|
-ms44: 'Please select the beneficiary’s mobile area code',
|
|
|
-ms45: 'Please enter the beneficiary’s mobile number',
|
|
|
-ms46: 'Length must be between 5 and 15 characters',
|
|
|
-ms47: 'Please select the beneficiary’s bank account type',
|
|
|
-ms48: 'Please enter the beneficiary’s bank code',
|
|
|
-ms49: 'Length must be between 6 and 12 characters',
|
|
|
+ ms34: 'Length must be between 3 and 9 characters',
|
|
|
+ ms35: 'Please enter the beneficiary’s last name',
|
|
|
+ ms36: 'Please enter the beneficiary’s first name',
|
|
|
+ ms37: 'Chinese characters are not supported, length must be between 2 and 50 characters',
|
|
|
+ ms38: 'Length must be between 1 and 50 characters',
|
|
|
+ ms39: 'Please select the beneficiary’s ID type',
|
|
|
+ ms40: 'Please enter the beneficiary’s ID number',
|
|
|
+ ms41: 'Length must be between 6 and 18 characters',
|
|
|
+ ms42: 'Please select the validity period of the beneficiary’s ID',
|
|
|
+ ms43: 'Please select the payee’s date of birth',
|
|
|
+ ms44: 'Please select the beneficiary’s mobile area code',
|
|
|
+ ms45: 'Please enter the beneficiary’s mobile number',
|
|
|
+ ms46: 'Length must be between 5 and 15 characters',
|
|
|
+ ms47: 'Please select the beneficiary’s bank account type',
|
|
|
+ ms48: 'Please enter the beneficiary’s bank code',
|
|
|
+ ms49: 'Length must be between 6 and 12 characters',
|
|
|
|
|
|
ms50: 'Transaction Contract',
|
|
|
ms51: 'Transaction Invoice',
|
|
|
@@ -500,7 +501,7 @@ ms49: 'Length must be between 6 and 12 characters',
|
|
|
amountError: 'Please enter a valid amount',
|
|
|
currencyError: 'Please select a valid currency',
|
|
|
shippingAddressError: 'Please enter a valid address',
|
|
|
- requiredFieldsMissing:'',
|
|
|
+ requiredFieldsMissing: '',
|
|
|
paymentSuccess: 'Payment successful',
|
|
|
paymentFailed: 'Payment failed',
|
|
|
paymentError: 'Payment failed',
|
|
|
@@ -509,12 +510,15 @@ ms49: 'Length must be between 6 and 12 characters',
|
|
|
validateSuccess: 'Validation successful',
|
|
|
search: 'Search Options',
|
|
|
},
|
|
|
- eur: {
|
|
|
+ 'eur': {
|
|
|
title: 'EUR',
|
|
|
globalRemit: 'Global Remittance',
|
|
|
transactionRecord: 'Remittance Records',
|
|
|
eurTopup: 'EUR Top-up',
|
|
|
- p1: 'Transfer Details', p2: 'Payer Info', p3: 'Payee Info', p4: 'Confirmation',
|
|
|
+ p1: 'Transfer Details',
|
|
|
+ p2: 'Payer Info',
|
|
|
+ p3: 'Payee Info',
|
|
|
+ p4: 'Confirmation',
|
|
|
p5: 'Supported ',
|
|
|
p6: ' Banks',
|
|
|
p7: 'wait',
|
|
|
@@ -532,7 +536,7 @@ ms49: 'Length must be between 6 and 12 characters',
|
|
|
validateSuccess: 'Validation Successful',
|
|
|
successTitle: 'Payment Successful',
|
|
|
viewDetail: 'View Details',
|
|
|
- backToHome: 'Back to Home'
|
|
|
+ backToHome: 'Back to Home',
|
|
|
},
|
|
|
'transfer-detail': {
|
|
|
title: 'Transaction Details',
|
|
|
@@ -580,9 +584,9 @@ ms49: 'Length must be between 6 and 12 characters',
|
|
|
addTime: 'Created Time',
|
|
|
postscript: 'Note',
|
|
|
payPurpose: 'Payment Purpose',
|
|
|
- name: 'Name'
|
|
|
+ name: 'Name',
|
|
|
},
|
|
|
- remit: {
|
|
|
+ 'remit': {
|
|
|
title: 'USDT',
|
|
|
available: 'USDT Balance',
|
|
|
amount: 'USDT Amount',
|
|
|
@@ -596,7 +600,7 @@ ms49: 'Length must be between 6 and 12 characters',
|
|
|
item1: 'Buy',
|
|
|
item2: 'Sell',
|
|
|
item3: 'On‑chain Deposit',
|
|
|
- item4: 'On‑chain Withdrawal'
|
|
|
+ item4: 'On‑chain Withdrawal',
|
|
|
},
|
|
|
'reset-password': {
|
|
|
title: 'Reset Password',
|
|
|
@@ -607,7 +611,7 @@ ms49: 'Length must be between 6 and 12 characters',
|
|
|
remember: 'Remember password?',
|
|
|
login: 'Back to Login',
|
|
|
reset: 'Reset Password',
|
|
|
- resetSuccess: ''
|
|
|
+ resetSuccess: '',
|
|
|
},
|
|
|
'card-activation': {
|
|
|
title: 'Card Activation',
|
|
|
@@ -615,16 +619,16 @@ ms49: 'Length must be between 6 and 12 characters',
|
|
|
activePhoto: 'Photo with Passport & Bank Card',
|
|
|
activePhotoRequired: 'Please upload a photo holding your passport and card',
|
|
|
submit: 'Activate',
|
|
|
- submitRequired: 'Activation Successful'
|
|
|
+ submitRequired: 'Activation Successful',
|
|
|
},
|
|
|
'improve-info': {
|
|
|
title: 'Complete Information',
|
|
|
- "p3": "Please enter the information",
|
|
|
- "p3_1": "Please enter your last name",
|
|
|
- "p3_2": "Please enter your first name",
|
|
|
- "p3_3": "Please enter your mobile number",
|
|
|
- "p3_4": "Please enter the detailed address",
|
|
|
- "p3_5": "Please enter your email",
|
|
|
+ p3: 'Please enter the information',
|
|
|
+ p3_1: 'Please enter your last name',
|
|
|
+ p3_2: 'Please enter your first name',
|
|
|
+ p3_3: 'Please enter your mobile number',
|
|
|
+ p3_4: 'Please enter the detailed address',
|
|
|
+ p3_5: 'Please enter your email',
|
|
|
p4: 'Area Code',
|
|
|
p5: 'Select Area Code',
|
|
|
p6: 'Mobile',
|
|
|
@@ -650,17 +654,19 @@ ms49: 'Length must be between 6 and 12 characters',
|
|
|
p26: 'Passport',
|
|
|
p27: 'Document Number',
|
|
|
p28: 'Document Expiry',
|
|
|
- p28_1: "Upload Your ",
|
|
|
- p28_2: "Click to select file",
|
|
|
+ p28_1: 'Upload Your ',
|
|
|
+ p28_2: 'Click to select file',
|
|
|
p29: 'Document Photo',
|
|
|
p30: 'Face Photo',
|
|
|
p31: 'Extended Field',
|
|
|
p32: 'Cancel',
|
|
|
p33: 'Submit',
|
|
|
- kycSuccess: 'Information Completed'
|
|
|
+ p34: 'DLN',
|
|
|
+ p35: '政府签发的身份证',
|
|
|
+ kycSuccess: 'Information Completed',
|
|
|
},
|
|
|
'apply-record': {
|
|
|
- title: 'Card Opening Record'
|
|
|
+ title: 'Card Opening Record',
|
|
|
},
|
|
|
'apply-record-detail': {
|
|
|
title: 'Card opening details',
|
|
|
@@ -674,7 +680,7 @@ ms49: 'Length must be between 6 and 12 characters',
|
|
|
p8: 'Processing',
|
|
|
},
|
|
|
'recharge-record-list': {
|
|
|
- title: 'Recharge Record'
|
|
|
+ title: 'Recharge Record',
|
|
|
},
|
|
|
'recharge-record-detail': {
|
|
|
title: 'Recharge Detail',
|
|
|
@@ -690,7 +696,7 @@ ms49: 'Length must be between 6 and 12 characters',
|
|
|
p10: 'Recharge Method',
|
|
|
p11: 'Wallet Recharge',
|
|
|
p12: 'Recharge Time',
|
|
|
- b1: 'Go Back'
|
|
|
+ b1: 'Go Back',
|
|
|
},
|
|
|
'empty-state': {
|
|
|
t1: 'No transactions just yet',
|
|
|
@@ -701,6 +707,365 @@ ms49: 'Length must be between 6 and 12 characters',
|
|
|
c3: 'Please apply for a bank card first.',
|
|
|
t4: '',
|
|
|
c4: '',
|
|
|
- }
|
|
|
-
|
|
|
+ },
|
|
|
+ 'card': {
|
|
|
+ title: 'CWG Card',
|
|
|
+ tab1: 'Deposit Record',
|
|
|
+ tab2: 'Transaction Record',
|
|
|
+ tab3: 'Personal Information',
|
|
|
+ tab4: 'Change Password',
|
|
|
+ tab5: 'CWG Card',
|
|
|
+ tab6: 'Complete Information',
|
|
|
+ tab7: 'Deposit Record',
|
|
|
+ tab8: 'Transaction Record',
|
|
|
+ tab9: 'Apply for Card',
|
|
|
+ tab10: 'Activate',
|
|
|
+ tab11: 'Card Deposit',
|
|
|
+ tab12: 'Change Password',
|
|
|
+ tab13: 'Freeze Account',
|
|
|
+ tab14: 'Unfreeze Account',
|
|
|
+ tab15: 'Card Application Record',
|
|
|
+ tab16: 'Card Progress',
|
|
|
+ tab17: 'Wallet Balance Record',
|
|
|
+ tab18: 'Select Card',
|
|
|
+ tab19: 'Confirm Information',
|
|
|
+ Status: {
|
|
|
+ t1: 'Success',
|
|
|
+ t2: 'Failure',
|
|
|
+ t3: 'Processing',
|
|
|
+ t4: 'Authorized',
|
|
|
+ t5: 'Pending',
|
|
|
+ t6: 'Card Created Successfully',
|
|
|
+ t7: 'Card Creation Failed',
|
|
|
+ t8: 'Deduction Successful',
|
|
|
+ t9: 'Deduction Failed',
|
|
|
+ t10: 'Refund Successful',
|
|
|
+ t11: 'Refund Failed',
|
|
|
+ t12: 'Refund Processing',
|
|
|
+ t13: 'Pending Review',
|
|
|
+ t14: 'Review Approved',
|
|
|
+ t15: 'Review Rejected',
|
|
|
+ t16: 'Withdrawal',
|
|
|
+ t17: 'Deposit',
|
|
|
+ t18: 'Refund',
|
|
|
+ t19: 'Manual Transfer In',
|
|
|
+ t20: 'Manual Transfer Out',
|
|
|
+ t21: 'All',
|
|
|
+ v1: 'Registration Information',
|
|
|
+ v2: 'Modify Information',
|
|
|
+ v3: 'Get Face Verification Link',
|
|
|
+ v4: 'Manual KYC Review',
|
|
|
+ v5: 'Card Application',
|
|
|
+ v6: 'Card Approval',
|
|
|
+ v7: 'Get Activation Code',
|
|
|
+ v8: 'Activate Card',
|
|
|
+ v9: 'Default Recharge Amount',
|
|
|
+ v10: 'Withdraw to Wallet',
|
|
|
+ v11: 'Deposit to Wallet',
|
|
|
+ v12: 'Card Recharge Application',
|
|
|
+ v13: 'Recharge Approval',
|
|
|
+ v14: 'Freeze',
|
|
|
+ v15: 'Unfreeze',
|
|
|
+ v16: 'Change Password',
|
|
|
+ v17: 'Operator CID Account',
|
|
|
+ },
|
|
|
+ Msg: {
|
|
|
+ m1: 'Your card application has been submitted, and you will be notified via email after approval!',
|
|
|
+ m2: 'Your deposit application has been submitted, and it is expected to be credited within 1-3 business days after approval!',
|
|
|
+ m3: 'Your bank card activation information has been submitted.',
|
|
|
+ m4: 'Your bank card has been successfully frozen!',
|
|
|
+ m5: 'Your bank card has been successfully unfrozen!',
|
|
|
+ m6: 'Your bank card password has been successfully changed!',
|
|
|
+ m7: 'Deposit Successful',
|
|
|
+ m8: 'Copy Successful!',
|
|
|
+ m9: 'Copy Failed!',
|
|
|
+ m10: 'Your bank card has been frozen, please activate it before proceeding!',
|
|
|
+ m11: 'No card type available for application',
|
|
|
+ m12: 'You currently do not have access, please contact the administrator!',
|
|
|
+ m13: 'Delete Prompt',
|
|
|
+ m14: 'Are you sure you want to delete this rule?',
|
|
|
+ m15: 'Update Successful',
|
|
|
+ m16: 'Front ID photo uploaded successfully',
|
|
|
+ m17: 'Back ID photo uploaded successfully',
|
|
|
+ m18: 'Handheld ID photo uploaded successfully',
|
|
|
+ m19: 'The uploaded profile image size cannot exceed 2MB!',
|
|
|
+ m20: 'The uploaded profile image must be in JPG/PNG format!',
|
|
|
+ },
|
|
|
+ Info: {
|
|
|
+ s0: 'Occupation and Finance (Optional)',
|
|
|
+ s0_1: 'Occupation and Finance',
|
|
|
+ s1: 'Personal Information',
|
|
|
+ s2: 'Identity Verification',
|
|
|
+ s3: 'Review',
|
|
|
+ s4: 'Your information has been verified, and you can apply for a card on the card application page.',
|
|
|
+ s5: 'Our team will review your application and KYC documents. After approval, you will receive a confirmation email.',
|
|
|
+ s6: 'Under Review',
|
|
|
+ s7: 'Verified',
|
|
|
+ s8: 'Cardholder',
|
|
|
+ s9: 'Expiration Date',
|
|
|
+ s10: 'Apply for Card',
|
|
|
+ s11: 'Please follow the steps to apply for a card.',
|
|
|
+ s12: 'Application Process',
|
|
|
+ s13: 'Select Card:',
|
|
|
+ s14: 'Please choose the card type you need.',
|
|
|
+ s15: 'Confirm Information:',
|
|
|
+ s16: 'Please confirm your information.',
|
|
|
+ s17: 'Application Review:',
|
|
|
+ s18: 'Our team will review your application, and after approval, you will receive a confirmation email.',
|
|
|
+ s19: 'Card Issuance:',
|
|
|
+ s20: 'The card will be mailed to your registered address within 5-7 business days after the review is approved.',
|
|
|
+ s21: 'If you have any questions or need assistance, please feel free to contact our customer service team. We wish you a pleasant experience with the card!',
|
|
|
+ s22: 'Receive Card:',
|
|
|
+ s23: 'Please ensure the envelope is intact when receiving the card.',
|
|
|
+ s24: 'Online Activation:',
|
|
|
+ s25: 'Go to the CWG Markets customer center and enter the \'Activate Card\' page, enter your card number and activation code (provided with the card).',
|
|
|
+ s26: 'Set PIN Code:',
|
|
|
+ s27: 'Follow the prompts to set your Personal Identification Number (PIN), used for ATM withdrawals and shopping payments.',
|
|
|
+ s28: 'Start Using:',
|
|
|
+ s29: 'Once activated, you can start using your Visa Debit Card for spending and withdrawals.',
|
|
|
+ s30: 'This card supports: Wechatpay, Alipay, Applepay, and other electronic payments, as well as domestic and international POS and ATM withdrawals.',
|
|
|
+ s31: 'We have received your card application. Please wait for the third party to complete the procedures for deduction. After the deduction is successful, we will immediately submit your card application!',
|
|
|
+ s32: 'Deduction failed, the service fee will be refunded to your account, please reapply for the card!',
|
|
|
+ s33: 'Deduction failed, the service fee has been refunded to your account, please reapply for the card!',
|
|
|
+ s34: 'Your card application service fee has been deducted successfully, we will immediately submit your card application!',
|
|
|
+ s35: 'Your card application was not approved, please contact the staff to resolve the issue!',
|
|
|
+ s36: 'Your card has been approved and will be mailed to your registered address within 5-7 business days.',
|
|
|
+ s37: 'Sorry, your card application was not approved, please reapply.',
|
|
|
+ s38: 'Your card application has been submitted for third-party review, and the card will be mailed to your registered address within 5-7 business days after approval.',
|
|
|
+ s39: 'Service Fee Status',
|
|
|
+ s40: 'Approval Status',
|
|
|
+ s41: 'Card Status',
|
|
|
+ s42: 'Our team has received your information. Please scan the QR code below to complete identity verification.',
|
|
|
+ s43: 'Your registration information has been successfully updated.',
|
|
|
+ t1: 'Pending Review',
|
|
|
+ t2: 'Review Approved',
|
|
|
+ t3: 'Review Rejected',
|
|
|
+ t5: 'Processing',
|
|
|
+ t6: 'Card Creation Successful',
|
|
|
+ t7: 'Card Creation Failed',
|
|
|
+ t8: 'Deduction Successful',
|
|
|
+ t9: 'Deduction Failed',
|
|
|
+ t10: 'Pending',
|
|
|
+ t11: 'Refunding',
|
|
|
+ t12: 'Refund Successful',
|
|
|
+ t13: 'Refund Failed',
|
|
|
+ t15: 'Status:',
|
|
|
+ t16: 'Card Creation in Progress (Please be patient)',
|
|
|
+ t17: 'Card Creation Failed (Please wait for refund and reapply)',
|
|
|
+ t18: 'Card Creation Successful (Please activate your card)',
|
|
|
+ t19: 'Card Activation in Progress (Please be patient)',
|
|
|
+ t20: 'Card Activation Failed (Please reactivate your card)',
|
|
|
+ },
|
|
|
+ Form: {
|
|
|
+ v1: 'Male',
|
|
|
+ v2: 'Female',
|
|
|
+ v3: 'Hong Kong ID Card',
|
|
|
+ v4: 'Passport',
|
|
|
+ v5: 'Driver\'s license',
|
|
|
+ v6: 'Government Issued ID',
|
|
|
+ f1: 'Area Code',
|
|
|
+ f2: 'Phone Number',
|
|
|
+ f3: 'Email',
|
|
|
+ f4: 'Last Name',
|
|
|
+ f5: 'First Name',
|
|
|
+ f6: 'Date of Birth',
|
|
|
+ f7: 'Nationality',
|
|
|
+ f8: 'Gender',
|
|
|
+ f9: 'City',
|
|
|
+ f10: 'Address',
|
|
|
+ f11: 'Postal Code',
|
|
|
+ f12: 'Occupation',
|
|
|
+ f13: 'Annual Income',
|
|
|
+ f14: 'Account Purpose',
|
|
|
+ f15: 'Expected Monthly Trading Volume',
|
|
|
+ f16: 'ID Type',
|
|
|
+ f17: 'ID Number',
|
|
|
+ f18: 'Social Security Number',
|
|
|
+ f19: 'ID Issuance Date',
|
|
|
+ f20: 'ID Expiry Date',
|
|
|
+ f21: 'Front ID Photo',
|
|
|
+ f22: 'Back ID Photo',
|
|
|
+ f23: 'Handheld ID Photo',
|
|
|
+ f24: 'Bank Card Number',
|
|
|
+ f25: 'Transaction Password',
|
|
|
+ f26: 'Activation Code',
|
|
|
+ f27: 'Remarks',
|
|
|
+ f28: 'Deposit Amount',
|
|
|
+ f29: 'Currency',
|
|
|
+ f30: 'Transaction Fee',
|
|
|
+ f31: 'Amount Received',
|
|
|
+ f32: 'Currency Received',
|
|
|
+ f33: 'Application Time',
|
|
|
+ f34: 'Confirm Password',
|
|
|
+ f35: 'Transaction Reference Number',
|
|
|
+ f36: 'Transaction Currency',
|
|
|
+ f37: 'Transaction Amount',
|
|
|
+ f38: 'Authorized Amount',
|
|
|
+ f39: 'Authorized Currency',
|
|
|
+ f40: 'Authorized Fee',
|
|
|
+ f41: 'Merchant Name',
|
|
|
+ f42: 'Transaction Type',
|
|
|
+ f43: 'Transaction Time',
|
|
|
+ f44: 'Cross-border Transaction Fee',
|
|
|
+ f45: 'Status',
|
|
|
+ f46: 'Transaction Description',
|
|
|
+ f47: 'Fee Status',
|
|
|
+ f48: 'Card Type',
|
|
|
+ f49: 'Card Name',
|
|
|
+ f50: 'Card Status',
|
|
|
+ f51: 'Time',
|
|
|
+ f52: 'Type',
|
|
|
+ f53: 'Approval Status',
|
|
|
+ f54: 'Deposit Status',
|
|
|
+ f55: 'Amount',
|
|
|
+ f56: 'Wallet Balance:',
|
|
|
+ f57: 'All',
|
|
|
+ f58: 'Fee Rate:',
|
|
|
+ f59: 'Estimated Fee:',
|
|
|
+ },
|
|
|
+ vaildate: {
|
|
|
+ v1: 'Please select area code',
|
|
|
+ v2: 'Please enter a phone number with 5-20 digits',
|
|
|
+ v3: 'Please enter first name, English characters only, [2...23] characters. The total length of first and last names cannot exceed 23 characters (including spaces)',
|
|
|
+ v4: 'Please enter last name, English characters only, [2...23] characters. The total length of first and last names cannot exceed 23 characters (including spaces)',
|
|
|
+ v5: 'Please select date of birth',
|
|
|
+ v6: 'Please select nationality',
|
|
|
+ v7: 'Please select city',
|
|
|
+ v8: 'Please enter postal code',
|
|
|
+ v9: 'Please select gender',
|
|
|
+ v10: 'Please select occupation',
|
|
|
+ v11: 'Please enter annual income, e.g., 200000 USD',
|
|
|
+ v12: 'Please enter account purpose, English only, e.g., Living Expense',
|
|
|
+ v13: 'Please enter expected monthly trading volume, e.g., 100000 USD',
|
|
|
+ v14: 'Please select ID type',
|
|
|
+ v15: 'Please enter ID number',
|
|
|
+ v16: 'Please enter 9-digit social security number',
|
|
|
+ v17: 'Please select ID issuance date',
|
|
|
+ v18: 'Please select ID expiry date',
|
|
|
+ v19: 'Please select front ID photo file',
|
|
|
+ v20: 'Please select back ID photo file',
|
|
|
+ v21: 'Please select handheld ID photo file',
|
|
|
+ v22: 'Please enter card number',
|
|
|
+ v23: 'Please enter a 6-digit transaction password',
|
|
|
+ v24: 'Please enter activation code',
|
|
|
+ v25: 'Please enter remarks',
|
|
|
+ v26: 'Please enter deposit amount',
|
|
|
+ v27: 'Please enter address',
|
|
|
+ v28: 'Please enter email',
|
|
|
+ v29: 'Passwords do not match',
|
|
|
+ v30: 'Please select handheld ID photo file',
|
|
|
+ v31: 'Please enter password again',
|
|
|
+ v32: 'Use 6 digits',
|
|
|
+ v33: 'Cannot use consecutive or repeated digits',
|
|
|
+ v34: 'Amount must be greater than 0',
|
|
|
+ v35: 'Deposit amount cannot exceed',
|
|
|
+ v36: 'Deposit amount cannot be less than',
|
|
|
+ v37: 'Deposit amount cannot exceed',
|
|
|
+ v38: 'Only English characters are allowed (spaces are included)',
|
|
|
+ v39: 'Length must be between 2 and 23 characters',
|
|
|
+ v40: 'The total length of first and last names cannot exceed 23 characters (including spaces)',
|
|
|
+ },
|
|
|
+ Btn: {
|
|
|
+ Next: 'Next',
|
|
|
+ Previous: 'Previous',
|
|
|
+ Submit: 'Submit',
|
|
|
+ Confirm: 'Confirm',
|
|
|
+ Cancel: 'Cancel',
|
|
|
+ Update: 'Update',
|
|
|
+ Auth: 'Authenticate',
|
|
|
+ Freeze: 'Freeze',
|
|
|
+ Unfreeze: 'Unfreeze',
|
|
|
+ Recharge: 'Recharge',
|
|
|
+ Activate: 'Activate',
|
|
|
+ b1: 'Activate Card',
|
|
|
+ b2: 'View',
|
|
|
+ b3: 'Recharge Application',
|
|
|
+ b4: 'Change Password',
|
|
|
+ b5: 'Freeze Card',
|
|
|
+ b6: 'Unfreeze Card',
|
|
|
+ b7: 'Apply for Card',
|
|
|
+ b8: 'Get Activation Code',
|
|
|
+ b9: 'Copy Activation Code',
|
|
|
+ b10: 'Balance',
|
|
|
+ b11: 'Check Card Application Status',
|
|
|
+ b12: 'Reapply for Card',
|
|
|
+ b13: 'Activating',
|
|
|
+ b14: 'Unfreezing',
|
|
|
+ b15: 'Freezing',
|
|
|
+ b16: 'Close',
|
|
|
+ },
|
|
|
+ New: {
|
|
|
+ n0: 'Address length 2–200 characters, only letters, numbers, hyphens and spaces allowed',
|
|
|
+ n1: 'Address length 2–40 characters, only letters, numbers, hyphens and spaces allowed',
|
|
|
+ n2: 'Postal code must be 2–15 characters',
|
|
|
+ n3: 'You are under 18 years old',
|
|
|
+ n4: 'Price:',
|
|
|
+ n5: 'Is the cardholder required when opening the card:',
|
|
|
+ n6: 'Supported top-up currencies:',
|
|
|
+ n7: 'Minimum top-up amount:',
|
|
|
+ n8: 'Minimum top-up amount:',
|
|
|
+ n9: 'Fee rate:',
|
|
|
+ n10: 'Deduction method',
|
|
|
+ n11: 'English Address',
|
|
|
+ },
|
|
|
+ Transactions: {
|
|
|
+ t1: 'Authorization',
|
|
|
+ t2: 'Refund',
|
|
|
+ t3: 'Verification',
|
|
|
+ t4: 'Reversal',
|
|
|
+ t5: 'Card Fees (Monthly, Annual, ATM Withdrawal....)',
|
|
|
+ t6: 'Transfer Out',
|
|
|
+ t7: 'Settlement Adjustment',
|
|
|
+ t8: 'Balance Inquiry',
|
|
|
+ t9: 'Fee',
|
|
|
+ t10: 'Purchase',
|
|
|
+ t11: 'Purchase Failed',
|
|
|
+ t12: 'Refund',
|
|
|
+ t13: 'Reversal',
|
|
|
+ t14: 'Other',
|
|
|
+ t15: 'Card Binding Verification',
|
|
|
+ t16: 'Management Fee',
|
|
|
+ t17: 'Settlement',
|
|
|
+ t18: 'Successful',
|
|
|
+ t19: 'Reversal Posting',
|
|
|
+ t20: 'Reversed',
|
|
|
+ t21: 'Voided',
|
|
|
+ t22: 'Reversal',
|
|
|
+ t23: 'Return',
|
|
|
+ t24: 'Authorized',
|
|
|
+ t25: 'Failed',
|
|
|
+ t26: 'Return',
|
|
|
+ },
|
|
|
+ New1: {
|
|
|
+ title: 'Complete Information',
|
|
|
+ f1: 'Your ID photo has been successfully uploaded, please wait for the review result!',
|
|
|
+ f2: 'Upload Successful',
|
|
|
+ f3: 'Scan the QR code to upload your ID',
|
|
|
+ f4: 'Do you want to manually upload the ID photo?',
|
|
|
+ d1: 'Upload the front photo of your ID card',
|
|
|
+ d2: 'Upload the back photo of your ID card',
|
|
|
+ d3: 'Upload a photo of you holding your ID card',
|
|
|
+ d4: 'Click to select a file',
|
|
|
+ d5: 'Upload Successful',
|
|
|
+ d6: 'Upload Failed',
|
|
|
+ d7: 'Uploading...',
|
|
|
+ d8: 'Mailing Country',
|
|
|
+ d9: 'Mailing City',
|
|
|
+ d10: 'Mailing Address',
|
|
|
+ d11: 'Mailing Address in English',
|
|
|
+ d12: 'Mailing Zip Code',
|
|
|
+ d13: 'Mailing Phone Number',
|
|
|
+ d14: 'File cannot exceed 2MB',
|
|
|
+ titel1: 'Language Settings',
|
|
|
+ },
|
|
|
+ New2: {
|
|
|
+ p1: 'Is Locked',
|
|
|
+ p2: 'Is Canceled',
|
|
|
+ p3: 'Cancel Card',
|
|
|
+ p4: 'Lock',
|
|
|
+ p5: 'Your card has been canceled',
|
|
|
+ p6: 'Your card has been locked',
|
|
|
+ n8: 'Maximum top-up amount:',
|
|
|
+ },
|
|
|
+ },
|
|
|
}
|