fix: download file error
This commit is contained in:
@@ -242,7 +242,7 @@ export default {
|
||||
'models.form.backend.custom': 'User-defined',
|
||||
'models.form.rules.name':
|
||||
'Up to 63 characters; letters, numbers, dots (.), underscores (_), and hyphens (-) only; must start and end with an alphanumeric character.',
|
||||
'models.catalog.button.explore': 'Explore Other Models',
|
||||
'models.catalog.button.explore': 'Explore More Models',
|
||||
'models.catalog.precision': 'Precision',
|
||||
'models.form.gpuPerReplica.tips': 'Enter a custom number',
|
||||
'models.form.generic_proxy': 'Enable Generic Proxy',
|
||||
|
||||
@@ -242,7 +242,7 @@ export default {
|
||||
'models.form.backend.custom': 'User Defined',
|
||||
'models.form.rules.name':
|
||||
'Up to 63 characters; letters, numbers, dots (.), underscores (_), and hyphens (-) only; must start and end with an alphanumeric character.',
|
||||
'models.catalog.button.explore': 'Explore Other Models',
|
||||
'models.catalog.button.explore': 'Explore More Models',
|
||||
'models.catalog.precision': 'Precision',
|
||||
'models.form.gpuPerReplica.tips': 'Enter a custom number',
|
||||
'models.form.generic_proxy': 'Enable Generic Proxy',
|
||||
@@ -321,7 +321,7 @@ export default {
|
||||
// 47. 'models.form.quantization': 'Quantization',
|
||||
// 48. 'models.form.backend.custom': 'User Defined',
|
||||
// 49. 'models.form.rules.name': 'Up to 63 characters; letters, numbers, dots (.), underscores (_), and hyphens (-) only; must start and end with an alphanumeric character.',
|
||||
// 50. 'models.catalog.button.explore': 'Explore Other Models',
|
||||
// 50. 'models.catalog.button.explore': 'Explore More Models',
|
||||
// 51. 'models.catalog.precision': 'Precision',
|
||||
// 52. 'models.form.gpuPerReplica.tips': 'Enter a custom number',
|
||||
// 53. 'models.form.generic_proxy': 'Enable Generic Proxy',
|
||||
|
||||
@@ -243,7 +243,7 @@ export default {
|
||||
'models.form.backend.custom': 'Пользовательский',
|
||||
'models.form.rules.name':
|
||||
'До 63 символов; только буквы, цифры, точки (.), подчёркивания (_) и дефисы (-); должно начинаться и заканчиваться буквенно-цифровым символом.',
|
||||
'models.catalog.button.explore': 'Изучить другие модели',
|
||||
'models.catalog.button.explore': 'Explore More Models',
|
||||
'models.catalog.precision': 'Точность',
|
||||
'models.form.gpuPerReplica.tips': 'Введите произвольное число',
|
||||
'models.form.generic_proxy': 'Включить универсальный прокси',
|
||||
@@ -255,5 +255,6 @@ export default {
|
||||
};
|
||||
|
||||
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
||||
// 7. 'models.table.genericProxy': 'Refer to the curl example below. The proxy forwards requests with the /model/proxy prefix to the corresponding model. You need to specify the model name either in the <span class="bold-text">X-GPUStack-Model</span> request header or in the "model" property of the JSON body.'
|
||||
// 1. 'models.catalog.button.explore': 'Explore More Models',
|
||||
// 2. 'models.table.genericProxy': 'Refer to the curl example below. The proxy forwards requests with the /model/proxy prefix to the corresponding model. You need to specify the model name either in the <span class="bold-text">X-GPUStack-Model</span> request header or in the "model" property of the JSON body.'
|
||||
// ========== End of To-Do List ==========
|
||||
|
||||
@@ -229,7 +229,7 @@ export default {
|
||||
'models.form.backend.custom': '用户定义',
|
||||
'models.form.rules.name':
|
||||
'长度不超过 63 个字符,只能包含字母、数字、点(.)、下划线(_)和连字符(-),且必须以字母或数字开头和结尾。',
|
||||
'models.catalog.button.explore': '浏览其他模型',
|
||||
'models.catalog.button.explore': '浏览更多模型',
|
||||
'models.catalog.precision': '精度',
|
||||
'models.form.gpuPerReplica.tips': '输入自定义数值',
|
||||
'models.form.generic_proxy': '启用通用代理',
|
||||
|
||||
Reference in New Issue
Block a user