项目初始化

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': '伟大的艺术品不必追随潮流,他本身就能引领潮流。 -- 乔布斯',
}

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': '账户',
}