Initial commit
This commit is contained in:
@@ -0,0 +1,59 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"fieldInfo": {
|
||||
"link-button": "Eine konfigurierbare Schaltfläche, die eine URL speichern kann."
|
||||
},
|
||||
"tooltips": {
|
||||
"hideLabel": "Wenn aktiv, sollten Sie auch die Inline-Bearbeitung deaktivieren, falls Sie planen die Schaltflächengröße Block zu verwenden.",
|
||||
"placeholder": "Der Text, der als Hinweis angezeigt wird, wenn das Feld keinen Wert enthält."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user