项目初始化

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,12 @@
/**
* frontend common language package
*/
export default {
Integral: 'Integral',
Balance: 'Balance',
Language: 'Language',
Copyright: 'Copyright',
'Member Center': 'Member Center',
'Logout login': 'Logout',
'Member center disabled': 'The member center has been disabled. Please contact the webmaster to turn it on.',
}

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

View File

@@ -0,0 +1,13 @@
/**
* 前台公共语言包
* 覆盖风险:请避免使用页面语言包的目录名、文件名作为翻译 key
*/
export default {
Integral: '积分',
Balance: '余额',
Language: '语言',
Copyright: '版权所有',
'Member Center': '会员中心',
'Logout login': '注销登录',
'Member center disabled': '会员中心已禁用,请联系网站管理员开启。',
}

View File

@@ -0,0 +1,3 @@
export default {
'Steve Jobs': '伟大的艺术品不必追随潮流,他本身就能引领潮流。 -- 乔布斯',
}

View File

@@ -0,0 +1,6 @@
export default {
'Change time': '变更时间',
'Current balance': '当前余额',
'Balance after change': '变更后余额',
'Balance change record': '余额变更记录',
}

View File

@@ -0,0 +1,8 @@
export default {
'Change Password': '修改密码',
'Old password': '旧密码',
'New password': '新密码',
'Confirm new password': '确认新密码',
'Please enter your current password': '请输入现在的密码',
'The duplicate password does not match the new password': '重复密码与新密码不相符',
}

View File

@@ -0,0 +1,6 @@
export default {
'Change time': '变更时间',
'Current points': '当前积分',
'Points after change': '变更后积分',
'Score change record': '积分变更记录',
}

View File

@@ -0,0 +1,11 @@
export default {
'Account information': '账户信息',
profile: '个人资料',
'Filled in': '已填写',
'Not filled in': '未填写',
mobile: '手机号',
email: '电子邮箱',
'Last login IP': '最后登录IP',
'Last login': '最后登录',
'Growth statistics': '增长统计',
}

View File

@@ -0,0 +1,32 @@
export default {
profile: '个人资料',
'Change Password': '修改密码',
avatar: '头像',
'User name': '用户名',
'User nickname': '用户昵称',
mail: '邮箱',
email: '电子邮箱',
'Operation via right button': '通过右侧按钮操作',
'Click Modify': '点击修改',
bind: '绑定',
mobile: '手机号',
Gender: '性别',
secrecy: '保密',
male: '男',
female: '女',
birthday: '生日',
'Personal signature': '个性签名',
'Account verification': '账户验证',
'Account password verification': '账户密码验证',
'Mail verification': '邮件验证',
'SMS verification': '短信验证',
password: '密码',
accept: '接受',
'next step': '下一步',
'New email': '新邮箱',
'New mobile': '新手机号',
'Verification Code': '验证码',
send: '发送',
seconds: '秒',
nickname: '昵称',
}

View File

@@ -0,0 +1,24 @@
export default {
reach: '到',
login: '登录',
register: '注册',
'Via email': '通过邮箱',
'Via mobile number': '通过手机号',
'User name': '用户名',
account: '用户名/邮箱/手机号',
password: '密码',
'Verification Code': '验证码',
mobile: '手机号',
email: '电子邮箱',
send: '发送',
seconds: '秒',
'Remember me': '记住我',
'Forgot your password?': '忘记密码?',
'Back to login': '回到登录',
'No account yet? Click Register': '还没有账户?点击注册',
'Retrieve password': '找回密码',
'Retrieval method': '找回方式',
'New password': '新密码',
second: '确定',
'Account name': '账户',
}