mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
#1620 - Translation keys missing in DE language
This commit is contained in:
parent
ea5c63a77f
commit
1e7696861e
@ -63,7 +63,7 @@
|
||||
"app.components.InstallPluginPopup.navLink.avis": "avis",
|
||||
"app.components.InstallPluginPopup.navLink.changelog": "Änderungsprotokoll",
|
||||
"app.components.InstallPluginPopup.navLink.description": "Beschreibung",
|
||||
"app.components.InstallPluginPopup.navLink.faq": "faq",
|
||||
"app.components.InstallPluginPopup.navLink.faq": "FAQ",
|
||||
"app.components.InstallPluginPopup.navLink.screenshots": "Screenshots",
|
||||
"app.components.InstallPluginPopup.noDescription": "Keine Beschreibung verfügbar",
|
||||
"app.components.LeftMenuFooter.poweredBy": "Stolz präsentiert von ",
|
||||
@ -85,7 +85,7 @@
|
||||
"app.components.PluginCard.compatible": "Mit der App kompatibel",
|
||||
"app.components.PluginCard.compatibleCommunity": "Mit der Community kompatibel",
|
||||
"app.components.PluginCard.more-details": "Mehr Details",
|
||||
"app.components.PluginCard.price.free": "Umsonst",
|
||||
"app.components.PluginCard.price.free": "Kostenlos",
|
||||
"app.components.listPlugins.button": "Neues Plugin hinzufügen",
|
||||
"app.components.listPlugins.title.none": "Es ist kein Plugin installiert",
|
||||
"app.components.listPlugins.title.plural": "{number} Plugins sind installiert",
|
||||
|
||||
@ -47,12 +47,12 @@
|
||||
"containers.SettingPage.addRelationalField": "Füge ein neues relationales Feld hinzu",
|
||||
"containers.SettingPage.attributes": "Attribut Felder",
|
||||
"containers.SettingPage.attributes.description": "Reihenfolge der Attribute festlegen",
|
||||
"containers.SettingPage.editSettings.description": "Drag & drop the fields to build the layout",
|
||||
"containers.SettingPage.editSettings.title": "Edit — Settings",
|
||||
"containers.SettingPage.editSettings.description": "Ziehen die Felder via Drag & Drop, um das Layout zu erstellen",
|
||||
"containers.SettingPage.editSettings.title": "Bearbeiten — Einstellungen",
|
||||
"containers.SettingPage.listSettings.description": "Konfiguriere die Optionen für diesen Inhaltstyp.",
|
||||
"containers.SettingPage.listSettings.title": "Liste - Einstellungen",
|
||||
"containers.SettingPage.pluginHeaderDescription": "Konfiguriere die spezifischen Einstellungen für diesen Inhaltstyp.",
|
||||
"containers.SettingPage.relations": "Relational fields",
|
||||
"containers.SettingPage.relations": "Relational Felder",
|
||||
"containers.SettingsPage.Block.contentType.description": "Konfiguriere die spezifischen Einstellungen.",
|
||||
"containers.SettingsPage.Block.contentType.title": "Inhaltstypen",
|
||||
"containers.SettingsPage.Block.generalSettings.description": "Konfiguriere die Standardoptionen für deine Inhaltstypen.",
|
||||
@ -83,9 +83,9 @@
|
||||
"error.validation.required": "Dieser Wert ist erforderlich.",
|
||||
"form.Input.bulkActions": "Bulk-Bearbeitung aktivieren",
|
||||
"form.Input.defaultSort": "Standard-Sortierattribut",
|
||||
"form.Input.description": "Description",
|
||||
"form.Input.description.placeholder": "Display name in the profile",
|
||||
"form.Input.disabled": "Editable field",
|
||||
"form.Input.description": "Beschreibung",
|
||||
"form.Input.description.placeholder": "Zeige den Namen im Profil",
|
||||
"form.Input.disabled": "Editierbares Feld",
|
||||
"form.Input.filters": "Filter aktivieren",
|
||||
"form.Input.label": "Label",
|
||||
"form.Input.label.inputDescription": "Dieser Wert überschreibt das im Kopf der Tabelle angezeigte Label.",
|
||||
|
||||
@ -37,8 +37,8 @@
|
||||
"form.attribute.item.customColumnName.description": "Dies ist nützlich, um Spalten in der Datenbank für Antworten der API umzubenennen",
|
||||
"form.attribute.item.date.name": "Name",
|
||||
"form.attribute.item.defineRelation.fieldName": "Feldname",
|
||||
"form.attribute.item.enumeration.graphql": "Name override for GraphQL",
|
||||
"form.attribute.item.enumeration.graphql.description": "Allows you to override the default generated name for GraphQL",
|
||||
"form.attribute.item.enumeration.graphql": "Namensüberschreibung für GraphQL",
|
||||
"form.attribute.item.enumeration.graphql.description": "Ermöglicht dir, den standardmäßig generierten Namen für GraphQL zu überschreiben",
|
||||
"form.attribute.item.enumeration.name": "Name",
|
||||
"form.attribute.item.enumeration.placeholder": "Ex: Morgen, Mittag, Abend",
|
||||
"form.attribute.item.enumeration.rules": "Werte (trenne sie mit einem Komma)",
|
||||
@ -62,7 +62,7 @@
|
||||
"form.attribute.item.uniqueField": "Einzigartiges Feld",
|
||||
"form.attribute.item.uniqueField.description": "Du wirst keinen Eintrag anlegen können, wenn es bereits einen Eintrag mit identischem Inhalt gibt",
|
||||
"form.attribute.settings.default": "Standardwert",
|
||||
"form.attribute.settings.default.checkboxLabel": "Set to true",
|
||||
"form.attribute.settings.default.checkboxLabel": "Auf aktiv gesetzt",
|
||||
"form.button.cancel": "Abbrechen",
|
||||
"form.button.continue": "Weiter",
|
||||
"form.button.save": "Speichern",
|
||||
|
||||
@ -596,7 +596,7 @@
|
||||
"menu.item.server": "Server",
|
||||
"menu.section.environments": "Umgebungen",
|
||||
"menu.section.global-settings": "Systemweite Einstellungen",
|
||||
"pageNotFound": "Page not found",
|
||||
"pageNotFound": "Seite nicht gefunden",
|
||||
"plugin.description.long": "Passe dein Projekt in Sekundenschnelle an.",
|
||||
"plugin.description.short": "Passe dein Projekt in Sekundenschnelle an.",
|
||||
"popUpWarning.danger.ok.message": "Ich stimme zu",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user