feat: Add widget integration option (#14)

* wip: add widget integrations

* feat: Add integration option to widgets

* feat: Add translation for widget integration select

* fix: formatting issue

* chore: address pull request feedback
This commit is contained in:
Meier Lukas
2024-02-03 10:24:39 +01:00
committed by GitHub
parent 3a0f280984
commit 1740450648
22 changed files with 378 additions and 55 deletions

View File

@@ -148,6 +148,9 @@ export default {
cancel: "Abbrechen",
confirm: "Bestätigen",
},
multiSelect: {
placeholder: "Wähle eine oder mehrere Optionen aus",
},
noResults: "Keine Ergebnisse gefunden",
search: {
placeholder: "Suche nach etwas...",
@@ -155,17 +158,23 @@ export default {
},
},
widget: {
editModal: {
integrations: {
label: "Integrationen",
},
},
clock: {
option: {
is24HourFormat: {
label: "24-Stunden Format",
description: "Use 24-hour format instead of 12-hour format",
description:
"Verwende das 24-Stunden Format anstelle des 12-Stunden Formats",
},
isLocaleTime: {
label: "Use locale time",
label: "Lokale Zeit verwenden",
},
timezone: {
label: "Timezone",
label: "Zeitzone",
},
},
},

View File

@@ -147,6 +147,9 @@ export default {
cancel: "Cancel",
confirm: "Confirm",
},
multiSelect: {
placeholder: "Pick one or more values",
},
search: {
placeholder: "Search for anything...",
nothingFound: "Nothing found",
@@ -154,6 +157,11 @@ export default {
noResults: "No results found",
},
widget: {
editModal: {
integrations: {
label: "Integrations",
},
},
clock: {
option: {
is24HourFormat: {