mirror of
https://github.com/mudler/LocalAI.git
synced 2026-09-12 22:33:54 -04:00
i18n(id): translate admin, media, and nav UI strings to Indonesian (#11493)
Signed-off-by: Dedy F. Setyawan <dedyfajars@gmail.com>
This commit is contained in:
1 parent
8b01ac2d4e
commit
9fd7ea7e93
3 files changed
+105
-104
No files matched your search
@@ -1,85 +1,85 @@
|
||||
{
|
||||
"activity": {
|
||||
"title": "Activity",
|
||||
"supporting": "Installs, downloads and removals on this instance.",
|
||||
"hide": "Hide",
|
||||
"moveToHistory": "Move to history",
|
||||
"moreCount": "{{count}} more",
|
||||
"waitingForInstaller": "waiting for the installer",
|
||||
"progressLabel": "Progress for {{name}}",
|
||||
"toNode": "to {{node}}",
|
||||
"nodesDone": "{{done}} of {{total}} nodes done",
|
||||
"timeLeft": "{{value}} left",
|
||||
"cancel": "Cancel",
|
||||
"cancelLabel": "Cancel {{name}}",
|
||||
"pause": "Pause",
|
||||
"pauseLabel": "Pause {{name}} and keep downloaded data",
|
||||
"retry": "Retry",
|
||||
"retryLabel": "Retry {{name}}",
|
||||
"nodeCount": "{{count}} nodes",
|
||||
"showNodes": "Show {{count}} nodes",
|
||||
"hideNodes": "Hide per-node detail",
|
||||
"title": "Aktivitas",
|
||||
"supporting": "Instalasi, unduhan, dan penghapusan pada instans ini.",
|
||||
"hide": "Sembunyikan",
|
||||
"moveToHistory": "Pindah ke riwayat",
|
||||
"moreCount": "{{count}} lainnya",
|
||||
"waitingForInstaller": "menunggu instalasi",
|
||||
"progressLabel": "Progres untuk {{name}}",
|
||||
"toNode": "ke {{node}}",
|
||||
"nodesDone": "{{done}} dari {{total}} node selesai",
|
||||
"timeLeft": "{{value}} tersisa",
|
||||
"cancel": "Batal",
|
||||
"cancelLabel": "Batal {{name}}",
|
||||
"pause": "Jeda",
|
||||
"pauseLabel": "Jeda {{name}} dan simpan data yang diunduh",
|
||||
"retry": "Coba lagi",
|
||||
"retryLabel": "Coba lagi {{name}}",
|
||||
"nodeCount": "{{count}} node",
|
||||
"showNodes": "Tampilkan {{count}} node",
|
||||
"hideNodes": "Sembunyikan detail per-node",
|
||||
"node": {
|
||||
"done": "Done",
|
||||
"failed": "Failed",
|
||||
"queued": "Queued",
|
||||
"workerBusy": "Worker busy",
|
||||
"downloading": "Downloading"
|
||||
"done": "Selesai",
|
||||
"failed": "Gagal",
|
||||
"queued": "Antrian",
|
||||
"workerBusy": "Worker sibuk",
|
||||
"downloading": "Mengunduh"
|
||||
},
|
||||
"kind": {
|
||||
"model": "model",
|
||||
"backend": "backend"
|
||||
},
|
||||
"verb": {
|
||||
"installing": "Installing {{kind}}",
|
||||
"installed": "Installed {{kind}}",
|
||||
"removed": "Removed {{kind}}",
|
||||
"installing": "Menginstal {{kind}}",
|
||||
"installed": "Terinstal {{kind}}",
|
||||
"removed": "Dihapus {{kind}}",
|
||||
"staged": "Staged model",
|
||||
"failed": "Couldn't install {{kind}}",
|
||||
"queued": "Queued",
|
||||
"failed": "Tidak dapat menginstal {{kind}}",
|
||||
"queued": "Antrian",
|
||||
"staging": "Staging model",
|
||||
"removing": "Removing {{kind}}",
|
||||
"failedRemoval": "Couldn't remove {{kind}}",
|
||||
"failedStaging": "Couldn't stage model"
|
||||
"removing": "Menghapus {{kind}}",
|
||||
"failedRemoval": "Gagal menghapus {{kind}}",
|
||||
"failedStaging": "Gagal staging model"
|
||||
},
|
||||
"phase": {
|
||||
"resolving": "Resolving files",
|
||||
"downloading": "Downloading",
|
||||
"verifying": "Verifying",
|
||||
"committing": "Finalizing",
|
||||
"persisting": "Saving configuration"
|
||||
"resolving": "Menyelesaikan file",
|
||||
"downloading": "Mengunduh",
|
||||
"verifying": "Memverifikasi",
|
||||
"committing": "Finalisasi",
|
||||
"persisting": "Menyimpan konfigurasi"
|
||||
},
|
||||
"clearHistory": "Clear history",
|
||||
"inProgress": "In progress",
|
||||
"needsAttention": "Needs attention",
|
||||
"record": "Record",
|
||||
"historyNote": "Keeps the last 50 operations. History is in memory and resets when LocalAI restarts.",
|
||||
"emptyTitle": "No operations since startup",
|
||||
"emptyBody": "Model and backend installs appear here while they run and stay as a record afterwards. History is kept in memory, so it resets when LocalAI restarts.",
|
||||
"browseModels": "Browse models",
|
||||
"viewInModels": "View in Models",
|
||||
"viewInBackends": "View in Backends",
|
||||
"rowInstalled": "installed in {{duration}}",
|
||||
"rowFailed": "failed: {{error}}",
|
||||
"rowCancelled": "cancelled",
|
||||
"rowRemoved": "removed",
|
||||
"retryFailed": "Retry failed: {{message}}",
|
||||
"clearHistory": "Hapus riwayat",
|
||||
"inProgress": "Sedang berjalan",
|
||||
"needsAttention": "Perlu perhatian",
|
||||
"record": "Rekam",
|
||||
"historyNote": "Menyimpan 50 operasi terakhir. Riwayat disimpan di memori dan akan hilang saat LocalAI restart.",
|
||||
"emptyTitle": "Tidak ada operasi sejak startup",
|
||||
"emptyBody": "Instalasi model dan backend muncul di sini selama mereka berjalan dan tetap menjadi catatan setelahnya. Riwayat disimpan di memori, sehingga akan hilang saat LocalAI restart.",
|
||||
"browseModels": "Telusuri model",
|
||||
"viewInModels": "Lihat di Model",
|
||||
"viewInBackends": "Lihat di Backend",
|
||||
"rowInstalled": "terinstal dalam {{duration}}",
|
||||
"rowFailed": "gagal: {{error}}",
|
||||
"rowCancelled": "dibatalkan",
|
||||
"rowRemoved": "dihapus",
|
||||
"retryFailed": "Gagal mencoba kembali: {{message}}",
|
||||
"filter": {
|
||||
"all": "All",
|
||||
"models": "Models",
|
||||
"backends": "Backends",
|
||||
"cluster": "Cluster"
|
||||
"all": "Semua",
|
||||
"models": "Model",
|
||||
"backends": "Backend",
|
||||
"cluster": "Kluster"
|
||||
},
|
||||
"summaryRunning_one": "{{count}} operation running.",
|
||||
"summaryRunning_other": "{{count}} operations running.",
|
||||
"summaryFailed_one": "{{count}} operation needs attention.",
|
||||
"summaryFailed_other": "{{count}} operations need attention.",
|
||||
"summaryQuiet_one": "Nothing running. {{count}} operation since startup.",
|
||||
"summaryQuiet_other": "Nothing running. {{count}} operations since startup.",
|
||||
"summaryIdle": "Nothing running.",
|
||||
"emptyFiltered": "No operations match this filter.",
|
||||
"showAll": "Show all",
|
||||
"rowInstalledPlain": "installed"
|
||||
"summaryRunning_one": "{{count}} operasi berjalan.",
|
||||
"summaryRunning_other": "{{count}} operasi berjalan.",
|
||||
"summaryFailed_one": "{{count}} operasi perlu perhatian.",
|
||||
"summaryFailed_other": "{{count}} operasi perlu perhatian.",
|
||||
"summaryQuiet_one": "Tidak ada yang berjalan. {{count}} operasi sejak startup.",
|
||||
"summaryQuiet_other": "Tidak ada yang berjalan. {{count}} operasi sejak startup.",
|
||||
"summaryIdle": "Tidak ada yang berjalan.",
|
||||
"emptyFiltered": "Tidak ada operasi yang cocok dengan filter ini.",
|
||||
"showAll": "Tampilkan semua",
|
||||
"rowInstalledPlain": "terinstal"
|
||||
},
|
||||
"manage": {
|
||||
"title": "Sistem",
|
||||
@@ -171,32 +171,32 @@
|
||||
},
|
||||
"operate": {
|
||||
"overview": {
|
||||
"title": "Overview",
|
||||
"subtitle": "Everything running on this installation, and anything that wants a decision.",
|
||||
"title": "Ikhtisar",
|
||||
"subtitle": "Semua yang berjalan di instalasi ini, dan apa pun yang membutuhkan keputusan.",
|
||||
"attention": {
|
||||
"heading": "Needs attention",
|
||||
"clear": "Nothing needs attention. Backends are current, no operation has failed, and every node is healthy.",
|
||||
"backendUpdate": "Update available: {{from}} → {{to}}"
|
||||
"heading": "Membutuhkan perhatian",
|
||||
"clear": "Tidak ada yang membutuhkan perhatian. Backend sudah terbaru, tidak ada operasi yang gagal, dan setiap node sehat.",
|
||||
"backendUpdate": "Pembaruan tersedia: {{from}} → {{to}}"
|
||||
},
|
||||
"sections": {
|
||||
"heading": "Sections",
|
||||
"heading": "Bagian-bagian",
|
||||
"runtime": "Runtime",
|
||||
"runtimeSummary": "{{backends}} backends · {{models}} models · {{updates}} updates · {{running}} running",
|
||||
"cluster": "Cluster",
|
||||
"clusterSummary": "{{nodes}} nodes",
|
||||
"observability": "Observability",
|
||||
"observabilitySummary": "Usage and traces",
|
||||
"administration": "Administration",
|
||||
"administrationSummary": "Users, middleware and settings · {{memory}} memory in use",
|
||||
"clusterSingle": "Single node",
|
||||
"observabilityCounted": "{{requests}} requests · {{errors}} failed · p95 {{p95}} ms"
|
||||
"runtimeSummary": "{{backends}} backend · {{models}} model · {{updates}} updates · {{running}} running",
|
||||
"cluster": "Kluster",
|
||||
"clusterSummary": "{{nodes}} node",
|
||||
"observability": "Observabilitas",
|
||||
"observabilitySummary": "Penggunaan dan trace",
|
||||
"administration": "Administrasi",
|
||||
"administrationSummary": "Pengguna, middleware dan pengaturan · {{memory}} memory terpakai",
|
||||
"clusterSingle": "Node tunggal",
|
||||
"observabilityCounted": "{{requests}} permintaan · {{errors}} gagal · p95 {{p95}} ms"
|
||||
},
|
||||
"headline": {
|
||||
"requests": "Requests · {{hours}}h",
|
||||
"errors": "Failed requests",
|
||||
"p95": "p95 latency",
|
||||
"quiet": "No requests served in this window yet.",
|
||||
"host": "Host memory"
|
||||
"requests": "Permintaan · {{hours}}h",
|
||||
"errors": "Permintaan gagal",
|
||||
"p95": "p95 latensi",
|
||||
"quiet": "Belum ada permintaan yang dilayani dalam jendela ini.",
|
||||
"host": "Memori host"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,32 +6,32 @@
|
||||
"tts": "TTS",
|
||||
"sound": "Suara",
|
||||
"transform": "Transformasi",
|
||||
"overview": "Overview"
|
||||
"overview": "Ikhtisar"
|
||||
},
|
||||
"overview": {
|
||||
"eyebrow": "{{ready}} of {{total}} modalities ready",
|
||||
"eyebrow": "{{ready}} dari {{total}} modalitas siap",
|
||||
"title": "Studio",
|
||||
"subtitle": "Generate images, video, 3D, speech and sound with the models on this machine.",
|
||||
"canMake": "What you can make",
|
||||
"running": "Running now",
|
||||
"recent": "Recent outputs",
|
||||
"noModel": "No model installed",
|
||||
"install": "Install a model",
|
||||
"ready": "Ready",
|
||||
"subtitle": "Hasilkan gambar, video, 3D dan suara dengan model pada mesin ini.",
|
||||
"canMake": "Apa yang dapat Anda buat",
|
||||
"running": "Sedang berjalan",
|
||||
"recent": "Output terbaru",
|
||||
"noModel": "Tidak ada model yang terinstal",
|
||||
"install": "Instal model",
|
||||
"ready": "Siap",
|
||||
"seconds": "{{seconds}}s",
|
||||
"describe": {
|
||||
"images": "Text to image, image to image, reference images",
|
||||
"video": "Text to video and image to video",
|
||||
"threed": "Image to mesh reconstruction",
|
||||
"tts": "Text to speech using your voice library",
|
||||
"sound": "Music and sound effects from a prompt",
|
||||
"transform": "Separation, enhancement and voice conversion"
|
||||
"images": "Teks ke gambar, gambar ke gambar, gambar referensi",
|
||||
"video": "Teks ke video dan gambar ke video",
|
||||
"threed": "Rekonstruksi mesh dari gambar",
|
||||
"tts": "Teks ke suara menggunakan pustaka suara Anda",
|
||||
"sound": "Musik dan efek suara dari prompt",
|
||||
"transform": "Pemisahan, peningkatan dan konversi suara"
|
||||
}
|
||||
},
|
||||
"groups": {
|
||||
"create": "Create",
|
||||
"voice": "Voice",
|
||||
"transform": "Transform"
|
||||
"create": "Buat",
|
||||
"voice": "Suara",
|
||||
"transform": "Transformasi"
|
||||
}
|
||||
},
|
||||
"image": {
|
||||
|
||||
@@ -52,6 +52,7 @@
|
||||
"users": "Pengguna",
|
||||
"middleware": "Middleware",
|
||||
"backends": "Backend",
|
||||
"voiceLibrary": "Pustaka Suara",
|
||||
"traces": "Trace",
|
||||
"nodes": "Node",
|
||||
"scheduling": "Penjadwalan",
|
||||
|
||||
Reference in new issue
Block a user