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

31 lines
899 B
JSON
Raw Normal View History

2021-03-16 00:04:36 +00:00
{
"config": {
"error": {
"already_configured": "Perangkat sudah dikonfigurasi",
"cannot_connect": "Gagal terhubung",
2022-08-03 00:28:23 +00:00
"id_exists": "ID gateway sudah ada",
"timeout_connect": "Tenggang waktu membuat koneksi habis"
2021-03-16 00:04:36 +00:00
},
"step": {
"init": {
"data": {
"device": "Jalur atau URL",
"id": "ID",
"name": "Nama"
2022-05-19 00:26:11 +00:00
}
2021-03-16 00:04:36 +00:00
}
}
},
"options": {
"step": {
"init": {
"data": {
"floor_temperature": "Suhu Lantai",
2021-04-15 00:02:56 +00:00
"read_precision": "Tingkat Presisi Baca",
"set_precision": "Atur Presisi",
"temporary_override_mode": "Mode Penimpaan Setpoint Sementara"
2022-05-19 00:26:11 +00:00
}
2021-03-16 00:04:36 +00:00
}
}
}
}