en-US.ts 3.27 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
export default {
  'BLOCK_NAME.menuMap.basic': 'Basic Settings',
  'BLOCK_NAME.menuMap.security': 'Security Settings',
  'BLOCK_NAME.menuMap.binding': 'Account Binding',
  'BLOCK_NAME.menuMap.notification': 'New Message Notification',
  'BLOCK_NAME.basic.avatar': 'Avatar',
  'BLOCK_NAME.basic.change-avatar': 'Change avatar',
  'BLOCK_NAME.basic.email': 'Email',
  'BLOCK_NAME.basic.email-message': 'Please input your email!',
  'BLOCK_NAME.basic.nickname': 'Nickname',
  'BLOCK_NAME.basic.nickname-message': 'Please input your Nickname!',
  'BLOCK_NAME.basic.profile': 'Personal profile',
  'BLOCK_NAME.basic.profile-message': 'Please input your personal profile!',
  'BLOCK_NAME.basic.profile-placeholder': 'Brief introduction to yourself',
  'BLOCK_NAME.basic.country': 'Country/Region',
  'BLOCK_NAME.basic.country-message': 'Please input your country!',
  'BLOCK_NAME.basic.geographic': 'Province or city',
  'BLOCK_NAME.basic.geographic-message': 'Please input your geographic info!',
  'BLOCK_NAME.basic.address': 'Street Address',
  'BLOCK_NAME.basic.address-message': 'Please input your address!',
  'BLOCK_NAME.basic.phone': 'Phone Number',
  'BLOCK_NAME.basic.phone-message': 'Please input your phone!',
  'BLOCK_NAME.basic.update': 'Update Information',
24
  'BLOCK_NAME.basic.updatesucc': 'Update basic information successfully',
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
  'BLOCK_NAME.security.strong': 'Strong',
  'BLOCK_NAME.security.medium': 'Medium',
  'BLOCK_NAME.security.weak': 'Weak',
  'BLOCK_NAME.security.password': 'Account Password',
  'BLOCK_NAME.security.password-description': 'Current password strength:',
  'BLOCK_NAME.security.phone': 'Security Phone',
  'BLOCK_NAME.security.phone-description': 'Bound phone:',
  'BLOCK_NAME.security.question': 'Security Question',
  'BLOCK_NAME.security.question-description':
    'The security question is not set, and the security policy can effectively protect the account security',
  'BLOCK_NAME.security.email': 'Backup Email',
  'BLOCK_NAME.security.email-description': 'Bound Email:',
  'BLOCK_NAME.security.mfa': 'MFA Device',
  'BLOCK_NAME.security.mfa-description':
    'Unbound MFA device, after binding, can be confirmed twice',
  'BLOCK_NAME.security.modify': 'Modify',
  'BLOCK_NAME.security.set': 'Set',
  'BLOCK_NAME.security.bind': 'Bind',
  'BLOCK_NAME.binding.taobao': 'Binding Taobao',
  'BLOCK_NAME.binding.taobao-description': 'Currently unbound Taobao account',
  'BLOCK_NAME.binding.alipay': 'Binding Alipay',
  'BLOCK_NAME.binding.alipay-description': 'Currently unbound Alipay account',
  'BLOCK_NAME.binding.dingding': 'Binding DingTalk',
  'BLOCK_NAME.binding.dingding-description': 'Currently unbound DingTalk account',
  'BLOCK_NAME.binding.bind': 'Bind',
  'BLOCK_NAME.notification.password': 'Account Password',
  'BLOCK_NAME.notification.password-description':
    'Messages from other users will be notified in the form of a station letter',
  'BLOCK_NAME.notification.messages': 'System Messages',
  'BLOCK_NAME.notification.messages-description':
    'System messages will be notified in the form of a station letter',
  'BLOCK_NAME.notification.todo': 'To-do Notification',
  'BLOCK_NAME.notification.todo-description':
    'The to-do list will be notified in the form of a letter from the station',
  'BLOCK_NAME.settings.open': 'Open',
  'BLOCK_NAME.settings.close': 'Close',
};