strapi-plugin-link-custom-field
Version:
Grab Slugs and url paths from other content types
15 lines (14 loc) • 689 B
JavaScript
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
const de = {
"field.name": "Link",
"field.description": "Wählen Sie einen URL-Pfad aus einem anderen Inhaltstyp",
"options.notfound": "Keine Optionen",
"loading.message": "Lädt...",
"fetch.error": "Beim Abrufen der URL-Pfade ist ein Fehler aufgetreten",
"validation.error": "URL-Pfade sind nicht gültig",
"unknown.error": "Ein unbekannter Fehler ist aufgetreten",
"options.advanced.requiredField": "Dieses Feld ist erforderlich.",
"options.advanced.requiredField.description": "Sie können keinen Eintrag erstellen, wenn Sie dieses Feld nicht ausfüllen."
};
exports.default = de;
;