Files
espocrm/application/Espo/Modules/Crm/Resources/i18n/de_DE/KnowledgeBaseArticle.json
2026-01-19 17:46:06 +01:00

45 lines
1.0 KiB
JSON

{
"labels": {
"Create KnowledgeBaseArticle": "Artikel erstellen",
"Any": "Beliebig",
"Send in Email": "In E-Mail senden",
"Move Up": "Aufwärts",
"Move Down": "Abwärts",
"Move to Top": "zu Anfang",
"Move to Bottom": "zum Ende"
},
"fields": {
"type": "Typ",
"attachments": "Anhänge",
"publishDate": "Veröffentlichungsdatum",
"expirationDate": "Ablaufdatum",
"description": "Beschreibung",
"body": "Inhalt",
"categories": "Kategorien",
"language": "Sprache",
"portals": "Portale"
},
"links": {
"cases": "Fälle",
"opportunities": "Verkaufschancen",
"categories": "Kategorien",
"portals": "Portale"
},
"options": {
"status": {
"In Review": "In Prüfung",
"Draft": "Entwurf",
"Archived": "Archiviert",
"Published": "Veröffentlicht"
},
"type": {
"Article": "Artikel"
}
},
"presetFilters": {
"published": "Publiziert"
},
"tooltips": {
"portals": "Artikel wird nur in bestimmten Portalen verfügbar sein."
}
}