项目初始化

This commit is contained in:
2026-03-18 17:19:03 +08:00
commit ac6079b9ff
602 changed files with 58291 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export default {
'Steve Jobs': "Great art don't have to follow the trend, it alone can lead.-- Steve Jobs",
}

View 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',
}

View 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',
}

View 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',
}

View 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',
}

View 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',
}

View 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',
}