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

{
"common": {
"error": "Kesalahan: {message}",
"serverOffline": "Server OmniRoute sedang offline. Mulai dengan: omniroute serve",
"authRequired": "Autentikasi diperlukan. Setel OMNIROUTE_API_KEY atau jalankan: omniroute setup",
"rateLimited": "Batas permintaan terlampaui. Coba lagi dalam {seconds}d.",
"timeout": "Permintaan habis waktu setelah {ms}ms.",
"success": "Selesai.",
"yes": "ya",
"no": "tidak",
"confirm": "Apakah Anda yakin? (ya/tidak)",
"dryRun": "[simulasi] akan: {action}",
"cancelled": "Dibatalkan.",
"jsonOpt": "Keluaran sebagai JSON",
"yesOpt": "Lewati konfirmasi"
},
"program": {
"description": "OmniRoute — Router AI Cerdas dengan Fallback Otomatis",
"version": "Cetak versi dan keluar",
"output": "Format keluaran (table, json, jsonl, csv)",
"quiet": "Sembunyikan output yang tidak penting",
"no_color": "Nonaktifkan output berwarna",
"timeout": "Batas waktu permintaan HTTP dalam milidetik",
"api_key": "Kunci API untuk server OmniRoute",
"base_url": "URL dasar server OmniRoute",
"context": "Konteks/profil server untuk perintah ini",
"lang": "Atur bahasa tampilan CLI (menggantikan OMNIROUTE_LANG)"
},
"redis": {
"description": "Luncurkan kontainer Redis lokal dengan satu klik (Podman atau Docker) untuk caching dan pelacakan kuota OmniRoute"
}
}