core/homeassistant/components/pi_hole/translations/id.json

29 lines
803 B
JSON

{
"config": {
"abort": {
"already_configured": "Layanan sudah dikonfigurasi"
},
"error": {
"cannot_connect": "Gagal terhubung"
},
"step": {
"api_key": {
"data": {
"api_key": "Kunci API"
}
},
"user": {
"data": {
"api_key": "Kunci API",
"host": "Host",
"location": "Lokasi",
"name": "Nama",
"port": "Port",
"ssl": "Menggunakan sertifikat SSL",
"statistics_only": "Hanya Statistik",
"verify_ssl": "Verifikasi sertifikat SSL"
}
}
}
}
}