summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorAngelo Gallarello <angelo.gallarell@gmail.com>2018-08-16 22:10:05 +0200
committerAngelo Gallarello <angelo.gallarell@gmail.com>2018-08-16 22:10:05 +0200
commitfda4e954eb7202b4c1ed0d30812e3b9156dfd5c9 (patch)
tree6c66dcf25d9a31970939612aef8595149aa947ac /i18n
parentcc285afd5939dbc251ac0f5f64116d0dc17592bb (diff)
downloadwekan-fda4e954eb7202b4c1ed0d30812e3b9156dfd5c9.tar.gz
wekan-fda4e954eb7202b4c1ed0d30812e3b9156dfd5c9.tar.bz2
wekan-fda4e954eb7202b4c1ed0d30812e3b9156dfd5c9.zip
Completed activities log in card
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.i18n.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json
index 2b3e6c4d..17cbb650 100644
--- a/i18n/en.i18n.json
+++ b/i18n/en.i18n.json
@@ -52,6 +52,10 @@
"activity-checklist-item-added": "added checklist item to '%s' in %s",
"activity-checklist-item-removed": "removed a checklist item from '%s' in %s",
"add": "Add",
+ "activity-checked-item-card": "checked %s in checklist %s",
+ "activity-unchecked-item-card": "unchecked %s in checklist %s",
+ "activity-checklist-completed-card": "completed the checklist %s",
+ "activity-checklist-uncompleted-card": "uncompleted the checklist %s",
"add-attachment": "Add Attachment",
"add-board": "Add Board",
"add-card": "Add Card",
@@ -508,6 +512,9 @@
"no-parent": "Don't show parent",
"activity-added-label": "added label '%s' to %s",
"activity-removed-label": "removed label '%s' from %s",
- "activity-delete-attach": "deleted an attachment from %s"
+ "activity-delete-attach": "deleted an attachment from %s",
+ "activity-added-label-card": "added label '%s'",
+ "activity-removed-label-card": "removed label '%s'",
+ "activity-delete-attach-card": "deleted an attachment"
}