diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-09-16 02:39:01 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-09-16 02:39:01 +0300 |
commit | 983a56b89ba85c32594f96daa7d89dfeaf68f37a (patch) | |
tree | 7f4e0fc7acbc214ee5ab786688d5b2ee2a1b1403 /i18n/en.i18n.json | |
parent | 6fe7f3c553339ad889e937aec278e85ee9785451 (diff) | |
download | wekan-983a56b89ba85c32594f96daa7d89dfeaf68f37a.tar.gz wekan-983a56b89ba85c32594f96daa7d89dfeaf68f37a.tar.bz2 wekan-983a56b89ba85c32594f96daa7d89dfeaf68f37a.zip |
Fix translation.
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index f4e692ad..4a4540c8 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -565,8 +565,8 @@ "r-bottom-of": "Bottom of", "r-its-list": "its list", "r-list": "list", - "r-archive": "Archive", - "r-unarchive": "Unarchive", + "r-archive": "Move to Recycle Bin", + "r-unarchive": "Restore from Recycle Bin", "r-card": "card", "r-add": "Add", "r-remove": "Remove", @@ -593,15 +593,15 @@ "r-d-send-email-to": "to", "r-d-send-email-subject": "subject", "r-d-send-email-message": "message", - "r-d-archive": "Archive the card", + "r-d-archive": "Move card to Recycle Bin", "r-d-unarchive": "Unarchive the card", "r-d-add-label": "Add label", "r-d-remove-label": "Remove label", "r-d-add-member": "Add member", "r-d-remove-member": "Remove member", "r-d-remove-all-member": "Remove all member", - "r-d-check-all": "Check all item of list", - "r-d-uncheck-all": "Uncheck all item of list", + "r-d-check-all": "Check all items of list", + "r-d-uncheck-all": "Uncheck all items of list", "r-d-check-one": "Check item", "r-d-uncheck-one": "Uncheck item", "r-d-check-of-list": "of checklist", |