en.ts 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. export default {
  2. merchantUser: {
  3. index: '#',
  4. merchantId: 'Merchant ID',
  5. merchantName: 'Merchant Name',
  6. username: 'Username',
  7. realname: 'Real Name',
  8. phone: 'Phone',
  9. email: 'Email',
  10. idcard: 'ID Card',
  11. contactAddress: 'Contact Address',
  12. websiteName: 'Website Name',
  13. websiteAddress: 'Website Address',
  14. appId: 'AppId',
  15. offlineRechargeRate: 'Offline Recharge Rate (%)',
  16. status: 'Status',
  17. agentId: 'Agent',
  18. agentName: 'Agent',
  19. createTime: 'Create Time',
  20. updateTime: 'Update Time',
  21. operation: 'Operation',
  22. // Tips
  23. inputMerchantNameTip: 'Please enter merchant name',
  24. inputUsernameTip: 'Please enter username',
  25. inputRealnameTip: 'Please enter real name',
  26. inputPhoneTip: 'Please enter phone',
  27. inputEmailTip: 'Please enter email',
  28. inputIdcardTip: 'Please enter ID card',
  29. inputContactAddressTip: 'Please enter contact address',
  30. inputWebsiteNameTip: 'Please enter website name',
  31. inputWebsiteAddressTip: 'Please enter website address',
  32. inputOfflineRechargeRateTip: 'Please enter rate',
  33. selectAgentTip: 'Please select agent',
  34. // Search
  35. searchMerchantAccount: 'Please enter merchant account',
  36. // Buttons
  37. viewBtn: 'View',
  38. changePwdBtn: 'Change Password',
  39. resetKeyBtn: 'Reset Key',
  40. // Status
  41. statusEnable: 'Enable',
  42. statusDisable: 'Disable',
  43. statusChangeSuccess: 'Status changed successfully',
  44. // Group titles
  45. basicInfo: 'Basic Information',
  46. websiteInfo: 'Website Information',
  47. // Tips
  48. defaultPasswordTip: 'Tip: Default password for new merchant is qwe123QWE!',
  49. // Validation
  50. usernameRequired: 'Username cannot be empty',
  51. merchantNameRequired: 'Merchant name cannot be empty',
  52. phoneRequired: 'Phone cannot be empty',
  53. emailRequired: 'Email cannot be empty',
  54. // Change password
  55. changePwdTitle: 'Change Password',
  56. newPassword: 'New Password',
  57. confirmPassword: 'Confirm Password',
  58. inputNewPasswordTip: 'Please enter new password',
  59. inputConfirmPasswordTip: 'Please enter new password again',
  60. newPasswordRequired: 'New password cannot be empty',
  61. passwordLengthTip: 'Password length should be 6 to 20 characters',
  62. confirmPasswordRequired: 'Please enter new password again',
  63. passwordNotMatch: 'Passwords do not match',
  64. changePwdSuccess: 'Password changed successfully',
  65. // Reset key
  66. resetKeyTitle: 'Reset MD5 Key',
  67. resetKeyConfirm: 'Are you sure to reset the MD5 key for this merchant? The original key will be invalid!',
  68. resetKeySuccess: 'Key reset successfully',
  69. keyDialogTitle: 'MD5 Key Information',
  70. keyDialogTip: 'Please keep the following key information properly. It cannot be viewed again after closing!',
  71. appIdLabel: 'AppId',
  72. md5KeyLabel: 'MD5 Key',
  73. copyBtn: 'Copy',
  74. copyAllBtn: 'Copy All',
  75. copySuccess: 'Copied successfully',
  76. copyFailed: 'Copy failed',
  77. },
  78. };