[ci skip] Translation update
This commit is contained in:
parent
f82e59c32a
commit
c11b85af2f
1350 changed files with 17396 additions and 1767 deletions
|
@ -1,13 +1,31 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "A szolg\u00e1ltat\u00e1s 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"
|
||||
},
|
||||
"flow_title": "Smile: {name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"flow_type": "Kapcsolat t\u00edpusa"
|
||||
}
|
||||
},
|
||||
"description": "Term\u00e9k:",
|
||||
"title": "Plugwise t\u00edpus"
|
||||
},
|
||||
"user_gateway": {
|
||||
"description": "K\u00e9rj\u00fck, adja meg"
|
||||
"data": {
|
||||
"host": "IP c\u00edm",
|
||||
"password": "Smile azonos\u00edt\u00f3",
|
||||
"port": "Port",
|
||||
"username": "Smile Felhaszn\u00e1l\u00f3n\u00e9v"
|
||||
},
|
||||
"description": "K\u00e9rj\u00fck, adja meg",
|
||||
"title": "Csatlakoz\u00e1s a Smile-hoz"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
42
homeassistant/components/plugwise/translations/id.json
Normal file
42
homeassistant/components/plugwise/translations/id.json
Normal file
|
@ -0,0 +1,42 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Layanan sudah dikonfigurasi"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Gagal terhubung",
|
||||
"invalid_auth": "Autentikasi tidak valid",
|
||||
"unknown": "Kesalahan yang tidak diharapkan"
|
||||
},
|
||||
"flow_title": "Smile: {name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"flow_type": "Jenis koneksi"
|
||||
},
|
||||
"description": "Produk:",
|
||||
"title": "Jenis Plugwise"
|
||||
},
|
||||
"user_gateway": {
|
||||
"data": {
|
||||
"host": "Alamat IP",
|
||||
"password": "ID Smile",
|
||||
"port": "Port",
|
||||
"username": "Nama Pengguna Smile"
|
||||
},
|
||||
"description": "Masukkan",
|
||||
"title": "Hubungkan ke Smile"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"data": {
|
||||
"scan_interval": "Interval Pindai (detik)"
|
||||
},
|
||||
"description": "Sesuaikan Opsi Plugwise"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -11,14 +11,21 @@
|
|||
"flow_title": "Smile: {name}",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"flow_type": "\uc5f0\uacb0 \uc720\ud615"
|
||||
},
|
||||
"description": "\uc81c\ud488:",
|
||||
"title": "Plugwise \uc720\ud615"
|
||||
},
|
||||
"user_gateway": {
|
||||
"data": {
|
||||
"host": "IP \uc8fc\uc18c",
|
||||
"port": "\ud3ec\ud2b8"
|
||||
}
|
||||
"password": "Smile ID",
|
||||
"port": "\ud3ec\ud2b8",
|
||||
"username": "Smile \uc0ac\uc6a9\uc790 \uc774\ub984"
|
||||
},
|
||||
"description": "\uc785\ub825\ud574\uc8fc\uc138\uc694",
|
||||
"title": "Smile\uc5d0 \uc5f0\uacb0\ud558\uae30"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@ -28,7 +35,7 @@
|
|||
"data": {
|
||||
"scan_interval": "\uc2a4\uce94 \uac04\uaca9 (\ucd08)"
|
||||
},
|
||||
"description": "Plugwise \uc635\uc158 \uc870\uc815"
|
||||
"description": "Plugwise \uc635\uc158 \uc870\uc815\ud558\uae30"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
"already_configured": "De service is al geconfigureerd"
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Verbinding mislukt, probeer het opnieuw",
|
||||
"invalid_auth": "Ongeldige authenticatie, controleer de 8 karakters van uw Smile-ID",
|
||||
"cannot_connect": "Kan geen verbinding maken",
|
||||
"invalid_auth": "Ongeldige authenticatie",
|
||||
"unknown": "Onverwachte fout"
|
||||
},
|
||||
"step": {
|
||||
|
@ -20,8 +20,10 @@
|
|||
"data": {
|
||||
"host": "IP-adres",
|
||||
"password": "Smile-ID",
|
||||
"port": "Poort"
|
||||
"port": "Poort",
|
||||
"username": "Smile Gebruikersnaam"
|
||||
},
|
||||
"description": "Voer in",
|
||||
"title": "Maak verbinding met de Smile"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue