项目初始化
This commit is contained in:
3
web/src/lang/frontend/en/index.ts
Normal file
3
web/src/lang/frontend/en/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export default {
|
||||
'Steve Jobs': "Great art don't have to follow the trend, it alone can lead.-- Steve Jobs",
|
||||
}
|
||||
6
web/src/lang/frontend/en/user/account/balance.ts
Normal file
6
web/src/lang/frontend/en/user/account/balance.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
'Change time': 'Change time',
|
||||
'Current balance': 'Current balance',
|
||||
'Balance after change': 'Balance after change',
|
||||
'Balance change record': 'Balance change record',
|
||||
}
|
||||
8
web/src/lang/frontend/en/user/account/changePassword.ts
Normal file
8
web/src/lang/frontend/en/user/account/changePassword.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
export default {
|
||||
'Change Password': 'Change Password',
|
||||
'Old password': 'Old password',
|
||||
'New password': 'New password',
|
||||
'Confirm new password': 'Confirm new password',
|
||||
'Please enter your current password': 'Please enter your current password',
|
||||
'The duplicate password does not match the new password': 'The duplicate password does not match the new password',
|
||||
}
|
||||
6
web/src/lang/frontend/en/user/account/integral.ts
Normal file
6
web/src/lang/frontend/en/user/account/integral.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export default {
|
||||
'Change time': 'Change time',
|
||||
'Current points': 'Current points',
|
||||
'Points after change': 'Points after change',
|
||||
'Score change record': 'Score change record',
|
||||
}
|
||||
11
web/src/lang/frontend/en/user/account/overview.ts
Normal file
11
web/src/lang/frontend/en/user/account/overview.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export default {
|
||||
'Account information': 'Account information',
|
||||
profile: 'Profile',
|
||||
'Filled in': 'Filled in',
|
||||
'Not filled in': 'Not filled in',
|
||||
mobile: 'mobile',
|
||||
email: 'email',
|
||||
'Last login IP': 'Last login IP',
|
||||
'Last login': 'Last login',
|
||||
'Growth statistics': 'Growth statistics',
|
||||
}
|
||||
32
web/src/lang/frontend/en/user/account/profile.ts
Normal file
32
web/src/lang/frontend/en/user/account/profile.ts
Normal file
@@ -0,0 +1,32 @@
|
||||
export default {
|
||||
profile: 'Profile',
|
||||
'Change Password': 'Change Password',
|
||||
avatar: 'Avatar',
|
||||
'User name': 'User name',
|
||||
'User nickname': 'User nickname',
|
||||
mail: 'mail',
|
||||
email: 'email',
|
||||
'Operation via right button': 'Operation via right button',
|
||||
'Click Modify': 'Click Modify',
|
||||
bind: 'bind',
|
||||
mobile: 'mobile',
|
||||
Gender: 'Gender',
|
||||
secrecy: 'secrecy',
|
||||
male: 'male',
|
||||
female: 'female',
|
||||
birthday: 'birthday',
|
||||
'Personal signature': 'Personal signature',
|
||||
'Account verification': 'Account verification',
|
||||
'Account password verification': 'Account password verification',
|
||||
'Mail verification': 'Mail verification',
|
||||
'SMS verification': 'SMS verification',
|
||||
password: 'password',
|
||||
accept: 'accept',
|
||||
'next step': 'next step',
|
||||
'New email': 'New email',
|
||||
'New mobile': 'New mobile',
|
||||
'Verification Code': 'Captcha',
|
||||
send: 'send',
|
||||
seconds: 'seconds',
|
||||
nickname: 'nickname',
|
||||
}
|
||||
24
web/src/lang/frontend/en/user/login.ts
Normal file
24
web/src/lang/frontend/en/user/login.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
export default {
|
||||
reach: ' Reach ',
|
||||
login: 'Login',
|
||||
register: 'Register',
|
||||
'Via email': 'By email',
|
||||
'Via mobile number': 'By mobile number',
|
||||
'User name': 'User name',
|
||||
account: 'Username/Email/Mobile',
|
||||
password: 'Password',
|
||||
'Verification Code': 'Captcha',
|
||||
mobile: 'mobile',
|
||||
email: 'email',
|
||||
send: 'send',
|
||||
seconds: 'seconds',
|
||||
'Remember me': 'Remember me',
|
||||
'Forgot your password?': 'Forgot your password?',
|
||||
'Back to login': 'Back to login',
|
||||
'No account yet? Click Register': 'No account yet? Click Register',
|
||||
'Retrieve password': 'Retrieve password',
|
||||
'Retrieval method': 'Retrieval method',
|
||||
'New password': 'New password',
|
||||
second: 'second',
|
||||
'Account name': 'Account name',
|
||||
}
|
||||
Reference in New Issue
Block a user