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

28 lines
970 B
JSON
Raw Normal View History

2020-06-27 00:05:54 +00:00
{
"config": {
2020-10-10 00:05:05 +00:00
"abort": {
2021-10-17 00:12:27 +00:00
"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-17 00:06:00 +00:00
"invalid_auth": "Neplatn\u00e9 ov\u011b\u0159en\u00ed",
2021-10-17 00:12:27 +00:00
"no_devices": "V \u00fa\u010dtu nebyla nalezena \u017e\u00e1dn\u00e1 za\u0159\u00edzen\u00ed",
"unknown": "Neo\u010dek\u00e1van\u00e1 chyba"
2020-10-10 00:05:05 +00:00
},
2020-06-27 00:05:54 +00:00
"step": {
2021-10-17 00:12:27 +00:00
"reauth_confirm": {
"data": {
"password": "Heslo"
},
"title": "Znovu ov\u011b\u0159it integraci"
},
2020-06-27 00:05:54 +00:00
"user": {
"data": {
"password": "Heslo",
"username": "U\u017eivatelsk\u00e9 jm\u00e9no"
2020-10-17 00:06:00 +00:00
},
"title": "Vypl\u0148te sv\u00e9 \u00fadaje"
2020-06-27 00:05:54 +00:00
}
}
}
}