summaryrefslogtreecommitdiff
path: root/app/Locale
diff options
context:
space:
mode:
authorFlaudísio Tolentino <flaudisio@gmail.com>2015-10-26 14:06:14 -0200
committerFlaudísio Tolentino <flaudisio@gmail.com>2015-10-26 18:02:24 -0200
commitada44b300f6ee9814d30007410fd23ac69383211 (patch)
tree88f134eea432652dc49ba65e0400c02b2528d64b /app/Locale
parent06e9486c59831cdd1630647ea7474a39879a37da (diff)
pt_BR: translate missing strings
Diffstat (limited to 'app/Locale')
-rw-r--r--app/Locale/pt_BR/translations.php76
1 files changed, 38 insertions, 38 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php
index 6ee5f2dd..48434e61 100644
--- a/app/Locale/pt_BR/translations.php
+++ b/app/Locale/pt_BR/translations.php
@@ -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',
);