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

29 lines
804 B
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
"abort": {
"already_configured": "Teenus on juba seadistatud"
2020-10-12 00:03:31 +00:00
},
"error": {
"cannot_connect": "\u00dchendamine nurjus"
},
"step": {
2021-02-03 10:46:49 +00:00
"api_key": {
"data": {
"api_key": "API v\u00f5ti"
}
},
2020-10-12 00:03:31 +00:00
"user": {
"data": {
2020-10-14 00:04:41 +00:00
"api_key": "API v\u00f5ti",
2020-10-12 00:03:31 +00:00
"host": "",
2020-11-05 00:10:11 +00:00
"location": "Asukoht",
2020-10-14 00:04:41 +00:00
"name": "Nimi",
2020-10-12 00:03:31 +00:00
"port": "",
2020-10-14 00:04:41 +00:00
"ssl": "Kasuatb SSL serti",
2021-02-03 10:46:49 +00:00
"statistics_only": "Ainult statistika",
2020-10-12 00:03:31 +00:00
"verify_ssl": "Kontrolli SSL sertifikaati"
}
}
2020-10-09 00:04:33 +00:00
}
}
}