mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 05:57:13 -04:00
Archived boards to be translatable.
This commit is contained in:
parent
b61034048f
commit
c9c6682299
2 changed files with 6 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
|||
template(name="archivedBoards")
|
||||
h2
|
||||
i.fa.fa-archive
|
||||
| Archived boards
|
||||
| {{_ 'archived-boards'}}
|
||||
|
||||
ul.archived-lists
|
||||
each archivedBoards
|
||||
li.archived-lists-item
|
||||
button.js-restore-board
|
||||
i.fa.fa-undo
|
||||
| Restore board
|
||||
| {{_ 'restore-board'}}
|
||||
= title
|
||||
else
|
||||
li.no-items-message No archived board.
|
||||
li.no-items-message {{_ 'no-archived-board'}}
|
||||
|
|
|
@ -64,6 +64,9 @@
|
|||
"archive-selection": "Archive selection",
|
||||
"archiveBoardPopup-title": "Archive Board?",
|
||||
"archived-items": "Archived Items",
|
||||
"archived-boards": "Archived Boards",
|
||||
"restore-board": "Restore Board",
|
||||
"no-archived-boards": "No Archived Boards.",
|
||||
"archives": "Archives",
|
||||
"assign-member": "Assign member",
|
||||
"attached": "attached",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue