commit message

This commit is contained in:
Chopper
2021-05-13 10:56:04 +08:00
commit ec3e958037
728 changed files with 132685 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
export default {
lili: 'lili',
usernameLogin: 'UsernameLogin',
mobileLogin: 'MobileLogin',
autoLogin: 'Auto Login',
forgetPass: 'Forget Password',
otherLogin: 'Sign in with',
regist: 'Register',
login: 'Login',
logining: 'Logining...',
home: 'home',
switchLangTitle: 'Switch Lang',
international: 'Switch Lang',
userCenter: 'Account Center',
changePass: 'Account Pass',
logout: 'Logout',
tagOption: 'Label Options',
closeAll: 'Close All',
closeOthers: 'Close Others',
help: 'Help',
privacy: 'Privacy',
terms: 'Terms',
rights: 'All Rights Reserved'
};

View File

@@ -0,0 +1,24 @@
export default {
lili: 'lili',
usernameLogin: '账户密码登录',
mobileLogin: '手机号登录',
autoLogin: '自动登录',
forgetPass: '忘记密码',
otherLogin: '其他方式登录',
regist: '注册账户',
login: '登录',
logining: '登录中...',
home: '首页',
switchLangTitle: '切换语言',
international: '多语言切换',
userCenter: '个人中心',
changePass: '修改密码',
logout: '退出登录',
tagOption: '标签选项',
closeAll: '关闭全部',
closeOthers: '关闭其他',
help: '帮助',
privacy: '隐私',
terms: '条款',
rights: '版权所有'
};