diff options
Diffstat (limited to 'app/Locale/pt_BR/translations.php')
-rw-r--r-- | app/Locale/pt_BR/translations.php | 30 |
1 files changed, 14 insertions, 16 deletions
diff --git a/app/Locale/pt_BR/translations.php b/app/Locale/pt_BR/translations.php index 2c9412b6..b174ec2e 100644 --- a/app/Locale/pt_BR/translations.php +++ b/app/Locale/pt_BR/translations.php @@ -72,7 +72,6 @@ return array( 'All projects' => 'Todos os projetos', 'Add a new column' => 'Adicionar uma nova coluna', 'Title' => 'Título', - 'Nobody assigned' => 'Ninguém designado', 'Assigned to %s' => 'Designado para %s', 'Remove a column' => 'Remover uma coluna', 'Remove a column from a board' => 'Remover uma coluna do board', @@ -166,7 +165,6 @@ return array( 'Task count' => 'Número de tarefas', 'User' => 'Usuário', 'Comments' => 'Comentários', - 'Write your text in Markdown' => 'Escreva seu texto em Markdown', 'Leave a comment' => 'Deixe um comentário', 'Comment is required' => 'Comentário é obrigatório', 'Leave a description' => 'Deixe uma descrição', @@ -432,7 +430,6 @@ return array( 'ISO format is always accepted, example: "%s" and "%s"' => 'O formato ISO é sempre aceito, exemplo: "%s" e "%s"', 'New private project' => 'Novo projeto privado', 'This project is private' => 'Este projeto é privado', - 'Type here to create a new sub-task' => 'Digite aqui para criar uma nova subtarefa', 'Add' => 'Adicionar', 'Start date' => 'Data de início', 'Time estimated' => 'Tempo estimado', @@ -483,9 +480,6 @@ return array( 'Daily project summary export for "%s"' => 'Exportação diária do resumo do projeto para "%s"', 'Exports' => 'Exportar', 'This export contains the number of tasks per column grouped per day.' => 'Esta exportação contém o número de tarefas por coluna agrupada por dia.', - 'Nothing to preview...' => 'Nada para pré-visualizar...', - 'Preview' => 'Pré-visualizar', - 'Write' => 'Escrever', 'Active swimlanes' => 'Ativar swimlanes', 'Add a new swimlane' => 'Adicionar swimlane', 'Change default swimlane' => 'Alterar swimlane padrão', @@ -539,7 +533,6 @@ return array( 'Task age in days' => 'Idade da tarefa em dias', 'Days in this column' => 'Dias nesta coluna', '%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"?', 'Do you really want to remove this link with task #%d?' => 'Você realmente deseja remover esta associação com a tarefa #%d?', @@ -749,8 +742,6 @@ return array( 'My activity stream' => 'Meu feed de atividades', 'My calendar' => 'Minha agenda', 'Search tasks' => 'Pesquisar tarefas', - 'Back to the calendar' => 'Voltar ao calendário', - 'Filters' => 'Filtros', 'Reset filters' => 'Redefinir os filtros', 'My tasks due tomorrow' => 'Minhas tarefas que expiram amanhã', 'Tasks due today' => 'Tarefas que expiram hoje', @@ -902,7 +893,6 @@ return array( 'Shared' => 'Compartilhado', 'Owner' => 'Líder', 'Unread notifications' => 'Notificações não lidas', - 'My filters' => 'Meus filtros', 'Notification methods:' => 'Métodos de notificação:', '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', @@ -1049,7 +1039,6 @@ return array( 'Close a task when there is no activity' => 'Fechar uma tarefa sem atividade', 'Duration in days' => 'Duração em dias', 'Send email when there is no activity on a task' => 'Enviar um e-mail quando não há nenhuma atividade em uma tarefa', - 'List of external links' => 'Lista dos links externos', 'Unable to fetch link information.' => 'Não foi possível obter informações sobre o link.', 'Daily background job for tasks' => 'Tarefa agendada diariamente para as tarefas', 'Auto' => 'Auto', @@ -1067,9 +1056,7 @@ return array( // 'External link' => '', // 'Copy and paste your link here...' => '', // 'URL' => '', - // 'There is no external link for the moment.' => '', // 'Internal links' => '', - // 'There is no internal link for the moment.' => '', // 'Assign to me' => '', // 'Me' => '', // 'Do not duplicate anything' => '', @@ -1077,7 +1064,6 @@ return array( // 'Users management' => '', // 'Groups management' => '', // 'Create from another project' => '', - // 'There is no subtask at the moment.' => '', // 'open' => '', // 'closed' => '', // 'Priority:' => '', @@ -1096,7 +1082,6 @@ return array( // 'Started:' => '', // 'Moved:' => '', // 'Task #%d' => '', - // 'Sub-tasks' => '', // 'Date and time format' => '', // 'Time format' => '', // 'Start date: ' => '', @@ -1137,7 +1122,6 @@ return array( // 'User filters' => '', // 'Category filters' => '', // 'Upload a file' => '', - // 'There is no attachment at the moment.' => '', // 'View file' => '', // 'Last activity' => '', // 'Change subtask position' => '', @@ -1151,4 +1135,18 @@ return array( // 'There is no action at the moment.' => '', // 'Import actions from another project' => '', // 'There is no available project.' => '', + // 'Local File' => '', + // 'Configuration' => '', + // 'PHP version:' => '', + // 'PHP SAPI:' => '', + // 'OS version:' => '', + // 'Database version:' => '', + // 'Browser:' => '', + // 'Task view' => '', + // 'Edit task' => '', + // 'Edit description' => '', + // 'New internal link' => '', + // 'Display list of keyboard shortcuts' => '', + // 'Menu' => '', + // 'Set start date' => '', ); |