chore: worker downloading tooltip
This commit is contained in:
@@ -119,5 +119,6 @@ export default {
|
||||
'models.form.backend.warning.llamabox':
|
||||
'To use the llama-box backend, specify the full path to the model file (e.g.,<span style="font-weight: 700">/data/models/model.gguf</span>). For sharded models, provide the path to the first shard (e.g.,<span style="font-weight: 700">/data/models/model-00001-of-00004.gguf</span>).',
|
||||
'models.form.keyvalue.paste':
|
||||
'Paste multiple lines of text, with each line containing a key-value pair. The key and value are separated by an = sign, and different key-value pairs are separated by newline characters.'
|
||||
'Paste multiple lines of text, with each line containing a key-value pair. The key and value are separated by an = sign, and different key-value pairs are separated by newline characters.',
|
||||
'models.form.files': 'files'
|
||||
};
|
||||
|
||||
@@ -66,5 +66,7 @@ export default {
|
||||
'The default storage directory is /var/lib/gpustack/cache.',
|
||||
'resources.modelfiles.retry.download': 'Retry Download',
|
||||
'resources.modelfiles.storagePath.holder':
|
||||
'Waiting for download to complete...'
|
||||
'Waiting for download to complete...',
|
||||
'resources.filter.worker': 'Filter by Worker',
|
||||
'resources.filter.file': 'Filter by File'
|
||||
};
|
||||
|
||||
@@ -119,9 +119,11 @@ export default {
|
||||
'models.form.backend.warning.llamabox':
|
||||
'Чтобы использовать бэкенд llama-box , укажите полный путь к файлу модели (например,<span style="font-weight: 700">/data/models/model.gguf</span>). Для шардированных моделей укажите путь к первому шарду (например,<span style="font-weight: 700">/data/models/model-00001-of-00004.gguf</span>).',
|
||||
'models.form.keyvalue.paste':
|
||||
'Paste multiple lines of text, with each line containing a key-value pair. The key and value are separated by an = sign, and different key-value pairs are separated by newline characters.'
|
||||
'Paste multiple lines of text, with each line containing a key-value pair. The key and value are separated by an = sign, and different key-value pairs are separated by newline characters.',
|
||||
'models.form.files': 'files'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
//1. 'models.form.keyvalue.paste'
|
||||
//2. 'models.form.files'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -66,7 +66,9 @@ export default {
|
||||
'The default storage directory is /var/lib/gpustack/cache.',
|
||||
'resources.modelfiles.retry.download': 'Retry Download',
|
||||
'resources.modelfiles.storagePath.holder':
|
||||
'Waiting for download to complete...'
|
||||
'Waiting for download to complete...',
|
||||
'resources.filter.worker': 'Filter by Worker',
|
||||
'resources.filter.file': 'Filter by File'
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
@@ -79,4 +81,6 @@ export default {
|
||||
//7. 'resources.modelfiles.retry.download',
|
||||
//8. 'resources.modelfiles.form.localdir.tips',
|
||||
//9. 'resources.modelfiles.storagePath.holder',
|
||||
//10. 'resources.filter.worker',
|
||||
//11. 'resources.filter.file',
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -112,5 +112,6 @@ export default {
|
||||
'models.form.backend.warning.llamabox':
|
||||
'要使用 llama-box 后端,请指定模型文件的完整路径(例如:<span style="font-weight: 700">/data/models/model.gguf</span>)。对于分片模型,请提供第一个分片的路径(例如:<span style="font-weight: 700">/data/models/model-00001-of-00004.gguf</span>)。',
|
||||
'models.form.keyvalue.paste':
|
||||
'粘贴多行文本,每行包含一个键值对,键和值之间用 = 号分隔,不同的键值对之间用换行符分隔。'
|
||||
'粘贴多行文本,每行包含一个键值对,键和值之间用 = 号分隔,不同的键值对之间用换行符分隔。',
|
||||
'models.form.files': '文件'
|
||||
};
|
||||
|
||||
@@ -64,5 +64,7 @@ export default {
|
||||
'resources.modelfiles.form.localdir.tips':
|
||||
'默认存储目录为 /var/lib/gpustack/cache',
|
||||
'resources.modelfiles.retry.download': '重新下载',
|
||||
'resources.modelfiles.storagePath.holder': '等待下载完成...'
|
||||
'resources.modelfiles.storagePath.holder': '等待下载完成...',
|
||||
'resources.filter.worker': '按 worker 筛选',
|
||||
'resources.filter.file': '按文件筛选'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user