diff --git a/src/locales/ru-RU/models.ts b/src/locales/ru-RU/models.ts index 535c9b89..f126597e 100644 --- a/src/locales/ru-RU/models.ts +++ b/src/locales/ru-RU/models.ts @@ -171,69 +171,36 @@ export default { 'models.form.check.clusterUnavailable': 'Текущий кластер недоступен', 'models.form.check.otherClustersAvailable': 'Доступные кластеры: {clusters}. Пожалуйста, переключитесь на другой кластер.', - 'models.button.accessSettings': 'Access Settings', - 'models.table.accessScope': 'Access Scope', - 'models.table.accessScope.all': 'All users', - 'models.table.userSelection': 'User Selection', - 'models.table.filterByName': 'Filter by username', - 'models.table.admin': 'Admin', - 'models.table.noselected': 'No users selected', - 'models.table.users.all': 'All users', - 'models.table.users.selected': 'Selected users', - 'models.table.nouserFound': 'No users found', - 'models.form.performance': 'Performance', - 'models.form.gpus.notfound': 'No GPUs found', - '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.runCommandPlaceholder': - 'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct', - 'models.accessSettings.public': 'Public', - 'models.accessSettings.authed': 'Authenticated', - 'models.accessSettings.allowedUsers': 'Allowed users', - 'models.accessSettings.public.tips': - 'When set to public, anyone can access this model without authentication, which may lead to data exposure risks.', - 'models.table.button.deploy': 'Deploy Now', - 'models.form.backendVersion.holder': 'Enter or select a version', - 'models.form.gpusperreplica': 'GPUs per Replica', - 'models.form.gpusAllocationType': 'GPU Allocation Type', - 'models.form.gpusAllocationType.auto': 'Auto', - 'models.form.gpusAllocationType.custom': 'Custom', - 'models.form.gpusAllocationType.auto.tips': - 'System calculates GPUs per replica automatically.', - 'models.form.gpusAllocationType.custom.tips': - 'You can specify the exact number of GPUs per replica.' + 'models.button.accessSettings': 'Настройки доступа', + 'models.table.accessScope': 'Область доступа', + 'models.table.accessScope.all': 'Все пользователи', + 'models.table.userSelection': 'Выбор пользователей', + 'models.table.filterByName': 'Фильтр по имени пользователя', + 'models.table.admin': 'Администратор', + 'models.table.noselected': 'Пользователи не выбраны', + 'models.table.users.all': 'Все пользователи', + 'models.table.users.selected': 'Выбранные пользователи', + 'models.table.nouserFound': 'Пользователи не найдены', + 'models.form.performance': 'Производительность', + 'models.form.gpus.notfound': 'GPU не найдены', + 'models.form.extendedkvcache': 'Включить расширенный KV-кэш', + 'models.form.chunkSize': 'Размер чанков кэша', + 'models.form.maxCPUSize': 'Максимальный размер CPU кэша (ГиБ)', + 'models.form.remoteURL': 'URL удаленного хранилища', + 'models.form.runCommandPlaceholder': 'напр., vllm serve Qwen/Qwen2.5-1.5B-Instruct', + 'models.accessSettings.public': 'Публичный', + 'models.accessSettings.authed': 'Аутентифицированный', + 'models.accessSettings.allowedUsers': 'Разрешенные пользователи', + 'models.accessSettings.public.tips': 'При публичном доступе любой пользователь может получить доступ к модели без аутентификации, что может привести к риску утечки данных.', + 'models.table.button.deploy': 'Развернуть сейчас', + 'models.form.backendVersion.holder': 'Введите или выберите версию', + 'models.form.gpusperreplica': 'GPU на реплику', + 'models.form.gpusAllocationType': 'Тип распределения GPU', + 'models.form.gpusAllocationType.auto': 'Авто', + 'models.form.gpusAllocationType.custom': 'Вручную', + 'models.form.gpusAllocationType.auto.tips': 'Система автоматически рассчитывает количество GPU на реплику.', + 'models.form.gpusAllocationType.custom.tips': 'Вы можете указать точное количество GPU на реплику.' }; // ========== To-Do: Translate Keys (Remove After Translation) ========== -// 1. 'models.button.accessSettings': 'Access Settings', -// 2. 'models.table.accessScope': 'Access Scope', -// 3. 'models.table.accessScope.all': 'All users', -// 5. 'models.table.userSelection': 'User Selection', -// 6. 'models.table.filterByName': 'Filter by username', -// 7. 'models.table.admin': 'Admin', -// 8. 'models.table.noselected': 'No users selected', -// 9. 'models.table.users.all': 'All users', -// 10. 'models.table.users.selected': 'Selected users', -// 11. 'models.table.nouserFound': 'No users found', -// 12. 'models.form.performance': 'Performance', -// 13. 'models.form.gpus.notfound': 'No GPUs found', -// 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', -// 18. 'models.form.runCommandPlaceholder': 'e.g., vllm serve Qwen/Qwen2.5-1.5B-Instruct' -// 19. 'models.accessSettings.public': 'Public', -// 20. 'models.accessSettings.authed': 'Authenticated', -// 21. 'models.accessSettings.allowedUsers': 'Allowed users', -// 22. 'models.accessSettings.public.tips': 'When set to public, anyone can access this model without authentication, which may lead to data exposure risks.', -// 23. 'models.table.button.deploy': 'Deploy Now', -// 24. 'models.form.backendVersion.holder': 'Enter or select a version', -// 25. 'models.form.gpusperreplica': 'GPUs per Replica', -// 26. 'models.form.gpusAllocationType': 'GPU Allocation Type', -// 27. 'models.form.gpusAllocationType.auto': 'Auto', -// 28. 'models.form.gpusAllocationType.custom': 'Custom', -// 29. 'models.form.gpusAllocationType.auto.tips': 'System calculates GPUs per replica automatically.', -// 30. 'models.form.gpusAllocationType.custom.tips': 'You can specify the exact number of GPUs per replica.' -// ========== End of To-Do List ========== +