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

24 lines
708 B
JSON
Raw Normal View History

2021-03-16 00:04:36 +00:00
{
"config": {
"abort": {
"already_configured": "Perangkat sudah dikonfigurasi",
"cannot_connect": "Gagal terhubung"
},
"error": {
"cannot_connect": "Gagal terhubung"
},
2021-10-02 12:59:05 +00:00
"flow_title": "{name}",
2021-03-16 00:04:36 +00:00
"step": {
"user": {
"data": {
"host": "Host"
},
"description": "Siapkan WLED Anda untuk diintegrasikan dengan Home Assistant."
},
"zeroconf_confirm": {
"description": "Ingin menambahkan WLED `{name}` ke Home Assistant?",
"title": "Peranti WLED yang ditemukan"
}
}
}
}