From b39aa01ac97dce634d766a41267a713b6112eeae Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Mon, 13 Oct 2014 12:01:36 +0300 Subject: [PATCH] add labels to german language --- .../Crm/Resources/i18n/de_DE/Document.json | 32 +++++++++++++++++++ .../Espo/Resources/i18n/de_DE/Global.json | 5 ++- 2 files changed, 36 insertions(+), 1 deletion(-) create mode 100644 application/Espo/Modules/Crm/Resources/i18n/de_DE/Document.json diff --git a/application/Espo/Modules/Crm/Resources/i18n/de_DE/Document.json b/application/Espo/Modules/Crm/Resources/i18n/de_DE/Document.json new file mode 100644 index 0000000000..70ebe0f6a8 --- /dev/null +++ b/application/Espo/Modules/Crm/Resources/i18n/de_DE/Document.json @@ -0,0 +1,32 @@ +{ + "labels": { + "Create Document": "Neues Dokument", + "Details": "Details" + }, + "fields": { + "name": "Name", + "status": "Status", + "file": "Datei", + "type": "Typ", + "source": "Quelle", + "publishDate": "Veröffentlichungsdatum", + "expirationDate": "Verfallsdatum", + "description": "Beschreibung" + }, + "links": { + "accounts": "Kontakte", + "opportunities": "Verkaufsshancen" + }, + "options": { + "status": { + "Active": "Aktiv", + "Draft": "Entwurf", + "Expired": "Abgelaufen", + "Canceled": "Storniert" + } + }, + "presetFilters": { + "active": "Aktiv", + "draft": "Entwurf" + } +} diff --git a/application/Espo/Resources/i18n/de_DE/Global.json b/application/Espo/Resources/i18n/de_DE/Global.json index e473de5f0c..73bfffb607 100644 --- a/application/Espo/Resources/i18n/de_DE/Global.json +++ b/application/Espo/Resources/i18n/de_DE/Global.json @@ -116,7 +116,10 @@ "Duplicate": "Duplizieren", "Notifications": "Benachrichtigungen", "Mark all read": "Alle als gelesen markieren", - "See more": "Mehr anzeigen" + "See more": "Mehr anzeigen", + "Today": "Heute", + "Tomorrow": "Morgen", + "Yesterday": "Gestern" }, "messages": { "notModified": "Sie haben den Datensatz nicht geändert",