diff options
author | amadilsons <joao.amado.95@gmail.com> | 2017-09-29 16:52:53 +0200 |
---|---|---|
committer | amadilsons <joao.amado.95@gmail.com> | 2017-09-29 16:52:53 +0200 |
commit | a918d36533bd61765f954f60c0e3af78b014907a (patch) | |
tree | e3c54f048ca5ef1470476aa917fbe3abd088b41a /i18n | |
parent | c9c650664fd92f0924afb4548a50c7bca167d955 (diff) | |
download | wekan-a918d36533bd61765f954f60c0e3af78b014907a.tar.gz wekan-a918d36533bd61765f954f60c0e3af78b014907a.tar.bz2 wekan-a918d36533bd61765f954f60c0e3af78b014907a.zip |
mostly frontend work, lists coll update with wipLimit field
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en-GB.i18n.json | 3 | ||||
-rw-r--r-- | i18n/en.i18n.json | 3 | ||||
-rw-r--r-- | i18n/pt-BR.i18n.json | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/i18n/en-GB.i18n.json b/i18n/en-GB.i18n.json index 2884ea68..816d4208 100644 --- a/i18n/en-GB.i18n.json +++ b/i18n/en-GB.i18n.json @@ -307,7 +307,8 @@ "save": "Save", "search": "Search", "select-color": "Select Color", - "set-wip-limit": "Set WIP Limit", + "set-wip-limit-value": "Set a limit for the maximum number of tasks in this list:", + "setWipLimitPopup-title": "Set WIP Limit", "shortcut-assign-self": "Assign yourself to current card", "shortcut-autocomplete-emoji": "Autocomplete emoji", "shortcut-autocomplete-members": "Autocomplete members", diff --git a/i18n/en.i18n.json b/i18n/en.i18n.json index 0ccace57..139a1011 100644 --- a/i18n/en.i18n.json +++ b/i18n/en.i18n.json @@ -307,7 +307,8 @@ "save": "Save", "search": "Search", "select-color": "Select Color", - "set-wip-limit": "Set WIP Limit", + "set-wip-limit-value": "Set a limit for the maximum number of tasks in this list", + "setWipLimitPopup-title": "Set WIP Limit", "shortcut-assign-self": "Assign yourself to current card", "shortcut-autocomplete-emoji": "Autocomplete emoji", "shortcut-autocomplete-members": "Autocomplete members", diff --git a/i18n/pt-BR.i18n.json b/i18n/pt-BR.i18n.json index e40d7ed0..39bb67c1 100644 --- a/i18n/pt-BR.i18n.json +++ b/i18n/pt-BR.i18n.json @@ -307,7 +307,8 @@ "save": "Salvar", "search": "Buscar", "select-color": "Selecionar Cor", - "set-wip-limit": "Definir Limite WIP", + "set-wip-limit-value": "Defina um limite máximo para o número de tarefas nesta lista", + "setWipLimitPopup-title": "Definir Limite WIP", "shortcut-assign-self": "Atribuir a si o cartão atual", "shortcut-autocomplete-emoji": "Autocompletar emoji", "shortcut-autocomplete-members": "Preenchimento automático de membros", |