{
    "plugin.description.short": "Modelliere die Datenstruktur deiner API.",
    "plugin.description.long": "Modelliere die Datenstruktur deiner API. Lege neue Felder und Beziehungen innerhalb von einer Minute an. Erforderliche Dateien werden automatisch in deinem Projekt angelegt und aktualisiert.",
    "attribute.string": "String",
    "attribute.text": "Text",
    "attribute.boolean": "Boolean",
    "attribute.float": "Float",
    "attribute.integer": "Integer",
    "attribute.decimal": "Decimal",
    "attribute.date": "Datum",
    "attribute.json": "JSON",
    "attribute.media": "Medien",
    "attribute.email": "E-Mail",
    "attribute.password": "Passwort",
    "attribute.relation": "Beziehung",
    "attribute.enumeration": "Enumeration",

    "contentType.temporaryDisplay": "(Nicht gespeichert)",
    "from": "aus",
    "home.contentTypeBuilder.name": "Content-Typen",
    "home.contentTypeBuilder.description": "Verwalte deine Content-Typen.",
    "home.emptyContentType.title": "Es sind keine Content-Typen verfügbar",
    "home.emptyContentType.description": "Lege deinen ersten Content-Typ an, Daten deiner API abrufen zu können.",

    "home.emptyAttributes.title": "Es gibt noch keine Felder",
    "home.emptyAttributes.description": "Füge deinem Content-Typen das erste Feld hinzu",

    "button.contentType.create": "Lege einen Content-Typ an",
    "button.contentType.add": "Neuer Content-Typ",
    "button.attributes.add": "Neues Feld",

    "error.validation.required": "Dieser Wert ist erforderlich.",
    "error.validation.regex": "Dieser Wert entspricht nicht dem RegEx.",
    "error.validation.max": "Dieser Wert ist zu hoch.",
    "error.validation.min": "Dieser Wert ist zu niedrig.",
    "error.validation.maxLength": "Dieser Wert ist zu lang.",
    "error.validation.minLength": "Dieser Wert ist zu kurz.",
    "error.contentTypeName.taken": "Dieser Name existiert bereits",
    "error.attribute.taken": "Dieser Feldname ist bereits vergeben",
    "error.attribute.key.taken": "Dieser Wert existiert bereits",
    "error.attribute.sameKeyAndName": "Darf nicht gleich sein",
    "error.validation.minSupMax": "Darf nicht höher sein",

    "form.attribute.item.textarea.name": "Name",
    "form.attribute.item.number.name": "Name",
    "form.attribute.item.date.name": "Name",
    "form.attribute.item.media.name": "Name",
    "form.attribute.item.media.multiple": "Erlaube mehrere Dateien",
    "form.attribute.item.json.name": "Name",
    "form.attribute.item.boolean.name": "Name",
    "form.attribute.item.string.name": "Name",
    "form.attribute.item.settings.name": "Einstellungen",
    "form.attribute.item.requiredField": "Benötigtes Feld",
    "form.attribute.item.uniqueField": "Einzigartiges Feld",
    "form.attribute.item.minimum": "Mindestwert",
    "form.attribute.item.minimumLength": "Mindestlänge",
    "form.attribute.item.maximumLength": "Maximallänge",
    "form.attribute.item.maximum": "Maximalwert",
    "form.attribute.item.requiredField.description": "Du wirst keinen Eintrag anlegen können, wenn dieses Feld leer ist",
    "form.attribute.item.uniqueField.description": "Du wirst keinen Eintrag anlegen können, wenn es bereits einen Eintrag mit identischem Inhalt gibt",
    "form.attribute.item.defineRelation.fieldName": "Feldname",
    "form.attribute.item.customColumnName": "Eigener Spaltenname",
    "form.attribute.item.customColumnName.description": "Dies ist nützlich, um Spalten in der Datenbank für Antworten der API umzubenennen",
    "form.attribute.item.number.type": "Zahlenformat",
    "form.attribute.item.number.type.integer": "integer (z.B.: 10)",
    "form.attribute.item.number.type.float": "float (z.B.: 3.33333333)",
    "form.attribute.item.number.type.decimal": "decimal (z.B.: 2.22)",
    "form.attribute.settings.default": "Standardwert",
    "form.attribute.settings.default.checkboxLabel": "Set to true",

    "form.button.cancel": "Abbrechen",
    "form.button.continue": "Weiter",
    "form.button.save": "Speichern",

    "form.contentType.item.connections": "Verbindung",
    "form.contentType.item.name": "Name",
    "form.contentType.item.name.description": "Der Name des Content-Typs sollte Singular sein. {link}",
    "form.contentType.item.name.link.description": "Schau dir unsere Dokumentation an.",
    "form.contentType.item.description": "Beschreibung",
    "form.contentType.item.description.placeholder": "Beschreibe deinen Content-Typ",
    "form.contentType.item.collectionName": "Name des Dokuments in der Datenbank",
    "form.contentType.item.collectionName.inputDescription": "Nützlich, wenn Content-Typ und Datenbankname unterschiedlich sind",

    "menu.section.contentTypeBuilder.name.plural": "Content-Typen",
    "menu.section.contentTypeBuilder.name.singular": "Content-Typ",
    "menu.section.documentation.name": "Dokumentation",
    "menu.section.documentation.guide": "Mehr über Content-Typen findest du in unserer",
    "menu.section.documentation.guideLink": "Anleitung.",
    "menu.section.documentation.tutorial": "Schau dir unser",
    "menu.section.documentation.tutorialLink": "Tutorial an.",

    "modelPage.contentHeader.emptyDescription.description": "Dieser Content-Typ hat keine Beschreibung",
    "modelPage.contentType.list.title.plural": "Felder",
    "modelPage.contentType.list.title.singular": "Feld",
    "modelPage.contentType.list.title.including": "schließt ein",
    "modelPage.contentType.list.relationShipTitle.plural": "Beziehungen",
    "modelPage.contentType.list.relationShipTitle.singular": "Beziehung",
    "modelPage.attribute.relationWith": "Beziehung mit",

    "noTableWarning.description": "Vergiss nicht, die Tabelle `{modelName}` in deiner Datenbank zu erstellen",
    "noTableWarning.infos": "Mehr Informationen",

    "notification.error.message": "Ein Fehler ist aufgetreten",
    "notification.info.contentType.creating.notSaved": "Bitte speichere zuerst diesen Content-Typ bevor du einen neuen anlegst",
    "notification.info.optimized": "Dieses Plugin ist auf deinen localStorage optimiert",
    "notification.success.message.contentType.edit": "Der Content-Typ wurde aktualisiert",
    "notification.success.message.contentType.create": "Der Content-Typ wurde angelegt",
    "notification.success.contentTypeDeleted": "Der Content-Typ wurde gelöscht",
    "notification.info.enumeration": "Dieses Feld ist momentan nicht editierbar...😮",

    "popUpForm.attributes.string.description": "Titel, Namen, Namenslisten",
    "popUpForm.attributes.text.description": "Beschreibungen, Paragraphen, Artikel",
    "popUpForm.attributes.boolean.description": "Ja/Nein, 1 oder 0, Wahr/Falsch",
    "popUpForm.attributes.number.description": "Jegliche Zahlen",
    "popUpForm.attributes.date.description": "Event-Daten, Öffnungszeiten",
    "popUpForm.attributes.json.description": "Daten in JSON-Format",
    "popUpForm.attributes.media.description": "Bilder, Videos, PDFs und andere",
    "popUpForm.attributes.relation.description": "Bezieht sich auf einen Content-Typ",
    "popUpForm.attributes.email.description": "E-Mail-Adressen von Benutzern",
    "popUpForm.attributes.password.description": "Passwörter von Benutzers",

    "popUpForm.attributes.string.name": "String",
    "popUpForm.attributes.text.name": "Text",
    "popUpForm.attributes.boolean.name": "Boolean",
    "popUpForm.attributes.date.name": "Datum",
    "popUpForm.attributes.json.name": "JSON",
    "popUpForm.attributes.media.name": "Medien",
    "popUpForm.attributes.number.name": "Zahl",
    "popUpForm.attributes.relation.name": "Beziehung",
    "popUpForm.attributes.email.name": "E-Mail",
    "popUpForm.attributes.password.name": "Passwort",
    "popUpForm.create": "Neu",
    "popUpForm.edit": "Bearbeiten",
    "popUpForm.field": "Feld",
    "popUpForm.create.contentType.header.title": "Neuer Content-Typ",
    "popUpForm.choose.attributes.header.title": "Neues Feld hinzufügen",
    "popUpForm.edit.contentType.header.title": "Content-Typen bearbeiten",

    "popUpForm.navContainer.relation": "Beziehung definieren",
    "popUpForm.navContainer.base": "Grundeinstellungen",
    "popUpForm.navContainer.advanced": "Fortgeschrittene Einstellungen",

    "popUpRelation.title": "Beziehung",

    "popUpWarning.button.cancel": "Abbrechen",
    "popUpWarning.button.confirm": "Bestätigen",
    "popUpWarning.title": "Bitte bestätigen",
    "popUpWarning.bodyMessage.contentType.delete": "Bist du sicher, dass du diesen Content-Typ löschen willst?",
    "popUpWarning.bodyMessage.attribute.delete": "Bist du sicher, dass du dieses Feld löschen willst?",


    "table.contentType.title.plural": "Content-Typen sind verfügbar",
    "table.contentType.title.singular": "Content-Typ ist verfügbar",
    "table.contentType.head.name": "Name",
    "table.contentType.head.description": "Beschreibung",
    "table.contentType.head.fields": "Felder",

    "relation.oneToOne": "hat ein(en)",
    "relation.oneToMany": "gehört zu vielen",
    "relation.manyToOne": "hat viele",
    "relation.manyToMany": "hat und gehört zu vielen",
    "relation.attributeName.placeholder": "z.B.: Autor, Kategorie"

  }
