Files
OmniRoute/bin/cli/locales/bg.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.8 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}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"
}
}