diff options
author | Felix Michels <felix.michels@deutschebahn.com> | 2017-09-22 09:50:40 +0200 |
---|---|---|
committer | Felix Michels <felix.michels@deutschebahn.com> | 2017-09-22 09:50:40 +0200 |
commit | 0bbfa632f77cf52333af312a4694bbcce6de92b7 (patch) | |
tree | 6e8d493e0ef9e2772dee6c6053b88ccdc8b026c2 /i18n/de.i18n.json | |
parent | f98d640e1eae92d98eea3ae10cc46198a51f8f26 (diff) | |
download | wekan-0bbfa632f77cf52333af312a4694bbcce6de92b7.tar.gz wekan-0bbfa632f77cf52333af312a4694bbcce6de92b7.tar.bz2 wekan-0bbfa632f77cf52333af312a4694bbcce6de92b7.zip |
add translation (en/de) for email notifications regarding checklists and checklist items
Diffstat (limited to 'i18n/de.i18n.json')
-rw-r--r-- | i18n/de.i18n.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/i18n/de.i18n.json b/i18n/de.i18n.json index bf1004c3..01e72176 100644 --- a/i18n/de.i18n.json +++ b/i18n/de.i18n.json @@ -2,6 +2,8 @@ "accept": "Akzeptieren", "act-activity-notify": "[Wekan] Aktivitätsbenachrichtigung", "act-addAttachment": "hat __attachment__ an __card__ angehängt", + "act-addChecklist": "hat die Checklist __checklist__ zu __card__ hinzugefügt", + "act-addChecklistItem": "hat __checklistItem__ zur Checkliste __checklist__ in __card__ hinzugefügt", "act-addComment": "hat __card__ kommentiert: __comment__", "act-createBoard": "hat __board__ erstellt", "act-createCard": "hat __card__ zu __list__ hinzugefügt", @@ -389,4 +391,4 @@ "no": "Nein", "accounts": "Konten", "accounts-allowEmailChange": "Zulassen E-Mail ändern" -}
\ No newline at end of file +} |