[ci skip] Translation update
This commit is contained in:
parent
f82e59c32a
commit
c11b85af2f
1350 changed files with 17396 additions and 1767 deletions
11
homeassistant/components/axis/translations/he.json
Normal file
11
homeassistant/components/axis/translations/he.json
Normal file
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"config": {
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"password": "\u05e1\u05d9\u05e1\u05de\u05d4"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -1,8 +1,13 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van"
|
||||
},
|
||||
"error": {
|
||||
"already_configured": "Az eszk\u00f6zt m\u00e1r konfigur\u00e1ltuk",
|
||||
"cannot_connect": "Sikertelen csatlakoz\u00e1s"
|
||||
"already_configured": "Az eszk\u00f6z m\u00e1r konfigur\u00e1lva van",
|
||||
"already_in_progress": "A konfigur\u00e1ci\u00f3 m\u00e1r folyamatban van.",
|
||||
"cannot_connect": "Sikertelen csatlakoz\u00e1s",
|
||||
"invalid_auth": "\u00c9rv\u00e9nytelen hiteles\u00edt\u00e9s"
|
||||
},
|
||||
"flow_title": "Axis eszk\u00f6z: {name} ({host})",
|
||||
"step": {
|
||||
|
|
37
homeassistant/components/axis/translations/id.json
Normal file
37
homeassistant/components/axis/translations/id.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"config": {
|
||||
"abort": {
|
||||
"already_configured": "Perangkat sudah dikonfigurasi",
|
||||
"link_local_address": "Tautan alamat lokal tidak didukung",
|
||||
"not_axis_device": "Perangkat yang ditemukan bukan perangkat Axis"
|
||||
},
|
||||
"error": {
|
||||
"already_configured": "Perangkat sudah dikonfigurasi",
|
||||
"already_in_progress": "Alur konfigurasi sedang berlangsung",
|
||||
"cannot_connect": "Gagal terhubung",
|
||||
"invalid_auth": "Autentikasi tidak valid"
|
||||
},
|
||||
"flow_title": "{name} ({host})",
|
||||
"step": {
|
||||
"user": {
|
||||
"data": {
|
||||
"host": "Host",
|
||||
"password": "Kata Sandi",
|
||||
"port": "Port",
|
||||
"username": "Nama Pengguna"
|
||||
},
|
||||
"title": "Siapkan perangkat Axis"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"configure_stream": {
|
||||
"data": {
|
||||
"stream_profile": "Pilih profil streaming yang akan digunakan"
|
||||
},
|
||||
"title": "Opsi streaming video perangkat Axis"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
|
@ -23,5 +23,15 @@
|
|||
"title": "Stel het Axis-apparaat in"
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"configure_stream": {
|
||||
"data": {
|
||||
"stream_profile": "Selecteer stream profiel om te gebruiken"
|
||||
},
|
||||
"title": "Opties voor videostreams van Axis-apparaten"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue