forked from mirror/MCSManager
Feat: add text
This commit is contained in:
parent
da0a66edb3
commit
70982a1a54
@ -33,7 +33,8 @@
|
||||
"invalidPassword": "Invalid password format",
|
||||
"existsUserName": "Username already exist.",
|
||||
"deleteFailure": "Unable to delete user data",
|
||||
"passwordCheck": "Password must contains the following: uppercase letter, lowercase letter, numbers, and a length between 9 and 36."
|
||||
"passwordCheck": "Password must contains the following: uppercase letter, lowercase letter, numbers, and a length between 9 and 36.",
|
||||
"installed": "Unable to install panel: already installed. For reinstallation, backup and delete data folder."
|
||||
},
|
||||
"instance": {
|
||||
"createError": "Failed to create instance."
|
||||
|
@ -33,7 +33,8 @@
|
||||
"invalidPassword": "非法的密码格式",
|
||||
"existsUserName": "用户名已经被占用",
|
||||
"deleteFailure": "无法完成用户数据删除",
|
||||
"passwordCheck": "密码不规范,必须为拥有大小写字母,数字,长度在9到36之间"
|
||||
"passwordCheck": "密码不规范,必须为拥有大小写字母,数字,长度在9到36之间",
|
||||
"installed": "管理员账号已经创建,不可重复创建"
|
||||
},
|
||||
"instance": {
|
||||
"createError": "创建实例失败"
|
||||
|
Loading…
Reference in New Issue
Block a user