mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-06 13:34:13 +03:00
Translated using Weblate (Indonesian)
Currently translated at 100.0% (13 of 13 strings) Translated using Weblate (Indonesian) Currently translated at 100.0% (39 of 39 strings) Translated using Weblate (Indonesian) Currently translated at 100.0% (10 of 10 strings) Translated using Weblate (Indonesian) Currently translated at 17.3% (87 of 501 strings) Translated using Weblate (Indonesian) Currently translated at 100.0% (52 of 52 strings) Translated using Weblate (Indonesian) Currently translated at 100.0% (10 of 10 strings) Co-authored-by: Albert <albertong27@gmail.com> Co-authored-by: Hosted Weblate <hosted@weblate.org> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/audio/id/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-auth/id/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-configeditor/id/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/id/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-exports/id/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-facelibrary/id/ Translation: Frigate NVR/audio Translation: Frigate NVR/components-auth Translation: Frigate NVR/views-configeditor Translation: Frigate NVR/views-events Translation: Frigate NVR/views-exports Translation: Frigate NVR/views-facelibrary
This commit is contained in:
parent
18377ed716
commit
6fef71ef46
@ -84,5 +84,6 @@
|
|||||||
"banjo": "Banjo",
|
"banjo": "Banjo",
|
||||||
"snoring": "Ngorok",
|
"snoring": "Ngorok",
|
||||||
"cough": "Batuk",
|
"cough": "Batuk",
|
||||||
"clapping": "Tepukan"
|
"clapping": "Tepukan",
|
||||||
|
"camera": "Kamera"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4,12 +4,13 @@
|
|||||||
"password": "Kata sandi",
|
"password": "Kata sandi",
|
||||||
"login": "Masuk",
|
"login": "Masuk",
|
||||||
"errors": {
|
"errors": {
|
||||||
"usernameRequired": "Wajib Menggunakan Username",
|
"usernameRequired": "Username diperlukan",
|
||||||
"passwordRequired": "Wajib memakai Password",
|
"passwordRequired": "Password diperlukan",
|
||||||
"rateLimit": "Melewati batas permintaan. Coba lagi nanti.",
|
"rateLimit": "Melewati batas permintaan. Coba lagi nanti.",
|
||||||
"loginFailed": "Gagal Masuk",
|
"loginFailed": "Gagal Masuk",
|
||||||
"unknownError": "Eror tidak diketahui. Mohon lihat log.",
|
"unknownError": "Eror tidak diketahui. Mohon lihat log.",
|
||||||
"webUnknownError": "Eror tidak diketahui. Mohon lihat log konsol."
|
"webUnknownError": "Eror tidak diketahui. Mohon lihat log konsol."
|
||||||
}
|
},
|
||||||
|
"firstTimeLogin": "Mencoba masuk untuk pertama kali? Kredensial sudah dicetak di dalam riwayat Frigate."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -13,5 +13,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"confirm": "Keluar tanpa menyimpan?",
|
"confirm": "Keluar tanpa menyimpan?",
|
||||||
"safeModeDescription": "Frigate sedang dalam mode aman karena kesalahan validasi konfigurasi."
|
"safeModeDescription": "Frigate sedang dalam mode aman karena kesalahan validasi konfigurasi.",
|
||||||
|
"safeConfigEditor": "Editor Konfigurasi(Mode Aman)"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -12,5 +12,48 @@
|
|||||||
"motion": "Data gerakan tidak ditemukan"
|
"motion": "Data gerakan tidak ditemukan"
|
||||||
},
|
},
|
||||||
"timeline.aria": "Pilih timeline",
|
"timeline.aria": "Pilih timeline",
|
||||||
"timeline": "Linimasa"
|
"timeline": "Linimasa",
|
||||||
|
"zoomIn": "Perbesar",
|
||||||
|
"zoomOut": "Perkecil",
|
||||||
|
"events": {
|
||||||
|
"label": "Peristiwa-Peristiwa",
|
||||||
|
"aria": "Pilih peristiwa",
|
||||||
|
"noFoundForTimePeriod": "Tidak ada peristiwa dalam periode waktu berikut."
|
||||||
|
},
|
||||||
|
"detail": {
|
||||||
|
"label": "Detil",
|
||||||
|
"noDataFound": "Tidak ada detil data untuk di review",
|
||||||
|
"aria": "Beralih tampilan detil",
|
||||||
|
"trackedObject_one": "objek",
|
||||||
|
"trackedObject_other": "objek-objek",
|
||||||
|
"noObjectDetailData": "Tidak ada data objek detil tersedia.",
|
||||||
|
"settings": "Pengaturan Tampilan Detil",
|
||||||
|
"alwaysExpandActive": {
|
||||||
|
"title": "Selalu lebarkan yang aktif",
|
||||||
|
"desc": "Selalu perluas detil objek item tinjauan aktif jika tersedia."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"objectTrack": {
|
||||||
|
"trackedPoint": "Titik terlacak",
|
||||||
|
"clickToSeek": "Klik untuk mencari waktu ini"
|
||||||
|
},
|
||||||
|
"documentTitle": "Tinjauan - Frigate",
|
||||||
|
"recordings": {
|
||||||
|
"documentTitle": "Rekaman - Frigate"
|
||||||
|
},
|
||||||
|
"calendarFilter": {
|
||||||
|
"last24Hours": "24 Jam Terakhir"
|
||||||
|
},
|
||||||
|
"markAsReviewed": "Tandai sebagai sudah ditinjau",
|
||||||
|
"markTheseItemsAsReviewed": "Tandai item-item berikut sebagai sudah ditinjau",
|
||||||
|
"newReviewItems": {
|
||||||
|
"button": "Item Batu Untuk Ditinjau",
|
||||||
|
"label": "Lihat item ulasan baru"
|
||||||
|
},
|
||||||
|
"selected_one": "{{count}} terpilih",
|
||||||
|
"selected_other": "{{count}} terpilih",
|
||||||
|
"camera": "Kamera",
|
||||||
|
"detected": "terdeteksi",
|
||||||
|
"suspiciousActivity": "Aktivitas Mencurigakan",
|
||||||
|
"threateningActivity": "Aktivitas yang Mengancam"
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,17 +1,23 @@
|
|||||||
{
|
{
|
||||||
"documentTitle": "Expor - Frigate",
|
"documentTitle": "Expor - Frigate",
|
||||||
"search": "Cari",
|
"search": "Cari",
|
||||||
"noExports": "Tidak bisa mengekspor",
|
"noExports": "Ekspor tidak ditemukan",
|
||||||
"deleteExport": "Hapus Ekspor",
|
"deleteExport": "Hapus Ekspor",
|
||||||
"deleteExport.desc": "Apakah Anda yakin ingin menghapus {{exportName}}?",
|
"deleteExport.desc": "Apakah Anda yakin ingin menghapus {{exportName}}?",
|
||||||
"editExport": {
|
"editExport": {
|
||||||
"title": "Ganti Nama saat Ekspor",
|
"title": "Ganti Nama Ekspor",
|
||||||
"desc": "Masukkan nama baru untuk mengekspor.",
|
"desc": "Masukkan nama baru untuk ekspor ini.",
|
||||||
"saveExport": "Simpan Ekspor"
|
"saveExport": "Simpan Ekspor"
|
||||||
},
|
},
|
||||||
"toast": {
|
"toast": {
|
||||||
"error": {
|
"error": {
|
||||||
"renameExportFailed": "Gagal mengganti nama export: {{errorMessage}}"
|
"renameExportFailed": "Gagal mengganti nama ekspor: {{errorMessage}}"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"tooltip": {
|
||||||
|
"shareExport": "Bagikan Ekspor",
|
||||||
|
"downloadVideo": "Unduh Video",
|
||||||
|
"editName": "Ubah nama",
|
||||||
|
"deleteExport": "Hapus ekspor"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"description": {
|
"description": {
|
||||||
"addFace": "Tambah ke koleksi Pustaka Wajah.",
|
"addFace": "Tambah ke koleksi Pustaka Wajah dengan men-upload gambar pertama anda.",
|
||||||
"placeholder": "Masukkan Nama untuk koleksi ini",
|
"placeholder": "Masukkan Nama untuk koleksi ini",
|
||||||
"invalidName": "Nama tidak valid. Nama hanya dapat berisi huruf, angka, spasi, apostrof, garis bawah, dan tanda hubung."
|
"invalidName": "Nama tidak valid. Nama hanya dapat berisi huruf, angka, spasi, apostrof, garis bawah, dan tanda hubung."
|
||||||
},
|
},
|
||||||
@ -18,13 +18,75 @@
|
|||||||
"createFaceLibrary": {
|
"createFaceLibrary": {
|
||||||
"desc": "Buat koleksi baru",
|
"desc": "Buat koleksi baru",
|
||||||
"title": "Buat Koleksi",
|
"title": "Buat Koleksi",
|
||||||
"nextSteps": "Untuk membangun fondasi yang kuat:<li>Gunakan tab Latih untuk memilih dan melatih gambar untuk setiap orang yang terdeteksi.</li><li>Fokus pada gambar lurus untuk hasil terbaik; hindari melatih gambar yang menangkap wajah pada sudut tertentu.</li></ul>"
|
"nextSteps": "Untuk membangun fondasi yang kuat:<li>Gunakan tab Pengenalan Terbaru untuk memilih dan melatih gambar untuk setiap orang yang terdeteksi.</li><li>Fokus pada gambar langsung untuk hasil terbaik; hindari melatih gambar yang menangkap wajah pada sudut tertentu.</li></ul>",
|
||||||
|
"new": "Buat Wajah Baru"
|
||||||
},
|
},
|
||||||
"uploadFaceImage": {
|
"uploadFaceImage": {
|
||||||
"desc": "Unggah gambar untuk dipindai wajah dan sertakan untuk {{pageToggle}}",
|
"desc": "Unggah gambar untuk dipindai wajah dan sertakan untuk {{pageToggle}}",
|
||||||
"title": "Unggah Gambar Wajah"
|
"title": "Unggah Gambar Wajah"
|
||||||
},
|
},
|
||||||
"steps": {
|
"steps": {
|
||||||
"faceName": "Masukkan Nama Wajah"
|
"faceName": "Masukkan Nama Wajah",
|
||||||
|
"uploadFace": "Unggah Gambar Wajah",
|
||||||
|
"nextSteps": "Langkah Berikutnya",
|
||||||
|
"description": {
|
||||||
|
"uploadFace": "Upload sebuah gambar dari {{name}} yang menunjukkan wajah mereka dari sisi depan. Gambar tidak perlu dipotong ke wajah mereka."
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"train": {
|
||||||
|
"title": "Pengenalan Terkini",
|
||||||
|
"aria": "Pilih pengenalan terkini",
|
||||||
|
"empty": "Tidak ada percobaan pengenalan wajah baru-baru ini"
|
||||||
|
},
|
||||||
|
"deleteFaceLibrary": {
|
||||||
|
"title": "Hapus Nama",
|
||||||
|
"desc": "Apakah anda yakin ingin menghapus koleksi {{name}}? Ini akan menghapus semua wajah terkait secara permanen."
|
||||||
|
},
|
||||||
|
"deleteFaceAttempts": {
|
||||||
|
"title": "Hapus Wajah-Wajah",
|
||||||
|
"desc_other": "Apakah anda yakin ingin menghapis {{count}} wajah? Aksi ini tidak dapat diurungkan."
|
||||||
|
},
|
||||||
|
"renameFace": {
|
||||||
|
"title": "Ganti Nama Wajah",
|
||||||
|
"desc": "Masukkan nama baru untuk {{name}}"
|
||||||
|
},
|
||||||
|
"button": {
|
||||||
|
"deleteFaceAttempts": "Hapus Wajah",
|
||||||
|
"addFace": "Tambah Wajah",
|
||||||
|
"renameFace": "Ganti Nama Wajah",
|
||||||
|
"deleteFace": "Hapus Wajah",
|
||||||
|
"uploadImage": "Unggah Gambar",
|
||||||
|
"reprocessFace": "Proses Ulang Wajah"
|
||||||
|
},
|
||||||
|
"imageEntry": {
|
||||||
|
"validation": {
|
||||||
|
"selectImage": "Silahkan pilih sebuah file gambar."
|
||||||
|
},
|
||||||
|
"dropActive": "Letakkan gambar di sini…",
|
||||||
|
"dropInstructions": "Seret dan lepaskan atau tempel gambar di sini, atau klik untuk memilih",
|
||||||
|
"maxSize": "Ukuran maksimum: {{size}}MB"
|
||||||
|
},
|
||||||
|
"nofaces": "Tidak ada wajah tersedia",
|
||||||
|
"trainFaceAs": "Latih Gambar sebagai:",
|
||||||
|
"trainFace": "Latih Wajah",
|
||||||
|
"toast": {
|
||||||
|
"success": {
|
||||||
|
"uploadedImage": "Berhasil men unggah gambar.",
|
||||||
|
"addFaceLibrary": "{{name}} telah berhasil ditambahkan ke Pustaka Wajah!",
|
||||||
|
"deletedFace_other": "Berhasil menghapus {{count}} wajah.",
|
||||||
|
"deletedName_other": "{{count}} wajah telah berhasil dihapus.",
|
||||||
|
"renamedFace": "Berhasil mengganti nama wajah ke {{name}}",
|
||||||
|
"trainedFace": "Berhasil melatih wajah.",
|
||||||
|
"updatedFaceScore": "Berhasil memperbaharui nilai wajah."
|
||||||
|
},
|
||||||
|
"error": {
|
||||||
|
"uploadingImageFailed": "Gagal menunggah gambar: {{errorMessage}}",
|
||||||
|
"addFaceLibraryFailed": "Gagal mengatur nama wajah: {{errorMessage}}",
|
||||||
|
"deleteFaceFailed": "Gagal untuk menghapus: {{errorMessage}}",
|
||||||
|
"deleteNameFailed": "Gagal menghapus nama: {{errorMessage}}",
|
||||||
|
"renameFaceFailed": "Gagal mengganti nama wajah: {{errorMessage}}",
|
||||||
|
"trainFailed": "Gagal untuk melatih: {{errorMessage}}",
|
||||||
|
"updateFaceScoreFailed": "Gagal untuk memperbaharui nilai wajah: {{errorMessage}}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user