summaryrefslogtreecommitdiffstats
path: root/client/components/sidebar/sidebarFilters.jade
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-09-01 14:38:07 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-09-01 14:38:07 +0200
commit9961de9c3086f357420e51f97014b59446edffa5 (patch)
tree55a0e5515b1e36ad4c8e327a7af1442a10f7e207 /client/components/sidebar/sidebarFilters.jade
parent0ce381aa0a64de9a2165843dfe6ee493940f8c26 (diff)
downloadwekan-9961de9c3086f357420e51f97014b59446edffa5.tar.gz
wekan-9961de9c3086f357420e51f97014b59446edffa5.tar.bz2
wekan-9961de9c3086f357420e51f97014b59446edffa5.zip
Update translation source file
Diffstat (limited to 'client/components/sidebar/sidebarFilters.jade')
-rw-r--r--client/components/sidebar/sidebarFilters.jade16
1 files changed, 8 insertions, 8 deletions
diff --git a/client/components/sidebar/sidebarFilters.jade b/client/components/sidebar/sidebarFilters.jade
index c777d724..26e49aba 100644
--- a/client/components/sidebar/sidebarFilters.jade
+++ b/client/components/sidebar/sidebarFilters.jade
@@ -36,7 +36,7 @@ template(name="filterSidebar")
span {{_ 'filter-clear'}}
a.sidebar-btn.js-filter-to-selection
i.fa.fa-check-square-o
- span Filter to selection
+ span {{_ 'filter-to-selection'}}
template(name="multiselectionSidebar")
ul.sidebar-list
@@ -71,14 +71,14 @@ template(name="multiselectionSidebar")
hr
a.sidebar-btn.js-archive-selection
i.fa.fa-archive
- span Archive selection
+ span {{_ 'archive-selection'}}
template(name="disambiguateMultiLabelPopup")
- p What do you want to do?
- button.wide.js-remove-label Remove the label
- button.wide.js-add-label Add the label
+ p {{_ 'what-to-do'}}
+ button.wide.js-remove-label Remove {{_ 'remove-label'}}
+ button.wide.js-add-label Add {{_ 'add-label'}}
template(name="disambiguateMultiMemberPopup")
- p What do you want to do?
- button.wide.js-unassign-member Unassign member
- button.wide.js-assign-member Assign member
+ p {{_ 'what-to-do'}}
+ button.wide.js-unassign-member {{_ 'unassign-member'}}
+ button.wide.js-assign-member {{_ 'assign-member'}}