diff options
author | Frederic Guillot <fred@kanboard.net> | 2017-10-20 14:47:04 -0700 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2017-10-20 14:47:04 -0700 |
commit | ed98f95cfa4a31609b98fc8354b62a8895f68cda (patch) | |
tree | 48f213463e2683a1848228631a381daa86937f14 /app/Locale/pt_BR | |
parent | f1ef49823c38227cab4f28a0a2378556893850c2 (diff) |
Add bulk subtasks creation
Diffstat (limited to 'app/Locale/pt_BR')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 2d482325..74cbed04 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -273,7 +273,6 @@ return array( 'Sub-task updated successfully.' => 'Subtarefa atualizada com sucesso.', 'Unable to update your sub-task.' => 'Não foi possível atualizar a sua subtarefa.', 'Unable to create your sub-task.' => 'Não é possível criar a sua subtarefa.', - 'Sub-task added successfully.' => 'Subtarefa adicionada com sucesso.', 'Maximum size: ' => 'Tamanho máximo: ', 'Display another project' => 'Exibir outro projeto', 'Created by %s' => 'Criado por %s', @@ -1207,7 +1206,6 @@ return array( 'Preview' => 'Pré-visualizar', 'Write' => 'Escrever', 'Write your text in Markdown' => 'Escrever seu texto em Markdown', - 'New External Task: %s' => 'Nova Tarefa Externa: %s', 'No personal API access token registered.' => 'Nenhum token de acesso pessoal à API registrado.', 'Your personal API access token is "%s"' => 'Seu token de acesso pessoal à API é "%s"', 'Remove your token' => 'Remover seu token', @@ -1344,4 +1342,7 @@ return array( // 'Subtask not started' => '', // 'Subtask currently in progress' => '', // 'Subtask completed' => '', + // 'Subtask added successfully.' => '', + // '%d subtasks added successfully.' => '', + // 'Enter one subtask by line.' => '', ); |