From 4a0474dfc3ce2dcb0c6de21163879d7cf3084a35 Mon Sep 17 00:00:00 2001 From: Ryan Helsing Date: Sat, 18 Mar 2017 13:44:32 -0400 Subject: add english desc --- i18n/en.i18n.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'i18n/en.i18n.json') diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 9ad24d90..63289884 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -137,6 +137,8 @@ "color-yellow": "yellow", "comment": "Comment", "comment-placeholder": "Write a comment", + "comment-only": "Comment", + "comment-only-desc": "Can only comment on cards on this board, nothing else.", "computer": "Computer", "create": "Create", "createBoardPopup-title": "Create Board", @@ -345,4 +347,4 @@ "email-invite-register-subject": "__inviter__ sent you an invitation", "email-invite-register-text": "Dear __user__,\n\n__inviter__ invites you to Wekan for collaborations.\n\nPlease follow the link below:\n__url__\n\nAnd your invitation code is: __icode__\n\nThanks.", "error-invitation-code-not-exist": "Invitation code doesn't exist" -} \ No newline at end of file +} -- cgit v1.2.3-1-g7c22 From e6276271b1a49bb705ef8777150634c8704bdc9b Mon Sep 17 00:00:00 2001 From: Ryan Helsing Date: Sat, 18 Mar 2017 14:59:28 -0400 Subject: ability to store comment only, actual prevention next --- i18n/en.i18n.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'i18n/en.i18n.json') diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 63289884..2e2f0ca1 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -137,8 +137,8 @@ "color-yellow": "yellow", "comment": "Comment", "comment-placeholder": "Write a comment", - "comment-only": "Comment", - "comment-only-desc": "Can only comment on cards on this board, nothing else.", + "comment-only": "Limited", + "comment-only-desc": "Can comment on cards only.", "computer": "Computer", "create": "Create", "createBoardPopup-title": "Create Board", -- cgit v1.2.3-1-g7c22