core/homeassistant/components/axis/translations/et.json

37 lines
1.1 KiB
JSON
Raw Normal View History

2020-10-08 00:06:03 +00:00
{
"config": {
2020-10-09 00:04:33 +00:00
"abort": {
2020-10-12 00:03:31 +00:00
"already_configured": "Seade on juba h\u00e4\u00e4lestatud",
"link_local_address": "Kohtv\u00f5rgu linke ei toetata",
"not_axis_device": "Avastatud seade pole Axise seade"
2020-10-09 00:04:33 +00:00
},
2020-10-08 00:06:03 +00:00
"error": {
2020-10-09 00:04:33 +00:00
"already_configured": "Seade on juba h\u00e4\u00e4lestatud",
2020-10-12 00:03:31 +00:00
"already_in_progress": "Seadistamine on juba k\u00e4imas",
2020-10-08 00:06:03 +00:00
"cannot_connect": "\u00dchendamine nurjus",
"invalid_auth": "Tuvastamise viga"
2020-10-09 00:04:33 +00:00
},
2021-02-03 10:46:49 +00:00
"flow_title": "{name} ({host})",
2020-10-09 00:04:33 +00:00
"step": {
"user": {
"data": {
2020-10-12 00:03:31 +00:00
"host": "",
"password": "Salas\u00f5na",
"port": "",
"username": "Kasutajanimi"
},
"title": "Seadista Axis'e seade"
}
}
},
"options": {
"step": {
"configure_stream": {
"data": {
"stream_profile": "Vali kasutatav vooprofiil"
},
"title": "Axis'e seadme videovoo valikud"
2020-10-09 00:04:33 +00:00
}
2020-10-08 00:06:03 +00:00
}
}
}