diff options
author | amadilsons <joao.amado.95@gmail.com> | 2017-10-05 17:22:03 +0200 |
---|---|---|
committer | amadilsons <joao.amado.95@gmail.com> | 2017-10-05 17:22:03 +0200 |
commit | f77da76c682ec7ad1b5e141d113d4b74371f46ae (patch) | |
tree | ae82531e30e26596ebc988b2abccb5dc687b72fe /i18n/en.i18n.json | |
parent | 214fe6a61f60513d3ddfc9eee423c1b932ff8463 (diff) | |
download | wekan-f77da76c682ec7ad1b5e141d113d4b74371f46ae.tar.gz wekan-f77da76c682ec7ad1b5e141d113d4b74371f46ae.tar.bz2 wekan-f77da76c682ec7ad1b5e141d113d4b74371f46ae.zip |
added i18n translation, minor fix
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index a16a3b3b..19844036 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -186,6 +186,7 @@ "email-sent": "Email sent", "email-verifyEmail-subject": "Verify your email address on __siteName__", "email-verifyEmail-text": "Hello __user__,\n\nTo verify your account email, simply click the link below.\n\n__url__\n\nThanks.", + "enable-wip-limit": "Enable WIP Limit", "error-board-doesNotExist": "This board does not exist", "error-board-notAdmin": "You need to be admin of this board to do that", "error-board-notAMember": "You need to be a member of this board to do that", @@ -350,6 +351,8 @@ "welcome-list2": "Advanced", "what-to-do": "What do you want to do?", "wipLimitErrorPopup-title": "Invalid WIP Limit", + "wipLimitErrorPopup-dialog-pt1": "The number of tasks in this list is higher than the WIP limit you've defined.", + "wipLimitErrorPopup-dialog-pt2": "Please move some tasks out of this list, or set a higher WIP limit.", "admin-panel": "Admin Panel", "settings": "Settings", "people": "People", |