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