diff --git a/backend/framework/sdk/src/main/resources/i18n/commons.properties b/backend/framework/sdk/src/main/resources/i18n/commons.properties index 6c4fc3e316..a9d7cfb2b3 100644 --- a/backend/framework/sdk/src/main/resources/i18n/commons.properties +++ b/backend/framework/sdk/src/main/resources/i18n/commons.properties @@ -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=层 diff --git a/backend/framework/sdk/src/main/resources/i18n/commons_en_US.properties b/backend/framework/sdk/src/main/resources/i18n/commons_en_US.properties index 1211a20f92..49f2f9b423 100644 --- a/backend/framework/sdk/src/main/resources/i18n/commons_en_US.properties +++ b/backend/framework/sdk/src/main/resources/i18n/commons_en_US.properties @@ -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 diff --git a/backend/framework/sdk/src/main/resources/i18n/commons_zh_CN.properties b/backend/framework/sdk/src/main/resources/i18n/commons_zh_CN.properties index a7ed392b2f..d0796b673b 100644 --- a/backend/framework/sdk/src/main/resources/i18n/commons_zh_CN.properties +++ b/backend/framework/sdk/src/main/resources/i18n/commons_zh_CN.properties @@ -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=层 diff --git a/backend/framework/sdk/src/main/resources/i18n/commons_zh_TW.properties b/backend/framework/sdk/src/main/resources/i18n/commons_zh_TW.properties index 8022695161..6714283b11 100644 --- a/backend/framework/sdk/src/main/resources/i18n/commons_zh_TW.properties +++ b/backend/framework/sdk/src/main/resources/i18n/commons_zh_TW.properties @@ -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=層