2014-07-20 12:26:15 +02:00
< ? php
return array (
'None' => 'Nenhum' ,
'edit' => 'editar' ,
'Edit' => 'Editar' ,
'remove' => 'apagar' ,
'Remove' => 'Apagar' ,
'Update' => 'Atualizar' ,
'Yes' => 'Sim' ,
'No' => 'Não' ,
'cancel' => 'cancelar' ,
'or' => 'ou' ,
'Yellow' => 'Amarelo' ,
'Blue' => 'Azul' ,
'Green' => 'Verde' ,
'Purple' => 'Violeta' ,
'Red' => 'Vermelho' ,
'Orange' => 'Laranja' ,
'Grey' => 'Cinza' ,
'Save' => 'Salvar' ,
'Login' => 'Login' ,
'Official website:' => 'Site web oficial :' ,
'Unassigned' => 'Não Atribuída' ,
'View this task' => 'Ver esta tarefa' ,
'Remove user' => 'Remover usuário' ,
'Do you really want to remove this user: "%s"?' => 'Quer realmente remover este usuário: "%s"?' ,
'New user' => 'Novo usuário' ,
'All users' => 'Todos os usuários' ,
'Username' => 'Nome do usuário' ,
'Password' => 'Senha' ,
2014-10-22 19:59:09 +02:00
'Default project' => 'Projeto default' ,
2014-07-20 12:26:15 +02:00
'Administrator' => 'Administrador' ,
'Sign in' => 'Logar' ,
'Users' => 'Usuários' ,
'No user' => 'Sem usuário' ,
'Forbidden' => 'Proibido' ,
'Access Forbidden' => 'Acesso negado' ,
'Only administrators can access to this page.' => 'Somente administradores têm acesso a esta página.' ,
'Edit user' => 'Editar usuário' ,
'Logout' => 'Logout' ,
'Bad username or password' => 'Usuário ou senha inválidos' ,
'users' => 'usuários' ,
'projects' => 'projetos' ,
'Edit project' => 'Editar projeto' ,
'Name' => 'Nome' ,
'Activated' => 'Ativo' ,
'Projects' => 'Projetos' ,
'No project' => 'Nenhum projeto' ,
'Project' => 'Projeto' ,
'Status' => 'Status' ,
'Tasks' => 'Tarefas' ,
'Board' => 'Quadro' ,
2014-10-22 19:59:09 +02:00
'Actions' => 'Ações' ,
2014-07-20 12:26:15 +02:00
'Inactive' => 'Inativo' ,
'Active' => 'Ativo' ,
'Column %d' => 'Coluna %d' ,
'Add this column' => 'Adicionar esta coluna' ,
'%d tasks on the board' => '%d tarefas no quadro' ,
'%d tasks in total' => '%d tarefas no total' ,
'Unable to update this board.' => 'Impossível atualizar este quadro.' ,
'Edit board' => 'Modificar quadro' ,
'Disable' => 'Desativar' ,
'Enable' => 'Ativar' ,
'New project' => 'Novo projeto' ,
'Do you really want to remove this project: "%s"?' => 'Quer realmente remover este projeto: "%s" ?' ,
'Remove project' => 'Remover projeto' ,
'Boards' => 'Quadros' ,
'Edit the board for "%s"' => 'Editar o quadro para "%s"' ,
'All projects' => 'Todos os projetos' ,
'Change columns' => 'Modificar colunas' ,
'Add a new column' => 'Adicionar uma nova coluna' ,
'Title' => 'Título' ,
'Add Column' => 'Adicionar coluna' ,
'Project "%s"' => 'Projeto "%s"' ,
'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 quadro' ,
'Unable to remove this column.' => 'Impossível remover esta coluna.' ,
'Do you really want to remove this column: "%s"?' => 'Quer realmente remover esta coluna: "%s"?' ,
'This action will REMOVE ALL TASKS associated to this column!' => 'Esta ação vai REMOVER TODAS AS TAREFAS associadas a esta coluna!' ,
'Settings' => 'Preferências' ,
'Application settings' => 'Preferências da aplicação' ,
'Language' => 'Idioma' ,
2014-11-23 20:13:38 +01:00
'Webhook token:' => 'Token de webhooks:' ,
2014-10-22 19:59:09 +02:00
'API token:' => 'API Token:' ,
2014-07-20 12:26:15 +02:00
'More information' => 'Mais informação' ,
'Database size:' => 'Tamanho do banco de dados:' ,
'Download the database' => 'Download do banco de dados' ,
'Optimize the database' => 'Otimizar o banco de dados' ,
'(VACUUM command)' => '(Comando VACUUM)' ,
'(Gzip compressed Sqlite file)' => '(Arquivo Sqlite comprimido com Gzip)' ,
'User settings' => 'Configurações do usuário' ,
'My default project:' => 'Meu projeto default:' ,
'Close a task' => 'Encerrar uma tarefa' ,
'Do you really want to close this task: "%s"?' => 'Quer realmente encerrar esta tarefa: "%s"?' ,
'Edit a task' => 'Editar uma tarefa' ,
'Column' => 'Coluna' ,
'Color' => 'Cor' ,
'Assignee' => 'Designação' ,
'Create another task' => 'Criar uma outra tarefa (aproveitando os dados preenchidos)' ,
'New task' => 'Nova tarefa' ,
'Open a task' => 'Abrir uma tarefa' ,
'Do you really want to open this task: "%s"?' => 'Quer realmente abrir esta tarefa: "%s"?' ,
'Back to the board' => 'Voltar ao quadro' ,
2014-10-22 19:59:09 +02:00
'Created on %B %e, %Y at %k:%M %p' => 'Criado em %d %B %Y às %H:%M' ,
2014-07-20 12:26:15 +02:00
'There is nobody assigned' => 'Não há ninguém designado' ,
'Column on the board:' => 'Coluna no quadro:' ,
'Status is open' => 'Status está aberto' ,
2014-12-22 19:15:38 +01:00
'Status is closed' => 'Status está encerrado' ,
'Close this task' => 'Encerrar esta tarefa' ,
2014-07-20 12:26:15 +02:00
'Open this task' => 'Abrir esta tarefa' ,
'There is no description.' => 'Não há descrição.' ,
'Add a new task' => 'Adicionar uma nova tarefa' ,
'The username is required' => 'O nome de usuário é obrigatório' ,
'The maximum length is %d characters' => 'O tamanho máximo são %d caracteres' ,
'The minimum length is %d characters' => 'O tamanho mínimo são %d caracteres' ,
'The password is required' => 'A senha é obrigatória' ,
'This value must be an integer' => 'O valor deve ser um inteiro' ,
'The username must be unique' => 'O nome de usuário deve ser único' ,
'The username must be alphanumeric' => 'O nome de usuário deve ser alfanumérico, sem espaços ou _' ,
'The user id is required' => 'O id de usuário é obrigatório' ,
'Passwords don\'t match' => 'As senhas não conferem' ,
'The confirmation is required' => 'A confirmação é obrigatória' ,
'The column is required' => 'A coluna é obrigatória' ,
'The project is required' => 'O projeto é obrigatório' ,
'The color is required' => 'A cor é obrigatória' ,
'The id is required' => 'O id é obrigatório' ,
'The project id is required' => 'O id do projeto é obrigatório' ,
'The project name is required' => 'O nome do projeto é obrigatório' ,
'This project must be unique' => 'Este projeto deve ser único' ,
'The title is required' => 'O título é obrigatório' ,
'The language is required' => 'O idioma é obrigatório' ,
'There is no active project, the first step is to create a new project.' => 'Não há projeto ativo. O primeiro passo é criar um novo projeto.' ,
'Settings saved successfully.' => 'Configurações salvas com sucesso.' ,
'Unable to save your settings.' => 'Impossível salvar suas configurações.' ,
'Database optimization done.' => 'Otimização do banco de dados terminada.' ,
'Your project have been created successfully.' => 'Seu projeto foi criado com sucesso.' ,
'Unable to create your project.' => 'Impossível criar seu projeto.' ,
'Project updated successfully.' => 'Projeto atualizado com sucesso.' ,
'Unable to update this project.' => 'Impossível atualizar este projeto.' ,
'Unable to remove this project.' => 'Impossível remover este projeto.' ,
'Project removed successfully.' => 'Projeto removido com sucesso.' ,
'Project activated successfully.' => 'Projeto ativado com sucesso.' ,
'Unable to activate this project.' => 'Impossível ativar este projeto.' ,
'Project disabled successfully.' => 'Projeto desabilitado com sucesso.' ,
'Unable to disable this project.' => 'Impossível desabilitar este projeto.' ,
'Unable to open this task.' => 'Impossível abrir esta tarefa.' ,
'Task opened successfully.' => 'Tarefa aberta com sucesso.' ,
'Unable to close this task.' => 'Impossível encerrar esta tarefa.' ,
'Task closed successfully.' => 'Tarefa encerrada com sucesso.' ,
'Unable to update your task.' => 'Impossível atualizar sua tarefa.' ,
'Task updated successfully.' => 'Tarefa atualizada com sucesso.' ,
'Unable to create your task.' => 'Impossível criar sua tarefa.' ,
'Task created successfully.' => 'Tarefa criada com sucesso.' ,
'User created successfully.' => 'Usuário criado com sucesso.' ,
'Unable to create your user.' => 'Impossível criar seu usuário.' ,
'User updated successfully.' => 'Usuário atualizado com sucesso.' ,
'Unable to update your user.' => 'Impossível atualizar seu usuário.' ,
'User removed successfully.' => 'Usuário removido com sucesso.' ,
'Unable to remove this user.' => 'Impossível remover este usuário.' ,
'Board updated successfully.' => 'Quadro atualizado com sucesso.' ,
'Ready' => 'Pronto' ,
'Backlog' => 'Backlog' ,
'Work in progress' => 'Em andamento' ,
'Done' => 'Encerrado' ,
'Application version:' => 'Versão da aplicação:' ,
2014-10-22 19:59:09 +02:00
'Completed on %B %e, %Y at %k:%M %p' => 'Encerrado em %d %B %Y às %H:%M' ,
'%B %e, %Y at %k:%M %p' => '%d %B %Y às %H:%M' ,
2014-07-20 12:26:15 +02:00
'Date created' => 'Data de criação' ,
'Date completed' => 'Data de encerramento' ,
'Id' => 'Id' ,
'No task' => 'Nenhuma tarefa' ,
'Completed tasks' => 'tarefas completadas' ,
'List of projects' => 'Lista de projetos' ,
'Completed tasks for "%s"' => 'Tarefas completadas por "%s"' ,
'%d closed tasks' => '%d tarefas encerradas' ,
2014-10-22 19:59:09 +02:00
'No task for this project' => 'Nenhuma tarefa para este projeto' ,
2014-07-20 12:26:15 +02:00
'Public link' => 'Link público' ,
'There is no column in your project!' => 'Não há colunas no seu projeto!' ,
'Change assignee' => 'Mudar a designação' ,
'Change assignee for the task "%s"' => 'Modificar designação para a tarefa "%s"' ,
'Timezone' => 'Fuso horário' ,
'Sorry, I didn\'t found this information in my database!' => 'Desculpe, não encontrei esta informação no meu banco de dados!' ,
'Page not found' => 'Página não encontrada' ,
2014-10-22 19:59:09 +02:00
'Complexity' => 'Complexidade' ,
2014-07-20 12:26:15 +02:00
'limit' => 'limite' ,
'Task limit' => 'Limite da tarefa' ,
2014-12-22 19:15:38 +01:00
'Task count' => 'Número de tarefas' ,
2014-07-20 12:26:15 +02:00
'This value must be greater than %d' => 'Este valor deve ser maior que %d' ,
2014-10-22 19:59:09 +02:00
'Edit project access list' => 'Editar lista de acesso ao projeto' ,
2014-07-20 12:26:15 +02:00
'Edit users access' => 'Editar acesso de usuários' ,
'Allow this user' => 'Permitir esse usuário' ,
'Only those users have access to this project:' => 'Somente estes usuários têm acesso a este projeto:' ,
'Don\'t forget that administrators have access to everything.' => 'Não esqueça que administradores têm acesso a tudo.' ,
'revoke' => 'revogar' ,
'List of authorized users' => 'Lista de usuários autorizados' ,
'User' => 'Usuário' ,
2014-12-22 19:15:38 +01:00
'Nobody have access to this project.' => 'Ninguém tem acesso a este projeto.' ,
2014-07-20 12:26:15 +02:00
'You are not allowed to access to this project.' => 'Você não está autorizado a acessar este projeto.' ,
'Comments' => 'Comentários' ,
'Post comment' => 'Postar comentário' ,
'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' ,
'Comment added successfully.' => 'Cpmentário adicionado com sucesso.' ,
'Unable to create your comment.' => 'Impossível criar seu comentário.' ,
'The description is required' => 'A descrição é obrigatória' ,
'Edit this task' => 'Editar esta tarefa' ,
'Due Date' => 'Data de vencimento' ,
'Invalid date' => 'Data inválida' ,
2014-10-22 19:59:09 +02:00
'Must be done before %B %e, %Y' => 'Deve ser feito antes de %d %B %Y' ,
'%B %e, %Y' => '%d %B %Y' ,
2014-07-20 12:26:15 +02:00
'Automatic actions' => 'Ações automáticas' ,
'Your automatic action have been created successfully.' => 'Sua ação automética foi criada com sucesso.' ,
'Unable to create your automatic action.' => 'Impossível criar sua ação automática.' ,
'Remove an action' => 'Remover uma ação' ,
2014-12-22 19:15:38 +01:00
'Unable to remove this action.' => 'Impossível remover esta ação.' ,
2014-07-20 12:26:15 +02:00
'Action removed successfully.' => 'Ação removida com sucesso.' ,
'Automatic actions for the project "%s"' => 'Ações automáticas para o projeto "%s"' ,
'Defined actions' => 'Ações definidas' ,
2014-10-22 19:59:09 +02:00
'Add an action' => 'Adicionar Ação' ,
2014-07-20 12:26:15 +02:00
'Event name' => 'Nome do evento' ,
'Action name' => 'Nome da ação' ,
'Action parameters' => 'Parâmetros da ação' ,
'Action' => 'Ação' ,
'Event' => 'Evento' ,
2014-12-22 19:15:38 +01:00
'When the selected event occurs execute the corresponding action.' => 'Quando o evento selecionado ocorrer, execute a ação correspondente.' ,
2014-07-20 12:26:15 +02:00
'Next step' => 'Próximo passo' ,
'Define action parameters' => 'Definir parêmetros da ação' ,
'Save this action' => 'Salvar esta ação' ,
'Do you really want to remove this action: "%s"?' => 'Você quer realmente remover esta ação: "%s"?' ,
'Remove an automatic action' => 'Remove uma ação automática' ,
2014-12-22 19:15:38 +01:00
'Close the task' => 'Encerrar tarefa' ,
2014-07-20 12:26:15 +02:00
'Assign the task to a specific user' => 'Designar a tarefa para um usuário específico' ,
'Assign the task to the person who does the action' => 'Designar a tarefa para a pessoa que executa a ação' ,
'Duplicate the task to another project' => 'Duplicar a tarefa para um outro projeto' ,
'Move a task to another column' => 'Mover a tarefa para outra coluna' ,
'Move a task to another position in the same column' => 'Mover a tarefa para outra posição, na mesma coluna' ,
'Task modification' => 'Modificação de tarefa' ,
'Task creation' => 'Criação de tarefa' ,
2014-12-22 19:15:38 +01:00
'Open a closed task' => 'Reabrir uma tarefa encerrada' ,
'Closing a task' => 'Encerrando uma tarefa' ,
2014-07-20 12:26:15 +02:00
'Assign a color to a specific user' => 'Designar uma cor para um usuário específico' ,
2014-10-22 19:59:09 +02:00
'Column title' => 'Título da coluna' ,
'Position' => 'Posição' ,
'Move Up' => 'Mover para cima' ,
'Move Down' => 'Mover para baixo' ,
'Duplicate to another project' => 'Duplicar para outro projeto' ,
'Duplicate' => 'Duplicar' ,
'link' => 'link' ,
'Update this comment' => 'Atualizar este comentário' ,
'Comment updated successfully.' => 'Comentário atualizado com sucesso.' ,
'Unable to update your comment.' => 'Impossível atualizar seu comentário.' ,
2014-12-22 19:15:38 +01:00
'Remove a comment' => 'Remover um comentário' ,
2014-10-22 19:59:09 +02:00
'Comment removed successfully.' => 'Comentário removido com sucesso.' ,
2014-12-22 19:15:38 +01:00
'Unable to remove this comment.' => 'Impossível remover este comentário.' ,
2014-10-22 19:59:09 +02:00
'Do you really want to remove this comment?' => 'Você tem certeza de que quer remover este comentário?' ,
'Only administrators or the creator of the comment can access to this page.' => 'Somente administradores ou o criator deste comentário tem acesso a esta página.' ,
'Details' => 'Detalhes' ,
'Current password for the user "%s"' => 'Senha atual para o usuário "%s"' ,
'The current password is required' => 'A senha atual é obrigatória' ,
'Wrong password' => 'Senha errada' ,
'Reset all tokens' => 'Reiniciar todos os tokens' ,
2014-12-22 19:15:38 +01:00
'All tokens have been regenerated.' => 'Todos os tokens foram gerados novamente.' ,
2014-10-22 19:59:09 +02:00
'Unknown' => 'Desconhecido' ,
'Last logins' => 'Últimos logins' ,
'Login date' => 'Data de login' ,
'Authentication method' => 'Método de autenticação' ,
'IP address' => 'Endereço IP' ,
'User agent' => 'Agente usuário' ,
'Persistent connections' => 'Conexões persistentes' ,
'No session.' => 'Sem sessão.' ,
'Expiration date' => 'Data de expiração' ,
'Remember Me' => 'Lembre-se de mim' ,
'Creation date' => 'Data de criação' ,
'Filter by user' => 'Filtrar por usuário' ,
'Filter by due date' => 'Filtrar por data de vencimento' ,
'Everybody' => 'Todos' ,
'Open' => 'Abrir' ,
2014-12-22 19:15:38 +01:00
'Closed' => 'Encerrado' ,
2014-10-22 19:59:09 +02:00
'Search' => 'Pesquisar' ,
'Nothing found.' => 'Não encontrado.' ,
'Search in the project "%s"' => 'Procure no projeto "%s"' ,
'Due date' => 'Data de vencimento' ,
'Others formats accepted: %s and %s' => 'Outros formatos permitidos: %s e %s' ,
'Description' => 'Descrição' ,
'%d comments' => '%d comentários' ,
'%d comment' => '%d comentário' ,
'Email address invalid' => 'Endereço de e-mail inválido' ,
'Your Google Account is not linked anymore to your profile.' => 'Sua conta Google não está mais associada ao seu perfil.' ,
'Unable to unlink your Google Account.' => 'Impossível desassociar sua conta Google.' ,
'Google authentication failed' => 'Autenticação do Google falhou.' ,
'Unable to link your Google Account.' => 'Impossível associar a sua conta do Google.' ,
'Your Google Account is linked to your profile successfully.' => 'Sua Conta do Google está ligada ao seu perfil com sucesso.' ,
'Email' => 'E-mail' ,
'Link my Google Account' => 'Vincular minha conta Google' ,
'Unlink my Google Account' => 'Desvincular minha conta do Google' ,
'Login with my Google Account' => 'Entrar com minha conta do Google' ,
'Project not found.' => 'Projeto não encontrado.' ,
'Task #%d' => 'Tarefa #%d' ,
'Task removed successfully.' => 'Tarefa removida com sucesso.' ,
'Unable to remove this task.' => 'Não foi possível remover esta tarefa.' ,
'Remove a task' => 'Remover uma tarefa' ,
'Do you really want to remove this task: "%s"?' => 'Você realmente deseja remover esta tarefa: "%s"' ,
'Assign automatically a color based on a category' => 'Atribuir automaticamente uma cor com base em uma categoria' ,
'Assign automatically a category based on a color' => 'Atribuir automaticamente uma categoria com base em uma cor' ,
'Task creation or modification' => 'Criação ou modificação de tarefa' ,
'Category' => 'Categoria' ,
'Category:' => 'Categoria:' ,
'Categories' => 'Categorias' ,
'Category not found.' => 'Categoria não encontrada.' ,
'Your category have been created successfully.' => 'Seu categoria foi criada com sucesso.' ,
'Unable to create your category.' => 'Não é possível criar sua categoria.' ,
'Your category have been updated successfully.' => 'A sua categoria foi atualizada com sucesso.' ,
'Unable to update your category.' => 'Não foi possível atualizar a sua categoria.' ,
'Remove a category' => 'Remover uma categoria' ,
'Category removed successfully.' => 'Categoria removido com sucesso.' ,
'Unable to remove this category.' => 'Não foi possível remover esta categoria.' ,
'Category modification for the project "%s"' => 'Modificação de categoria para o projeto "%s"' ,
'Category Name' => 'Nome da Categoria' ,
'Categories for the project "%s"' => 'Categorias para o projeto "%s"' ,
'Add a new category' => 'Adicionar uma nova categoria' ,
'Do you really want to remove this category: "%s"?' => 'Você realmente deseja remover esta categoria: "%s"' ,
'Filter by category' => 'Filtrar por categoria' ,
'All categories' => 'Todas as categorias' ,
'No category' => 'Sem categoria' ,
'The name is required' => 'O nome é obrigatório' ,
'Remove a file' => 'Remover um arquivo' ,
'Unable to remove this file.' => 'Não foi possível remover este arquivo.' ,
'File removed successfully.' => 'Arquivo removido com sucesso.' ,
'Attach a document' => 'Anexar um documento' ,
'Do you really want to remove this file: "%s"?' => 'Você realmente deseja remover este arquivo: "%s"' ,
'open' => 'Aberto' ,
'Attachments' => 'Anexos' ,
'Edit the task' => 'Editar a tarefa' ,
'Edit the description' => 'Editar a descrição' ,
'Add a comment' => 'Adicionar um comentário' ,
'Edit a comment' => 'Editar um comentário' ,
'Summary' => 'Resumo' ,
'Time tracking' => 'Rastreamento de tempo' ,
'Estimate:' => 'Estimado:' ,
'Spent:' => 'Gasto:' ,
'Do you really want to remove this sub-task?' => 'Você realmente deseja remover esta sub-tarefa?' ,
'Remaining:' => 'Restante:' ,
'hours' => 'horas' ,
'spent' => 'gasto' ,
'estimated' => 'estimada' ,
'Sub-Tasks' => 'Sub-tarefas' ,
'Add a sub-task' => 'Adicionar uma sub-tarefa' ,
2014-11-23 20:13:38 +01:00
'Original estimate' => 'Estimativa original' ,
2014-10-22 19:59:09 +02:00
'Create another sub-task' => 'Criar uma outra sub-tarefa' ,
2014-11-23 20:13:38 +01:00
'Time spent' => 'Tempo gasto' ,
2014-10-22 19:59:09 +02:00
'Edit a sub-task' => 'Editar uma sub-tarefa' ,
'Remove a sub-task' => 'Remover uma sub-tarefa' ,
'The time must be a numeric value' => 'O tempo deve ser um valor numérico' ,
'Todo' => 'A fazer' ,
'In progress' => 'Em andamento' ,
'Sub-task removed successfully.' => 'Sub-tarefa removido com sucesso.' ,
'Unable to remove this sub-task.' => 'Não foi possível remover esta sub-tarefa.' ,
'Sub-task updated successfully.' => 'Sub-tarefa atualizada com sucesso.' ,
'Unable to update your sub-task.' => 'Não foi possível atualizar sua sub-tarefa.' ,
'Unable to create your sub-task.' => 'Não é possível criar sua sub-tarefa.' ,
'Sub-task added successfully.' => 'Sub-tarefa adicionada com sucesso.' ,
'Maximum size: ' => 'O tamanho máximo:' ,
'Unable to upload the file.' => 'Não foi possível carregar o arquivo.' ,
'Display another project' => 'Mostrar um outro projeto' ,
'Your GitHub account was successfully linked to your profile.' => 'A sua conta GitHub foi ligada com sucesso ao seu perfil.' ,
'Unable to link your GitHub Account.' => 'Não foi possível vincular sua conta GitHub.' ,
'GitHub authentication failed' => 'Falhou autenticação GitHub' ,
'Your GitHub account is no longer linked to your profile.' => 'A sua conta GitHub já não está ligada ao seu perfil.' ,
'Unable to unlink your GitHub Account.' => 'Não foi possível desvincular sua conta GitHub.' ,
'Login with my GitHub Account' => 'Entrar com minha conta do GitHub' ,
'Link my GitHub Account' => 'Vincular minha conta GitHub' ,
'Unlink my GitHub Account' => 'Desvincular minha conta do GitHub' ,
'Created by %s' => 'Criado por %s' ,
'Last modified on %B %e, %Y at %k:%M %p' => 'Última modificação em %B %e, %Y às %k: %M %p' ,
'Tasks Export' => 'Tarefas Export' ,
'Tasks exportation for "%s"' => 'Tarefas exportação para "%s"' ,
'Start Date' => 'Data inicial' ,
'End Date' => 'Data final' ,
'Execute' => 'Executar' ,
'Task Id' => 'Id da Tarefa' ,
'Creator' => 'Criador' ,
'Modification date' => 'Data de modificação' ,
'Completion date' => 'Data de conclusão' ,
'Webhook URL for task creation' => 'Webhook URL para criação de tarefas' ,
'Webhook URL for task modification' => 'Webhook URL para modificação tarefa' ,
'Clone' => 'Clone' ,
'Clone Project' => 'Clonar Projeto' ,
'Project cloned successfully.' => 'Projeto clonado com sucesso.' ,
'Unable to clone this project.' => 'Impossível clonar este projeto.' ,
2014-12-22 19:15:38 +01:00
'Email notifications' => 'Notificações por email' ,
'Enable email notifications' => 'Habilitar notificações por email' ,
'Task position:' => 'Posição da tarefa:' ,
'The task #%d have been opened.' => 'A tarefa #%d foi aberta.' ,
'The task #%d have been closed.' => 'A tarefa #%d foi encerrada.' ,
'Sub-task updated' => 'Subtarefa atualizada' ,
'Title:' => 'Título:' ,
'Status:' => 'Status:' ,
'Assignee:' => 'Designado:' ,
'Time tracking:' => 'Controle de tempo:' ,
'New sub-task' => 'Nova subtarefa' ,
'New attachment added "%s"' => 'Novo anexo adicionado "%s"' ,
'Comment updated' => 'Comentário atualizado' ,
'New comment posted by %s' => 'Novo comentário postado por %s' ,
'List of due tasks for the project "%s"' => 'Lista de tarefas pendentes para o projeto "%s"' ,
2014-10-22 19:59:09 +02:00
// '[%s][New attachment] %s (#%d)' => '',
// '[%s][New comment] %s (#%d)' => '',
// '[%s][Comment updated] %s (#%d)' => '',
// '[%s][New subtask] %s (#%d)' => '',
// '[%s][Subtask updated] %s (#%d)' => '',
// '[%s][New task] %s (#%d)' => '',
// '[%s][Task updated] %s (#%d)' => '',
// '[%s][Task closed] %s (#%d)' => '',
// '[%s][Task opened] %s (#%d)' => '',
// '[%s][Due tasks]' => '',
2014-12-22 19:15:38 +01:00
'[Kanboard] Notification' => '[Kanboard] Notificação' ,
'I want to receive notifications only for those projects:' => 'Quero receber notificações somente para estes projetos:' ,
'view the task on Kanboard' => 'ver a tarefa no Kanboard' ,
'Public access' => 'Acesso público' ,
'Category management' => 'Gerenciamento de categorias' ,
'User management' => 'Gerenciamento de usuários' ,
'Active tasks' => 'Tarefas ativas' ,
'Disable public access' => 'Desabilitar o acesso público' ,
'Enable public access' => 'Habilitar o acesso público' ,
'Active projects' => 'Projetos ativos' ,
'Inactive projects' => 'Projetos inativos' ,
'Public access disabled' => 'Acesso público desabilitado' ,
'Do you really want to disable this project: "%s"?' => 'Deseja ralmente desabilitar este projeto: "%s"?' ,
'Do you really want to duplicate this project: "%s"?' => 'Deseja realmente duplicar este projeto: "%s"?' ,
'Do you really want to enable this project: "%s"?' => 'Deseja realmente habilitar este projeto: "%s"?' ,
'Project activation' => 'Avaliação do projeto' ,
'Move the task to another project' => 'Mover a tarefa para outro projeto' ,
'Move to another project' => 'Mover para outro projeto' ,
'Do you really want to duplicate this task?' => 'Deseja realmente duplicar esta tarefa?' ,
'Duplicate a task' => 'Duplicar tarefa' ,
'External accounts' => 'Contas externas' ,
'Account type' => 'Tipo de conta' ,
2014-10-22 19:59:09 +02:00
// 'Local' => '',
2014-12-22 19:15:38 +01:00
'Remote' => 'Remoto' ,
'Enabled' => 'Habilitado' ,
'Disabled' => 'Desabilitado' ,
'Google account linked' => 'Conta do Google associada' ,
'Github account linked' => 'Conta do Github associada' ,
'Username:' => 'Usuário:' ,
'Name:' => 'Nome:' ,
2014-10-22 19:59:09 +02:00
// 'Email:' => '',
2014-12-22 19:15:38 +01:00
'Default project:' => 'Projeto padrão:' ,
'Notifications:' => 'Notificações:' ,
'Notifications' => 'Notificações' ,
'Group:' => 'Groupo:' ,
'Regular user' => 'Usuário habitual' ,
'Account type:' => 'Tipo de conta:' ,
'Edit profile' => 'Editar perfil' ,
'Change password' => 'Alterar senha' ,
'Password modification' => 'Alteração de senha' ,
'External authentications' => 'Autenticação externa' ,
'Google Account' => 'Conta do Google' ,
'Github Account' => 'Conta do Github' ,
'Never connected.' => 'Nunca conectado.' ,
'No account linked.' => 'Nenhuma conta associada.' ,
'Account linked.' => 'Conta associada.' ,
'No external authentication enabled.' => 'Nenhuma autenticação externa permitida.' ,
'Password modified successfully.' => 'Senha alterada com sucesso.' ,
'Unable to change the password.' => 'Não foi possível alterar a senha.' ,
'Change category for the task "%s"' => 'Mudar categoria para a tarefa "%s"' ,
'Change category' => 'Mudar categoria' ,
2014-10-22 19:59:09 +02:00
// '%s updated the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '',
// '%s open the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '',
// '%s moved the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to the position #%d in the column "%s"' => '',
// '%s moved the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to the column "%s"' => '',
// '%s created the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '',
// '%s closed the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '',
2014-12-22 19:15:38 +01:00
'%s created a subtask for the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s criou uma sub-tarefa para a tarefa <a href="?controller=task&action=show&task_id=%d">#%d</a>' ,
'%s updated a subtask for the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s atualizou uma sub-tarefa da tarefa <a href="?controller=task&action=show&task_id=%d">#%d</a>' ,
'Assigned to %s with an estimate of %s/%sh' => 'Designado para %s com tempo estimado de %s/%sh' ,
'Not assigned, estimate of %sh' => 'Não designado, estimado em %sh' ,
'%s updated a comment on the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s atualizou o comentário na tarefa <a href="?controller=task&action=show&task_id=%d">#%d</a>' ,
'%s commented the task <a href="?controller=task&action=show&task_id=%d">#%d</a>' => '%s comentou a tarefa <a href="?controller=task&action=show&task_id=%d">#%d</a>' ,
'%s\'s activity' => 'Atividades de%s' ,
'No activity.' => 'Sem atividade.' ,
2014-10-22 19:59:09 +02:00
// 'RSS feed' => '',
2014-12-22 19:15:38 +01:00
'%s updated a comment on the task #%d' => '%s atualizou um comentário na tarefa #%d' ,
'%s commented on the task #%d' => '%s comentou na tarefa #%d' ,
'%s updated a subtask for the task #%d' => '%s atualizou uma sub-tarefa para a tarefa #%d' ,
'%s created a subtask for the task #%d' => '%s criou uma sub-tarefa para a tarefa #%d' ,
'%s updated the task #%d' => '%s atualizou a tarefa #%d' ,
'%s created the task #%d' => '%s criou a tarefa #%d' ,
'%s closed the task #%d' => '%s encerrou a tarefa #%d' ,
'%s open the task #%d' => '%s abriu a tarefa #%d' ,
'%s moved the task #%d to the column "%s"' => '%s moveu a tarefa #%d para a coluna "%s"' ,
'%s moved the task #%d to the position %d in the column "%s"' => '%s moveu a tarefa #%d para a posição %d na coluna "%s"' ,
'Activity' => 'Atividade' ,
'Default values are "%s"' => 'Os valores padrão são "%s"' ,
'Default columns for new projects (Comma-separated)' => 'Colunas padrão para novos projetos (Separado por vírgula)' ,
'Task assignee change' => 'Mudar designação da tarefa' ,
'%s change the assignee of the task #%d to %s' => '%s mudou a designação da tarefa #%d para %s' ,
'%s change the assignee of the task <a href="?controller=task&action=show&task_id=%d">#%d</a> to %s' => '%s mudou a designação da tarefa <a href="?controller=task&action=show&task_id=%d">#%d</a> para %s' ,
2014-10-22 19:59:09 +02:00
// '[%s][Column Change] %s (#%d)' => '',
// '[%s][Position Change] %s (#%d)' => '',
// '[%s][Assignee Change] %s (#%d)' => '',
2014-12-22 19:15:38 +01:00
'New password for the user "%s"' => 'Novo password para o usuário "%s"' ,
'Choose an event' => 'Escolher um evento' ,
2014-11-23 20:13:38 +01:00
// 'Github commit received' => '',
// 'Github issue opened' => '',
// 'Github issue closed' => '',
// 'Github issue reopened' => '',
// 'Github issue assignee change' => '',
// 'Github issue label change' => '',
2014-12-22 19:15:38 +01:00
'Create a task from an external provider' => 'Criar uma tarefa a partir de um provedor externo' ,
'Change the assignee based on an external username' => 'Alterar designação com vase em um usuário externo!' ,
'Change the category based on an external label' => 'Alterar categoria com base em um rótulo externo' ,
'Reference' => 'Referencia' ,
'Reference: %s' => 'Referencia: %s' ,
'Label' => 'Rótulo' ,
'Database' => 'Banco de dados' ,
'About' => 'Sobre' ,
2014-11-23 20:13:38 +01:00
// 'Database driver:' => '',
// 'Board settings' => '',
// 'URL and token' => '',
// 'Webhook settings' => '',
// 'URL for task creation:' => '',
// 'Reset token' => '',
// 'API endpoint:' => '',
// 'Refresh interval for private board' => '',
// 'Refresh interval for public board' => '',
// 'Task highlight period' => '',
// 'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => '',
// 'Frequency in second (60 seconds by default)' => '',
// 'Frequency in second (0 to disable this feature, 10 seconds by default)' => '',
2014-12-22 19:15:38 +01:00
'Application URL' => 'URL da Aplicação' ,
2014-11-23 20:13:38 +01:00
// 'Example: http://example.kanboard.net/ (used by email notifications)' => '',
// 'Token regenerated.' => '',
2014-12-22 19:15:38 +01:00
'Date format' => 'Formato de data' ,
'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 sub-tarefa' ,
'Add' => 'Adicionar' ,
'Estimated time: %s hours' => 'Tempo estimado: %s horas' ,
'Time spent: %s hours' => 'Tempo gasto: %s horas' ,
'Started on %B %e, %Y' => 'Iniciado em %B %e, %Y' ,
'Start date' => 'Data de início' ,
'Time estimated' => 'Tempo estimado' ,
'There is nothing assigned to you.' => 'Não há nada designado para você.' ,
'My tasks' => 'Minhas tarefas' ,
2014-11-23 20:13:38 +01:00
// 'Activity stream' => '',
// 'Dashboard' => '',
2014-12-22 19:15:38 +01:00
'Confirmation' => 'Confirmação' ,
'Allow everybody to access to this project' => 'Permitir que todos acessem este projeto' ,
'Everybody have access to this project.' => 'Todos possuem acesso a este projeto.' ,
2014-11-23 20:13:38 +01:00
// 'Webhooks' => '',
// 'API' => '',
2014-12-22 19:15:38 +01:00
'Integration' => 'Integração' ,
2014-11-23 20:13:38 +01:00
// 'Github webhook' => '',
2014-12-22 19:15:38 +01:00
'Help on Github webhook' => 'Ajuda para o Github webhook' ,
'Create a comment from an external provider' => 'Criar um comentário de um provedor externo' ,
2014-11-23 20:13:38 +01:00
// 'Github issue comment created' => '',
2014-12-22 19:15:38 +01:00
'Configure' => 'Configurar' ,
'Project management' => 'Gerenciamento de projetos' ,
'My projects' => 'Meus projetos' ,
'Columns' => 'Colunas' ,
'Task' => 'Tarefas' ,
'Your are not member of any project.' => 'Você não é menmbro de nenhum projeto.' ,
'Percentage' => 'Porcentagem' ,
'Number of tasks' => 'Número de tarefas' ,
'Task distribution' => 'Distribuição de tarefas' ,
'Reportings' => 'Relatórios' ,
// 'Task repartition for "%s"' => '',
'Analytics' => 'Estatísticas' ,
'Subtask' => 'Sub-tarefa' ,
'My subtasks' => 'Minhas sub-tarefas' ,
'User repartition' => 'Repartição de usuário' ,
'User repartition for "%s"' => 'Repartição de usuário para "%s"' ,
'Clone this project' => 'Clonar o projeto' ,
'Column removed successfully.' => 'Coluna removida com sucesso.' ,
'Edit Project' => 'Editar projeto' ,
// 'Github Issue' => '',
'Not enough data to show the graph.' => 'Dados insuficientes para exibir o gráfico.' ,
'Previous' => 'Anterior' ,
'The id must be an integer' => 'A ID deve ser um inteiro' ,
'The project id must be an integer' => 'A ID do projeto deve ser um inteiro' ,
'The status must be an integer' => 'O status deve ser um inteiro' ,
'The subtask id is required' => 'A ID da sub-tarefa é requerida' ,
'The subtask id must be an integer' => 'A ID da sub-tarefa deve ser um inteiro' ,
'The task id is required' => 'A ID da tarefa é requerida' ,
'The task id must be an integer' => 'A ID da tarefa deve ser um inteiro' ,
'The user id must be an integer' => 'A ID de usuário deve ser um inteiro' ,
'This value is required' => 'Este valor é requerido' ,
'This value must be numeric' => 'Este valor deve ser numérico' ,
'Unable to create this task.' => 'Não foi possível criar esta tarefa.' ,
// 'Cumulative flow diagram' => '',
// 'Cumulative flow diagram for "%s"' => '',
// 'Daily project summary' => '',
// 'Daily project summary export' => '',
// 'Daily project summary export for "%s"' => '',
// 'Exports' => '',
// 'This export contains the number of tasks per column grouped per day.' => '',
'Nothing to preview...' => 'Nada para pré-visualizar...' ,
'Preview' => 'Pré-visualizar' ,
// 'Write' => '',
2014-07-20 12:26:15 +02:00
);