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

23 lines
593 B
JSON
Raw Normal View History

2021-04-15 00:02:56 +00:00
{
"config": {
"abort": {
"already_configured": "Perangkat sudah dikonfigurasi"
},
"error": {
"cannot_connect": "Gagal terhubung",
"unknown": "Kesalahan yang tidak diharapkan"
},
2021-10-02 12:59:05 +00:00
"flow_title": "{name}",
2021-04-15 00:02:56 +00:00
"step": {
"confirm": {
"description": "Ingin menyiapkan {name} ({host})?",
"title": "Siapkan SiteSage Emonitor"
},
"user": {
"data": {
"host": "Host"
}
}
}
}
}