diff options
author | shoetten <simon@hoetten.org> | 2016-02-05 20:23:09 +0100 |
---|---|---|
committer | shoetten <simon@hoetten.org> | 2016-11-21 15:15:16 +0100 |
commit | d4497d7aeb968dbb9f8c4b84fbcc0f7cc3668167 (patch) | |
tree | 80a91f0005202039d6120208e126f2f383ea7bf2 /i18n | |
parent | 182c9af123c1f7e2fb7318d704f740f93a3da12f (diff) | |
download | wekan-d4497d7aeb968dbb9f8c4b84fbcc0f7cc3668167.tar.gz wekan-d4497d7aeb968dbb9f8c4b84fbcc0f7cc3668167.tar.bz2 wekan-d4497d7aeb968dbb9f8c4b84fbcc0f7cc3668167.zip |
Add basic start and due dates for cards.
Diffstat (limited to 'i18n')
-rwxr-xr-x | i18n/en.i18n.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 6e2098c4..fc7ae24b 100755 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -133,6 +133,7 @@ "createBoardPopup-title": "Create Board", "createLabelPopup-title": "Create Label", "current": "current", + "date": "Date", "decline": "Decline", "default-avatar": "Default avatar", "delete": "Delete", @@ -143,9 +144,12 @@ "discard": "Discard", "done": "Done", "download": "Download", + "due-at": "Due", "edit": "Edit", "edit-avatar": "Change Avatar", "edit-profile": "Edit Profile", + "editCardStartDatePopup-title": "Change start date", + "editCardDueDatePopup-title": "Change due date", "editLabelPopup-title": "Change Label", "editNotificationPopup-title": "Edit Notification", "editProfilePopup-title": "Edit Profile", @@ -282,10 +286,12 @@ "star-board-title": "Click to star this board. It will show up at top of your boards list.", "starred-boards": "Starred Boards", "starred-boards-description": "Starred boards show up at the top of your boards list.", + "start-at": "Start", "subscribe": "Subscribe", "team": "Team", "this-board": "this board", "this-card": "this card", + "time": "Time", "title": "Title", "tracking": "Tracking", "tracking-info": "You will be notified of any changes to those cards you are involved as creator or member.", |