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

34 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-10-18 00:03:28 +00:00
"name_exists": "Jm\u00e9no already exists",
"wrong_credentials": "Neplatn\u00e9 u\u017eivatelsk\u00e9 jm\u00e9no nebo heslo"
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": {
"scan_interval": "Frekvence aktualizac\u00ed"
},
2019-10-29 00:32:16 +00:00
"title": "Nakonfigurujte mo\u017enosti pro Transmission"
}
}
}
}