refactor: i18n (#12999)
--bug=1012647 --user=李玉号 【系统设置】配额管理,设置总vum时应该校验下 https://www.tapd.cn/55049933/s/1146398 Co-authored-by: shiziyuan9527 <yuhao.li@fit2cloud.com>
This commit is contained in:
parent
076d6ac45c
commit
83768230ff
|
@ -192,6 +192,7 @@ quota_project_excess_ws_max_threads=The maximum concurrent number of projects ca
|
||||||
quota_project_excess_ws_max_duration=The stress test duration of the project cannot exceed the workspace quota
|
quota_project_excess_ws_max_duration=The stress test duration of the project cannot exceed the workspace quota
|
||||||
quota_project_excess_ws_resource_pool=The resource pool of the project cannot exceed the scope of the resource pool of the workspace
|
quota_project_excess_ws_resource_pool=The resource pool of the project cannot exceed the scope of the resource pool of the workspace
|
||||||
quota_project_excess_ws_vum_total=The sum of the total number of vums of the project cannot exceed the workspace quota
|
quota_project_excess_ws_vum_total=The sum of the total number of vums of the project cannot exceed the workspace quota
|
||||||
|
quota_vum_used_gt_vum_total=The total number of vum cannot be less than the number of consumed vum
|
||||||
quota_api_excess_workspace=The number of interface tests exceeds the workspace quota
|
quota_api_excess_workspace=The number of interface tests exceeds the workspace quota
|
||||||
quota_api_excess_project=The number of interface tests exceeds the project limit
|
quota_api_excess_project=The number of interface tests exceeds the project limit
|
||||||
quota_performance_excess_workspace=The number of performance tests exceeds the workspace quota
|
quota_performance_excess_workspace=The number of performance tests exceeds the workspace quota
|
||||||
|
|
|
@ -192,6 +192,7 @@ quota_project_excess_ws_max_threads=项目的最大并发数不能超过工作
|
||||||
quota_project_excess_ws_max_duration=项目的压测时长不能超过工作空间的配额
|
quota_project_excess_ws_max_duration=项目的压测时长不能超过工作空间的配额
|
||||||
quota_project_excess_ws_resource_pool=项目的资源池不能超过工作空间的资源池范围
|
quota_project_excess_ws_resource_pool=项目的资源池不能超过工作空间的资源池范围
|
||||||
quota_project_excess_ws_vum_total=项目的总vum数量总和不能超过工作空间配额
|
quota_project_excess_ws_vum_total=项目的总vum数量总和不能超过工作空间配额
|
||||||
|
quota_vum_used_gt_vum_total=总vum数量不能小于已消耗的vum数量
|
||||||
quota_api_excess_workspace=接口测试数量超过工作空间限额
|
quota_api_excess_workspace=接口测试数量超过工作空间限额
|
||||||
quota_api_excess_project=接口测试数量超过项目限额
|
quota_api_excess_project=接口测试数量超过项目限额
|
||||||
quota_performance_excess_workspace=性能测试数量超过工作空间限额
|
quota_performance_excess_workspace=性能测试数量超过工作空间限额
|
||||||
|
|
|
@ -193,6 +193,7 @@ quota_project_excess_ws_max_duration=項目的壓測時長不能超過工作空
|
||||||
quota_project_excess_ws_resource_pool=項目的資源池不能超過工作空間的資源池範圍
|
quota_project_excess_ws_resource_pool=項目的資源池不能超過工作空間的資源池範圍
|
||||||
quota_project_excess_ws_vum_total=項目的總vum數量總和不能超過工作空間配額
|
quota_project_excess_ws_vum_total=項目的總vum數量總和不能超過工作空間配額
|
||||||
quota_api_excess_workspace=接口測試數量超過工作空間限額
|
quota_api_excess_workspace=接口測試數量超過工作空間限額
|
||||||
|
quota_vum_used_gt_vum_total=總vum數量不能小於已消耗的vum數量
|
||||||
quota_api_excess_project=接口測試數量超過項目限額
|
quota_api_excess_project=接口測試數量超過項目限額
|
||||||
quota_performance_excess_workspace=性能測試數量超過工作空間限額
|
quota_performance_excess_workspace=性能測試數量超過工作空間限額
|
||||||
quota_performance_excess_project=性能測試數量超過項目限額
|
quota_performance_excess_project=性能測試數量超過項目限額
|
||||||
|
|
Loading…
Reference in New Issue