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