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' => 'Complejidad',
'Task limit' => 'Número máximo de tareas',
'Task count' => 'Contador de tareas',
'Edit project access list' => 'Editar los permisos del proyecto',
'Allow this user' => 'Autorizar a este usuario',
'Don\'t forget that administrators have access to everything.' => 'No olvide que los administradores tienen acceso a todo.',
'Revoke' => 'Revocar',
'List of authorized users' => 'Lista de los usuarios autorizados',
'User' => 'Usuario',
'Nobody have access to this project.' => 'Nadie tiene acceso a este proyecto',
'Comments' => 'Comentarios',
'Write your text in Markdown' => 'Redacta el texto en Markdown',
'Leave a comment' => 'Dejar un comentario',
@@ -396,8 +390,6 @@ return array(
'Email:' => 'Correo electrónico:',
'Notifications:' => 'Notificaciones:',
'Notifications' => 'Notificaciones',
'Group:' => 'Grupo:',
'Regular user' => 'Usuario regular',
'Account type:' => 'Tipo de Cuenta:',
'Edit profile' => 'Editar perfil',
'Change password' => 'Cambiar contraseña',
@@ -546,8 +538,6 @@ return array(
'Default swimlane' => 'Calle por defecto',
'Do you really want to remove this swimlane: "%s"?' => '¿Realmente quiere quitar esta calle: "%s"?',
'Inactive swimlanes' => 'Calles inactivas',
'Set project manager' => 'Asignar administrador del proyecto',
'Set project member' => 'Asignar miembro del proyecto',
'Remove a swimlane' => 'Quitar un calle',
'Rename' => 'Renombrar',
'Show default swimlane' => 'Mostrar calle por defecto',
@@ -570,10 +560,6 @@ return array(
'Help on Gitlab webhooks' => 'Ayuda sobre Disparadores Web (Webhooks) de Gitlab',
'Integrations' => 'Integraciones',
'Integration with third-party services' => 'Integración con servicios de terceros',
'Role for this project' => 'Papel de este proyecto',
'Project manager' => 'Administrador de proyecto',
'Project member' => 'Miembro de proyecto',
'A project manager can change the settings of the project and have more privileges than a standard user.' => 'Un administrador de proyecto puede cambiar sus valores y tener más privilegios que un usuario estándar.',
'Gitlab Issue' => 'Asunto Gitlab',
'Subtask Id' => 'Id de Subtarea',
'Subtasks' => 'Subtareas',
@@ -931,7 +917,6 @@ return array(
'contributors' => 'contribuyentes',
'License:' => 'Licencia:',
'License' => 'Licencia',
'Project Administrator' => 'Administrador del Proyecto',
'Enter the text below' => 'Digita el texto de abajo',
'Gantt chart for %s' => 'Diagrama de Gantt para %s',
'Sort by position' => 'Clasificado mediante posición',
@@ -955,7 +940,6 @@ return array(
'Members' => 'Miembros',
'Shared project' => 'Proyecto compartido',
'Project managers' => 'Administradores de proyecto',
'Project members' => 'Miembros de proyecto',
'Gantt chart for all projects' => 'Diagrama de Gantt para todos los proyectos',
'Projects list' => 'Lista de proyectos',
'Gantt chart for this project' => 'Diagrama de Gantt para este proyecto',
@@ -982,7 +966,6 @@ return array(
'Documentation' => 'Documentación',
'Table of contents' => 'Tabla de contenido',
'Gantt' => 'Gantt',
'Help with project permissions' => 'Ayuda con permisos del proyecto',
'Author' => 'Autor',
'Version' => 'Versión',
'Plugins' => 'Plugins',
@@ -1068,4 +1051,52 @@ return array(
// 'BAM - Konvertibile Mark' => '',
// 'Assignee Username' => '',
// 'Assignee Name' => '',
// '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' => 'Miembros de proyecto',
);