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

42 lines
1.3 KiB
JSON
Raw Normal View History

2021-03-16 00:04:36 +00:00
{
"config": {
"abort": {
"already_configured": "Perangkat sudah dikonfigurasi",
"no_devices_found": "Tidak ada perangkat yang ditemukan di jaringan"
},
"error": {
"cannot_connect": "Gagal terhubung"
},
2021-10-02 12:59:05 +00:00
"flow_title": "{model} {id} ({host})",
2021-03-16 00:04:36 +00:00
"step": {
2021-07-10 00:09:24 +00:00
"discovery_confirm": {
"description": "Ingin menyiapkan {model} ({host})?"
},
2021-03-16 00:04:36 +00:00
"pick_device": {
"data": {
"device": "Perangkat"
}
},
"user": {
"data": {
"host": "Host"
},
"description": "Jika host dibiarkan kosong, proses penemuan akan digunakan untuk menemukan perangkat."
}
}
},
"options": {
"step": {
"init": {
"data": {
2021-11-16 00:18:33 +00:00
"model": "Model",
2021-03-16 00:04:36 +00:00
"nightlight_switch": "Gunakan Sakelar Lampu Malam",
"save_on_change": "Simpan Status Saat Berubah",
"transition": "Waktu Transisi (milidetik)",
"use_music_mode": "Aktifkan Mode Musik"
},
"description": "Jika model dibiarkan kosong, model akan dideteksi secara otomatis."
}
}
}
}