| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- export default {
- merchantUser: {
- index: '#',
- merchantId: 'Merchant ID',
- merchantName: 'Merchant Name',
- username: 'Username',
- realname: 'Real Name',
- phone: 'Phone',
- email: 'Email',
- idcard: 'ID Card',
- contactAddress: 'Contact Address',
- websiteName: 'Website Name',
- websiteAddress: 'Website Address',
- appId: 'AppId',
- offlineRechargeRate: 'Offline Recharge Rate (%)',
- status: 'Status',
- agentId: 'Agent',
- agentName: 'Agent',
- createTime: 'Create Time',
- updateTime: 'Update Time',
- operation: 'Operation',
-
- // Tips
- inputMerchantNameTip: 'Please enter merchant name',
- inputUsernameTip: 'Please enter username',
- inputRealnameTip: 'Please enter real name',
- inputPhoneTip: 'Please enter phone',
- inputEmailTip: 'Please enter email',
- inputIdcardTip: 'Please enter ID card',
- inputContactAddressTip: 'Please enter contact address',
- inputWebsiteNameTip: 'Please enter website name',
- inputWebsiteAddressTip: 'Please enter website address',
- inputOfflineRechargeRateTip: 'Please enter rate',
- selectAgentTip: 'Please select agent',
-
- // Search
- searchMerchantAccount: 'Please enter merchant account',
-
- // Buttons
- viewBtn: 'View',
- changePwdBtn: 'Change Password',
- resetKeyBtn: 'Reset Key',
-
- // Status
- statusEnable: 'Enable',
- statusDisable: 'Disable',
- statusChangeSuccess: 'Status changed successfully',
-
- // Group titles
- basicInfo: 'Basic Information',
- websiteInfo: 'Website Information',
-
- // Tips
- defaultPasswordTip: 'Tip: Default password for new merchant is qwe123QWE!',
-
- // Validation
- usernameRequired: 'Username cannot be empty',
- merchantNameRequired: 'Merchant name cannot be empty',
- phoneRequired: 'Phone cannot be empty',
- emailRequired: 'Email cannot be empty',
-
- // Change password
- changePwdTitle: 'Change Password',
- newPassword: 'New Password',
- confirmPassword: 'Confirm Password',
- inputNewPasswordTip: 'Please enter new password',
- inputConfirmPasswordTip: 'Please enter new password again',
- newPasswordRequired: 'New password cannot be empty',
- passwordLengthTip: 'Password length should be 6 to 20 characters',
- confirmPasswordRequired: 'Please enter new password again',
- passwordNotMatch: 'Passwords do not match',
- changePwdSuccess: 'Password changed successfully',
-
- // Reset key
- resetKeyTitle: 'Reset MD5 Key',
- resetKeyConfirm: 'Are you sure to reset the MD5 key for this merchant? The original key will be invalid!',
- resetKeySuccess: 'Key reset successfully',
- keyDialogTitle: 'MD5 Key Information',
- keyDialogTip: 'Please keep the following key information properly. It cannot be viewed again after closing!',
- appIdLabel: 'AppId',
- md5KeyLabel: 'MD5 Key',
- copyBtn: 'Copy',
- copyAllBtn: 'Copy All',
- copySuccess: 'Copied successfully',
- copyFailed: 'Copy failed',
- },
- };
|