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

31 lines
884 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": "Kontroller on juba seadistatud"
},
2020-10-09 00:04:33 +00:00
"error": {
2020-10-10 00:05:05 +00:00
"faulty_credentials": "Tuvastamine nurjus",
2020-10-12 00:03:31 +00:00
"service_unavailable": "\u00dchendamine nurjus",
"unknown_client_mac": "Sellel MAC-aadressil pole \u00fchtegi klienti saadaval"
2020-10-09 00:04:33 +00:00
},
"step": {
"user": {
"data": {
2020-10-12 00:03:31 +00:00
"host": "",
"password": "Salas\u00f5na",
2020-10-13 00:03:24 +00:00
"port": "",
2020-10-12 00:03:31 +00:00
"verify_ssl": "Kontrolli SSL sertifikaati"
}
}
}
},
"options": {
"step": {
"statistics_sensors": {
"data": {
"allow_uptime_sensors": "V\u00f5rguklientide t\u00f6\u00f6soleku andurid"
2020-10-09 00:04:33 +00:00
}
}
}
}
}