diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-10-09 14:49:38 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-10-09 14:49:38 +0300 |
commit | fb060ed2c52ee80d9f25d9e8431280b092f74da0 (patch) | |
tree | 3e325e5f2d19b72811c596727ca67e02d7b47f4a /i18n/en.i18n.json | |
parent | c84187bdadb7f1afaa8211773d1d1cb986709099 (diff) | |
parent | f77da76c682ec7ad1b5e141d113d4b74371f46ae (diff) | |
download | wekan-fb060ed2c52ee80d9f25d9e8431280b092f74da0.tar.gz wekan-fb060ed2c52ee80d9f25d9e8431280b092f74da0.tar.bz2 wekan-fb060ed2c52ee80d9f25d9e8431280b092f74da0.zip |
Merge branch 'issue783' of https://github.com/amadilsons/wekan into amadilsons-issue783
Diffstat (limited to 'i18n/en.i18n.json')
-rw-r--r-- | i18n/en.i18n.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 95be9865..556910ff 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -171,6 +171,7 @@ "edit": "Edit", "edit-avatar": "Change Avatar", "edit-profile": "Edit Profile", + "edit-wip-limit": "Edit WIP Limit", "editCardStartDatePopup-title": "Change start date", "editCardDueDatePopup-title": "Change due date", "editLabelPopup-title": "Change Label", @@ -189,6 +190,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", @@ -310,6 +312,8 @@ "save": "Save", "search": "Search", "select-color": "Select Color", + "set-wip-limit-value": "Set a limit for the maximum number of tasks in this list", + "setWipLimitPopup-title": "Set WIP Limit", "shortcut-assign-self": "Assign yourself to current card", "shortcut-autocomplete-emoji": "Autocomplete emoji", "shortcut-autocomplete-members": "Autocomplete members", @@ -350,6 +354,9 @@ "welcome-list1": "Basics", "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", |