core/homeassistant/components/sense/translations/sk.json

30 lines
876 B
JSON
Raw Normal View History

2022-02-20 00:20:09 +00:00
{
"config": {
2022-11-23 00:26:26 +00:00
"abort": {
"already_configured": "Zariadenie u\u017e je nakonfigurovan\u00e9"
},
2022-02-20 00:20:09 +00:00
"error": {
"invalid_auth": "Neplatn\u00e9 overenie"
},
"step": {
2022-11-21 00:26:41 +00:00
"reauth_validate": {
"data": {
"password": "Heslo"
2022-11-28 00:23:09 +00:00
},
"description": "Integr\u00e1cia Sense vy\u017eaduje op\u00e4tovn\u00e9 overenie v\u00e1\u0161ho \u00fa\u010dtu {email}.",
"title": "Znova overi\u0165 integr\u00e1ciu"
2022-11-21 00:26:41 +00:00
},
2022-02-20 00:20:09 +00:00
"user": {
"data": {
2022-11-21 00:26:41 +00:00
"email": "Email",
"password": "Heslo"
2022-02-20 00:20:09 +00:00
}
2022-11-28 00:23:09 +00:00
},
"validation": {
"data": {
"code": "Overovac\u00ed k\u00f3d"
}
2022-02-20 00:20:09 +00:00
}
}
}
}