fix(style): unify casing of system terms
This commit is contained in:
@@ -16,7 +16,7 @@ export default {
|
||||
'models.form.partialoffload.tips':
|
||||
'启用 CPU 卸载时,如果 GPU 资源不足,则模型的一部分层将被卸载到 CPU 上,在没有 GPU 可用时,会使用纯 CPU 推理。',
|
||||
'models.form.distribution.tips':
|
||||
'允许在单个 worker 资源不足时,将部分计算卸载到一个或多个远程 worker。',
|
||||
'允许在单个 Worker 资源不足时,将部分计算卸载到一个或多个远程 Worker。',
|
||||
'models.openinplayground': '在 Playground 中打开',
|
||||
'models.instances': '实例',
|
||||
'models.table.replicas.edit': '调整副本数',
|
||||
@@ -54,7 +54,7 @@ export default {
|
||||
'models.form.manual.schedule': '手动调度',
|
||||
'models.table.gpuindex': 'GPU 序号',
|
||||
'models.table.backend': '后端',
|
||||
'models.table.acrossworker': '跨 worker 推理',
|
||||
'models.table.acrossworker': '跨 Worker 推理',
|
||||
'models.table.cpuoffload': 'CPU 卸载',
|
||||
'models.table.layers': '层',
|
||||
'models.form.backend': '后端',
|
||||
@@ -85,7 +85,7 @@ export default {
|
||||
'models.form.backend.vllm': '用于非 GGUF 格式模型,仅支持 x86 Linux',
|
||||
'models.form.backend.voxbox': '用于非 GGUF 格式的音频模型',
|
||||
'models.form.search.gguftips':
|
||||
'当 macOS 或 Windows 作 worker 时勾选 GGUF(搜索音频模型时取消勾选)',
|
||||
'当 macOS 或 Windows 作 Worker 时勾选 GGUF(搜索音频模型时取消勾选)',
|
||||
'models.form.button.addlabel': '添加标签',
|
||||
'models.filter.category': '按类别筛选',
|
||||
'models.list.more.logs': '查看更多',
|
||||
|
||||
Reference in New Issue
Block a user