core/homeassistant/components/emonitor/translations/sk.json

23 lines
638 B
JSON
Raw Normal View History

2022-11-19 00:26:11 +00:00
{
"config": {
2022-11-25 00:24:19 +00:00
"abort": {
"already_configured": "Zariadenie u\u017e je nakonfigurovan\u00e9"
},
"error": {
"cannot_connect": "Nepodarilo sa pripoji\u0165",
"unknown": "Neo\u010dak\u00e1van\u00e1 chyba"
},
2022-11-21 00:26:41 +00:00
"flow_title": "{name}",
2022-11-19 00:26:11 +00:00
"step": {
2022-11-23 00:26:26 +00:00
"confirm": {
2022-12-09 00:24:29 +00:00
"description": "Chcete nastavi\u0165 {name} ({host})?",
"title": "Nastavi\u0165 SiteSage Emonitor"
2022-11-23 00:26:26 +00:00
},
2022-11-19 00:26:11 +00:00
"user": {
"data": {
"host": "Hostite\u013e"
}
}
}
}
}