core/homeassistant/components/brother/translations/cs.json

28 lines
1021 B
JSON
Raw Normal View History

2020-01-28 00:31:59 +00:00
{
"config": {
2020-10-10 00:05:05 +00:00
"abort": {
2020-10-11 00:03:37 +00:00
"already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno",
"unsupported_model": "Tento model tisk\u00e1rny nen\u00ed podporov\u00e1n."
2020-10-10 00:05:05 +00:00
},
"error": {
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit",
2020-10-18 00:03:28 +00:00
"wrong_host": "Neplatn\u00fd hostitel nebo IP adresa."
2020-10-10 00:05:05 +00:00
},
2020-01-28 00:31:59 +00:00
"flow_title": "Tisk\u00e1rna Brother: {model} {serial_number}",
"step": {
2020-06-27 00:05:54 +00:00
"user": {
"data": {
2020-10-10 00:05:05 +00:00
"host": "Hostitel",
"type": "Typ tisk\u00e1rny"
2020-06-27 00:05:54 +00:00
}
},
2020-01-28 00:31:59 +00:00
"zeroconf_confirm": {
"data": {
"type": "Typ tisk\u00e1rny"
},
2020-11-05 00:10:11 +00:00
"description": "Chcete p\u0159idat tisk\u00e1rnu Brother {model} se s\u00e9riov\u00fdm \u010d\u00edslem `{serial_number}` do Home Assistant?",
2020-01-28 00:31:59 +00:00
"title": "Objeven\u00e1 tisk\u00e1rna Brother"
}
}
}
}