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

23 lines
678 B
JSON
Raw Normal View History

2021-03-16 00:04:36 +00:00
{
"config": {
"abort": {
"cannot_connect": "Gagal terhubung"
},
"error": {
"cannot_connect": "Gagal terhubung",
"invalid_auth": "Autentikasi tidak valid"
},
2021-07-10 00:09:24 +00:00
"flow_title": "{device} ({ip_address})",
2021-03-16 00:04:36 +00:00
"step": {
"user": {
"data": {
"ip_address": "Alamat IP",
"password": "Kata Sandi",
"username": "Nama Pengguna"
},
"description": "Berikan informasi yang diperlukan di bawah ini.",
2021-10-02 12:59:05 +00:00
"title": "Siapkan GogoGate2 atau ismartgate"
2021-03-16 00:04:36 +00:00
}
}
}
}