Skip to content

Commit 9fd7ea7

Browse files
authored
i18n(id): translate admin, media, and nav UI strings to Indonesian (#11493)
Signed-off-by: Dedy F. Setyawan <dedyfajars@gmail.com>
1 parent 8b01ac2 commit 9fd7ea7

3 files changed

Lines changed: 105 additions & 104 deletions

File tree

core/http/react-ui/public/locales/id/admin.json

Lines changed: 86 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,85 @@
11
{
22
"activity": {
3-
"title": "Activity",
4-
"supporting": "Installs, downloads and removals on this instance.",
5-
"hide": "Hide",
6-
"moveToHistory": "Move to history",
7-
"moreCount": "{{count}} more",
8-
"waitingForInstaller": "waiting for the installer",
9-
"progressLabel": "Progress for {{name}}",
10-
"toNode": "to {{node}}",
11-
"nodesDone": "{{done}} of {{total}} nodes done",
12-
"timeLeft": "{{value}} left",
13-
"cancel": "Cancel",
14-
"cancelLabel": "Cancel {{name}}",
15-
"pause": "Pause",
16-
"pauseLabel": "Pause {{name}} and keep downloaded data",
17-
"retry": "Retry",
18-
"retryLabel": "Retry {{name}}",
19-
"nodeCount": "{{count}} nodes",
20-
"showNodes": "Show {{count}} nodes",
21-
"hideNodes": "Hide per-node detail",
3+
"title": "Aktivitas",
4+
"supporting": "Instalasi, unduhan, dan penghapusan pada instans ini.",
5+
"hide": "Sembunyikan",
6+
"moveToHistory": "Pindah ke riwayat",
7+
"moreCount": "{{count}} lainnya",
8+
"waitingForInstaller": "menunggu instalasi",
9+
"progressLabel": "Progres untuk {{name}}",
10+
"toNode": "ke {{node}}",
11+
"nodesDone": "{{done}} dari {{total}} node selesai",
12+
"timeLeft": "{{value}} tersisa",
13+
"cancel": "Batal",
14+
"cancelLabel": "Batal {{name}}",
15+
"pause": "Jeda",
16+
"pauseLabel": "Jeda {{name}} dan simpan data yang diunduh",
17+
"retry": "Coba lagi",
18+
"retryLabel": "Coba lagi {{name}}",
19+
"nodeCount": "{{count}} node",
20+
"showNodes": "Tampilkan {{count}} node",
21+
"hideNodes": "Sembunyikan detail per-node",
2222
"node": {
23-
"done": "Done",
24-
"failed": "Failed",
25-
"queued": "Queued",
26-
"workerBusy": "Worker busy",
27-
"downloading": "Downloading"
23+
"done": "Selesai",
24+
"failed": "Gagal",
25+
"queued": "Antrian",
26+
"workerBusy": "Worker sibuk",
27+
"downloading": "Mengunduh"
2828
},
2929
"kind": {
3030
"model": "model",
3131
"backend": "backend"
3232
},
3333
"verb": {
34-
"installing": "Installing {{kind}}",
35-
"installed": "Installed {{kind}}",
36-
"removed": "Removed {{kind}}",
34+
"installing": "Menginstal {{kind}}",
35+
"installed": "Terinstal {{kind}}",
36+
"removed": "Dihapus {{kind}}",
3737
"staged": "Staged model",
38-
"failed": "Couldn't install {{kind}}",
39-
"queued": "Queued",
38+
"failed": "Tidak dapat menginstal {{kind}}",
39+
"queued": "Antrian",
4040
"staging": "Staging model",
41-
"removing": "Removing {{kind}}",
42-
"failedRemoval": "Couldn't remove {{kind}}",
43-
"failedStaging": "Couldn't stage model"
41+
"removing": "Menghapus {{kind}}",
42+
"failedRemoval": "Gagal menghapus {{kind}}",
43+
"failedStaging": "Gagal staging model"
4444
},
4545
"phase": {
46-
"resolving": "Resolving files",
47-
"downloading": "Downloading",
48-
"verifying": "Verifying",
49-
"committing": "Finalizing",
50-
"persisting": "Saving configuration"
46+
"resolving": "Menyelesaikan file",
47+
"downloading": "Mengunduh",
48+
"verifying": "Memverifikasi",
49+
"committing": "Finalisasi",
50+
"persisting": "Menyimpan konfigurasi"
5151
},
52-
"clearHistory": "Clear history",
53-
"inProgress": "In progress",
54-
"needsAttention": "Needs attention",
55-
"record": "Record",
56-
"historyNote": "Keeps the last 50 operations. History is in memory and resets when LocalAI restarts.",
57-
"emptyTitle": "No operations since startup",
58-
"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.",
59-
"browseModels": "Browse models",
60-
"viewInModels": "View in Models",
61-
"viewInBackends": "View in Backends",
62-
"rowInstalled": "installed in {{duration}}",
63-
"rowFailed": "failed: {{error}}",
64-
"rowCancelled": "cancelled",
65-
"rowRemoved": "removed",
66-
"retryFailed": "Retry failed: {{message}}",
52+
"clearHistory": "Hapus riwayat",
53+
"inProgress": "Sedang berjalan",
54+
"needsAttention": "Perlu perhatian",
55+
"record": "Rekam",
56+
"historyNote": "Menyimpan 50 operasi terakhir. Riwayat disimpan di memori dan akan hilang saat LocalAI restart.",
57+
"emptyTitle": "Tidak ada operasi sejak startup",
58+
"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.",
59+
"browseModels": "Telusuri model",
60+
"viewInModels": "Lihat di Model",
61+
"viewInBackends": "Lihat di Backend",
62+
"rowInstalled": "terinstal dalam {{duration}}",
63+
"rowFailed": "gagal: {{error}}",
64+
"rowCancelled": "dibatalkan",
65+
"rowRemoved": "dihapus",
66+
"retryFailed": "Gagal mencoba kembali: {{message}}",
6767
"filter": {
68-
"all": "All",
69-
"models": "Models",
70-
"backends": "Backends",
71-
"cluster": "Cluster"
68+
"all": "Semua",
69+
"models": "Model",
70+
"backends": "Backend",
71+
"cluster": "Kluster"
7272
},
73-
"summaryRunning_one": "{{count}} operation running.",
74-
"summaryRunning_other": "{{count}} operations running.",
75-
"summaryFailed_one": "{{count}} operation needs attention.",
76-
"summaryFailed_other": "{{count}} operations need attention.",
77-
"summaryQuiet_one": "Nothing running. {{count}} operation since startup.",
78-
"summaryQuiet_other": "Nothing running. {{count}} operations since startup.",
79-
"summaryIdle": "Nothing running.",
80-
"emptyFiltered": "No operations match this filter.",
81-
"showAll": "Show all",
82-
"rowInstalledPlain": "installed"
73+
"summaryRunning_one": "{{count}} operasi berjalan.",
74+
"summaryRunning_other": "{{count}} operasi berjalan.",
75+
"summaryFailed_one": "{{count}} operasi perlu perhatian.",
76+
"summaryFailed_other": "{{count}} operasi perlu perhatian.",
77+
"summaryQuiet_one": "Tidak ada yang berjalan. {{count}} operasi sejak startup.",
78+
"summaryQuiet_other": "Tidak ada yang berjalan. {{count}} operasi sejak startup.",
79+
"summaryIdle": "Tidak ada yang berjalan.",
80+
"emptyFiltered": "Tidak ada operasi yang cocok dengan filter ini.",
81+
"showAll": "Tampilkan semua",
82+
"rowInstalledPlain": "terinstal"
8383
},
8484
"manage": {
8585
"title": "Sistem",
@@ -171,32 +171,32 @@
171171
},
172172
"operate": {
173173
"overview": {
174-
"title": "Overview",
175-
"subtitle": "Everything running on this installation, and anything that wants a decision.",
174+
"title": "Ikhtisar",
175+
"subtitle": "Semua yang berjalan di instalasi ini, dan apa pun yang membutuhkan keputusan.",
176176
"attention": {
177-
"heading": "Needs attention",
178-
"clear": "Nothing needs attention. Backends are current, no operation has failed, and every node is healthy.",
179-
"backendUpdate": "Update available: {{from}} → {{to}}"
177+
"heading": "Membutuhkan perhatian",
178+
"clear": "Tidak ada yang membutuhkan perhatian. Backend sudah terbaru, tidak ada operasi yang gagal, dan setiap node sehat.",
179+
"backendUpdate": "Pembaruan tersedia: {{from}} → {{to}}"
180180
},
181181
"sections": {
182-
"heading": "Sections",
182+
"heading": "Bagian-bagian",
183183
"runtime": "Runtime",
184-
"runtimeSummary": "{{backends}} backends · {{models}} models · {{updates}} updates · {{running}} running",
185-
"cluster": "Cluster",
186-
"clusterSummary": "{{nodes}} nodes",
187-
"observability": "Observability",
188-
"observabilitySummary": "Usage and traces",
189-
"administration": "Administration",
190-
"administrationSummary": "Users, middleware and settings · {{memory}} memory in use",
191-
"clusterSingle": "Single node",
192-
"observabilityCounted": "{{requests}} requests · {{errors}} failed · p95 {{p95}} ms"
184+
"runtimeSummary": "{{backends}} backend · {{models}} model · {{updates}} updates · {{running}} running",
185+
"cluster": "Kluster",
186+
"clusterSummary": "{{nodes}} node",
187+
"observability": "Observabilitas",
188+
"observabilitySummary": "Penggunaan dan trace",
189+
"administration": "Administrasi",
190+
"administrationSummary": "Pengguna, middleware dan pengaturan · {{memory}} memory terpakai",
191+
"clusterSingle": "Node tunggal",
192+
"observabilityCounted": "{{requests}} permintaan · {{errors}} gagal · p95 {{p95}} ms"
193193
},
194194
"headline": {
195-
"requests": "Requests · {{hours}}h",
196-
"errors": "Failed requests",
197-
"p95": "p95 latency",
198-
"quiet": "No requests served in this window yet.",
199-
"host": "Host memory"
195+
"requests": "Permintaan · {{hours}}h",
196+
"errors": "Permintaan gagal",
197+
"p95": "p95 latensi",
198+
"quiet": "Belum ada permintaan yang dilayani dalam jendela ini.",
199+
"host": "Memori host"
200200
}
201201
}
202202
}

core/http/react-ui/public/locales/id/media.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@
66
"tts": "TTS",
77
"sound": "Suara",
88
"transform": "Transformasi",
9-
"overview": "Overview"
9+
"overview": "Ikhtisar"
1010
},
1111
"overview": {
12-
"eyebrow": "{{ready}} of {{total}} modalities ready",
12+
"eyebrow": "{{ready}} dari {{total}} modalitas siap",
1313
"title": "Studio",
14-
"subtitle": "Generate images, video, 3D, speech and sound with the models on this machine.",
15-
"canMake": "What you can make",
16-
"running": "Running now",
17-
"recent": "Recent outputs",
18-
"noModel": "No model installed",
19-
"install": "Install a model",
20-
"ready": "Ready",
14+
"subtitle": "Hasilkan gambar, video, 3D dan suara dengan model pada mesin ini.",
15+
"canMake": "Apa yang dapat Anda buat",
16+
"running": "Sedang berjalan",
17+
"recent": "Output terbaru",
18+
"noModel": "Tidak ada model yang terinstal",
19+
"install": "Instal model",
20+
"ready": "Siap",
2121
"seconds": "{{seconds}}s",
2222
"describe": {
23-
"images": "Text to image, image to image, reference images",
24-
"video": "Text to video and image to video",
25-
"threed": "Image to mesh reconstruction",
26-
"tts": "Text to speech using your voice library",
27-
"sound": "Music and sound effects from a prompt",
28-
"transform": "Separation, enhancement and voice conversion"
23+
"images": "Teks ke gambar, gambar ke gambar, gambar referensi",
24+
"video": "Teks ke video dan gambar ke video",
25+
"threed": "Rekonstruksi mesh dari gambar",
26+
"tts": "Teks ke suara menggunakan pustaka suara Anda",
27+
"sound": "Musik dan efek suara dari prompt",
28+
"transform": "Pemisahan, peningkatan dan konversi suara"
2929
}
3030
},
3131
"groups": {
32-
"create": "Create",
33-
"voice": "Voice",
34-
"transform": "Transform"
32+
"create": "Buat",
33+
"voice": "Suara",
34+
"transform": "Transformasi"
3535
}
3636
},
3737
"image": {

core/http/react-ui/public/locales/id/nav.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"users": "Pengguna",
5353
"middleware": "Middleware",
5454
"backends": "Backend",
55+
"voiceLibrary": "Pustaka Suara",
5556
"traces": "Trace",
5657
"nodes": "Node",
5758
"scheduling": "Penjadwalan",

0 commit comments

Comments
 (0)