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

28 lines
1.0 KiB
JSON
Raw Normal View History

2019-08-28 19:45:13 +00:00
{
"config": {
2021-03-16 00:04:36 +00:00
"abort": {
2021-07-10 00:09:24 +00:00
"already_configured": "Layanan sudah dikonfigurasi",
2021-05-12 00:04:03 +00:00
"existing_instance_updated": "Memperbarui konfigurasi yang ada."
2021-03-16 00:04:36 +00:00
},
"error": {
"cannot_connect": "Gagal terhubung"
},
2019-08-28 19:45:13 +00:00
"step": {
2021-03-16 00:04:36 +00:00
"hassio_confirm": {
2021-10-02 12:59:05 +00:00
"description": "Ingin mengonfigurasi Home Assistant untuk terhubung ke AdGuard Home yang disediakan oleh add-on: {addon}?",
2021-03-16 00:04:36 +00:00
"title": "AdGuard Home melalui add-on Home Assistant"
},
2019-08-28 19:45:13 +00:00
"user": {
"data": {
2021-03-16 00:04:36 +00:00
"host": "Host",
"password": "Kata Sandi",
"port": "Port",
"ssl": "Menggunakan sertifikat SSL",
"username": "Nama Pengguna",
"verify_ssl": "Verifikasi sertifikat SSL"
},
"description": "Siapkan instans AdGuard Home Anda untuk pemantauan dan kontrol."
2019-08-28 19:45:13 +00:00
}
}
}
}