strapi-plugin-cookie-manager
Version:
121 lines (110 loc) • 7 kB
JSON
{
"plugin.name": "Cookie Manager",
"header.title": "Cookie Manager",
"header.description": "Erstelle und organisiere deine Cookies und Popups an einem Ort",
"header.cta.locale.label": "Wähle eine Sprache",
"modal.popup.form.header.title.create": "Neues Popup erstellen",
"modal.popup.form.header.title.update": "Popup aktualisiere",
"modal.popup.form.header.title.duplicate": "Popup dupliziere",
"modal.popup.form.header.title.delete": "Popup löschen",
"modal.popup.form.info.delete": "Bist du sicher, dass du das löschen willst?",
"modal.popup.form.field.title.label": "Titel",
"modal.popup.form.field.description.label": "Beschreibung",
"modal.popup.form.field.buttons.label": "Buttons",
"modal.popup.form.field.buttons.field.buttonType.label": "Typ",
"modal.popup.form.field.buttons.field.label.label": "Label",
"modal.cookie.form.field.hasCustomizability.label": "Hat Anpassbarkeit",
"modal.cookie.form.field.hasCustomizability.hint": "Aktivieren wenn dieses Popup die Anpassbaren Cookies enthaltet",
"modal.popup.form.cta.cancel": "Abbrechen",
"modal.popup.form.cta.create": "Neues Popup erstellen",
"modal.popup.form.cta.update": "Popup aktualisiere",
"modal.popup.form.cta.duplicate": "Popup dupliziere",
"modal.popup.form.cta.delete": "Popup löschen",
"modal.popup.form.cta.deleteAll": "Popups löschen",
"modal.category.form.header.title.update": "Aktualisiere Kategorie",
"modal.category.form.header.title.delete": "Lösche Kategorie",
"modal.category.form.header.title.create": "Erstelle neue Kategorie",
"modal.category.form.info.delete": "Bist du sicher, dass du die Kategorie \"{ name }\"{ moreThanOne, select, true { und alle zugehörigen Cookies } other {} } löschen willst?",
"modal.category.form.field.name.label": "Name",
"modal.category.form.field.description.label": "Beschreibung",
"modal.category.form.field.isNecessary.label": "Ist Notwenig",
"modal.category.form.cta.cancel": "Abbrechen",
"modal.category.form.cta.create": "Neue Kategorie erstellen",
"modal.category.form.cta.update": "Kategorie aktualisieren",
"modal.category.form.cta.delete": "Löschen{ count }",
"modal.category.form.cta.showCookies": "Zeige Cookies ({ count })",
"modal.cookie.form.header.title.create": "Neuen Cookie erstellen",
"modal.cookie.form.header.title.update": "Cookie aktualisiere",
"modal.cookie.form.header.title.duplicate": "Cookie dupliziere",
"modal.cookie.form.header.title.delete": "Cookie löschen",
"modal.cookie.form.info.delete": "Bist du sicher, dass du das löschen willst?",
"modal.cookie.form.field.name.label": "Name",
"modal.cookie.form.field.description.label": "Beschreibung",
"modal.cookie.form.field.host.label": "Host",
"modal.cookie.form.field.host.hint": "e.G domain.com",
"modal.cookie.form.field.category.label": "Kategorie",
"modal.cookie.form.field.category.placeholder": "Wähle oder gib einen Wert ein",
"modal.cookie.form.field.party.label": "Party",
"modal.cookie.form.field.party.placeholder": "Wähle oder gib einen Wert ein",
"modal.cookie.form.field.isVisible.label": "Ist Sichtbar",
"modal.cookie.form.field.isVisible.hint": "Kontrolliere Sichtbarkeit",
"modal.cookie.form.field.duration.label": "Lebensdauer",
"modal.cookie.form.field.duration.days.placeholder": "Tage",
"modal.cookie.form.field.duration.hours.placeholder": "Stunden",
"modal.cookie.form.field.duration.minutes.placeholder": "Minuten",
"modal.cookie.form.field.key.label": "Schlüssel",
"modal.cookie.form.cta.cancel": "Abbrechen",
"modal.cookie.form.cta.create": "Neuen Cookie erstellen",
"modal.cookie.form.cta.update": "Cookie aktualisiere",
"modal.cookie.form.cta.duplicate": "Cookie dupliziere",
"modal.cookie.form.cta.delete": "Cookie löschen",
"modal.cookie.form.cta.deleteAll": "Cookies löschen",
"form.validation.string.isRequired": "Feld darf nicht leer sein",
"form.validation.string.isMax": "Feld ist zu lang",
"form.validation.string.isDomain": "Feld muss eine Domaine aufweisen z.B beispiel.com",
"form.validation.string.isKebabCase": "Feld muss folgende Formatierung aufweisen z.B mein-beispiel-schluessel",
"form.validation.number.isMax": "Nummer ist zu gross",
"form.validation.number.isPositiv": "Nummer darf nicht negativ sein",
"form.validation.number.isInteger": "Nummer darf nicht dezimal sein",
"form.validation.mixed.isOneOf": "Es muss eine Option ausgewählt sein",
"form.validation.array.isMin": "Feld hat weniger als { amount } { moreThanOne, select, true { Einträge } other { Eintrag } }",
"form.validation.array.isMax": "Feld hat mehr als { amount } { moreThanOne, select, true { Einträge } other { Eintrag } }",
"table.cookie.title": "Cookies",
"table.cookie.entries": "{ amount }{ moreThanOne, select, true { Einträge } other { Eintrag } } gefunden",
"table.cookie.actions": "Aktionen",
"table.cookie.actions.select.all": "Alle Einträge auswählen",
"table.cookie.actions.select.cookie": "Wähle { name } aus",
"table.cookie.actions.seleted.label": "{ amount } ausgewählte { moreThanOne, select, true { Einträge } other { Eintrag } }",
"table.cookie.actions.seleted.delete": "Löschen",
"table.cookie.actions.create": "Neuen Cookie erstellen",
"table.cookie.actions.update": "Cookie aktualisiere",
"table.cookie.actions.duplicate": "Cookie dupliziere",
"table.cookie.actions.delete": "Cookie löschen",
"table.popup.title": "Popups",
"table.popup.entries": "{ amount }{ moreThanOne, select, true { Einträge } other { Eintrag } } gefunden",
"table.popup.actions": "Aktionen",
"table.popup.actions.select.all": "Alle Einträge auswählen",
"table.popup.actions.select.popup": "Wähle { name } aus",
"table.popup.actions.seleted.label": "{ amount } ausgewählte { moreThanOne, select, true { Einträge } other { Eintrag } }",
"table.popup.actions.seleted.delete": "Löschen",
"table.popup.actions.create": "Neues Popup erstellen",
"table.popup.actions.update": "Popup aktualisiere",
"table.popup.actions.duplicate": "Popup dupliziere",
"table.popup.actions.delete": "Popup löschen",
"tab.cookie": "Cookies",
"tab.popup": "Popups",
"empty.popup": "Du hast noch keine Popups...",
"empty.popup.cta": "Erstelle dein erstes Popup",
"empty.category": "Du hast noch keine Kategorien...",
"empty.category.cta": "Erstelle deine erste Kategorie",
"empty.cookie": "Du hast noch keine Cookies...",
"empty.cookie.cta": "Erstelle deinen ersten Cookie",
"settings.tab.name": "Einstellungen",
"settings.header.title": "Cookie Manager",
"settings.header.description": "Konfiguriere die Einstellungen für das Cookie Manager Plugin",
"settings.form.title": "Einstellungen",
"settings.form.field.localization.label": "Internationalisierung",
"settings.form.field.localization.hint": "Aktiviere Mehrsprachigkeit für dieses Plugin",
"settings.form.field.localization.option.a": "Wahr",
"settings.form.field.localization.option.b": "Falsch"
}