fix: backend edit format
This commit is contained in:
@@ -11,7 +11,7 @@ export default {
|
||||
'backend.builtin': 'Built-in',
|
||||
'backend.custom': 'Custom',
|
||||
'backend.isDefault': 'Default',
|
||||
'backend.availableFrameworks': 'Available Frameworks',
|
||||
'backend.availableFrameworks': 'Supported Frameworks',
|
||||
'backend.addVersion': 'Add Version',
|
||||
'backend.filter.framework': 'Filter by Framework',
|
||||
'backend.export.yaml': 'Export YAML',
|
||||
|
||||
@@ -187,5 +187,7 @@ export default {
|
||||
'models.form.extendedkvcache': 'Enable Extended KV Cache',
|
||||
'models.form.chunkSize': 'Size Of Cache Chunks',
|
||||
'models.form.maxCPUSize': 'Maximum CPU Cache Size (GiB)',
|
||||
'models.form.remoteURL': 'Remote Storage URL'
|
||||
'models.form.remoteURL': 'Remote Storage URL',
|
||||
'models.form.runCommandPlaceholder':
|
||||
'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct'
|
||||
};
|
||||
|
||||
@@ -11,7 +11,7 @@ export default {
|
||||
'backend.builtin': 'Built-in',
|
||||
'backend.custom': 'Custom',
|
||||
'backend.isDefault': 'Default',
|
||||
'backend.availableFrameworks': 'Available Frameworks',
|
||||
'backend.availableFrameworks': 'Supported Frameworks',
|
||||
'backend.addVersion': 'Add Version',
|
||||
'backend.filter.framework': 'Filter by Framework',
|
||||
'backend.export.yaml': 'Export YAML',
|
||||
|
||||
@@ -184,7 +184,9 @@ export default {
|
||||
'models.form.extendedkvcache': 'Enable Extended KV Cache',
|
||||
'models.form.chunkSize': 'Size Of Cache Chunks',
|
||||
'models.form.maxCPUSize': 'Maximum CPU Cache Size (GiB)',
|
||||
'models.form.remoteURL': 'Remote Storage URL'
|
||||
'models.form.remoteURL': 'Remote Storage URL',
|
||||
'models.form.runCommandPlaceholder':
|
||||
'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -212,6 +214,7 @@ export default {
|
||||
// 22. 'models.form.extendedkvcache': 'Enable Extended KV Cache',
|
||||
// 23. 'models.form.chunkSize': 'Size Of Cache Chunks',
|
||||
// 24. 'models.form.maxCPUSize': 'Maximum CPU Cache Size (GiB)',
|
||||
// 25. 'models.form.remoteURL': 'Remote Storage URL'
|
||||
// 25. 'models.form.remoteURL': 'Remote Storage URL',
|
||||
// 26. 'models.form.runCommandPlaceholder': 'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct'
|
||||
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -11,7 +11,7 @@ export default {
|
||||
'backend.builtin': 'Built-in',
|
||||
'backend.custom': 'Custom',
|
||||
'backend.isDefault': 'Default',
|
||||
'backend.availableFrameworks': 'Available Frameworks',
|
||||
'backend.availableFrameworks': 'Supported Frameworks',
|
||||
'backend.addVersion': 'Add Version',
|
||||
'backend.filter.framework': 'Filter by Framework',
|
||||
'backend.export.yaml': 'Export YAML',
|
||||
|
||||
@@ -187,7 +187,9 @@ export default {
|
||||
'models.form.extendedkvcache': 'Enable Extended KV Cache',
|
||||
'models.form.chunkSize': 'Size Of Cache Chunks',
|
||||
'models.form.maxCPUSize': 'Maximum CPU Cache Size (GiB)',
|
||||
'models.form.remoteURL': 'Remote Storage URL'
|
||||
'models.form.remoteURL': 'Remote Storage URL',
|
||||
'models.form.runCommandPlaceholder':
|
||||
'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -207,5 +209,6 @@ export default {
|
||||
// 14. 'models.form.extendedkvcache': 'Enable Extended KV Cache',
|
||||
// 15. 'models.form.chunkSize': 'Size Of Cache Chunks',
|
||||
// 16. 'models.form.maxCPUSize': 'Maximum CPU Cache Size (GiB)',
|
||||
// 17. 'models.form.remoteURL': 'Remote Storage URL'
|
||||
// 17. 'models.form.remoteURL': 'Remote Storage URL',
|
||||
// 18. 'models.form.runCommandPlaceholder': 'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct';
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -11,7 +11,7 @@ export default {
|
||||
'backend.builtin': '内置',
|
||||
'backend.custom': '自定义',
|
||||
'backend.isDefault': '默认',
|
||||
'backend.availableFrameworks': '可用框架',
|
||||
'backend.availableFrameworks': '支持框架',
|
||||
'backend.addVersion': '添加版本',
|
||||
'backend.filter.framework': '按框架过滤',
|
||||
'backend.export.yaml': '导出 YAML',
|
||||
|
||||
@@ -177,5 +177,7 @@ export default {
|
||||
'models.form.extendedkvcache': '启用扩展 KV 缓存',
|
||||
'models.form.chunkSize': '缓存分块大小',
|
||||
'models.form.maxCPUSize': 'CPU 缓存最大占用 (GiB)',
|
||||
'models.form.remoteURL': '远程存储地址'
|
||||
'models.form.remoteURL': '远程存储地址',
|
||||
'models.form.runCommandPlaceholder':
|
||||
'例如,vllm serve Qwen/Qwen2.5-1.5B-Instruct'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user