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

35 lines
699 B
JSON

{
"descriptor": {
"name": "Datum en tijd",
"description": "Toont de huidige datum en tijd.",
"settings": {
"title": "Instellingen voor datum en tijd widget",
"timezone": {
"label": "",
"info": ""
},
"customTitle": {
"label": ""
},
"display24HourFormat": {
"label": "Volledige tijd weergeven (24-uur)"
},
"dateFormat": {
"label": "Datumopmaak",
"data": {
"hide": "Datum verbergen"
}
},
"titleState": {
"label": "",
"info": "",
"data": {
"both": "",
"city": "",
"none": "Geen"
}
}
}
}
}