chore: update worker locale

This commit is contained in:
jialin
2025-10-17 21:11:31 +08:00
parent 49c6bb71a1
commit 19e275a17a
23 changed files with 82 additions and 65 deletions
+5 -5
View File
@@ -7,12 +7,12 @@ export default {
'noresult.deployments.subTitle':
'您还没有部署任何模型,点击下方按钮即可开始。',
'noresult.gpus.title': '当前未检测到 GPU 设备',
'noresult.gpus.subTitle': '请确认 Worker 状态是否正常。',
'noresult.gpus.subTitle': '请确认节点状态是否正常。',
'noresult.gpus.nofound': '未找到匹配的 GPU 设备',
'noresult.workers.title': '暂无 Worker',
'noresult.workers.subTitle': '当前集群中没有任何 Worker。',
'noresult.workers.nofound': '未找到匹配的 Worker',
'noresult.workers.button.add': '前往添加 Worker',
'noresult.workers.title': '暂无节点',
'noresult.workers.subTitle': '当前集群中没有任何节点',
'noresult.workers.nofound': '未找到匹配的节点',
'noresult.workers.button.add': '前往添加节点',
'noresult.modelfiles.title': '暂无模型文件',
'noresult.modelfiles.subTitle': '尚未添加任何模型文件。',
'noresult.modelfiles.nofound': '未找到匹配的模型文件',