Add cli command to compare locales + cleanup translation files
This commit is contained in:
@@ -38,15 +38,11 @@ return array(
|
||||
'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' => 'Sair',
|
||||
'Bad username or password' => 'Usuário ou senha inválidos',
|
||||
'users' => 'usuários',
|
||||
'projects' => 'projetos',
|
||||
'Edit project' => 'Editar projeto',
|
||||
'Name' => 'Nome',
|
||||
'Activated' => 'Ativado',
|
||||
'Projects' => 'Projetos',
|
||||
'No project' => 'Nenhum projeto',
|
||||
'Project' => 'Projeto',
|
||||
@@ -56,7 +52,6 @@ return array(
|
||||
'Actions' => 'Ações',
|
||||
'Inactive' => 'Inativo',
|
||||
'Active' => 'Ativo',
|
||||
'Column %d' => 'Coluna %d',
|
||||
'Add this column' => 'Adicionar esta coluna',
|
||||
'%d tasks on the board' => '%d tarefas no board',
|
||||
'%d tasks in total' => '%d tarefas no total',
|
||||
@@ -67,14 +62,11 @@ return array(
|
||||
'New project' => 'Novo projeto',
|
||||
'Do you really want to remove this project: "%s"?' => 'Você realmente deseja remover este projeto: "%s" ?',
|
||||
'Remove project' => 'Remover projeto',
|
||||
'Boards' => 'Boards',
|
||||
'Edit the board for "%s"' => 'Editar o board 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',
|
||||
@@ -87,16 +79,12 @@ return array(
|
||||
'Language' => 'Idioma',
|
||||
'Webhook token:' => 'Token de webhooks:',
|
||||
'API token:' => 'API Token:',
|
||||
'More information' => 'Mais informações',
|
||||
'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 padrão:',
|
||||
'Close a task' => 'Finalizar uma tarefa',
|
||||
'Do you really want to close this task: "%s"?' => 'Você realmente deseja finalizar esta tarefa: "%s"?',
|
||||
'Edit a task' => 'Editar uma tarefa',
|
||||
'Column' => 'Coluna',
|
||||
'Color' => 'Cor',
|
||||
@@ -121,19 +109,15 @@ return array(
|
||||
'The password is required' => 'A senha é obrigatória',
|
||||
'This value must be an integer' => 'O valor deve ser um número 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',
|
||||
'The user id is required' => 'O ID de usuário é obrigatório',
|
||||
'Passwords don\'t match' => 'As senhas não coincidem',
|
||||
'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.' => 'Não é possível salvar suas configurações.',
|
||||
@@ -173,9 +157,7 @@ return array(
|
||||
'Date created' => 'Data de criação',
|
||||
'Date completed' => 'Data da finalização',
|
||||
'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 finalizadas',
|
||||
'No task for this project' => 'Não há tarefa para este projeto',
|
||||
@@ -187,29 +169,22 @@ return array(
|
||||
'Sorry, I didn\'t find 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',
|
||||
'Complexity' => 'Complexidade',
|
||||
'limit' => 'limite',
|
||||
'Task limit' => 'Limite da tarefa',
|
||||
'Task count' => 'Número de tarefas',
|
||||
'This value must be greater than %d' => 'Este valor deve ser maior que %d',
|
||||
'Edit project access list' => 'Editar lista de acesso ao projeto',
|
||||
'Edit users access' => 'Editar acesso de usuários',
|
||||
'Allow this user' => 'Permitir este usuário',
|
||||
'Only those users have access to this project:' => 'Somente esses 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',
|
||||
'Nobody have access to this project.' => 'Ninguém tem acesso a este projeto.',
|
||||
'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.' => 'Comentário adicionado com sucesso.',
|
||||
'Unable to create your comment.' => 'Não é possível criar o 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',
|
||||
@@ -236,15 +211,12 @@ return array(
|
||||
'Save this action' => 'Salvar esta ação',
|
||||
'Do you really want to remove this action: "%s"?' => 'Você realmente deseja remover esta ação: "%s"?',
|
||||
'Remove an automatic action' => 'Remover uma ação automática',
|
||||
'Close the task' => 'Finalizar tarefa',
|
||||
'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',
|
||||
'Open a closed task' => 'Reabrir uma tarefa finalizada',
|
||||
'Closing a task' => 'Finalizando uma tarefa',
|
||||
'Assign a color to a specific user' => 'Designar uma cor para um usuário específico',
|
||||
'Column title' => 'Título da coluna',
|
||||
@@ -254,7 +226,6 @@ return array(
|
||||
'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.' => 'Não é possível atualizar o seu comentário.',
|
||||
'Remove a comment' => 'Remover um comentário',
|
||||
@@ -262,12 +233,9 @@ return array(
|
||||
'Unable to remove this comment.' => 'Não é possível remover este comentário.',
|
||||
'Do you really want to remove this comment?' => 'Você realmente deseja remover este comentário?',
|
||||
'Only administrators or the creator of the comment can access to this page.' => 'Somente os administradores ou o criator deste comentário possuem 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 incorreta',
|
||||
'Reset all tokens' => 'Resetar todos os tokens',
|
||||
'All tokens have been regenerated.' => 'Todos os tokens foram gerados novamente.',
|
||||
'Unknown' => 'Desconhecido',
|
||||
'Last logins' => 'Últimos logins',
|
||||
'Login date' => 'Data de login',
|
||||
@@ -303,7 +271,6 @@ return array(
|
||||
'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',
|
||||
@@ -324,7 +291,6 @@ return array(
|
||||
'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',
|
||||
@@ -390,7 +356,6 @@ return array(
|
||||
'Modification date' => 'Data da modificação',
|
||||
'Completion date' => 'Data da finalização',
|
||||
'Clone' => 'Clonar',
|
||||
'Clone Project' => 'Clonar Projeto',
|
||||
'Project cloned successfully.' => 'Projeto clonado com sucesso.',
|
||||
'Unable to clone this project.' => 'Não foi possível clonar este projeto.',
|
||||
'Email notifications' => 'Notificações por email',
|
||||
@@ -407,7 +372,6 @@ return array(
|
||||
'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"',
|
||||
'New attachment' => 'Novo anexo',
|
||||
'New comment' => 'Novo comentário',
|
||||
'New subtask' => 'Nova subtarefa',
|
||||
@@ -415,21 +379,15 @@ return array(
|
||||
'Task updated' => 'Tarefa alterada',
|
||||
'Task closed' => 'Tarefa finalizada',
|
||||
'Task opened' => 'Tarefa aberta',
|
||||
'[%s][Due tasks]' => '[%s][Tarefas pendentes]',
|
||||
'[Kanboard] Notification' => '[Kanboard] Notificação',
|
||||
'I want to receive notifications only for those projects:' => 'Quero receber notificações apenas destes 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"?' => 'Você realmente deseja desabilitar este projeto: "%s"?',
|
||||
'Do you really want to duplicate this project: "%s"?' => 'Você realmente deseja duplicar este projeto: "%s"?',
|
||||
'Do you really want to enable this project: "%s"?' => 'Você realmente deseja habilitar este projeto: "%s"?',
|
||||
'Project activation' => 'Ativação do projeto',
|
||||
'Move the task to another project' => 'Mover a tarefa para outro projeto',
|
||||
@@ -498,9 +456,6 @@ return array(
|
||||
'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 changed the assignee of the task %s to %s' => '%s mudou a designação da tarefa %s para %s',
|
||||
'Column Change' => 'Mudança de coluna',
|
||||
'Position Change' => 'Mudança de posição',
|
||||
'Assignee Change' => 'Mudança de designado',
|
||||
'New password for the user "%s"' => 'Nova senha para o usuário "%s"',
|
||||
'Choose an event' => 'Escolher um evento',
|
||||
'Github commit received' => 'Github commit received',
|
||||
@@ -553,12 +508,10 @@ return array(
|
||||
'Everybody have access to this project.' => 'Todos possuem acesso a este projeto.',
|
||||
'Webhooks' => 'Webhooks',
|
||||
'API' => 'API',
|
||||
'Integration' => 'Integração',
|
||||
'Github webhooks' => 'Github webhooks',
|
||||
'Help on Github webhooks' => 'Ajuda para o Github webhooks',
|
||||
'Create a comment from an external provider' => 'Criar um comentário por meio de um serviço externo',
|
||||
'Github issue comment created' => 'Github issue comment created',
|
||||
'Configure' => 'Configurar',
|
||||
'Project management' => 'Gerenciamento de projetos',
|
||||
'My projects' => 'Meus projetos',
|
||||
'Columns' => 'Colunas',
|
||||
@@ -576,7 +529,6 @@ return array(
|
||||
'User repartition for "%s"' => 'Redistribuição de usuário para "%s"',
|
||||
'Clone this project' => 'Clonar este projeto',
|
||||
'Column removed successfully.' => 'Coluna removida com sucesso.',
|
||||
'Edit Project' => 'Editar projeto',
|
||||
'Github Issue' => 'Github Issue',
|
||||
'Not enough data to show the graph.' => 'Não há dados suficientes para mostrar o gráfico.',
|
||||
'Previous' => 'Anterior',
|
||||
@@ -657,7 +609,6 @@ return array(
|
||||
'All swimlanes' => 'Todos os swimlane',
|
||||
'All colors' => 'Todas as cores',
|
||||
'All status' => 'Todos os status',
|
||||
'Add a comment logging moving the task between columns' => 'Adicionar un comentário de log ao mover uma tarefa em outra coluna',
|
||||
'Moved to column %s' => 'Mover para a coluna %s',
|
||||
'Change description' => 'Modificar a descrição',
|
||||
'User dashboard' => 'Painel de Controle do usuário',
|
||||
@@ -922,4 +873,74 @@ return array(
|
||||
'Two factor authentication enabled' => 'Autenticação à fator duplo activado',
|
||||
'Unable to update this user.' => 'Impossível de atualizar esse usuário.',
|
||||
// 'There is no user management for private projects.' => '',
|
||||
// 'User that will receive the email' => '',
|
||||
// 'Email subject' => '',
|
||||
// 'Date' => '',
|
||||
// 'By @%s on Bitbucket' => '',
|
||||
// 'Bitbucket Issue' => '',
|
||||
// 'Commit made by @%s on Bitbucket' => '',
|
||||
// 'Commit made by @%s on Github' => '',
|
||||
// 'By @%s on Github' => '',
|
||||
// 'Commit made by @%s on Gitlab' => '',
|
||||
// 'Add a comment log when moving the task between columns' => '',
|
||||
// 'Move the task to another column when the category is changed' => '',
|
||||
// 'Send a task by email to someone' => '',
|
||||
// 'Reopen a task' => '',
|
||||
// 'Bitbucket issue opened' => '',
|
||||
// 'Bitbucket issue closed' => '',
|
||||
// 'Bitbucket issue reopened' => '',
|
||||
// 'Bitbucket issue assignee change' => '',
|
||||
// 'Bitbucket issue comment created' => '',
|
||||
// 'Column change' => '',
|
||||
// 'Position change' => '',
|
||||
// 'Swimlane change' => '',
|
||||
// 'Assignee change' => '',
|
||||
// '[%s] Overdue tasks' => '',
|
||||
// 'Notification' => '',
|
||||
// '%s moved the task #%d to the first swimlane' => '',
|
||||
// '%s moved the task #%d to the swimlane "%s"' => '',
|
||||
// 'Swimlane' => '',
|
||||
// 'Budget overview' => '',
|
||||
// 'Type' => '',
|
||||
// 'There is not enough data to show something.' => '',
|
||||
// 'Gravatar' => '',
|
||||
// 'Hipchat' => '',
|
||||
// 'Slack' => '',
|
||||
// '%s moved the task %s to the first swimlane' => '',
|
||||
// '%s moved the task %s to the swimlane "%s"' => '',
|
||||
// 'This report contains all subtasks information for the given date range.' => '',
|
||||
// 'This report contains all tasks information for the given date range.' => '',
|
||||
// 'Project activities for %s' => '',
|
||||
// 'view the board on Kanboard' => '',
|
||||
// 'The task have been moved to the first swimlane' => '',
|
||||
// 'The task have been moved to another swimlane:' => '',
|
||||
// 'Overdue tasks for the project "%s"' => '',
|
||||
// 'There is no completed tasks at the moment.' => '',
|
||||
// 'New title: %s' => '',
|
||||
// 'The task is not assigned anymore' => '',
|
||||
// 'New assignee: %s' => '',
|
||||
// 'There is no category now' => '',
|
||||
// 'New category: %s' => '',
|
||||
// 'New color: %s' => '',
|
||||
// 'New complexity: %d' => '',
|
||||
// 'The due date have been removed' => '',
|
||||
// 'There is no description anymore' => '',
|
||||
// 'Recurrence settings have been modified' => '',
|
||||
// 'Time spent changed: %sh' => '',
|
||||
// 'Time estimated changed: %sh' => '',
|
||||
// 'The field "%s" have been updated' => '',
|
||||
// 'The description have been modified' => '',
|
||||
// 'Do you really want to close the task "%s" as well as all subtasks?' => '',
|
||||
// 'Swimlane: %s' => '',
|
||||
// 'Project calendar' => '',
|
||||
// 'I want to receive notifications for:' => '',
|
||||
// 'All tasks' => '',
|
||||
// 'Only for tasks assigned to me' => '',
|
||||
// 'Only for tasks created by me' => '',
|
||||
// 'Only for tasks created by me and assigned to me' => '',
|
||||
// '%A' => '',
|
||||
// '%b %e, %Y, %k:%M %p' => '',
|
||||
// 'New due date: %B %e, %Y' => '',
|
||||
// 'Start date changed: %B %e, %Y' => '',
|
||||
// '%k:%M %p' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user