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

56 lines
1.9 KiB
JSON
Raw Normal View History

2020-06-27 00:05:54 +00:00
{
"config": {
2020-10-10 00:05:05 +00:00
"abort": {
2020-10-16 00:04:33 +00:00
"already_configured": "Um\u00edst\u011bn\u00ed je ji\u017e nastaveno nebo ID uzlu/Pro je ji\u017e zaregistrov\u00e1no.",
"reauth_successful": "Op\u011btovn\u00e9 ov\u011b\u0159en\u00ed bylo \u00fasp\u011b\u0161n\u00e9"
2020-10-10 00:05:05 +00:00
},
"error": {
"cannot_connect": "Nepoda\u0159ilo se p\u0159ipojit",
"general_error": "Neo\u010dek\u00e1van\u00e1 chyba",
2020-11-11 11:10:09 +00:00
"invalid_api_key": "Neplatn\u00fd kl\u00ed\u010d API"
2020-10-10 00:05:05 +00:00
},
2020-06-27 00:05:54 +00:00
"step": {
2021-02-15 00:14:36 +00:00
"geography_by_coords": {
"data": {
"api_key": "Kl\u00ed\u010d API",
"latitude": "Zem\u011bpisn\u00e1 \u0161\u00ed\u0159ka",
"longitude": "Zem\u011bpisn\u00e1 d\u00e9lka"
}
},
"geography_by_name": {
"data": {
2021-02-21 00:07:04 +00:00
"api_key": "Kl\u00ed\u010d API",
"city": "M\u011bsto",
"country": "Zem\u011b"
2021-02-15 00:14:36 +00:00
}
},
2020-06-27 00:05:54 +00:00
"node_pro": {
"data": {
2020-10-12 00:03:31 +00:00
"ip_address": "Hostitel",
2020-06-27 00:05:54 +00:00
"password": "Heslo"
2020-10-11 00:03:37 +00:00
},
"title": "Nastaven\u00ed AirVisual Node/Pro"
2020-10-10 00:05:05 +00:00
},
2020-10-16 00:04:33 +00:00
"reauth_confirm": {
"data": {
"api_key": "Kl\u00ed\u010d API"
},
"title": "Znovu ov\u011b\u0159it AirVisual"
},
2020-10-10 00:05:05 +00:00
"user": {
2020-10-17 00:06:00 +00:00
"description": "Vyberte, jak\u00fd typ dat AirVisual chcete sledovat.",
"title": "Nastaven\u00ed AirVisual"
2020-06-27 00:05:54 +00:00
}
}
2020-10-11 00:03:37 +00:00
},
"options": {
"step": {
"init": {
2020-11-12 00:10:58 +00:00
"data": {
"show_on_map": "Uk\u00e1zat monitorovanou oblast na map\u011b"
},
2020-10-11 00:03:37 +00:00
"title": "Nastavte AirVisual"
}
}
2020-06-27 00:05:54 +00:00
}
}