Updated translation

Shouldn't lines 1203, 1204, 1195, 1196 end in %d?
This commit is contained in:
Eskiso
2016-07-26 15:30:35 +01:00
committed by GitHub
parent 407a8d2f09
commit 3c228b4e2a

View File

@@ -737,7 +737,7 @@ return array(
'Search by category: ' => 'Pesquisar por categoria: ', 'Search by category: ' => 'Pesquisar por categoria: ',
'Search by description: ' => 'Pesquisar por descrição: ', 'Search by description: ' => 'Pesquisar por descrição: ',
'Search by due date: ' => 'Pesquisar por data de vencimento: ', 'Search by due date: ' => 'Pesquisar por data de vencimento: ',
'Average time spent into each column' => 'Tempo médio gasto em cada coluna', 'Average time spent into each column' => 'Tempo médio gasto por coluna',
'Average time spent' => 'Tempo médio gasto', 'Average time spent' => 'Tempo médio gasto',
'This chart show the average time spent into each column for the last %d tasks.' => 'Este gráfico mostra o tempo médio gasto em cada coluna nas últimas %d tarefas.', 'This chart show the average time spent into each column for the last %d tasks.' => 'Este gráfico mostra o tempo médio gasto em cada coluna nas últimas %d tarefas.',
'Average Lead and Cycle time' => 'Tempo de Espera e Ciclo médio', 'Average Lead and Cycle time' => 'Tempo de Espera e Ciclo médio',
@@ -1196,22 +1196,22 @@ return array(
'%s removed a subtask for the task %s' => '%s removeu uma sub-tarefa da tarefa %s', '%s removed a subtask for the task %s' => '%s removeu uma sub-tarefa da tarefa %s',
'Comment removed' => 'Comentário removido', 'Comment removed' => 'Comentário removido',
'Subtask removed' => 'Sub-tarefa removida', 'Subtask removed' => 'Sub-tarefa removida',
// '%s set a new internal link for the task #%d' => '', '%s set a new internal link for the task #%d' => '%s definiu uma nova ligação interna para a tarefa #%d',
// '%s removed an internal link for the task #%d' => '', '%s removed an internal link for the task #%d' => '%s removeu uma ligação interna da tarefa #%d',
// 'A new internal link for the task #%d have been defined' => '', 'A new internal link for the task #%d have been defined' => 'Uma nova ligação para a tarea #%d foi definida',
// 'Internal link removed for the task #%d' => '', 'Internal link removed for the task #%d' => 'Ligação interna removida da tarefa #%d',
// '%s set a new internal link for the task %s' => '', '%s set a new internal link for the task %s' => '%s definiu uma nova ligação interna para a tarefa %s',
// '%s removed an internal link for the task %s' => '', '%s removed an internal link for the task %s' => '%s removeu uma ligação interna da tarefa %s',
// 'Automatically set the due date on task creation' => '', 'Automatically set the due date on task creation' => 'Definir data de vencimento automáticamente ao criar uma tarefa',
// 'Move the task to another column when closed' => '', 'Move the task to another column when closed' => 'Mover a tarefa para outra coluna quando fechada',
// 'Move the task to another column when not moved during a given period' => '', 'Move the task to another column when not moved during a given period' => 'Mover a tarefa para outra coluna quando não movida dentro de determinado periodo',
// 'Dashboard for %s' => '', 'Dashboard for %s' => 'Painel de %s',
// 'Tasks overview for %s' => '', 'Tasks overview for %s' => 'Vista geral das tarefas de %s',
// 'Subtasks overview for %s' => '', 'Subtasks overview for %s' => 'Vista geral das sub-tarefas de %s',
// 'Projects overview for %s' => '', 'Projects overview for %s' => 'Vista geral dos projectos de %s',
// 'Activity stream for %s' => '', 'Activity stream for %s' => 'Fluxo de actividade de %s',
// 'Calendar for %s' => '', 'Calendar for %s' => 'Calendário de %s',
// 'Notifications for %s' => '', 'Notifications for %s' => 'Notificações de %s',
// 'Subtasks export' => '', 'Subtasks export' => 'Exportar sub-tarefas',
// 'Tasks exportation' => '', 'Tasks exportation' => 'Exportação de tarefas',
); );