Feat: add text

This commit is contained in:
unitwk 2022-11-26 10:47:46 +08:00
parent da0a66edb3
commit 70982a1a54
2 changed files with 4 additions and 2 deletions

View File

@ -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."

View File

@ -33,7 +33,8 @@
"invalidPassword": "非法的密码格式",
"existsUserName": "用户名已经被占用",
"deleteFailure": "无法完成用户数据删除",
"passwordCheck": "密码不规范必须为拥有大小写字母数字长度在9到36之间"
"passwordCheck": "密码不规范必须为拥有大小写字母数字长度在9到36之间",
"installed": "管理员账号已经创建,不可重复创建"
},
"instance": {
"createError": "创建实例失败"