Skip to content

Commit 75773e6

Browse files
rjohny55hibig
authored andcommitted
Update models.ts
1 parent a21b9b5 commit 75773e6

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

src/locales/ru-RU/models.ts

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -268,24 +268,18 @@ export default {
268268
'Используйте следующий префикс пути и укажите имя модели либо в заголовке запроса <span class="bold-text">X-GPUStack-Model</span>, либо в поле model в теле запроса. Все запросы с этим префиксом пути будут перенаправлены в бэкенд вывода.',
269269
'models.form.backendVersion.deprecated': 'Устаревший',
270270
'models.accessSettings.public.desc':
271-
'Accessible to anyone without authentication.',
271+
'Доступно всем без аутентификации.',
272272
'models.accessSettings.authed.tips':
273-
'Accessible to all authenticated platform users.',
273+
'Доступно всем аутентифицированным пользователям платформы.',
274274
'models.accessSettings.allowedUsers.tips':
275-
'Only designated users can access the model.',
276-
'models.form.backendVersions.tips': `To use more versions, go to the {link} page and edit the backend to add versions.`,
275+
'Доступ к модели имеют только назначенные пользователи.',
276+
'models.form.backendVersions.tips': `Чтобы использовать больше версий, перейдите на страницу {link} и отредактируйте бэкенд для добавления версий.`,
277277
'models.catalog.nogpus.tips':
278-
'No compatible GPUs are available in the selected cluster for this model.',
279-
'models.form.modelfile.notfound': `The model file path you specified does not exist on the GPUStack server. It's recommended to place the model file at the same path on both the GPUStack server and GPUStack workers. This helps GPUStack make better decisions.`,
280-
'models.form.readyWorkers': 'workers ready'
278+
'В выбранном кластере нет доступных GPU, совместимых с этой моделью.',
279+
'models.form.modelfile.notfound': `Указанный путь к файлу модели не существует на сервере GPUStack. Рекомендуется размещать файл модели по одному и тому же пути как на сервере GPUStack, так и на воркерах GPUStack. Это поможет системе принимать лучшие решения по распределению ресурсов.`,
280+
'models.form.readyWorkers': 'воркеров готово'
281281
};
282282

283283
// ========== To-Do: Translate Keys (Remove After Translation) ==========
284-
// 1. 'models.accessSettings.public.desc': 'Accessible to anyone without authentication.',
285-
// 2. 'models.accessSettings.authed.tips': 'Accessible to all authenticated platform users.',
286-
// 3. 'models.accessSettings.allowedUsers.tips': 'Only designated users can access the model.',
287-
// 4. 'models.form.backendVersions.tips': `To use more versions, go to the {link} page and edit the backend to add versions.`,
288-
// 5. 'models.catalog.nogpus.tips': 'No compatible GPUs are available in the selected cluster for this model.',
289-
// 6. 'models.form.modelfile.notfound': `The model file path you specified does not exist on the GPUStack server. It's recommended to place the model file at the same path on both the GPUStack server and GPUStack workers. This helps GPUStack make better decisions.`,
290-
// 7. 'models.form.readyWorkers': 'workers ready'
284+
291285
// ========== End of To-Do List ==========

0 commit comments

Comments
 (0)