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

31 lines
871 B
JSON
Raw Normal View History

2020-09-24 00:05:22 +00:00
{
2020-09-27 00:06:49 +00:00
"config": {
2020-10-02 00:05:51 +00:00
"abort": {
2020-10-04 00:05:05 +00:00
"single_instance_allowed": "Juba seadistatud. V\u00f5imalik on ainult \u00fcks seadistamine.",
2020-10-02 00:05:51 +00:00
"unknown": "Tundmatu viga"
},
2020-09-27 00:06:49 +00:00
"error": {
2020-10-12 00:03:31 +00:00
"cannot_connect": "\u00dchendamine nurjus"
2020-09-27 00:06:49 +00:00
},
2021-05-12 00:04:03 +00:00
"flow_title": "{name}",
2020-09-27 00:06:49 +00:00
"step": {
"user": {
"data": {
"password": "Salas\u00f5na",
"username": "Kasutajanimi"
2020-10-02 00:05:51 +00:00
},
"title": "Loo \u00fchendus Canary-iga"
2020-09-27 00:06:49 +00:00
}
}
},
2020-09-24 00:05:22 +00:00
"options": {
"step": {
"init": {
"data": {
2020-10-12 00:03:31 +00:00
"ffmpeg_arguments": "Kaamerate jaoks edastavad argumendid (ffmpeg)",
2020-09-24 00:05:22 +00:00
"timeout": "P\u00e4ringu ajal\u00f5pp (sekundites)"
}
}
}
}
}