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