Files
loan/src/lang/en_us.ts
2024-03-26 21:23:02 +08:00

178 lines
5.5 KiB
TypeScript

// en_us.js文件
export default {
app: {
home: 'Home',
serveList: 'Wallet',
message: 'Customer Service',
my: 'Mine',
yuan: 'Yuan',
second: 'Second',
month: 'Month',
prompt: 'Prompt',
tips: 'Tips',
enterLogout: 'Are you sure you want to log out?',
enterWithdrawal: 'Are you sure you want to withdraw?',
withdrawal: 'Withdrawal',
info: 'Info',
success: 'Success',
withdrawalAmount: 'Withdrawal Amount',
withdrawCode: 'Withdrawal Code',
pleaseWithdrawalAmount: 'Please enter the withdrawal amount',
submit: 'Submit',
submittedSuccessfully: 'Successfully submitted',
submitApplication: 'Submit Application',
bankCardAbnormality: 'Bank card abnormality',
receivedSuccessfully: 'Received successfully',
phoneNumber: 'Phone number',
verificationCode: 'Verification code',
confirm: 'Confirm',
enter: 'Please enter',
select: 'Please select',
send: 'Send',
login: 'Login',
account: 'Account',
logout: 'Logout',
register: 'Register',
password: 'Password',
forgotPassword: 'Forgot password',
passwordPlaceholder: 'Please set a password of 6-16 digits',
passwordPlaceholder1: 'Please confirm the password again',
next: 'Next',
update: 'Update',
noData: 'No data',
none: 'None',
contract: 'Contract',
loan: 'Loan',
totalLoan: 'Total loan',
complete: 'Complete',
noComplete: 'Incomplete',
signature: 'Signature',
identityInformation: 'Identity information',
information: 'Information',
signatureInformation: 'Signature information',
receivingBank: 'Receiving bank card',
rwmljndzlxx: 'Let us know your information',
upPNGOrJPG: 'Please upload a JPG or PNG format image',
},
home: {
productDetails: 'Product Details',
minimumDailyInterestRate: 'Minimum Month Interest Rate',
borrowingLimit: 'Borrowing Limit',
installmentPeriod: 'Installment Period',
optional: 'Optional',
applicationAmount: 'Application Amount',
loanTerm: 'Loan Term',
repaymentPerInstallment: 'Repayment Per Installment',
dailyInterestRate: 'Month Interest Rate',
totalInterest: 'Total Interest',
successfulBorrowing: 'Successful Borrowing',
enterAgreement: 'I have read and agreed to',
authAgreement: 'Authorization Agreement',
serviceAgreement: 'Platform Service Agreement',
lawAgreement: 'Legal Agreement',
loansAgreement: 'Loan Agreement',
immediateBorrowing: 'Borrow Now',
pleaseFillInYourPersonalInformationFirst: 'Please fill in your personal information first',
pleaseEnterAgreement: 'Please read and agree to the relevant agreements',
},
my: {
userInfo: 'My Profile',
loan: 'My Loans',
repayment: 'My Repayments',
legalLiability: 'Legal Liability',
uploadPassword: 'Change Password',
logout: 'Logout',
language: 'Switch Language',
},
serveList: {
loan: 'My Loans',
balance: 'Account Balance',
amountToBeRepaid: 'Amount to Be Repaid',
immediateWithdrawal: 'Withdraw immediately',
financialSecurity: 'Account funds security is guaranteed by the bank',
},
borrowInfo: {
applicationTime: 'Application Time',
loanDetails: 'Loan Details',
loanInfo: 'Borrowing Information',
loanNo: 'Loan Number',
loanAmount: 'Loan Amount',
loanCycle: 'Loan Cycle',
withdrawalBank: 'Withdrawal Bank',
repaymentPerInstallment: 'Repayment Per Installment',
describe: 'Description',
receivingAccount: 'Receiving Account',
usageOfLoan: 'Purpose of Loan',
},
loans: {
enterSubmitApplication: 'Are you sure you want to apply for a loan?'
},
userInfo: {
realPrompt: 'Please fill in true and valid information to pass the review.',
idCardPrompt: 'Please use your own ID card, and make sure the content is clear and readable.',
photographPrompt: 'Please confirm that the camera permission is enabled.',
name: 'Name',
idCard: 'ID Card Number',
idCardUp1: 'Click to upload documents like person\'s face',
idCardUp2: 'Click to upload the back of the certificate',
idCardUp3: 'Click to upload a photo holding your ID card',
shootingRequirements: 'Photography Requirements',
standardShooting: 'Standard Shooting',
missingBorder: 'Missing Borders',
outOfFocus: 'Blurry Photo',
flashStrongly: 'Strong Flash',
unitName: 'Company Name',
position: 'Position',
workTelephone: 'Work Phone',
workingAge: 'Years of Work Experience',
monthlyPay: 'Monthly Salary',
unitAddress: 'Company Address',
addressInfo: 'Detailed Address',
currentResidentialAddress: 'Current Residential Address',
directFamilyContactPerson: 'Immediate Family Contact',
relationship: 'Relationship',
parents: 'Parents',
spouse: 'Spouse',
children: 'Children',
grandparents: 'Grandparents',
friend: 'friend',
bankOfDeposit: 'Bank of Deposit',
bankCard: 'Bank Card Number',
},
router: {
home: 'Home',
serveList: 'Wallet',
message: 'Chat',
my: 'Mine',
userInfo: 'My Profile',
userInfo1: 'Basic Information',
signature: 'Signature',
contract: 'Contract',
userInfo2: 'Submit Documents',
userInfo3: 'Receiving Bank Card',
loansInfo: 'Loan Details',
loansInfo1: 'Withdrawal',
myLoan: 'My Loans',
myRepayment: 'My Repayments',
borrowInfo: 'Borrowing Details',
uploadPassword: 'Change Password',
login: 'Login',
register: 'Register',
forget: 'Forgot Password',
agreement: 'Agreement',
}
}