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

31 lines
823 B
JSON
Raw Normal View History

2021-03-16 00:04:36 +00:00
{
"config": {
"abort": {
"already_configured": "Akun sudah dikonfigurasi"
},
"error": {
"cannot_connect": "Gagal terhubung"
},
"step": {
2021-11-23 00:13:54 +00:00
"cloud": {
"data": {
"password": "Kata Sandi",
"username": "Nama Pengguna"
}
},
"local": {
"data": {
"ip_address": "Alamat IP"
},
"description": "Alamat IP lokal perangkat."
},
2021-03-16 00:04:36 +00:00
"user": {
"data": {
2021-11-23 00:13:54 +00:00
"connection_type": "Pilih jenis koneksi",
2021-03-16 00:04:36 +00:00
"password": "Kata Sandi",
"username": "Nama Pengguna"
}
}
}
}
}