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': '添加节点池', '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': '节点池', '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': '节点池中同时创建的节点数量。', 'clusters.create.addworker.tips': '在执行以下命令之前,请确保已满足 {label} 的先决条件。', 'clusters.create.addCommand.tips': '在需要添加的节点上运行以下命令,将其加入到集群中。', 'clusters.create.register.tips': '在需要添加的 Kubernetes 集群上运行以下命令,将其中的节点加入到集群中。', 'cluster.create.checkEnv.tips': '使用以下命令检查环境是否准备妥当。', 'cluster.provider.comingsoon': '即将推出', 'clusters.addworker.nvidiaNotes-01': '如果节点有多个出站 IP 地址,请填写 WORKER_IP,以确保使用指定的 IP。可通过命令 hostname -I | xargs -n1 进行确认。', 'clusters.addworker.nvidiaNotes-02': '如果 worker 上已经存在模型目录,你可以指定该路径进行挂载。', 'clusters.addworker.hygonNotes': '如果 /opt/hyhal 目录不存在,请创建指向 Hygon 安装路径的符号链接:/opt/hyhal。与 /opt/dtk 目录相同。', 'clusters.addworker.corexNotes': '如果 /lib/modules 目录不存在,请创建指向 Iluvatar 安装路径的符号链接:ln -s /path/to/corex /lib/modules。与 /usr/local/corex 目录相同。', 'clusters.addworker.metaxNotes': '如果 /opt/mxdriver 目录不存在,请创建指向 MetaX 安装路径的符号链接:ln -s /path/to/metax /opt/mxdriver。与 /opt/maca 目录相同。', 'clusters.addworker.cambriconNotes': '如果 /usr/local/neuware 目录不存在,请创建指向 Cambricon 安装路径的符号链接:ln -s /path/to/neuware /usr/local/neuware。', 'clusters.addworker.hygonNotes-02': '如果未能检测到设备,请尝试移除 --env ROCM_SMI_LIB_PATH=/opt/hyhal/lib。', 'clusters.addworker.selectCluster': '选择集群', 'clusters.addworker.selectCluster.tips': '非 Docker 集群请前往集群页面注册集群或管理节点池。', 'clusters.addworker.selectGPU': '选择 GPU 厂商', 'clusters.addworker.checkEnv': '检查环境', 'clusters.addworker.specifyArgs': '指定参数', 'clusters.addworker.runCommand': '运行指令', 'clusters.addworker.specifyWorkerIP': '指定 Worker IP', 'clusters.addworker.detectWorkerIP': '自动检测 Worker IP', 'clusters.addworker.enterWorkerIP': '输入节点 IP', 'clusters.addworker.enterWorkerIP.error': '请输入节点 IP', 'clusters.addworker.extraVolume': '额外卷挂载', 'clusters.addworker.cacheVolume': '缓存卷挂载', 'clusters.addworker.cacheVolume.tips': '如果你想自定义模型缓存目录,可以指定路径进行挂载。', 'clusters.addworker.configSummary': '配置摘要', 'clusters.addworker.gpuVendor': 'GPU 厂商', 'clusters.addworker.workerIP': '节点 IP', 'clusters.addworker.notSpecified': '未指定', 'clusters.addworker.autoDetect': '自动检测', 'clusters.addworker.extraVolume.holder': '例如:/data/models(路径需以 / 开头)', 'clusters.addworker.cacheVolume.holder': '例如:/data/cache(路径需以 / 开头)', 'clusters.addworker.vendorNotes.title': '{vendor}设备注意事项', 'clusters.button.genToken': '需要创建令牌?点击这里。', 'clusters.addworker.amdNotes-01': '如果 /opt/rocm 目录不存在,请创建一个指向已安装 ROCm 路径的符号链接:ln -s /path/to/rocm /opt/rocm。', 'clusters.addworker.message.success': '已将 {count} 个工作节点添加到集群中。', 'clusters.create.serverUrl': '服务器地址', 'clusters.create.workerConfig': '节点配置', 'clusters.addworker.containerName': '节点容器名称', 'clusters.addworker.containerName.tips': '为节点容器指定一个名称。', 'clusters.addworker.dataVolume': 'GPUStack 数据卷', 'clusters.addworker.dataVolume.tips': '为 GPUStack 指定数据存储路径。' };