Files
lilishop-ui/seller/src/locale/lang/en-US.js
2021-05-13 10:56:04 +08:00

25 lines
639 B
JavaScript

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