diff --git a/main/webapp/modules/core/langs/translation-de.json b/main/webapp/modules/core/langs/translation-de.json index 0967ef424..cdb8f18c2 100644 --- a/main/webapp/modules/core/langs/translation-de.json +++ b/main/webapp/modules/core/langs/translation-de.json @@ -1 +1,20 @@ -{} +{ + "name": "Deutsch", + "core-index": { + "help": "Hilfe", + "version": "Version", + "new-version": "Neue Version!", + "download": "Herunterladen", + "now": "jetzt", + "preferences": "Einstellungen", + "edit": "Ändern", + "delete": "Löschen" + }, + "core-index-create": { + "done": "Fertig.", + "almost-done": "fast fertig…" + }, + "core-index-import": { + "import-proj": "Projekt importieren" + } +}