mirror of
https://github.com/wekan/wekan.git
synced 2026-01-28 04:06:10 +01:00
Add basic start and due dates for cards.
This commit is contained in:
parent
182c9af123
commit
d4497d7aeb
7 changed files with 290 additions and 1 deletions
|
|
@ -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.",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue