'登陆国际化修改'
This commit is contained in:
parent
4191176da7
commit
381189cb39
|
@ -96,4 +96,6 @@ please_input_workspace_member=Please input workspace merber
|
|||
test_case_report_template_repeat=The workspace has the same name template
|
||||
plan_name_already_exists=Test plan name already exists
|
||||
test_case_already_exists_excel=There are duplicate test cases in the import file
|
||||
api_test_name_already_exists=Test name already exists
|
||||
api_test_name_already_exists=Test name already exists
|
||||
password_is_incorrect=Incorrect password
|
||||
user_not_exist=user does not exist:
|
|
@ -15,6 +15,7 @@ password_modification_failed=旧密码输入错误,请重新输入
|
|||
cannot_delete_current_user=无法删除当前登录用户
|
||||
connection_failed=连接失败
|
||||
user_already_exists=该用户已存在于当前成员列表中
|
||||
|
||||
#load test
|
||||
edit_load_test_not_found=无法编辑测试,未找到测试:
|
||||
run_load_test_not_found=无法运行测试,未找到测试:
|
||||
|
@ -97,3 +98,7 @@ test_case_report_template_repeat=同一工作空间下不能存在同名模版
|
|||
plan_name_already_exists=测试计划名称已存在
|
||||
test_case_already_exists_excel=导入文件中存在重复用例
|
||||
api_test_name_already_exists=测试名称已经存在
|
||||
login_fail=登陆失败
|
||||
password_is_incorrect=密码不正确
|
||||
user_not_exist=用户不存在:
|
||||
|
||||
|
|
|
@ -96,4 +96,6 @@ please_input_workspace_member=請填寫該工作空間相關人員
|
|||
test_case_report_template_repeat=同壹工作空間下不能存在同名模版
|
||||
plan_name_already_exists=測試計劃名稱已存在
|
||||
test_case_already_exists_excel=導入文件中存在重復用例
|
||||
api_test_name_already_exists=測試名稱已經存在
|
||||
api_test_name_already_exists=測試名稱已經存在
|
||||
password_is_incorrect=密碼不正確
|
||||
user_not_exist=用戶不存在:
|
||||
|
|
Loading…
Reference in New Issue