Files
OmniRoute/bin/cli/locales/ru.json
Diego Rodrigues de Sa e Souza d0396c200d Release v3.8.31 (#4377)
Release v3.8.31 — see CHANGELOG.md [3.8.31] for full notes and contributors.

Merged over known non-blocking reds (all correctness gates green): Integration Tests (2/2) is env/flaky (polls a real upstream batch that did not complete in the poll window); SonarQube/SonarCloud is the advisory server-side new-code quality gate. Unit (8 shards), Coverage, Node 22/24/26, Lint, PR Test Policy, Quality Ratchet, Docs-Strict, Quality-Extended and all 4 CodeQL analyses are green.
2026-06-20 14:55:24 -03:00

33 lines
1.9 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"common": {
"error": "Ошибка: {message}",
"serverOffline": "Сервер OmniRoute отключён. Запустите: omniroute serve",
"authRequired": "Требуется аутентификация. Установите OMNIROUTE_API_KEY или выполните: omniroute setup",
"rateLimited": "Превышен лимит запросов. Повторите через {seconds}с.",
"timeout": "Запрос истёк через {ms}мс.",
"success": "Готово.",
"yes": "да",
"no": "нет",
"confirm": "Вы уверены? (да/нет)",
"dryRun": "[симуляция] выполнит: {action}",
"cancelled": "Отменено.",
"jsonOpt": "Вывод в формате JSON",
"yesOpt": "Пропустить подтверждение"
},
"program": {
"description": "OmniRoute — Умный AI-маршрутизатор с автоматическим переключением",
"version": "Вывести версию и выйти",
"output": "Формат вывода (table, json, jsonl, csv)",
"quiet": "Подавить несущественный вывод",
"no_color": "Отключить цветной вывод",
"timeout": "Таймаут HTTP-запросов в миллисекундах",
"api_key": "API-ключ для сервера OmniRoute",
"base_url": "Базовый URL сервера OmniRoute",
"context": "Контекст/профиль сервера для этой команды",
"lang": "Установить язык отображения CLI (переопределяет OMNIROUTE_LANG)"
},
"redis": {
"description": "Запустить локальный контейнер Redis одним нажатием (Podman или Docker) для кэширования и отслеживания квот OmniRoute"
}
}