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

32 lines
993 B
JSON
Raw Normal View History

2020-06-27 00:05:54 +00:00
{
"config": {
2021-02-15 00:14:36 +00:00
"abort": {
"already_configured": "\u00da\u010det je ji\u017e nastaven",
"reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9"
},
2020-10-10 00:05:05 +00:00
"error": {
2020-10-11 00:03:37 +00:00
"already_configured": "\u00da\u010det je ji\u017e nastaven",
2020-10-10 00:05:05 +00:00
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit",
2020-11-11 11:10:09 +00:00
"invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed"
2020-10-10 00:05:05 +00:00
},
2020-06-27 00:05:54 +00:00
"step": {
"user": {
"data": {
"password": "Heslo",
"username": "E-mail"
2020-10-11 00:03:37 +00:00
},
"description": "Zadejte sv\u00e9 \u00fadaje.",
"title": "Tesla - Nastaven\u00ed"
}
}
},
"options": {
"step": {
"init": {
"data": {
"scan_interval": "Po\u010det sekund mezi sledov\u00e1n\u00edm"
2020-06-27 00:05:54 +00:00
}
}
}
}
}