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

35 lines
687 B
JSON

{
"descriptor": {
"name": "Datum och tid",
"description": "Visar aktuellt datum och tid.",
"settings": {
"title": "Inställningar för datum och tid widget",
"timezone": {
"label": "",
"info": ""
},
"customTitle": {
"label": ""
},
"display24HourFormat": {
"label": "Visa heltid (24-timmars)"
},
"dateFormat": {
"label": "Datumformat",
"data": {
"hide": "Dölj datum"
}
},
"titleState": {
"label": "",
"info": "",
"data": {
"both": "",
"city": "",
"none": "Ingen"
}
}
}
}
}