fix: cluster apis

This commit is contained in:
jialin
2025-09-16 11:26:17 +08:00
parent f04f1f828f
commit 632f206228
34 changed files with 578 additions and 329 deletions
+13 -1
View File
@@ -11,5 +11,17 @@ export default {
'clusters.provider.custom': '自定义',
'clusters.button.register': '注册集群',
'clusters.button.addNodePool': '添加节点池',
'clusters.button.add.credential': '添加 {provider} 凭证'
'clusters.button.add.credential': '添加 {provider} 凭证',
'clusters.credential.title': '凭证',
'clusters.credential.token': '访问令牌',
'clusters.workerpool.region': '区域',
'clusters.workerpool.zone': '可用区',
'clusters.workerpool.instanceType': '实例类型',
'clusters.workerpool.replicas': '副本数',
'clusters.workerpool.batchSize': '批大小',
'clusters.workerpool.osImage': '操作系统镜像',
'clusters.workerpool.volumes': '存储卷',
'clusters.workerpool.format': '文件系统格式',
'clusters.workerpool.size': '容量(GiB',
'clusters.workerpool.title': '节点池'
};
+2 -1
View File
@@ -90,5 +90,6 @@ export default {
'下载并安装<a href={url} target="_blank">安装包</a>,仅支持 {versions}。',
'resource.register.maos.support': 'M 芯片,macOS 14+',
'resource.register.windows.support': 'win 10, win 11',
'resources.model.instance': '模型实例'
'resources.model.instance': '模型实例',
'resources.worker.download.privatekey': '下载私钥'
};