pt_BR: translate missing strings

This commit is contained in:
Flaudísio Tolentino
2015-10-26 14:06:14 -02:00
parent 06e9486c59
commit ada44b300f

View File

@@ -588,7 +588,7 @@ return array(
'All columns' => 'Todas as colunas', 'All columns' => 'Todas as colunas',
'Calendar' => 'Calendário', 'Calendar' => 'Calendário',
'Next' => 'Próximo', 'Next' => 'Próximo',
// '#%d' => '', '#%d' => '#%d',
'All swimlanes' => 'Todas as swimlanes', 'All swimlanes' => 'Todas as swimlanes',
'All colors' => 'Todas as cores', 'All colors' => 'Todas as cores',
'Moved to column %s' => 'Mover para a coluna %s', 'Moved to column %s' => 'Mover para a coluna %s',
@@ -610,7 +610,7 @@ return array(
'End' => 'Fim', 'End' => 'Fim',
'Task age in days' => 'Idade da tarefa em dias', 'Task age in days' => 'Idade da tarefa em dias',
'Days in this column' => 'Dias nesta coluna', 'Days in this column' => 'Dias nesta coluna',
// '%dd' => '', '%dd' => '%dd',
'Add a link' => 'Adicionar uma associação', 'Add a link' => 'Adicionar uma associação',
'Add a new link' => 'Adicionar uma nova associação', 'Add a new link' => 'Adicionar uma nova associação',
'Do you really want to remove this link: "%s"?' => 'Você realmente deseja remover esta associação: "%s"?', 'Do you really want to remove this link: "%s"?' => 'Você realmente deseja remover esta associação: "%s"?',
@@ -1028,40 +1028,40 @@ return array(
'Unread notifications' => 'Notificações não lidas', 'Unread notifications' => 'Notificações não lidas',
'My filters' => 'Meus filtros', 'My filters' => 'Meus filtros',
'Notification methods:' => 'Métodos de notificação:', 'Notification methods:' => 'Métodos de notificação:',
// 'Import tasks from CSV file' => '', 'Import tasks from CSV file' => 'Importar tarefas a partir de arquivo CSV',
// 'Unable to read your file' => '', 'Unable to read your file' => 'Não foi possível ler seu arquivo',
// '%d task(s) have been imported successfully.' => '', '%d task(s) have been imported successfully.' => '%d tarefa(s) importada(s) com sucesso.',
// 'Nothing have been imported!' => '', 'Nothing have been imported!' => 'Nada foi importado!',
// 'Import users from CSV file' => '', 'Import users from CSV file' => 'Importar usuários a partir de arquivo CSV',
// '%d user(s) have been imported successfully.' => '', '%d user(s) have been imported successfully.' => '%d usuário(s) importado(s) com sucesso.',
// 'Comma' => '', 'Comma' => 'Vírgula',
// 'Semi-colon' => '', 'Semi-colon' => 'Ponto e vírgula',
// 'Tab' => '', 'Tab' => 'Tab',
// 'Vertical bar' => '', 'Vertical bar' => 'Barra vertical',
// 'Double Quote' => '', 'Double Quote' => 'Aspas duplas',
// 'Single Quote' => '', 'Single Quote' => 'Aspas simples',
// '%s attached a file to the task #%d' => '', '%s attached a file to the task #%d' => '%s anexou um arquivo à tarefa #%d',
// 'There is no column or swimlane activated in your project!' => '', 'There is no column or swimlane activated in your project!' => 'Não há coluna ou swimlane ativa em seu projeto!',
// 'Append filter (instead of replacement)' => '', 'Append filter (instead of replacement)' => 'Adicionar filtro (em vez de substituir)',
// 'Append/Replace' => '', 'Append/Replace' => 'Adicionar/Substituir',
// 'Append' => '', 'Append' => 'Adicionar',
// 'Replace' => '', 'Replace' => 'Substituir',
// 'There is no notification method registered.' => '', 'There is no notification method registered.' => 'Não há metodo de notificação registrado.',
// 'Import' => '', 'Import' => 'Importar',
// 'change sorting' => '', 'change sorting' => 'alterar ordenação',
// 'Tasks Importation' => '', 'Tasks Importation' => 'Importação de Tarefas',
// 'Delimiter' => '', 'Delimiter' => 'Separador',
// 'Enclosure' => '', 'Enclosure' => 'Delimitador de campos',
// 'CSV File' => '', 'CSV File' => 'Arquivo CSV',
// 'Instructions' => '', 'Instructions' => 'Instruções',
// 'Your file must use the predefined CSV format' => '', 'Your file must use the predefined CSV format' => 'Seu arquivo deve utilizar o formato CSV pré-definido',
// 'Your file must be encoded in UTF-8' => '', 'Your file must be encoded in UTF-8' => 'Seu arquivo deve estar codificado em UTF-8',
// 'The first row must be the header' => '', 'The first row must be the header' => 'A primeira linha deve ser o cabeçalho',
// 'Duplicates are not verified for you' => '', 'Duplicates are not verified for you' => 'Registros duplicados não são verificados',
// 'The due date must use the ISO format: YYYY-MM-DD' => '', 'The due date must use the ISO format: YYYY-MM-DD' => 'A data de vencimento deve utilizar o formato ISO: YYYY-MM-DD',
// 'Download CSV template' => '', 'Download CSV template' => 'Baixar modelo de arquivo CSV',
// 'No external integration registered.' => '', 'No external integration registered.' => 'Nenhuma integração externa registrada.',
// 'Duplicates are not imported' => '', 'Duplicates are not imported' => 'Registros duplicados não são importados',
// 'Usernames must be lowercase and unique' => '', 'Usernames must be lowercase and unique' => 'Nomes de usuário devem ser únicos e em letras minúsculas',
// 'Passwords will be encrypted if present' => '', 'Passwords will be encrypted if present' => 'Senhas serão encriptadas, se presentes',
); );