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

39 lines
1.2 KiB
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"
},
2021-10-02 12:59:05 +00:00
"flow_title": "{name}",
2021-04-15 00:02:56 +00:00
"step": {
"gateway_entry": {
"data": {
"ip_address": "Alamat IP",
"port": "Port"
},
"description": "Masukkan informasi ScreenLogic Gateway Anda.",
"title": "ScreenLogic"
},
"gateway_select": {
"data": {
"selected_gateway": "Gateway"
},
"description": "Gateway ScreenLogic berikut ini ditemukan. Pilih satu untuk dikonfigurasi, atau pilih untuk mengonfigurasi gateway ScreenLogic secara manual.",
"title": "ScreenLogic"
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Interval pemindaian dalam detik"
},
"description": "Tentukan pengaturan untuk {gateway_name}",
"title": "ScreenLogic"
}
}
}
}