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

28 lines
683 B
JSON
Raw Normal View History

2022-02-20 00:20:09 +00:00
{
"config": {
2022-11-25 00:24:19 +00:00
"abort": {
"already_configured": "\u00da\u010det je u\u017e nakonfigurovan\u00fd"
},
2022-02-20 00:20:09 +00:00
"error": {
2022-11-25 00:24:19 +00:00
"cannot_connect": "Nepodarilo sa pripoji\u0165",
"invalid_auth": "Neplatn\u00e9 overenie",
"unknown": "Neo\u010dak\u00e1van\u00e1 chyba"
2022-11-21 00:26:41 +00:00
},
"step": {
"user": {
"data": {
"password": "Heslo"
}
}
2022-02-20 00:20:09 +00:00
}
2022-11-23 00:26:26 +00:00
},
"options": {
"step": {
"init": {
"data": {
"unit_of_measurement": "Jednotka merania"
}
}
}
2022-02-20 00:20:09 +00:00
}
}