41 lines
1.9 KiB
TypeScript
41 lines
1.9 KiB
TypeScript
export default {
|
||
'clusters.title': '集群',
|
||
'clusters.table.provider': '提供商',
|
||
'clusters.table.deployments': '部署',
|
||
'clusters.button.add': '添加集群',
|
||
'clusters.button.addCredential': '添加云凭证',
|
||
'clusters.button.editCredential': '编辑云凭证',
|
||
'clusters.filterBy.cluster': '按集群过滤',
|
||
'clusters.add.cluster': '添加 {cluster} 集群',
|
||
'clusters.edit.cluster': '编辑 {cluster}',
|
||
'clusters.provider.custom': '自定义',
|
||
'clusters.button.register': '注册集群',
|
||
'clusters.button.addNodePool': '添加 Worker Pool',
|
||
'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': 'Worker Pools',
|
||
'clusters.workerpool.cloudOptions': '添加云配置',
|
||
'clusters.workerpool.volumes.add': '添加存储卷',
|
||
'clusters.create.provider.self': '自建环境',
|
||
'clusters.create.provider.cloud': '云环境',
|
||
'clusters.create.selectProvider': '选择环境',
|
||
'clusters.create.configBasic': '基本配置',
|
||
'clusters.create.execCommand': '执行命令',
|
||
'clusters.create.supportedGpu': '支持的 GPU',
|
||
'clusters.create.skipfornow': '暂时跳过',
|
||
'clusters.create.noImages': '没有可用的镜像',
|
||
'clusters.create.noInstanceTypes': '没有可用的实例类型',
|
||
'clusters.create.noRegions': '没有可用的区域',
|
||
'clusters.workerpool.batchSize.desc': 'Worker池中同时创建的worker数量'
|
||
};
|