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

40 lines
1.4 KiB
JSON
Raw Normal View History

2021-07-10 00:09:24 +00:00
{
"config": {
"abort": {
"already_configured": "Layanan sudah dikonfigurasi",
"reauth_successful": "Autentikasi ulang berhasil"
},
"error": {
"cannot_connect": "Gagal terhubung",
"invalid_auth": "Autentikasi tidak valid",
"invalid_url": "URL tidak valid",
"unknown": "Kesalahan yang tidak diharapkan"
},
"step": {
2021-11-19 00:14:01 +00:00
"hassio_confirm": {
2021-11-25 00:13:33 +00:00
"description": "Ingin mengonfigurasi Home Assistant untuk terhubung ke layanan motionEye yang disediakan oleh add-on: {addon}?",
2021-11-19 00:14:01 +00:00
"title": "motionEye melalui add-on Home Assistant"
},
2021-07-10 00:09:24 +00:00
"user": {
"data": {
"admin_password": "Kata Sandi Admin",
"admin_username": "Nama Pengguna Admin",
2021-11-18 00:12:48 +00:00
"surveillance_password": "Kata Sandi Surveillance",
"surveillance_username": "Nama Pengguna Surveillance",
2021-07-10 00:09:24 +00:00
"url": "URL"
}
}
}
2021-11-19 00:14:01 +00:00
},
"options": {
"step": {
"init": {
"data": {
"stream_url_template": "Templat URL streaming",
"webhook_set": "Konfigurasikan webhook motionEye untuk melaporkan peristiwa ke Home Assistant",
"webhook_set_overwrite": "Timpa webhook yang tidak dikenal"
}
}
}
2021-07-10 00:09:24 +00:00
}
}