Files
OmniRoute/bin/cli/locales/vi.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.5 KiB
JSON

{
"common": {
"error": "Lỗi: {message}",
"serverOffline": "Máy chủ OmniRoute đang offline. Khởi động với: omniroute serve",
"authRequired": "Cần xác thực. Đặt OMNIROUTE_API_KEY hoặc chạy: omniroute setup",
"rateLimited": "Đã vượt giới hạn yêu cầu. Thử lại sau {seconds}s.",
"timeout": "Yêu cầu hết thời gian sau {ms}ms.",
"success": "Xong.",
"yes": "có",
"no": "không",
"confirm": "Bạn có chắc không? (có/không)",
"dryRun": "[mô phỏng] sẽ: {action}",
"cancelled": "Đã hủy.",
"jsonOpt": "Xuất dưới dạng JSON",
"yesOpt": "Bỏ qua xác nhận"
},
"program": {
"description": "OmniRoute — Bộ định tuyến AI thông minh với tự động chuyển đổi dự phòng",
"version": "In phiên bản và thoát",
"output": "Định dạng đầu ra (table, json, jsonl, csv)",
"quiet": "Ẩn đầu ra không cần thiết",
"no_color": "Tắt đầu ra màu sắc",
"timeout": "Thời gian chờ yêu cầu HTTP tính bằng mili giây",
"api_key": "Khóa API cho máy chủ OmniRoute",
"base_url": "URL cơ sở của máy chủ OmniRoute",
"context": "Bối cảnh/hồ sơ máy chủ cho lệnh này",
"lang": "Đặt ngôn ngữ hiển thị CLI (ghi đè OMNIROUTE_LANG)"
},
"redis": {
"description": "Khởi chạy bộ chứa Redis cục bộ bằng một cú nhấp chuột (Podman hoặc Docker) để lưu bộ đệm và theo dõi hạn ngạch của OmniRoute"
}
}