chore: adjust the evaluation result statement
This commit is contained in:
@@ -133,9 +133,11 @@ export default {
|
||||
'models.form.check.params': 'Checking configuration...',
|
||||
'models.form.check.passed': 'Compatibility Check Passed',
|
||||
'models.form.check.claims':
|
||||
'The model requires approximately {vram} VRAM and {ram} RAM.',
|
||||
'models.form.check.claims2': 'The model requires approximately {vram} VRAM.',
|
||||
'models.form.check.claims3': 'The model requires approximately {ram} RAM.',
|
||||
'The model will consume approximately {vram} VRAM and {ram} RAM.',
|
||||
'models.form.check.claims2':
|
||||
'The model will consume approximately {vram} VRAM.',
|
||||
'models.form.check.claims3':
|
||||
'The model will consume approximately {ram} RAM.',
|
||||
'models.form.update.tips':
|
||||
'Changes will only apply after you delete and recreate the instance.',
|
||||
'models.table.download.progress': 'Download Progress',
|
||||
|
||||
@@ -126,9 +126,9 @@ export default {
|
||||
'models.form.restart.onerror.tips': '当发生错误时,将自动尝试恢复',
|
||||
'models.form.check.params': '正在校验配置...',
|
||||
'models.form.check.passed': '兼容性检查通过',
|
||||
'models.form.check.claims': '该模型大约需要分配 {vram} 显存和 {ram} 内存。',
|
||||
'models.form.check.claims2': '该模型大约需要分配 {vram} 显存。',
|
||||
'models.form.check.claims3': '该模型大约需要分配 {ram} 内存。',
|
||||
'models.form.check.claims': '该模型大约需要消耗 {vram} 显存和 {ram} 内存。',
|
||||
'models.form.check.claims2': '该模型大约需要消耗 {vram} 显存。',
|
||||
'models.form.check.claims3': '该模型大约需要消耗 {ram} 内存。',
|
||||
'models.form.update.tips': '更改仅在删除并重新创建实例后生效。',
|
||||
'models.table.download.progress': '下载进度',
|
||||
'models.table.button.apiAccessInfo': 'API 接入信息',
|
||||
|
||||
Reference in New Issue
Block a user