Sync locales

This commit is contained in:
Frederic Guillot
2015-12-05 21:05:48 -05:00
parent bd313f9426
commit bb63068196
23 changed files with 1062 additions and 380 deletions

View File

@@ -174,13 +174,7 @@ return array(
'Complexity' => 'Complexidade',
'Task limit' => 'Limite da tarefa',
'Task count' => 'Número de tarefas',
'Edit project access list' => 'Editar lista de acesso ao projecto',
'Allow this user' => 'Permitir este utilizador',
'Don\'t forget that administrators have access to everything.' => 'Não se esqueça que administradores têm acesso a tudo.',
'Revoke' => 'Revogar',
'List of authorized users' => 'Lista de utilizadores autorizados',
'User' => 'Utilizador',
'Nobody have access to this project.' => 'Ninguém tem acesso a este projecto.',
'Comments' => 'Comentários',
'Write your text in Markdown' => 'Escreva o seu texto em Markdown',
'Leave a comment' => 'Deixe um comentário',
@@ -396,8 +390,6 @@ return array(
'Email:' => 'E-mail:',
'Notifications:' => 'Notificações:',
'Notifications' => 'Notificações',
'Group:' => 'Grupo:',
'Regular user' => 'Utilizador comum',
'Account type:' => 'Tipo de conta:',
'Edit profile' => 'Editar perfil',
'Change password' => 'Alterar senha',
@@ -546,8 +538,6 @@ return array(
'Default swimlane' => 'Swimlane padrão',
'Do you really want to remove this swimlane: "%s"?' => 'Tem a certeza que quer remover este swimlane: "%s"?',
'Inactive swimlanes' => 'Desactivar swimlanes',
'Set project manager' => 'Definir gerente do projecto',
'Set project member' => 'Definir membro do projecto',
'Remove a swimlane' => 'Remover um swimlane',
'Rename' => 'Renomear',
'Show default swimlane' => 'Mostrar swimlane padrão',
@@ -570,10 +560,6 @@ return array(
'Help on Gitlab webhooks' => 'Ajuda sobre Gitlab webhooks',
'Integrations' => 'Integrações',
'Integration with third-party services' => 'Integração com serviços de terceiros',
'Role for this project' => 'Função para este projecto',
'Project manager' => 'Gerente do projecto',
'Project member' => 'Membro do projecto',
'A project manager can change the settings of the project and have more privileges than a standard user.' => 'Um gerente do projecto pode alterar as configurações do projecto e ter mais privilégios que um utilizador padrão.',
'Gitlab Issue' => 'Problema Gitlab',
'Subtask Id' => 'ID da subtarefa',
'Subtasks' => 'Subtarefas',
@@ -931,7 +917,6 @@ return array(
'contributors' => 'contribuidores',
'License:' => 'Licença:',
'License' => 'Licença',
'Project Administrator' => 'Administrador do Projecto',
'Enter the text below' => 'Escreva o texto em baixo',
'Gantt chart for %s' => 'Gráfico de Gantt para %s',
'Sort by position' => 'Ordenar por posição',
@@ -955,7 +940,6 @@ return array(
'Members' => 'Membros',
'Shared project' => 'Projecto partilhado',
'Project managers' => 'Gestores do projecto',
'Project members' => 'Membros do projecto',
'Gantt chart for all projects' => 'Gráfico de Gantt para todos os projectos',
'Projects list' => 'Lista de projectos',
'Gantt chart for this project' => 'Gráfico de Gantt para este projecto',
@@ -982,7 +966,6 @@ return array(
'Documentation' => 'Documentação',
'Table of contents' => 'Tabela de conteúdos',
'Gantt' => 'Gantt',
'Help with project permissions' => 'Ajuda com permissões de projecto',
'Author' => 'Autor',
'Version' => 'Versão',
'Plugins' => 'Extras',
@@ -1068,4 +1051,52 @@ return array(
'BAM - Konvertibile Mark' => 'BAM - Marca Conversível',
'Assignee Username' => 'Utilizador do Assignado',
'Assignee Name' => 'Nome do Assignado',
// 'Groups' => '',
// 'Members of %s' => '',
// 'New group' => '',
// 'Group created successfully.' => '',
// 'Unable to create your group.' => '',
// 'Edit group' => '',
// 'Group updated successfully.' => '',
// 'Unable to update your group.' => '',
// 'Add group member to "%s"' => '',
// 'Group member added successfully.' => '',
// 'Unable to add group member.' => '',
// 'Remove user from group "%s"' => '',
// 'User removed successfully from this group.' => '',
// 'Unable to remove this user from the group.' => '',
// 'Remove group' => '',
// 'Group removed successfully.' => '',
// 'Unable to remove this group.' => '',
// 'Project Permissions' => '',
// 'Manager' => '',
// 'Project Manager' => '',
// 'Project Member' => '',
// 'Project Viewer' => '',
// 'Gitlab issue reopened' => '',
// 'Your account is locked for %d minutes' => '',
// 'Invalid captcha' => '',
// 'The name must be unique' => '',
// 'View all groups' => '',
// 'View group members' => '',
// 'There is no user available.' => '',
// 'Do you really want to remove the user "%s" from the group "%s"?' => '',
// 'There is no group.' => '',
// 'External Id' => '',
// 'Add group member' => '',
// 'Do you really want to remove this group: "%s"?' => '',
// 'There is no user in this group.' => '',
// 'Remove this user' => '',
// 'Permissions' => '',
// 'Allowed Users' => '',
// 'No user have been allowed specifically.' => '',
// 'Role' => '',
// 'Enter user name...' => '',
// 'Allowed Groups' => '',
// 'No group have been allowed specifically.' => '',
// 'Group' => '',
// 'Group Name' => '',
// 'Enter group name...' => '',
// 'Role:' => '',
'Project members' => 'Membros do projecto',
);