feat(接口测试): 接口管理模块接口定义增加国际化内容
This commit is contained in:
parent
98f0490716
commit
6588fc130f
|
@ -284,6 +284,8 @@ api_debug_module.project_id.not_blank=项目ID不能为空
|
|||
api_debug_module.project_id.length_range=项目ID长度必须在1-50之间
|
||||
api_debug_module.pos.not_blank=模块位置不能为空
|
||||
api_debug_module.name.not_contain_slash=模块名称不能包含斜杠
|
||||
api_debug_module.unplanned_request=未规划请求
|
||||
api_unplanned_request=未规划接口
|
||||
|
||||
#module: ApiEnvironmentConfig
|
||||
api_environment_config.id.not_blank=ID不能为空
|
||||
|
|
Loading…
Reference in New Issue