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

31 lines
899 B
JSON

{
"config": {
"error": {
"already_configured": "Perangkat sudah dikonfigurasi",
"cannot_connect": "Gagal terhubung",
"id_exists": "ID gateway sudah ada",
"timeout_connect": "Tenggang waktu membuat koneksi habis"
},
"step": {
"init": {
"data": {
"device": "Jalur atau URL",
"id": "ID",
"name": "Nama"
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Suhu Lantai",
"read_precision": "Tingkat Presisi Baca",
"set_precision": "Atur Presisi",
"temporary_override_mode": "Mode Penimpaan Setpoint Sementara"
}
}
}
}
}