1
This commit is contained in:
14
src/i18n/lang/zh_CN/login.ts
Normal file
14
src/i18n/lang/zh_CN/login.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
/* 登录界面 */
|
||||
export default {
|
||||
title: '用户登录',
|
||||
username: '请输入登录账号',
|
||||
password: '请输入登录密码',
|
||||
code: '请输入验证码',
|
||||
remember: '记住密码',
|
||||
forget: '忘记密码',
|
||||
login: '登录',
|
||||
loading: '登录中',
|
||||
oldPassword: '旧密码',
|
||||
newPassword: '新密码',
|
||||
confirm: '确认密码'
|
||||
};
|
||||
Reference in New Issue
Block a user