fix(资源池): 资源池文案

This commit is contained in:
baiqi 2024-10-15 19:14:55 +08:00 committed by Craftsman
parent bafee17bc0
commit 932f891442
2 changed files with 2 additions and 2 deletions

View File

@ -110,7 +110,7 @@ export default {
'system.resourcePool.testResourceDTO.apiTestImageRequired': 'Please fill in the API image',
'system.resourcePool.testResourceDTO.apiTestImagePlaceholder': 'Please fill in the API image',
'system.resourcePool.testResourceDTO.concurrentNumber': 'Maximum concurrency',
'system.resourcePool.testResourceDTO.podThreads': 'Maximum number of threads per Pod',
'system.resourcePool.testResourceDTO.podThreads': 'Maximum number of concurrent tasks per task',
'system.resourcePool.testResourceDTO.podThreadsTip':
'The maximum number of concurrent tasks for the community version is 3. If you need a higher number of concurrent tasks, you can apply for a trial of the enterprise version.',
'system.resourcePool.testResourceDTO.downloadRoleYaml': 'Download YAML files',

View File

@ -104,7 +104,7 @@ export default {
'system.resourcePool.testResourceDTO.apiTestImageRequired': 'API 镜像不能为空',
'system.resourcePool.testResourceDTO.apiTestImagePlaceholder': '请输入 API 镜像',
'system.resourcePool.testResourceDTO.concurrentNumber': '最大并发数',
'system.resourcePool.testResourceDTO.podThreads': '单 Pod 最大线程数',
'system.resourcePool.testResourceDTO.podThreads': '单个任务最大并发数',
'system.resourcePool.testResourceDTO.podThreadsTip': '社区版单个任务最大并发数为 3如需更大并发数 可申请企业版试用',
'system.resourcePool.testResourceDTO.downloadRoleYaml': '下载 YAML 文件',
'system.resourcePool.testResourceDTO.downloadRoleYamlTip': '请先填写命名空间再下载YAML文件',