Files
homarr/public/locales/sk/modules/date.json
2023-12-30 21:46:01 +01:00

35 lines
707 B
JSON

{
"descriptor": {
"name": "Dátum a čas",
"description": "Zobrazuje aktuálny dátum a čas.",
"settings": {
"title": "Nastavenia miniaplikácie Dátum a čas",
"timezone": {
"label": "",
"info": ""
},
"customTitle": {
"label": ""
},
"display24HourFormat": {
"label": "Zobraziť celý čas (24 hodín)"
},
"dateFormat": {
"label": "Formát dátumu",
"data": {
"hide": "Skryť dátum"
}
},
"titleState": {
"label": "",
"info": "",
"data": {
"both": "",
"city": "",
"none": "Žiadne"
}
}
}
}
}