feat: add calendar widget (#663)

* feat: add calendar widget

* feat: add artifacts to gitignore
This commit is contained in:
Manuel
2024-07-02 12:13:13 +02:00
committed by GitHub
parent 83ee03b192
commit dba97a3bd6
37 changed files with 707 additions and 9 deletions

View File

@@ -16,7 +16,7 @@ export default {
},
init: {
title: "New Homarr installation",
subtitle: "Please create the initial administator user",
subtitle: "Please create the initial administrator user",
},
},
field: {
@@ -907,6 +907,18 @@ export default {
},
},
},
calendar: {
name: "Calendar",
description: "Display events from your integrations in a calendar view within a certain relative time period",
option: {
filterPastMonths: {
label: "Start from",
},
filterFutureMonths: {
label: "End at",
},
},
},
weather: {
name: "Weather",
description: "Displays the current weather information of a set location.",
@@ -1473,6 +1485,9 @@ export default {
ping: {
label: "Pings",
},
mediaOrganizer: {
label: "Media Organizers",
},
},
},
},