userCenter.js
1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
export default {
basicInfomation: 'Basic Information',
realName: 'Real name',
phoneNumber: 'phone number',
userAccount: 'User account',
periodValidity: 'term of validity',
emailAddress: 'e-mail address',
unBind: 'Unbind',
isUnbind: 'Do you need to unbind the account?',
camera: 'camera',
album: 'album',
pleaseEnterCCorrectPhone: 'Please enter the correct phone number',
permissionUseRequired: 'The following permissions are required for normal use',
goToOpen: 'Go to Open',
pleaseLogUpload: 'Please log in and upload pictures',
avatarUploadSuccess: 'Avatar uploaded successfully',
youCancelImage: 'You have unselected the image',
unbindSuccess: 'Unbind successfully',
unbindFail: 'Unbinding failed',
cameraPermission: 'Camera permission (for shooting avatars)',
storagePermission: 'Storage permission (read album)',
uploadInfoSuccess: 'Successfully updated personal information',
validationFail: 'Verification failed',
systemNotification: 'System notification',
feedback: 'Feedback on opinions',
languageSettings: 'Language settings',
pleaseSelectType: 'Please select type',
meeting: 'Meeting',
notice: 'Notice',
other: 'other',
theme: 'theme',
pleaseEnterTheme: 'Please enter the theme',
fullName: 'Name',
pleaseEnterName: 'Please enter your name',
feedText: 'Feedback',
pleaseFeed: 'Please enter feedback information',
uploadImage6: 'Upload images (up to 6)',
image: 'picture',
submit: 'Submit',
uploadFailed: 'Upload failed',
uploading: 'Uploading in progress',
image5m: 'Image limited to 5M',
imageUploadFail: 'Image upload failed',
feedbacksubmitSuccess: 'Feedback submitted successfully',
pleaseEnterformatCorrect: 'Please fill in or provide data in the correct format',
switchLanguages: 'Switching languages ...',
switchRestLanguage: 'Switching languages requires restarting the application. Do you want to switch'
}