mirror of
https://github.com/wekan/wekan.git
synced 2025-12-22 18:30:13 +01:00
Add some strings to the translation set
This commit is contained in:
parent
786423ba9d
commit
b14fd985ff
2 changed files with 4 additions and 2 deletions
|
|
@ -32,7 +32,7 @@ template(name="headerBoard")
|
|||
title="{{#if MultiSelection.isActive}}{{_ 'filter-on-desc'}}{{/if}}"
|
||||
class="{{#if MultiSelection.isActive}}emphasis{{/if}}")
|
||||
i.fa.fa-check-square-o
|
||||
span Multi-Selection {{#if MultiSelection.isActive}}is on{{/if}}
|
||||
span {{#if MultiSelection.isActive}}{{_ 'multi-selection-on'}}{{else}}{{_ 'multi-selection'}}{{/if}}
|
||||
if MultiSelection.isActive
|
||||
a.board-header-btn-close.js-multiselection-reset(title="{{_ 'filter-clear'}}")
|
||||
i.fa.fa-times-thin
|
||||
|
|
@ -105,7 +105,7 @@ template(name="createBoardPopup")
|
|||
span.fa.fa-lock.colorful
|
||||
= " "
|
||||
| {{{_ 'board-private-info'}}}
|
||||
a.js-change-visibility Change.
|
||||
a.js-change-visibility {{_ 'change'}}.
|
||||
input.primary.wide(type="submit" value="{{_ 'create'}}")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue