Browse Source

Add some strings to the translation set

Maxime Quandalle 9 years ago
parent
commit
b14fd985ff
2 changed files with 4 additions and 2 deletions
  1. 2 2
      client/components/boards/boardHeader.jade
  2. 2 0
      i18n/en.i18n.json

+ 2 - 2
client/components/boards/boardHeader.jade

@@ -32,7 +32,7 @@ template(name="headerBoard")
           title="{{#if MultiSelection.isActive}}{{_ 'filter-on-desc'}}{{/if}}"
           title="{{#if MultiSelection.isActive}}{{_ 'filter-on-desc'}}{{/if}}"
           class="{{#if MultiSelection.isActive}}emphasis{{/if}}")
           class="{{#if MultiSelection.isActive}}emphasis{{/if}}")
         i.fa.fa-check-square-o
         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
         if MultiSelection.isActive
           a.board-header-btn-close.js-multiselection-reset(title="{{_ 'filter-clear'}}")
           a.board-header-btn-close.js-multiselection-reset(title="{{_ 'filter-clear'}}")
             i.fa.fa-times-thin
             i.fa.fa-times-thin
@@ -105,7 +105,7 @@ template(name="createBoardPopup")
           span.fa.fa-lock.colorful
           span.fa.fa-lock.colorful
           = " "
           = " "
           | {{{_ 'board-private-info'}}}
           | {{{_ 'board-private-info'}}}
-        a.js-change-visibility Change.
+        a.js-change-visibility {{_ 'change'}}.
     input.primary.wide(type="submit" value="{{_ 'create'}}")
     input.primary.wide(type="submit" value="{{_ 'create'}}")
 
 
 
 

+ 2 - 0
i18n/en.i18n.json

@@ -74,6 +74,7 @@
     "cardMembersPopup-title": "Members",
     "cardMembersPopup-title": "Members",
     "cardMorePopup-title": "More",
     "cardMorePopup-title": "More",
     "cards": "Cards",
     "cards": "Cards",
+    "change": "Change",
     "change-avatar": "Change Avatar",
     "change-avatar": "Change Avatar",
     "change-password": "Change Password",
     "change-password": "Change Password",
     "change-permissions": "Change permissions",
     "change-permissions": "Change permissions",
@@ -144,6 +145,7 @@
     "menu": "Menu",
     "menu": "Menu",
     "moveCardPopup-title": "Move Card",
     "moveCardPopup-title": "Move Card",
     "multi-selection": "Multi-Selection",
     "multi-selection": "Multi-Selection",
+    "multi-selection-on": "Multi-Selection is on",
     "my-boards": "My Boards",
     "my-boards": "My Boards",
     "name": "Name",
     "name": "Name",
     "name": "Name",
     "name": "Name",