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:
@@ -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",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user