refactor(项目管理): 优化提示信息
--bug=1037580 --user=王孝刚 【项目管理】环境管理-环境名称重复提示信息优化 https://www.tapd.cn/55049933/s/1479325
This commit is contained in:
parent
af988df1b8
commit
d540191a12
|
@ -109,7 +109,7 @@ organization_default_not_exists=默认组织不存在
|
|||
api_load_script_error=读取脚本失败
|
||||
illegal_xml_format=不合法的 XML 格式
|
||||
api_report_is_null="测试报告是未生成,无法更新"
|
||||
api_test_environment_already_exists="已存在该名称的环境配置"
|
||||
api_test_environment_already_exists="环境名称已存在"
|
||||
api_test=接口测试
|
||||
#test case
|
||||
test_case_node_level=层
|
||||
|
|
|
@ -108,7 +108,7 @@ organization_default_not_exists=The default organization does not exist
|
|||
api_load_script_error=Load script error
|
||||
illegal_xml_format=illegal XML format
|
||||
api_report_is_null="Report is null, can't update"
|
||||
api_test_environment_already_exists="Api test environment already exists"
|
||||
api_test_environment_already_exists="Environment already exists"
|
||||
api_test=API Test
|
||||
#test case
|
||||
test_case_node_level=level
|
||||
|
|
|
@ -109,7 +109,7 @@ organization_default_not_exists=默认组织不存在
|
|||
api_load_script_error=读取脚本失败
|
||||
illegal_xml_format=不合法的 XML 格式
|
||||
api_report_is_null="测试报告是未生成,无法更新"
|
||||
api_test_environment_already_exists="已存在该名称的环境配置"
|
||||
api_test_environment_already_exists="环境名称已存在"
|
||||
api_test=接口测试
|
||||
#test case
|
||||
test_case_node_level=层
|
||||
|
|
|
@ -109,7 +109,7 @@ organization_default_not_exists=默認組織不存在
|
|||
api_load_script_error=讀取腳本失敗
|
||||
illegal_xml_format=不合法的 XML 格式
|
||||
api_report_is_null="測試報告是未生成,無法更新"
|
||||
api_test_environment_already_exists="已存在該名稱的環境配置"
|
||||
api_test_environment_already_exists="環境名稱已存在"
|
||||
api_test=接口測試
|
||||
#test case
|
||||
test_case_node_level=層
|
||||
|
|
Loading…
Reference in New Issue