Files
homarr/public/locales/en/modules/date.json
2023-08-09 20:33:17 +02:00

34 lines
913 B
JSON

{
"descriptor": {
"name": "Date and Time",
"description": "Displays the current date and time.",
"settings": {
"title": "Settings for Date and Time widget",
"display24HourFormat": {
"label": "Display full time (24-hour)"
},
"dateFormat": {
"label": "Date formatting",
"data": {
"hide": "Hide Date"
}
},
"enableTimezone": {
"label": "Display a custom Timezone"
},
"timezoneLocation": {
"label": "Timezone Location"
},
"titleState": {
"label": "City title",
"info": "In case you activate the Timezone option, the name of the city and the timezone code can be shown.<br/>You can also show the city alone or even show none.",
"data": {
"both": "City and Timezone",
"city": "City only",
"none": "None"
}
}
}
}
}