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

29 lines
834 B
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
2020-10-12 00:03:31 +00:00
"abort": {
"already_configured": "Seade on juba h\u00e4\u00e4lestatud",
"already_in_progress": "Seadistamine on juba k\u00e4imas"
},
2020-10-09 00:04:33 +00:00
"error": {
2020-10-10 00:05:05 +00:00
"invalid_auth": "Tuvastamise viga",
2020-10-09 00:04:33 +00:00
"invalid_password": "Vale salas\u00f5na!"
},
2020-10-15 00:03:50 +00:00
"flow_title": "ESPHome: {name}",
2020-10-09 00:04:33 +00:00
"step": {
"authenticate": {
"data": {
"password": "Salas\u00f5na"
}
2020-10-12 00:03:31 +00:00
},
2020-10-15 00:03:50 +00:00
"discovery_confirm": {
"description": "Kas soovid lisada ESPHome'i s\u00f5lme '{name}' Home Assistant-ile?"
},
2020-10-12 00:03:31 +00:00
"user": {
"data": {
2020-10-14 00:04:41 +00:00
"host": "",
"port": "Port"
2020-10-12 00:03:31 +00:00
}
2020-10-09 00:04:33 +00:00
}
}
}
}