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

35 lines
1.4 KiB
JSON
Raw Normal View History

2022-11-29 00:26:01 +00:00
{
"config": {
"abort": {
"single_instance_allowed": "U\u017e je nakonfigurovan\u00fd. Mo\u017en\u00e1 len jedna konfigur\u00e1cia."
},
"step": {
"user": {
"description": "Chcete za\u010da\u0165 nastavova\u0165?"
}
}
2022-12-06 00:21:31 +00:00
},
"entity": {
"sensor": {
"phase": {
"state": {
"first_quarter": "Prv\u00e1 \u0161tvrtina",
"full_moon": "Spln",
"last_quarter": "Posledn\u00e1 \u0161tvrtina",
"new_moon": "Nov mesiac",
"waning_crescent": "Ub\u00fadaj\u00faci polmesiac",
"waning_gibbous": "Ub\u00fadaj\u00faci mesiac",
"waxing_crescent": "Dorastaj\u00faci polmesiac",
"waxing_gibbous": "Dorastaj\u00faci mesiac"
}
}
}
2022-12-07 00:24:08 +00:00
},
"issues": {
"removed_yaml": {
2022-12-10 00:21:35 +00:00
"description": "Konfigur\u00e1cia Moon pomocou YAML bola odstr\u00e1nen\u00e1. \n\n Asistent dom\u00e1cnosti nepou\u017e\u00edva va\u0161u existuj\u00facu konfigur\u00e1ciu YAML. \n\n Ak chcete tento probl\u00e9m vyrie\u0161i\u0165, odstr\u00e1\u0148te konfigur\u00e1ciu YAML zo s\u00faboru configuration.yaml a re\u0161tartujte aplik\u00e1ciu Home Assistant.",
2022-12-07 00:24:08 +00:00
"title": "Konfigur\u00e1cia Moon YAML bola odstr\u00e1nen\u00e1"
}
},
"title": "Mesiac"
2022-11-29 00:26:01 +00:00
}