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

27 lines
749 B
JSON
Raw Normal View History

2020-10-09 00:04:33 +00:00
{
"config": {
"abort": {
"already_configured": "Seade on juba h\u00e4\u00e4lestatud"
2020-10-12 00:03:31 +00:00
},
"error": {
2020-10-22 00:09:52 +00:00
"invalid_url": "Sobimatu URL",
2020-11-05 00:10:11 +00:00
"syncthru_not_supported": "Seade ei toeta SyncThru-d",
2020-10-12 00:03:31 +00:00
"unknown_state": "Printeri olek teadmata, kontrolli URL-i ja v\u00f5rgu\u00fchendust"
2020-11-05 00:10:11 +00:00
},
2021-05-12 00:04:03 +00:00
"flow_title": "{name}",
2020-11-05 00:10:11 +00:00
"step": {
"confirm": {
"data": {
"name": "",
"url": "Veebiliidese URL"
}
},
"user": {
"data": {
2020-11-11 00:10:27 +00:00
"name": "Nimi",
"url": "Veebiliidese URL"
2020-11-05 00:10:11 +00:00
}
}
2020-10-09 00:04:33 +00:00
}
}
}