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

35 lines
1.0 KiB
JSON
Raw Normal View History

2019-10-29 00:32:16 +00:00
{
"config": {
"abort": {
2020-10-11 00:03:37 +00:00
"already_configured": "Za\u0159\u00edzen\u00ed je ji\u017e nastaveno"
2019-10-29 00:32:16 +00:00
},
"error": {
2020-10-10 00:05:05 +00:00
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit",
"invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed",
2020-11-11 11:10:09 +00:00
"name_exists": "Jm\u00e9no already exists"
2020-06-27 00:05:54 +00:00
},
"step": {
"user": {
"data": {
"host": "Hostitel",
2020-10-10 00:05:05 +00:00
"name": "Jm\u00e9no",
2020-06-27 00:05:54 +00:00
"password": "Heslo",
"port": "Port",
"username": "U\u017eivatelsk\u00e9 jm\u00e9no"
}
}
2019-10-29 00:32:16 +00:00
}
},
"options": {
"step": {
"init": {
2020-10-11 00:03:37 +00:00
"data": {
2020-10-26 00:03:36 +00:00
"limit": "Limit",
2020-11-12 00:10:58 +00:00
"order": "Po\u0159ad\u00ed",
2020-10-11 00:03:37 +00:00
"scan_interval": "Frekvence aktualizac\u00ed"
},
2019-10-29 00:32:16 +00:00
"title": "Nakonfigurujte mo\u017enosti pro Transmission"
}
}
}
}