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

35 lines
1.1 KiB
JSON
Raw Normal View History

2020-10-10 00:05:05 +00:00
{
"config": {
"abort": {
2020-10-11 00:03:37 +00:00
"single_instance_allowed": "Ji\u017e nastaveno. Je mo\u017en\u00e1 pouze jedin\u00e1 konfigurace.",
2020-10-10 00:05:05 +00:00
"unknown": "Neo\u010dek\u00e1van\u00e1 chyba"
},
"error": {
2020-11-11 11:10:09 +00:00
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit"
2020-10-10 00:05:05 +00:00
},
2020-10-18 00:03:28 +00:00
"flow_title": "NZBGet: {name}",
2020-10-10 00:05:05 +00:00
"step": {
"user": {
"data": {
"host": "Hostitel",
"name": "Jm\u00e9no",
"password": "Heslo",
"port": "Port",
"ssl": "Pou\u017e\u00edv\u00e1 SSL certifik\u00e1t",
"username": "U\u017eivatelsk\u00e9 jm\u00e9no",
"verify_ssl": "Ov\u011b\u0159it certifik\u00e1t SSL"
2020-10-11 00:03:37 +00:00
},
"title": "P\u0159ipojen\u00ed k NZBGet"
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Frekvence aktualizac\u00ed (v sekund\u00e1ch)"
2020-10-10 00:05:05 +00:00
}
}
}
}
}