mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-22 20:18:30 +03:00
Currently translated at 13.9% (17 of 122 strings) Co-authored-by: Hosted Weblate <hosted@weblate.org> Co-authored-by: ariska <ariska@databisnis.id> Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-classificationmodel/id/ Translation: Frigate NVR/views-classificationmodel
34 lines
1004 B
JSON
34 lines
1004 B
JSON
{
|
|
"documentTitle": "Klasifikasi Model - Frigate",
|
|
"details": {
|
|
"scoreInfo": "Skor tersebut mewakili rata-rata kepercayaan klasifikasi di seluruh deteksi objek ini."
|
|
},
|
|
"button": {
|
|
"deleteClassificationAttempts": "Hapus Gambar Klasifikasi",
|
|
"renameCategory": "Ubah Nama Kelas",
|
|
"deleteCategory": "Hapus Kelas",
|
|
"deleteImages": "Hapus Gambar",
|
|
"trainModel": "Latih Model",
|
|
"addClassification": "Tambah Klasifikasi",
|
|
"deleteModels": "Hapus Model",
|
|
"editModel": "Ubah Model"
|
|
},
|
|
"tooltip": {
|
|
"trainingInProgress": "Model dalam training"
|
|
},
|
|
"toast": {
|
|
"success": {
|
|
"deletedCategory": "Kelas dihapus",
|
|
"deletedImage": "Image dihapus"
|
|
},
|
|
"error": {
|
|
"updateModelFailed": "Gagal melakukan perubahan pada model: {{errorMessage}}",
|
|
"renameCategoryFailed": "Gagal merubah penamaan kelas: {{errorMessage}}"
|
|
}
|
|
},
|
|
"deleteCategory": {
|
|
"title": "Kelas dihapus",
|
|
"minClassesTitle": "Dilarang menghapus Kelas"
|
|
}
|
|
}
|