You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/locales/ru-RU/models.ts
+8-14Lines changed: 8 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -268,24 +268,18 @@ export default {
268
268
'Используйте следующий префикс пути и укажите имя модели либо в заголовке запроса <span class="bold-text">X-GPUStack-Model</span>, либо в поле model в теле запроса. Все запросы с этим префиксом пути будут перенаправлены в бэкенд вывода.',
'Accessible to all authenticated platform users.',
273
+
'Доступно всем аутентифицированным пользователям платформы.',
274
274
'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} и отредактируйте бэкенд для добавления версий.`,
277
277
'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': 'воркеров готово'
281
281
};
282
282
283
283
// ========== 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.`,
0 commit comments