Files
espocrm/custom/Espo/Modules/LinkButton/Resources/i18n/de_DE/Admin.json
2026-01-19 17:46:06 +01:00

59 lines
2.0 KiB
JSON

{
"fieldTypes": {
"link-button": "Schaltfläche-Link"
},
"fields": {
"iconLeft": "Icon links",
"iconRight": "Icon rechts",
"mode": "Modus",
"buttonLabel": "Beschriftung",
"placeholder": "Platzhalter Wert",
"hideLabel": "Label ausblenden",
"buttonSize": "Größe der Schaltfläche",
"style": "Stil",
"title": "Titel",
"confirmationDialog": "Bestätigungsdialog",
"confirmationText": "Bestätigungstext",
"hideOriginalWorkflowAction": "Original Workflow-Aktion ausblenden",
"popupHeight": "Popup-Höhe",
"popupWidth": "Popup-Breite"
},
"options": {
"style": {
"default": "Standard",
"primary": "Primär",
"secondary": "Sekundär",
"success": "Erfolgreich",
"danger": "Gefahr",
"warning": "Warnung",
"info": "Info",
"dark": "Dunkel",
"light": "Hell",
"outline-primary": "Umrandung: Primär",
"outline-secondary": "Umrandung: Sekundär",
"outline-success": "Umrandung: Erfolgreich",
"outline-danger": "Umrandung: Gefahr",
"outline-warning": "Umrandung: Warnung",
"outline-info": "Umrandung: Info",
"outline-dark": "Umrandung: Dunkel",
"outline-light": "Umrandung: Hell"
},
"buttonSize": {
"btn-sm": "Klein",
"btn-md": "Mittel",
"btn-lg": "Groß",
"btn-sm btn-block": "Block Klein",
"btn-md btn-block": "Block Mittel",
"btn-lg btn-block": "Block Groß"
},
"mode": {
"openNewTab": "In neuem Tab öffnen",
"openUrl": "Im gleichen Fenster öffnen",
"openPopup": "Popup öffnen",
"openModal": "Modal öffnen",
"openEspoModal": "Espo Modal öffnen",
"quickCreate": "Schnelles Erstellen",
"runEspoWorkflow": "Workflow ausführen"
}
}
}