build: api module i18n

This commit is contained in:
fit2-zhao 2023-05-15 16:14:47 +08:00 committed by fit2-zhao
parent 14bcf14a11
commit 253b985d00
3 changed files with 759 additions and 0 deletions

View File

@ -0,0 +1,253 @@
#moduleApiLoadTest
api_load_test.id.not_blank=ID cannot be empty
api_load_test.resource_id.length_range=Interface use case fk/scene use case fk length must be between 1-50
api_load_test.resource_id.not_blank=Interface use case fk/scenario use case fk cannot be empty
api_load_test.load_test_id.length_range=Performance test case fk length must be between 1-50
api_load_test.load_test_id.not_blank=Performance test case fk cannot be empty
api_load_test.type.length_range=Resource type/CASE/SCENARIO length must be between 1-10
api_load_test.type.not_blank=Resource type /CASE/SCENARIO cannot be empty
#moduleApiTestCaseBlob
api_test_case_blob.api_test_case_id.not_blank=Interface use case pk cannot be empty
#moduleApiDefinitionTemplate
api_definition_template.id.not_blank=Template primary key cannot be empty
api_definition_template.name.length_range=The length of the API template name must be between 1-100
api_definition_template.name.not_blank=API template name cannot be empty
api_definition_template.system.length_range=Whether it is a system template length must be between 1-1
api_definition_template.system.not_blank=Whether it is a system template cannot be empty
api_definition_template.global.length_range=Whether it is a public template length must be between 1-1
api_definition_template.global.not_blank=Whether it is a public template cannot be empty
api_definition_template.create_user.length_range=Creator length must be between 1-50
api_definition_template.create_user.not_blank=Creator cannot be empty
api_definition_template.project_id.length_range=Item fk length must be between 1-50
api_definition_template.project_id.not_blank=Item fk cannot be empty
#moduleApiScenario
api_scenario.id.not_blank=Can not be empty
api_scenario.name.length_range=The scene name length must be between 1-200
api_scenario.name.not_blank=Scene name cannot be empty
api_scenario.create_user.length_range=Creator length must be between 1-50
api_scenario.create_user.not_blank=Creator cannot be empty
api_scenario.update_user.length_range=Updater length must be between 1-50
api_scenario.update_user.not_blank=Updater cannot be empty
api_scenario.level.length_range=The scene level/P0/P1 etc. length must be between 1-10
api_scenario.level.not_blank=Scene level/P0/P1, etc. cannot be empty
api_scenario.status.length_range=Scene status/unplanned/completed equal length must be between 1-20
api_scenario.status.not_blank=Scene status/unplanned/completed etc. cannot be empty
api_scenario.principal.length_range=Responsible person/user fk length must be between 1-50
api_scenario.principal.not_blank=Responsible person/user fk cannot be empty
api_scenario.deleted.length_range=Delete status length must be between 1-1
api_scenario.deleted.not_blank=Delete status cannot be empty
api_scenario.environment_group.length_range=Whether it is an environment group length must be between 1-1
api_scenario.environment_group.not_blank=Whether it is an environment group cannot be empty
api_scenario.project_id.length_range=Item fk length must be between 1-50
api_scenario.project_id.not_blank=Item fk cannot be empty
#moduleApiTestCaseFollow
api_test_case_follow.case_id.length_range=Use case fk length must be between 1-50
api_test_case_follow.case_id.not_blank=Use case fk cannot be empty
api_test_case_follow.follow_id.length_range=Follower/user fk length must be between 1-50
api_test_case_follow.follow_id.not_blank=Follower/user fk cannot be empty
#moduleApiReportBlob
api_report_blob.api_report_id.not_blank=Interface report fk cannot be empty
#moduleApiFakeErrorConfig
api_fake_error_config.id.not_blank=False positive pk cannot be empty
api_fake_error_config.create_user.length_range=Creator length must be between 1-50
api_fake_error_config.create_user.not_blank=Creator cannot be empty
api_fake_error_config.update_user.length_range=Modifier length must be between 1-50
api_fake_error_config.update_user.not_blank=Modifier cannot be empty
api_fake_error_config.name.length_range=False positive name length must be between 1-255
api_fake_error_config.name.not_blank=False positive name cannot be empty
api_fake_error_config.match_type.length_range=Match type length must be between 1-255
api_fake_error_config.match_type.not_blank=Match type cannot be empty
api_fake_error_config.project_id.length_range=Item fk length must be between 1-50
api_fake_error_config.project_id.not_blank=Item fk cannot be empty
#moduleApiScenarioReport
api_scenario_report.id.not_blank=Scenario report pk cannot be empty
api_scenario_report.name.length_range=Report name length must be between 1-300
api_scenario_report.name.not_blank=Report name cannot be empty
api_scenario_report.create_user.length_range=Creator length must be between 1-50
api_scenario_report.create_user.not_blank=Creator cannot be empty
api_scenario_report.deleted.length_range=The deletion ID length must be between 1-1
api_scenario_report.deleted.not_blank=Delete ID cannot be empty
api_scenario_report.update_user.length_range=Modifier length must be between 1-50
api_scenario_report.update_user.not_blank=Modifier cannot be empty
api_scenario_report.status.length_range=Report status/SUCCESS/ERROR length must be between 1-20
api_scenario_report.status.not_blank=Report status/SUCCESS/ERROR cannot be empty
api_scenario_report.trigger_mode.length_range=Trigger method length must be between 1-20
api_scenario_report.trigger_mode.not_blank=Trigger method cannot be empty
api_scenario_report.run_mode.length_range=Execution pattern length must be between 1-20
api_scenario_report.run_mode.not_blank=Execution mode cannot be empty
api_scenario_report.resource_pool.length_range=Resource pool length must be between 1-50
api_scenario_report.resource_pool.not_blank=Resource pool cannot be empty
api_scenario_report.integrated.length_range=Whether it is an integrated report length must be between 1-1
api_scenario_report.integrated.not_blank=Whether it is an integrated report cannot be empty
api_scenario_report.project_id.length_range=Item fk length must be between 1-50
api_scenario_report.project_id.not_blank=Item fk cannot be empty
api_scenario_report.scenario_id.length_range=Scene fk length must be between 1-50
api_scenario_report.scenario_id.not_blank=Scene fk cannot be empty
#moduleApiScenarioEnv
api_scenario_env.id.not_blank=The scene environment pk cannot be empty
api_scenario_env.api_scenario_id.length_range=Scene fk length must be between 1-50
api_scenario_env.api_scenario_id.not_blank=Scene fk cannot be empty
api_scenario_env.project_id.length_range=Item fk length must be between 1-50
api_scenario_env.project_id.not_blank=Item fk cannot be empty
#moduleApiDefinition
api_definition.id.not_blank=Interface pk cannot be empty
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
api_definition.update_user.not_blank=Modifier cannot be empty
api_definition.deleted.length_range=Delete status length must be between 1-1
api_definition.deleted.not_blank=Delete status cannot be empty
api_definition.name.length_range=The interface name length must be between 1-255
api_definition.name.not_blank=Interface name cannot be empty
api_definition.method.length_range=Interface type length must be between 1-64
api_definition.method.not_blank=Interface type cannot be empty
api_definition.protocol.length_range=The interface protocol length must be between 1-255
api_definition.protocol.not_blank=Interface protocol cannot be empty
api_definition.status.length_range=Interface status/in progress/completed length must be between 1-64
api_definition.status.not_blank=Interface status/in progress/completed cannot be empty
api_definition.sync_enable.length_range=Whether to enable synchronization length must be between 1-1
api_definition.sync_enable.not_blank=Whether to enable synchronization can not be empty
api_definition.project_id.length_range=Item fk length must be between 1-50
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
#moduleApiDefinitionFollow
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
api_definition_follow.follow_id.length_range=Follower/user fk length must be between 1-50
api_definition_follow.follow_id.not_blank=Follower/user fk cannot be empty
#moduleApiSyncConfig
api_sync_config.id.not_blank=Can not be empty
api_sync_config.resource_id.length_range=API/CASE source fk length must be between 1-50
api_sync_config.resource_id.not_blank=API/CASE source fk cannot be empty
api_sync_config.resource_type.length_range=Source type/API/CASE length must be between 1-50
api_sync_config.resource_type.not_blank=Source type/API/CASE cannot be empty
api_sync_config.notify_case_creator.length_range=Whether to notify the use case creator that the length must be between 1-1
api_sync_config.notify_case_creator.not_blank=Whether to notify the use case creator cannot be empty
api_sync_config.notify_scenario_creator.length_range=Whether to notify the scene creator that the length must be between 1-1
api_sync_config.notify_scenario_creator.not_blank=Whether to notify the scene creator can not be empty
api_sync_config.sync_enable.length_range=Whether the synchronization case length must be between 1-1
api_sync_config.sync_enable.not_blank=Whether the synchronization use case cannot be empty
#moduleApiScenarioReportLog
api_scenario_report_log.report_id.not_blank=Request resource id cannot be empty
#moduleApiScenarioFollow
api_scenario_follow.api_scenario_id.length_range=Scene fk length must be between 1-50
api_scenario_follow.api_scenario_id.not_blank=Scene fk cannot be empty
api_scenario_follow.follow_id.length_range=Follower/user fk length must be between 1-50
api_scenario_follow.follow_id.not_blank=Follower/user fk cannot be empty
#moduleApiDefinitionEnv
api_definition_env.id.not_blank=ID cannot be empty
api_definition_env.create_user.length_range=User fk length must be between 1-50
api_definition_env.create_user.not_blank=User fk cannot be empty
api_definition_env.environment_id.length_range=Environment fk length must be between 1-50
api_definition_env.environment_id.not_blank=Environment fk cannot be empty
#moduleApiScenarioBlob
api_scenario_blob.api_scenario_id.not_blank=scene pk cannot be empty
#moduleApiDefinitionSwagger
api_definition_swagger.id.not_blank=primary key cannot be empty
api_definition_swagger.swagger_url.length_range=The url address length must be between 1-500
api_definition_swagger.swagger_url.not_blank=url address cannot be empty
#moduleApiTestCase
api_test_case.id.not_blank=Interface use case pk cannot be empty
api_test_case.name.length_range=The length of the interface use case name must be between 1-200
api_test_case.name.not_blank=Interface use case name cannot be empty
api_test_case.create_user.length_range=Creator length must be between 1-50
api_test_case.create_user.not_blank=Creator cannot be empty
api_test_case.update_user.length_range=Updater length must be between 1-50
api_test_case.update_user.not_blank=Updater cannot be empty
api_test_case.deleted.length_range=The deletion ID length must be between 1-1
api_test_case.deleted.not_blank=Delete ID cannot be empty
api_test_case.priority.length_range=Use case class length must be between 1-50
api_test_case.priority.not_blank=Use case class cannot be empty
api_test_case.sync_enable.length_range=Whether to enable synchronization length must be between 1-1
api_test_case.sync_enable.not_blank=Whether to enable synchronization can not be empty
api_test_case.project_id.length_range=Item fk length must be between 1-50
api_test_case.project_id.not_blank=Item fk cannot be empty
api_test_case.api_definition_id.length_range=Interface fk length must be between 1-50
api_test_case.api_definition_id.not_blank=Interface fk cannot be empty
api_test_case.principal.length_range=The responsible person length must be between 1-50
api_test_case.principal.not_blank=Responsible person cannot be empty
#moduleApiDefinitionMock
api_definition_mock.id.not_blank=mock pk cannot be empty
api_definition_mock.create_user.length_range=Creator length must be between 1-64
api_definition_mock.create_user.not_blank=Creator cannot be empty
api_definition_mock.name.length_range=mock name length must be between 1-200
api_definition_mock.name.not_blank=mock name cannot be empty
api_definition_mock.expect_num.length_range=The length of the mock number must be between 1-50
api_definition_mock.expect_num.not_blank=The mock number cannot be empty
api_definition_mock.project_id.length_range=Item fk length must be between 1-50
api_definition_mock.project_id.not_blank=Item fk cannot be empty
api_definition_mock.api_definition_id.length_range=Interface fk length must be between 1-50
api_definition_mock.api_definition_id.not_blank=Interface fk cannot be empty
#moduleApiScenarioReportStructure
api_scenario_report_structure.report_id.not_blank=Request resource id cannot be empty
#moduleApiReport
api_report.id.not_blank=Interface result report pk cannot be empty
api_report.name.length_range=The interface report name length must be between 1-200
api_report.name.not_blank=Interface report name cannot be empty
api_report.resource_id.length_range=Resource fk/api_definition_id/api_test_case_id length must be between 1-50
api_report.resource_id.not_blank=Resource fk/api_definition_id/api_test_case_id cannot be empty
api_report.create_user.length_range=Creator fk length must be between 1-50
api_report.create_user.not_blank=Creator fk cannot be empty
api_report.update_user.length_range=Modifier length must be between 1-50
api_report.update_user.not_blank=Modifier cannot be empty
api_report.deleted.length_range=Delete status length must be between 1-1
api_report.deleted.not_blank=Delete status cannot be empty
api_report.status.length_range=Result status length must be between 1-50
api_report.status.not_blank=Result status cannot be empty
api_report.run_mode.length_range=Execution module/API/CASE/API_PLAN length must be between 1-20
api_report.run_mode.not_blank=Execution module/API/CASE/API_PLAN cannot be empty
api_report.resource_pool.length_range=Resource pool length must be between 1-50
api_report.resource_pool.not_blank=Resource pool cannot be empty
api_report.trigger_mode.length_range=Trigger mode/manual/batch/timed task/JENKINS length must be between 1-50
api_report.trigger_mode.not_blank=Trigger mode/manual/batch/timed task/JENKINS cannot be empty
api_report.project_id.length_range=Item fk length must be between 1-50
api_report.project_id.not_blank=Item fk cannot be empty
api_report.integrated_report_id.length_range=Integration report id/api_scenario_report_id length must be between 1-50
api_report.integrated_report_id.not_blank=Integration report id/api_scenario_report_id cannot be empty
api_report.integrated.length_range=Whether it is an integrated report, the default is no, the length must be between 1-1
api_report.integrated.not_blank=Whether it is an integrated report, the default is no, it cannot be empty
#moduleApiDefinitionModule
api_definition_module.id.not_blank=Interface module pk cannot be empty
api_definition_module.update_user.length_range=Modifier length must be between 1-50
api_definition_module.update_user.not_blank=Modifier cannot be empty
api_definition_module.create_user.length_range=Creator length must be between 1-50
api_definition_module.create_user.not_blank=Creator cannot be empty
api_definition_module.name.length_range=Module name length must be between 1-64
api_definition_module.name.not_blank=Module name cannot be empty
api_definition_module.protocol.length_range=Protocol length must be between 1-64
api_definition_module.protocol.not_blank=Agreement cannot be empty
api_definition_module.parent_id.length_range=Parent fk length must be between 1-50
api_definition_module.parent_id.not_blank=parent fk cannot be empty
api_definition_module.project_id.length_range=Item fk length must be between 1-50
api_definition_module.project_id.not_blank=Item fk cannot be empty
#moduleApiDefinitionMockConfig
api_definition_mock_config.api_definition_mock_id.not_blank=Interface mock pk cannot be empty
#moduleApiScenarioModule
api_scenario_module.id.not_blank=Scene module pk cannot be empty
api_scenario_module.name.length_range=Module name length must be between 1-64
api_scenario_module.name.not_blank=Module name cannot be empty
api_scenario_module.update_user.length_range=Updater length must be between 1-50
api_scenario_module.update_user.not_blank=Updater cannot be empty
api_scenario_module.create_user.length_range=Creator length must be between 1-50
api_scenario_module.create_user.not_blank=Creator cannot be empty
api_scenario_module.project_id.length_range=Item fk length must be between 1-50
api_scenario_module.project_id.not_blank=Item fk cannot be empty
api_scenario_module.parent_id.length_range=Parent fk length must be between 1-50
api_scenario_module.parent_id.not_blank=parent fk cannot be empty
#moduleApiScenarioReference
api_scenario_reference.id.not_blank=Reference relationship pk cannot be empty
api_scenario_reference.api_scenario_id.length_range=Scene fk length must be between 1-50
api_scenario_reference.api_scenario_id.not_blank=Scene fk cannot be empty
api_scenario_reference.create_user.length_range=Creator length must be between 1-50
api_scenario_reference.create_user.not_blank=Creator cannot be empty
api_scenario_reference.reference_id.length_range=Reference step fk length must be between 1-50
api_scenario_reference.reference_id.not_blank=Reference step fk cannot be empty
#moduleApiScenarioReportDetail
api_scenario_report_detail.id.not_blank=ID cannot be empty
api_scenario_report_detail.report_id.length_range=Report fk length must be between 1-50
api_scenario_report_detail.report_id.not_blank=report fk cannot be empty
api_scenario_report_detail.resource_id.length_range=Each step in the scenario requests a unique identifier length must be between 1-50
api_scenario_report_detail.resource_id.not_blank=The unique identifier requested by each step in the scenario cannot be empty
#moduleApiDefinitionBlob
api_definition_blob.api_definition_id.not_blank=The interface fk/one-to-one relationship cannot be empty

View File

@ -0,0 +1,253 @@
#moduleApiLoadTest
api_load_test.id.not_blank=ID不能为空
api_load_test.resource_id.length_range=接口用例ID/场景用例ID长度必须在1-50之间
api_load_test.resource_id.not_blank=接口用例ID/场景用例ID不能为空
api_load_test.load_test_id.length_range=性能测试用例ID长度必须在1-50之间
api_load_test.load_test_id.not_blank=性能测试用例ID不能为空
api_load_test.type.length_range=资源类型/CASE/SCENARIO长度必须在1-10之间
api_load_test.type.not_blank=资源类型/CASE/SCENARIO不能为空
#moduleApiTestCaseBlob
api_test_case_blob.api_test_case_id.not_blank=接口用例pk不能为空
#moduleApiDefinitionTemplate
api_definition_template.id.not_blank=模版主键不能为空
api_definition_template.name.length_range=API模版名称长度必须在1-100之间
api_definition_template.name.not_blank=API模版名称不能为空
api_definition_template.system.length_range=是否是系统模版长度必须在1-1之间
api_definition_template.system.not_blank=是否是系统模版不能为空
api_definition_template.global.length_range=是否是公共模版长度必须在1-1之间
api_definition_template.global.not_blank=是否是公共模版不能为空
api_definition_template.create_user.length_range=创建人长度必须在1-50之间
api_definition_template.create_user.not_blank=创建人不能为空
api_definition_template.project_id.length_range=项目ID长度必须在1-50之间
api_definition_template.project_id.not_blank=项目ID不能为空
#moduleApiScenario
api_scenario.id.not_blank=不能为空
api_scenario.name.length_range=场景名称长度必须在1-200之间
api_scenario.name.not_blank=场景名称不能为空
api_scenario.create_user.length_range=创建人长度必须在1-50之间
api_scenario.create_user.not_blank=创建人不能为空
api_scenario.update_user.length_range=更新人长度必须在1-50之间
api_scenario.update_user.not_blank=更新人不能为空
api_scenario.level.length_range=场景级别/P0/P1等长度必须在1-10之间
api_scenario.level.not_blank=场景级别/P0/P1等不能为空
api_scenario.status.length_range=场景状态/未规划/已完成 等长度必须在1-20之间
api_scenario.status.not_blank=场景状态/未规划/已完成 等不能为空
api_scenario.principal.length_range=责任人/用户ID长度必须在1-50之间
api_scenario.principal.not_blank=责任人/用户ID不能为空
api_scenario.deleted.length_range=删除状态长度必须在1-1之间
api_scenario.deleted.not_blank=删除状态不能为空
api_scenario.environment_group.length_range=是否为环境组长度必须在1-1之间
api_scenario.environment_group.not_blank=是否为环境组不能为空
api_scenario.project_id.length_range=项目ID长度必须在1-50之间
api_scenario.project_id.not_blank=项目ID不能为空
#moduleApiTestCaseFollow
api_test_case_follow.case_id.length_range=用例ID长度必须在1-50之间
api_test_case_follow.case_id.not_blank=用例ID不能为空
api_test_case_follow.follow_id.length_range=关注人/用户ID长度必须在1-50之间
api_test_case_follow.follow_id.not_blank=关注人/用户ID不能为空
#moduleApiReportBlob
api_report_blob.api_report_id.not_blank=接口报告ID不能为空
#moduleApiFakeErrorConfig
api_fake_error_config.id.not_blank=误报pk不能为空
api_fake_error_config.create_user.length_range=创建人长度必须在1-50之间
api_fake_error_config.create_user.not_blank=创建人不能为空
api_fake_error_config.update_user.length_range=修改人长度必须在1-50之间
api_fake_error_config.update_user.not_blank=修改人不能为空
api_fake_error_config.name.length_range=误报名称长度必须在1-255之间
api_fake_error_config.name.not_blank=误报名称不能为空
api_fake_error_config.match_type.length_range=匹配类型长度必须在1-255之间
api_fake_error_config.match_type.not_blank=匹配类型不能为空
api_fake_error_config.project_id.length_range=项目ID长度必须在1-50之间
api_fake_error_config.project_id.not_blank=项目ID不能为空
#moduleApiScenarioReport
api_scenario_report.id.not_blank=场景报告pk不能为空
api_scenario_report.name.length_range=报告名称长度必须在1-300之间
api_scenario_report.name.not_blank=报告名称不能为空
api_scenario_report.create_user.length_range=创建人长度必须在1-50之间
api_scenario_report.create_user.not_blank=创建人不能为空
api_scenario_report.deleted.length_range=删除标识长度必须在1-1之间
api_scenario_report.deleted.not_blank=删除标识不能为空
api_scenario_report.update_user.length_range=修改人长度必须在1-50之间
api_scenario_report.update_user.not_blank=修改人不能为空
api_scenario_report.status.length_range=报告状态/SUCCESS/ERROR长度必须在1-20之间
api_scenario_report.status.not_blank=报告状态/SUCCESS/ERROR不能为空
api_scenario_report.trigger_mode.length_range=触发方式长度必须在1-20之间
api_scenario_report.trigger_mode.not_blank=触发方式不能为空
api_scenario_report.run_mode.length_range=执行模式长度必须在1-20之间
api_scenario_report.run_mode.not_blank=执行模式不能为空
api_scenario_report.resource_pool.length_range=资源池长度必须在1-50之间
api_scenario_report.resource_pool.not_blank=资源池不能为空
api_scenario_report.integrated.length_range=是否是集成报告长度必须在1-1之间
api_scenario_report.integrated.not_blank=是否是集成报告不能为空
api_scenario_report.project_id.length_range=项目ID长度必须在1-50之间
api_scenario_report.project_id.not_blank=项目ID不能为空
api_scenario_report.scenario_id.length_range=场景ID长度必须在1-50之间
api_scenario_report.scenario_id.not_blank=场景ID不能为空
#moduleApiScenarioEnv
api_scenario_env.id.not_blank=场景环境pk不能为空
api_scenario_env.api_scenario_id.length_range=场景ID长度必须在1-50之间
api_scenario_env.api_scenario_id.not_blank=场景ID不能为空
api_scenario_env.project_id.length_range=项目ID长度必须在1-50之间
api_scenario_env.project_id.not_blank=项目ID不能为空
#moduleApiDefinition
api_definition.id.not_blank=接口pk不能为空
api_definition.create_user.length_range=创建人长度必须在1-100之间
api_definition.create_user.not_blank=创建人不能为空
api_definition.update_user.length_range=修改人长度必须在1-64之间
api_definition.update_user.not_blank=修改人不能为空
api_definition.deleted.length_range=删除状态长度必须在1-1之间
api_definition.deleted.not_blank=删除状态不能为空
api_definition.name.length_range=接口名称长度必须在1-255之间
api_definition.name.not_blank=接口名称不能为空
api_definition.method.length_range=接口类型长度必须在1-64之间
api_definition.method.not_blank=接口类型不能为空
api_definition.protocol.length_range=接口协议长度必须在1-255之间
api_definition.protocol.not_blank=接口协议不能为空
api_definition.status.length_range=接口状态/进行中/已完成长度必须在1-64之间
api_definition.status.not_blank=接口状态/进行中/已完成不能为空
api_definition.sync_enable.length_range=是否启用同步长度必须在1-1之间
api_definition.sync_enable.not_blank=是否启用同步不能为空
api_definition.project_id.length_range=项目ID长度必须在1-50之间
api_definition.project_id.not_blank=项目ID不能为空
api_definition.latest.length_range=是否为最新版本 0:否1:是长度必须在1-1之间
api_definition.latest.not_blank=是否为最新版本 0:否1:是不能为空
#moduleApiDefinitionFollow
api_definition_follow.api_definition_id.length_range=接口ID长度必须在1-50之间
api_definition_follow.api_definition_id.not_blank=接口ID不能为空
api_definition_follow.follow_id.length_range=关注人/用户ID长度必须在1-50之间
api_definition_follow.follow_id.not_blank=关注人/用户ID不能为空
#moduleApiSyncConfig
api_sync_config.id.not_blank=不能为空
api_sync_config.resource_id.length_range=API/CASE 来源ID长度必须在1-50之间
api_sync_config.resource_id.not_blank=API/CASE 来源ID不能为空
api_sync_config.resource_type.length_range=来源类型/API/CASE长度必须在1-50之间
api_sync_config.resource_type.not_blank=来源类型/API/CASE不能为空
api_sync_config.notify_case_creator.length_range=是否通知用例创建人长度必须在1-1之间
api_sync_config.notify_case_creator.not_blank=是否通知用例创建人不能为空
api_sync_config.notify_scenario_creator.length_range=是否通知场景创建人长度必须在1-1之间
api_sync_config.notify_scenario_creator.not_blank=是否通知场景创建人不能为空
api_sync_config.sync_enable.length_range=是否同步用例长度必须在1-1之间
api_sync_config.sync_enable.not_blank=是否同步用例不能为空
#moduleApiScenarioReportLog
api_scenario_report_log.report_id.not_blank=请求资源 id不能为空
#moduleApiScenarioFollow
api_scenario_follow.api_scenario_id.length_range=场景ID长度必须在1-50之间
api_scenario_follow.api_scenario_id.not_blank=场景ID不能为空
api_scenario_follow.follow_id.length_range=关注人/用户ID长度必须在1-50之间
api_scenario_follow.follow_id.not_blank=关注人/用户ID不能为空
#moduleApiDefinitionEnv
api_definition_env.id.not_blank=ID不能为空
api_definition_env.create_user.length_range=用户ID长度必须在1-50之间
api_definition_env.create_user.not_blank=用户ID不能为空
api_definition_env.environment_id.length_range=环境ID长度必须在1-50之间
api_definition_env.environment_id.not_blank=环境ID不能为空
#moduleApiScenarioBlob
api_scenario_blob.api_scenario_id.not_blank=场景pk不能为空
#moduleApiDefinitionSwagger
api_definition_swagger.id.not_blank=主键不能为空
api_definition_swagger.swagger_url.length_range=url地址长度必须在1-500之间
api_definition_swagger.swagger_url.not_blank=url地址不能为空
#moduleApiTestCase
api_test_case.id.not_blank=接口用例pk不能为空
api_test_case.name.length_range=接口用例名称长度必须在1-200之间
api_test_case.name.not_blank=接口用例名称不能为空
api_test_case.create_user.length_range=创建人长度必须在1-50之间
api_test_case.create_user.not_blank=创建人不能为空
api_test_case.update_user.length_range=更新人长度必须在1-50之间
api_test_case.update_user.not_blank=更新人不能为空
api_test_case.deleted.length_range=删除标识长度必须在1-1之间
api_test_case.deleted.not_blank=删除标识不能为空
api_test_case.priority.length_range=用例等级长度必须在1-50之间
api_test_case.priority.not_blank=用例等级不能为空
api_test_case.sync_enable.length_range=是否开启同步长度必须在1-1之间
api_test_case.sync_enable.not_blank=是否开启同步不能为空
api_test_case.project_id.length_range=项目ID长度必须在1-50之间
api_test_case.project_id.not_blank=项目ID不能为空
api_test_case.api_definition_id.length_range=接口ID长度必须在1-50之间
api_test_case.api_definition_id.not_blank=接口ID不能为空
api_test_case.principal.length_range=责任人长度必须在1-50之间
api_test_case.principal.not_blank=责任人不能为空
#moduleApiDefinitionMock
api_definition_mock.id.not_blank=mock pk不能为空
api_definition_mock.create_user.length_range=创建人长度必须在1-64之间
api_definition_mock.create_user.not_blank=创建人不能为空
api_definition_mock.name.length_range=mock 名称长度必须在1-200之间
api_definition_mock.name.not_blank=mock 名称不能为空
api_definition_mock.expect_num.length_range=mock编号长度必须在1-50之间
api_definition_mock.expect_num.not_blank=mock编号不能为空
api_definition_mock.project_id.length_range=项目ID长度必须在1-50之间
api_definition_mock.project_id.not_blank=项目ID不能为空
api_definition_mock.api_definition_id.length_range=接口ID长度必须在1-50之间
api_definition_mock.api_definition_id.not_blank=接口ID不能为空
#moduleApiScenarioReportStructure
api_scenario_report_structure.report_id.not_blank=请求资源 id不能为空
#moduleApiReport
api_report.id.not_blank=接口结果报告pk不能为空
api_report.name.length_range=接口报告名称长度必须在1-200之间
api_report.name.not_blank=接口报告名称不能为空
api_report.resource_id.length_range=资源ID/api_definition_id/api_test_case_id长度必须在1-50之间
api_report.resource_id.not_blank=资源ID/api_definition_id/api_test_case_id不能为空
api_report.create_user.length_range=创建人ID长度必须在1-50之间
api_report.create_user.not_blank=创建人ID不能为空
api_report.update_user.length_range=修改人长度必须在1-50之间
api_report.update_user.not_blank=修改人不能为空
api_report.deleted.length_range=删除状态长度必须在1-1之间
api_report.deleted.not_blank=删除状态不能为空
api_report.status.length_range=结果状态长度必须在1-50之间
api_report.status.not_blank=结果状态不能为空
api_report.run_mode.length_range=执行模块/API/CASE/API_PLAN长度必须在1-20之间
api_report.run_mode.not_blank=执行模块/API/CASE/API_PLAN不能为空
api_report.resource_pool.length_range=资源池长度必须在1-50之间
api_report.resource_pool.not_blank=资源池不能为空
api_report.trigger_mode.length_range=触发模式/手动/批量/定时任务/JENKINS长度必须在1-50之间
api_report.trigger_mode.not_blank=触发模式/手动/批量/定时任务/JENKINS不能为空
api_report.project_id.length_range=项目ID长度必须在1-50之间
api_report.project_id.not_blank=项目ID不能为空
api_report.integrated_report_id.length_range=集成报告id/api_scenario_report_id长度必须在1-50之间
api_report.integrated_report_id.not_blank=集成报告id/api_scenario_report_id不能为空
api_report.integrated.length_range=是否为集成报告默认否长度必须在1-1之间
api_report.integrated.not_blank=是否为集成报告,默认否不能为空
#moduleApiDefinitionModule
api_definition_module.id.not_blank=接口模块pk不能为空
api_definition_module.update_user.length_range=修改人长度必须在1-50之间
api_definition_module.update_user.not_blank=修改人不能为空
api_definition_module.create_user.length_range=创建人长度必须在1-50之间
api_definition_module.create_user.not_blank=创建人不能为空
api_definition_module.name.length_range=模块名称长度必须在1-64之间
api_definition_module.name.not_blank=模块名称不能为空
api_definition_module.protocol.length_range=协议长度必须在1-64之间
api_definition_module.protocol.not_blank=协议不能为空
api_definition_module.parent_id.length_range=父级ID长度必须在1-50之间
api_definition_module.parent_id.not_blank=父级ID不能为空
api_definition_module.project_id.length_range=项目ID长度必须在1-50之间
api_definition_module.project_id.not_blank=项目ID不能为空
#moduleApiDefinitionMockConfig
api_definition_mock_config.api_definition_mock_id.not_blank=接口mock pk不能为空
#moduleApiScenarioModule
api_scenario_module.id.not_blank=场景模块pk不能为空
api_scenario_module.name.length_range=模块名称长度必须在1-64之间
api_scenario_module.name.not_blank=模块名称不能为空
api_scenario_module.update_user.length_range=更新人长度必须在1-50之间
api_scenario_module.update_user.not_blank=更新人不能为空
api_scenario_module.create_user.length_range=创建人长度必须在1-50之间
api_scenario_module.create_user.not_blank=创建人不能为空
api_scenario_module.project_id.length_range=项目ID长度必须在1-50之间
api_scenario_module.project_id.not_blank=项目ID不能为空
api_scenario_module.parent_id.length_range=父级ID长度必须在1-50之间
api_scenario_module.parent_id.not_blank=父级ID不能为空
#moduleApiScenarioReference
api_scenario_reference.id.not_blank=引用关系pk不能为空
api_scenario_reference.api_scenario_id.length_range=场景ID长度必须在1-50之间
api_scenario_reference.api_scenario_id.not_blank=场景ID不能为空
api_scenario_reference.create_user.length_range=创建人长度必须在1-50之间
api_scenario_reference.create_user.not_blank=创建人不能为空
api_scenario_reference.reference_id.length_range=引用步骤ID长度必须在1-50之间
api_scenario_reference.reference_id.not_blank=引用步骤ID不能为空
#moduleApiScenarioReportDetail
api_scenario_report_detail.id.not_blank=ID不能为空
api_scenario_report_detail.report_id.length_range=报告ID长度必须在1-50之间
api_scenario_report_detail.report_id.not_blank=报告ID不能为空
api_scenario_report_detail.resource_id.length_range=场景中各个步骤请求唯一标识长度必须在1-50之间
api_scenario_report_detail.resource_id.not_blank=场景中各个步骤请求唯一标识不能为空
#moduleApiDefinitionBlob
api_definition_blob.api_definition_id.not_blank=接口ID/ 一对一关系不能为空

View File

@ -0,0 +1,253 @@
#moduleApiLoadTest
api_load_test.id.not_blank=ID不能為空
api_load_test.resource_id.length_range=接口用例ID/場景用例ID長度必須在1-50之間
api_load_test.resource_id.not_blank=接口用例ID/場景用例ID不能為空
api_load_test.load_test_id.length_range=性能測試用例ID長度必須在1-50之間
api_load_test.load_test_id.not_blank=性能測試用例ID不能為空
api_load_test.type.length_range=資源類型/CASE/SCENARIO長度必須在1-10之間
api_load_test.type.not_blank=資源類型/CASE/SCENARIO不能為空
#moduleApiTestCaseBlob
api_test_case_blob.api_test_case_id.not_blank=接口用例pk不能為空
#moduleApiDefinitionTemplate
api_definition_template.id.not_blank=模版主鍵不能為空
api_definition_template.name.length_range=API模版名稱長度必須在1-100之間
api_definition_template.name.not_blank=API模版名稱不能為空
api_definition_template.system.length_range=是否是繫統模版長度必須在1-1之間
api_definition_template.system.not_blank=是否是繫統模版不能為空
api_definition_template.global.length_range=是否是公共模版長度必須在1-1之間
api_definition_template.global.not_blank=是否是公共模版不能為空
api_definition_template.create_user.length_range=創建人長度必須在1-50之間
api_definition_template.create_user.not_blank=創建人不能為空
api_definition_template.project_id.length_range=項目ID長度必須在1-50之間
api_definition_template.project_id.not_blank=項目ID不能為空
#moduleApiScenario
api_scenario.id.not_blank=不能為空
api_scenario.name.length_range=場景名稱長度必須在1-200之間
api_scenario.name.not_blank=場景名稱不能為空
api_scenario.create_user.length_range=創建人長度必須在1-50之間
api_scenario.create_user.not_blank=創建人不能為空
api_scenario.update_user.length_range=更新人長度必須在1-50之間
api_scenario.update_user.not_blank=更新人不能為空
api_scenario.level.length_range=場景級別/P0/P1等長度必須在1-10之間
api_scenario.level.not_blank=場景級別/P0/P1等不能為空
api_scenario.status.length_range=場景狀態/未規劃/已完成 等長度必須在1-20之間
api_scenario.status.not_blank=場景狀態/未規劃/已完成 等不能為空
api_scenario.principal.length_range=責任人/用戶ID長度必須在1-50之間
api_scenario.principal.not_blank=責任人/用戶ID不能為空
api_scenario.deleted.length_range=刪除狀態長度必須在1-1之間
api_scenario.deleted.not_blank=刪除狀態不能為空
api_scenario.environment_group.length_range=是否為環境組長度必須在1-1之間
api_scenario.environment_group.not_blank=是否為環境組不能為空
api_scenario.project_id.length_range=項目ID長度必須在1-50之間
api_scenario.project_id.not_blank=項目ID不能為空
#moduleApiTestCaseFollow
api_test_case_follow.case_id.length_range=用例ID長度必須在1-50之間
api_test_case_follow.case_id.not_blank=用例ID不能為空
api_test_case_follow.follow_id.length_range=關註人/用戶ID長度必須在1-50之間
api_test_case_follow.follow_id.not_blank=關註人/用戶ID不能為空
#moduleApiReportBlob
api_report_blob.api_report_id.not_blank=接口報告ID不能為空
#moduleApiFakeErrorConfig
api_fake_error_config.id.not_blank=誤報pk不能為空
api_fake_error_config.create_user.length_range=創建人長度必須在1-50之間
api_fake_error_config.create_user.not_blank=創建人不能為空
api_fake_error_config.update_user.length_range=修改人長度必須在1-50之間
api_fake_error_config.update_user.not_blank=修改人不能為空
api_fake_error_config.name.length_range=誤報名稱長度必須在1-255之間
api_fake_error_config.name.not_blank=誤報名稱不能為空
api_fake_error_config.match_type.length_range=匹配類型長度必須在1-255之間
api_fake_error_config.match_type.not_blank=匹配類型不能為空
api_fake_error_config.project_id.length_range=項目ID長度必須在1-50之間
api_fake_error_config.project_id.not_blank=項目ID不能為空
#moduleApiScenarioReport
api_scenario_report.id.not_blank=場景報告pk不能為空
api_scenario_report.name.length_range=報告名稱長度必須在1-300之間
api_scenario_report.name.not_blank=報告名稱不能為空
api_scenario_report.create_user.length_range=創建人長度必須在1-50之間
api_scenario_report.create_user.not_blank=創建人不能為空
api_scenario_report.deleted.length_range=刪除標識長度必須在1-1之間
api_scenario_report.deleted.not_blank=刪除標識不能為空
api_scenario_report.update_user.length_range=修改人長度必須在1-50之間
api_scenario_report.update_user.not_blank=修改人不能為空
api_scenario_report.status.length_range=報告狀態/SUCCESS/ERROR長度必須在1-20之間
api_scenario_report.status.not_blank=報告狀態/SUCCESS/ERROR不能為空
api_scenario_report.trigger_mode.length_range=觸發方式長度必須在1-20之間
api_scenario_report.trigger_mode.not_blank=觸發方式不能為空
api_scenario_report.run_mode.length_range=執行模式長度必須在1-20之間
api_scenario_report.run_mode.not_blank=執行模式不能為空
api_scenario_report.resource_pool.length_range=資源池長度必須在1-50之間
api_scenario_report.resource_pool.not_blank=資源池不能為空
api_scenario_report.integrated.length_range=是否是集成報告長度必須在1-1之間
api_scenario_report.integrated.not_blank=是否是集成報告不能為空
api_scenario_report.project_id.length_range=項目ID長度必須在1-50之間
api_scenario_report.project_id.not_blank=項目ID不能為空
api_scenario_report.scenario_id.length_range=場景ID長度必須在1-50之間
api_scenario_report.scenario_id.not_blank=場景ID不能為空
#moduleApiScenarioEnv
api_scenario_env.id.not_blank=場景環境pk不能為空
api_scenario_env.api_scenario_id.length_range=場景ID長度必須在1-50之間
api_scenario_env.api_scenario_id.not_blank=場景ID不能為空
api_scenario_env.project_id.length_range=項目ID長度必須在1-50之間
api_scenario_env.project_id.not_blank=項目ID不能為空
#moduleApiDefinition
api_definition.id.not_blank=接口pk不能為空
api_definition.create_user.length_range=創建人長度必須在1-100之間
api_definition.create_user.not_blank=創建人不能為空
api_definition.update_user.length_range=修改人長度必須在1-64之間
api_definition.update_user.not_blank=修改人不能為空
api_definition.deleted.length_range=刪除狀態長度必須在1-1之間
api_definition.deleted.not_blank=刪除狀態不能為空
api_definition.name.length_range=接口名稱長度必須在1-255之間
api_definition.name.not_blank=接口名稱不能為空
api_definition.method.length_range=接口類型長度必須在1-64之間
api_definition.method.not_blank=接口類型不能為空
api_definition.protocol.length_range=接口協議長度必須在1-255之間
api_definition.protocol.not_blank=接口協議不能為空
api_definition.status.length_range=接口狀態/進行中/已完成長度必須在1-64之間
api_definition.status.not_blank=接口狀態/進行中/已完成不能為空
api_definition.sync_enable.length_range=是否啟用同步長度必須在1-1之間
api_definition.sync_enable.not_blank=是否啟用同步不能為空
api_definition.project_id.length_range=項目ID長度必須在1-50之間
api_definition.project_id.not_blank=項目ID不能為空
api_definition.latest.length_range=是否為最新版本 0:否1:是長度必須在1-1之間
api_definition.latest.not_blank=是否為最新版本 0:否1:是不能為空
#moduleApiDefinitionFollow
api_definition_follow.api_definition_id.length_range=接口ID長度必須在1-50之間
api_definition_follow.api_definition_id.not_blank=接口ID不能為空
api_definition_follow.follow_id.length_range=關註人/用戶ID長度必須在1-50之間
api_definition_follow.follow_id.not_blank=關註人/用戶ID不能為空
#moduleApiSyncConfig
api_sync_config.id.not_blank=不能為空
api_sync_config.resource_id.length_range=API/CASE 來源ID長度必須在1-50之間
api_sync_config.resource_id.not_blank=API/CASE 來源ID不能為空
api_sync_config.resource_type.length_range=來源類型/API/CASE長度必須在1-50之間
api_sync_config.resource_type.not_blank=來源類型/API/CASE不能為空
api_sync_config.notify_case_creator.length_range=是否通知用例創建人長度必須在1-1之間
api_sync_config.notify_case_creator.not_blank=是否通知用例創建人不能為空
api_sync_config.notify_scenario_creator.length_range=是否通知場景創建人長度必須在1-1之間
api_sync_config.notify_scenario_creator.not_blank=是否通知場景創建人不能為空
api_sync_config.sync_enable.length_range=是否同步用例長度必須在1-1之間
api_sync_config.sync_enable.not_blank=是否同步用例不能為空
#moduleApiScenarioReportLog
api_scenario_report_log.report_id.not_blank=請求資源 id不能為空
#moduleApiScenarioFollow
api_scenario_follow.api_scenario_id.length_range=場景ID長度必須在1-50之間
api_scenario_follow.api_scenario_id.not_blank=場景ID不能為空
api_scenario_follow.follow_id.length_range=關註人/用戶ID長度必須在1-50之間
api_scenario_follow.follow_id.not_blank=關註人/用戶ID不能為空
#moduleApiDefinitionEnv
api_definition_env.id.not_blank=ID不能為空
api_definition_env.create_user.length_range=用戶ID長度必須在1-50之間
api_definition_env.create_user.not_blank=用戶ID不能為空
api_definition_env.environment_id.length_range=環境ID長度必須在1-50之間
api_definition_env.environment_id.not_blank=環境ID不能為空
#moduleApiScenarioBlob
api_scenario_blob.api_scenario_id.not_blank=場景pk不能為空
#moduleApiDefinitionSwagger
api_definition_swagger.id.not_blank=主鍵不能為空
api_definition_swagger.swagger_url.length_range=url地址長度必須在1-500之間
api_definition_swagger.swagger_url.not_blank=url地址不能為空
#moduleApiTestCase
api_test_case.id.not_blank=接口用例pk不能為空
api_test_case.name.length_range=接口用例名稱長度必須在1-200之間
api_test_case.name.not_blank=接口用例名稱不能為空
api_test_case.create_user.length_range=創建人長度必須在1-50之間
api_test_case.create_user.not_blank=創建人不能為空
api_test_case.update_user.length_range=更新人長度必須在1-50之間
api_test_case.update_user.not_blank=更新人不能為空
api_test_case.deleted.length_range=刪除標識長度必須在1-1之間
api_test_case.deleted.not_blank=刪除標識不能為空
api_test_case.priority.length_range=用例等級長度必須在1-50之間
api_test_case.priority.not_blank=用例等級不能為空
api_test_case.sync_enable.length_range=是否開啟同步長度必須在1-1之間
api_test_case.sync_enable.not_blank=是否開啟同步不能為空
api_test_case.project_id.length_range=項目ID長度必須在1-50之間
api_test_case.project_id.not_blank=項目ID不能為空
api_test_case.api_definition_id.length_range=接口ID長度必須在1-50之間
api_test_case.api_definition_id.not_blank=接口ID不能為空
api_test_case.principal.length_range=責任人長度必須在1-50之間
api_test_case.principal.not_blank=責任人不能為空
#moduleApiDefinitionMock
api_definition_mock.id.not_blank=mock pk不能為空
api_definition_mock.create_user.length_range=創建人長度必須在1-64之間
api_definition_mock.create_user.not_blank=創建人不能為空
api_definition_mock.name.length_range=mock 名稱長度必須在1-200之間
api_definition_mock.name.not_blank=mock 名稱不能為空
api_definition_mock.expect_num.length_range=mock編號長度必須在1-50之間
api_definition_mock.expect_num.not_blank=mock編號不能為空
api_definition_mock.project_id.length_range=項目ID長度必須在1-50之間
api_definition_mock.project_id.not_blank=項目ID不能為空
api_definition_mock.api_definition_id.length_range=接口ID長度必須在1-50之間
api_definition_mock.api_definition_id.not_blank=接口ID不能為空
#moduleApiScenarioReportStructure
api_scenario_report_structure.report_id.not_blank=請求資源 id不能為空
#moduleApiReport
api_report.id.not_blank=接口結果報告pk不能為空
api_report.name.length_range=接口報告名稱長度必須在1-200之間
api_report.name.not_blank=接口報告名稱不能為空
api_report.resource_id.length_range=資源ID/api_definition_id/api_test_case_id長度必須在1-50之間
api_report.resource_id.not_blank=資源ID/api_definition_id/api_test_case_id不能為空
api_report.create_user.length_range=創建人ID長度必須在1-50之間
api_report.create_user.not_blank=創建人ID不能為空
api_report.update_user.length_range=修改人長度必須在1-50之間
api_report.update_user.not_blank=修改人不能為空
api_report.deleted.length_range=刪除狀態長度必須在1-1之間
api_report.deleted.not_blank=刪除狀態不能為空
api_report.status.length_range=結果狀態長度必須在1-50之間
api_report.status.not_blank=結果狀態不能為空
api_report.run_mode.length_range=執行模塊/API/CASE/API_PLAN長度必須在1-20之間
api_report.run_mode.not_blank=執行模塊/API/CASE/API_PLAN不能為空
api_report.resource_pool.length_range=資源池長度必須在1-50之間
api_report.resource_pool.not_blank=資源池不能為空
api_report.trigger_mode.length_range=觸發模式/手動/批量/定時任務/JENKINS長度必須在1-50之間
api_report.trigger_mode.not_blank=觸發模式/手動/批量/定時任務/JENKINS不能為空
api_report.project_id.length_range=項目ID長度必須在1-50之間
api_report.project_id.not_blank=項目ID不能為空
api_report.integrated_report_id.length_range=集成報告id/api_scenario_report_id長度必須在1-50之間
api_report.integrated_report_id.not_blank=集成報告id/api_scenario_report_id不能為空
api_report.integrated.length_range=是否為集成報告默認否長度必須在1-1之間
api_report.integrated.not_blank=是否為集成報告,默認否不能為空
#moduleApiDefinitionModule
api_definition_module.id.not_blank=接口模塊pk不能為空
api_definition_module.update_user.length_range=修改人長度必須在1-50之間
api_definition_module.update_user.not_blank=修改人不能為空
api_definition_module.create_user.length_range=創建人長度必須在1-50之間
api_definition_module.create_user.not_blank=創建人不能為空
api_definition_module.name.length_range=模塊名稱長度必須在1-64之間
api_definition_module.name.not_blank=模塊名稱不能為空
api_definition_module.protocol.length_range=協議長度必須在1-64之間
api_definition_module.protocol.not_blank=協議不能為空
api_definition_module.parent_id.length_range=父級ID長度必須在1-50之間
api_definition_module.parent_id.not_blank=父級ID不能為空
api_definition_module.project_id.length_range=項目ID長度必須在1-50之間
api_definition_module.project_id.not_blank=項目ID不能為空
#moduleApiDefinitionMockConfig
api_definition_mock_config.api_definition_mock_id.not_blank=接口mock pk不能為空
#moduleApiScenarioModule
api_scenario_module.id.not_blank=場景模塊pk不能為空
api_scenario_module.name.length_range=模塊名稱長度必須在1-64之間
api_scenario_module.name.not_blank=模塊名稱不能為空
api_scenario_module.update_user.length_range=更新人長度必須在1-50之間
api_scenario_module.update_user.not_blank=更新人不能為空
api_scenario_module.create_user.length_range=創建人長度必須在1-50之間
api_scenario_module.create_user.not_blank=創建人不能為空
api_scenario_module.project_id.length_range=項目ID長度必須在1-50之間
api_scenario_module.project_id.not_blank=項目ID不能為空
api_scenario_module.parent_id.length_range=父級ID長度必須在1-50之間
api_scenario_module.parent_id.not_blank=父級ID不能為空
#moduleApiScenarioReference
api_scenario_reference.id.not_blank=引用關繫pk不能為空
api_scenario_reference.api_scenario_id.length_range=場景ID長度必須在1-50之間
api_scenario_reference.api_scenario_id.not_blank=場景ID不能為空
api_scenario_reference.create_user.length_range=創建人長度必須在1-50之間
api_scenario_reference.create_user.not_blank=創建人不能為空
api_scenario_reference.reference_id.length_range=引用步驟ID長度必須在1-50之間
api_scenario_reference.reference_id.not_blank=引用步驟ID不能為空
#moduleApiScenarioReportDetail
api_scenario_report_detail.id.not_blank=ID不能為空
api_scenario_report_detail.report_id.length_range=報告ID長度必須在1-50之間
api_scenario_report_detail.report_id.not_blank=報告ID不能為空
api_scenario_report_detail.resource_id.length_range=場景中各個步驟請求唯一標識長度必須在1-50之間
api_scenario_report_detail.resource_id.not_blank=場景中各個步驟請求唯一標識不能為空
#moduleApiDefinitionBlob
api_definition_blob.api_definition_id.not_blank=接口ID/ 一對一關繫不能為空