[ci skip] Translation update

This commit is contained in:
HomeAssistant Azure 2021-03-16 00:04:36 +00:00
parent f82e59c32a
commit c11b85af2f
1350 changed files with 17396 additions and 1767 deletions

View file

@ -2,6 +2,20 @@
"config": {
"abort": {
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van"
},
"error": {
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s",
"unknown": "V\u00e1ratlan hiba t\u00f6rt\u00e9nt"
},
"step": {
"user": {
"data": {
"host": "IP c\u00edm",
"password": "Jelsz\u00f3",
"username": "Felhaszn\u00e1l\u00f3n\u00e9v"
}
}
}
}
}

View file

@ -0,0 +1,31 @@
{
"config": {
"abort": {
"already_configured": "Perangkat sudah dikonfigurasi"
},
"error": {
"cannot_connect": "Gagal terhubung",
"invalid_auth": "Autentikasi tidak valid",
"unknown": "Kesalahan yang tidak diharapkan"
},
"step": {
"user": {
"data": {
"host": "Alamat IP",
"password": "Kata Sandi",
"username": "Nama Pengguna"
},
"description": "Masukkan detail akun Control4 Anda dan alamat IP pengontrol lokal Anda."
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Interval pembaruan dalam detik"
}
}
}
}
}

View file

@ -4,6 +4,7 @@
"already_configured": "Apparaat is al geconfigureerd"
},
"error": {
"cannot_connect": "Kan geen verbinding maken",
"invalid_auth": "Ongeldige authenticatie",
"unknown": "Onverwachte fout"
},
@ -16,5 +17,14 @@
}
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Seconden tussen updates"
}
}
}
}
}