mirror of
https://github.com/wekan/wekan.git
synced 2026-02-15 04:28:07 +01:00
Checklist, hide checked checklist items (configureable at each checklist)
This commit is contained in:
parent
7623c8dcb7
commit
bb17feaa17
5 changed files with 48 additions and 19 deletions
|
|
@ -958,6 +958,7 @@
|
|||
"delete-linked-card-before-this-card": "You can not delete this card before first deleting linked card that has",
|
||||
"delete-linked-cards-before-this-list": "You can not delete this list before first deleting linked cards that are pointing to cards in this list",
|
||||
"hide-checked-items": "Hide checked items",
|
||||
"hide-finished-checklist": "Hide finished checklist",
|
||||
"task": "Task",
|
||||
"create-task": "Create Task",
|
||||
"ok": "OK",
|
||||
|
|
@ -1251,5 +1252,6 @@
|
|||
"convert-to-markdown": "Convert to markdown",
|
||||
"import-board-zip": "Add .zip file that has board JSON files, and board name subdirectories with attachments",
|
||||
"collapse": "Collapse",
|
||||
"uncollapse": "Uncollapse"
|
||||
"uncollapse": "Uncollapse",
|
||||
"hideCheckedChecklistItems": "Hide checked checklist items"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue