diff --git a/backend/framework/sdk/src/main/resources/i18n/api.properties b/backend/framework/sdk/src/main/resources/i18n/api.properties index 82615fde4b..4b50c93e22 100644 --- a/backend/framework/sdk/src/main/resources/i18n/api.properties +++ b/backend/framework/sdk/src/main/resources/i18n/api.properties @@ -91,6 +91,7 @@ api_scenario_environment.project_id.length_range=项目ID长度必须在1-50之 api_scenario_environment.project_id.not_blank=项目ID不能为空 #module:ApiDefinition api_definition.id.not_blank=接口pk不能为空 +api_definition.id.length_range=接口pk长度必须在1-50之间 api_definition.create_user.length_range=创建人长度必须在1-100之间 api_definition.create_user.not_blank=创建人不能为空 api_definition.update_user.length_range=修改人长度必须在1-64之间 @@ -112,8 +113,11 @@ api_definition.project_id.not_blank=项目ID不能为空 api_definition.latest.length_range=是否为最新版本 0:否,1:是长度必须在1-1之间 api_definition.latest.not_blank=是否为最新版本 0:否,1:是不能为空 api_definition.module_id.not_blank=模块ID不能为空 +api_definition.module_id.length_range=模块ID长度必须在1-50之间 api_definition.version_id.not_blank=版本ID不能为空 +api_definition.version_id.length_range=版本ID长度必须在1-50之间 api_definition.ref_id.not_blank=引用ID不能为空 +api_definition.ref_id.length_range=引用ID必须在1-50之间 #module:ApiDefinitionFollow api_definition_follow.api_definition_id.length_range=接口ID长度必须在1-50之间 api_definition_follow.api_definition_id.not_blank=接口ID不能为空 @@ -285,4 +289,4 @@ api_environment_config.environment_id.not_blank=环境ID不能为空 api_module.not.exist=模块不存在 permission.api.name=接口测试 -api_debug_exist=接口已存在 \ No newline at end of file +api_debug_exist=接口已存在 diff --git a/backend/framework/sdk/src/main/resources/i18n/api_en_US.properties b/backend/framework/sdk/src/main/resources/i18n/api_en_US.properties index f39dc8d7f1..0a7aae5133 100644 --- a/backend/framework/sdk/src/main/resources/i18n/api_en_US.properties +++ b/backend/framework/sdk/src/main/resources/i18n/api_en_US.properties @@ -91,6 +91,7 @@ api_scenario_environment.project_id.length_range=Item fk length must be between api_scenario_environment.project_id.not_blank=Item fk cannot be empty #module:ApiDefinition api_definition.id.not_blank=Interface pk cannot be empty +api_definition.id.length_range=Interface pk length must be between 1 and 50 api_definition.create_user.length_range=Creator length must be between 1-100 api_definition.create_user.not_blank=Creator cannot be empty api_definition.update_user.length_range=Modifier length must be between 1-64 @@ -112,8 +113,11 @@ api_definition.project_id.not_blank=Item fk cannot be empty api_definition.latest.length_range=Is it the latest version 0: No, 1: Yes The length must be between 1-1 api_definition.latest.not_blank=Is it the latest version 0: No, 1: Yes Cannot be empty api_definition.module_id.not_blank=Module fk cannot be empty +api_definition.module_id.length_range=Module fk length must be between 1 and 50 api_definition.version_id.not_blank=Version fk cannot be empty +api_definition.version_id.length_range=Version fk length must be between 1 and 50 api_definition.ref_id.not_blank=Reference fk cannot be empty +api_definition.ref_id.length_range=Reference fk length must be between 1 and 50 #module:ApiDefinitionFollow api_definition_follow.api_definition_id.length_range=Interface fk length must be between 1-50 api_definition_follow.api_definition_id.not_blank=Interface fk cannot be empty @@ -293,4 +297,4 @@ api_environment_config.environment_id.not_blank=Environment ID cannot be blank api_module.not.exist=The module does not exist permission.api.name=API Test -api_debug_exist=The API already exists \ No newline at end of file +api_debug_exist=The API already exists diff --git a/backend/framework/sdk/src/main/resources/i18n/api_zh_CN.properties b/backend/framework/sdk/src/main/resources/i18n/api_zh_CN.properties index 007b9064e6..d7b3091edf 100644 --- a/backend/framework/sdk/src/main/resources/i18n/api_zh_CN.properties +++ b/backend/framework/sdk/src/main/resources/i18n/api_zh_CN.properties @@ -91,6 +91,7 @@ api_scenario_environment.project_id.length_range=项目ID长度必须在1-50之 api_scenario_environment.project_id.not_blank=项目ID不能为空 #module:ApiDefinition api_definition.id.not_blank=接口pk不能为空 +api_definition.id.length_range=接口pk长度必须在1-50之间 api_definition.create_user.length_range=创建人长度必须在1-100之间 api_definition.create_user.not_blank=创建人不能为空 api_definition.update_user.length_range=修改人长度必须在1-64之间 @@ -112,8 +113,11 @@ api_definition.project_id.not_blank=项目ID不能为空 api_definition.latest.length_range=是否为最新版本 0:否,1:是长度必须在1-1之间 api_definition.latest.not_blank=是否为最新版本 0:否,1:是不能为空 api_definition.module_id.not_blank=模块ID不能为空 +api_definition.module_id.length_range=模块ID长度必须在1-50之间 api_definition.version_id.not_blank=版本ID不能为空 +api_definition.version_id.length_range=版本ID长度必须在1-50之间 api_definition.ref_id.not_blank=引用ID不能为空 +api_definition.ref_id.length_range=引用ID必须在1-50之间 #module:ApiDefinitionFollow api_definition_follow.api_definition_id.length_range=接口ID长度必须在1-50之间 api_definition_follow.api_definition_id.not_blank=接口ID不能为空 @@ -293,4 +297,4 @@ api_environment_config.environment_id.not_blank=环境ID不能为空 api_module.not.exist=模块不存在 permission.api.name=接口测试 -api_debug_exist=接口已存在 \ No newline at end of file +api_debug_exist=接口已存在 diff --git a/backend/framework/sdk/src/main/resources/i18n/api_zh_TW.properties b/backend/framework/sdk/src/main/resources/i18n/api_zh_TW.properties index 79da9342fc..0317528e5b 100644 --- a/backend/framework/sdk/src/main/resources/i18n/api_zh_TW.properties +++ b/backend/framework/sdk/src/main/resources/i18n/api_zh_TW.properties @@ -91,6 +91,7 @@ api_scenario_environment.project_id.length_range=項目ID長度必須在1-50之 api_scenario_environment.project_id.not_blank=項目ID不能為空 #module:ApiDefinition api_definition.id.not_blank=接口pk不能為空 +api_definition.id.length_range=接口pk長度必須在1-50之間 api_definition.create_user.length_range=創建人長度必須在1-100之間 api_definition.create_user.not_blank=創建人不能為空 api_definition.update_user.length_range=修改人長度必須在1-64之間 @@ -112,8 +113,11 @@ api_definition.project_id.not_blank=項目ID不能為空 api_definition.latest.length_range=是否為最新版本 0:否,1:是長度必須在1-1之間 api_definition.latest.not_blank=是否為最新版本 0:否,1:是不能為空 api_definition.module_id.not_blank=模塊ID不能為空 +api_definition.module_id.length_range=模塊ID長度必須在1-50之間 api_definition.version_id.not_blank=版本ID不能為空 +api_definition.version_id.length_range=版本ID長度必須在1-50之間 api_definition.ref_id.not_blank=引用ID不能為空 +api_definition.ref_id.length_range=引用ID必須在1-50之間 #module:ApiDefinitionFollow api_definition_follow.api_definition_id.length_range=接口ID長度必須在1-50之間 api_definition_follow.api_definition_id.not_blank=接口ID不能為空 @@ -293,4 +297,4 @@ api_environment_config.environment_id.not_blank=環境ID不能為空 api_module.not.exist=模塊不存在 permission.api.name=接口測試 -api_debug_exist=接口已存在 \ No newline at end of file +api_debug_exist=接口已存在