1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kanboard_ynh.git synced 2024-09-03 19:36:17 +02:00
kanboard_ynh/sources/app/Locale/es_ES/translations.php
2015-08-16 17:04:57 +02:00

1018 lines
58 KiB
PHP

<?php
return array(
'number.decimals_separator' => ',',
'number.thousands_separator' => '.',
'None' => 'Ninguno',
'edit' => 'modificar',
'Edit' => 'Modificar',
'remove' => 'suprimir',
'Remove' => 'Suprimir',
'Update' => 'Actualizar',
'Yes' => 'Sí',
'No' => 'No',
'cancel' => 'cancelar',
'or' => 'o',
'Yellow' => 'Amarillo',
'Blue' => 'Azul',
'Green' => 'Verde',
'Purple' => 'Púrpura',
'Red' => 'Rojo',
'Orange' => 'Naranja',
'Grey' => 'Gris',
'Brown' => 'Marrón',
'Deep Orange' => 'Naranja Oscuro',
'Dark Grey' => 'Gris Oscuro',
'Pink' => 'Rosa',
'Teal' => 'Verde Azulado',
'Cyan' => 'Cián',
'Lime' => 'Lima',
'Light Green' => 'Verde Claro',
'Amber' => 'Ámbar',
'Save' => 'Guardar',
'Login' => 'Iniciar sesión (Ingresar)',
'Official website:' => 'Página web oficial :',
'Unassigned' => 'No asignado',
'View this task' => 'Ver esta tarea',
'Remove user' => 'Eliminar un usuario',
'Do you really want to remove this user: "%s"?' => '¿De verdad que deseas suprimir a este usuario: « %s » ?',
'New user' => 'Añadir un usuario',
'All users' => 'Todos los usuarios',
'Username' => 'Nombre de usuario',
'Password' => 'Contraseña',
'Administrator' => 'Administrador',
'Sign in' => 'Iniciar sesión',
'Users' => 'Usuarios',
'No user' => 'Ningún usuario',
'Forbidden' => 'Acceso denegado',
'Access Forbidden' => 'Acceso denegado',
'Edit user' => 'Editar un usuario',
'Logout' => 'Salir',
'Bad username or password' => 'Usuario o contraseña incorrecto',
'Edit project' => 'Editar el proyecto',
'Name' => 'Nombre',
'Projects' => 'Proyectos',
'No project' => 'Ningún proyecto',
'Project' => 'Proyecto',
'Status' => 'Estado',
'Tasks' => 'Tareas',
'Board' => 'Tablero',
'Actions' => 'Acciones',
'Inactive' => 'Inactivo',
'Active' => 'Activo',
'Add this column' => 'Añadir esta columna',
'%d tasks on the board' => '%d tareas en el tablero',
'%d tasks in total' => '%d tareas en total',
'Unable to update this board.' => 'No se puede actualizar este tablero.',
'Edit board' => 'Editar este tablero',
'Disable' => 'Desactivar',
'Enable' => 'Activar',
'New project' => 'Nuevo proyecto',
'Do you really want to remove this project: "%s"?' => '¿De verdad que deseas eliminar este proyecto: « %s » ?',
'Remove project' => 'Suprimir el proyecto',
'Edit the board for "%s"' => 'Modificar el tablero para « %s »',
'All projects' => 'Todos los proyectos',
'Change columns' => 'Cambiar las columnas',
'Add a new column' => 'Añadir una nueva columna',
'Title' => 'Titulo',
'Nobody assigned' => 'Nadie asignado',
'Assigned to %s' => 'Asignada a %s',
'Remove a column' => 'Suprimir esta columna',
'Remove a column from a board' => 'Suprimir una columna de un tablero',
'Unable to remove this column.' => 'No se puede suprimir esta columna.',
'Do you really want to remove this column: "%s"?' => '¿De vedad que deseas eliminar esta columna : « %s » ?',
'This action will REMOVE ALL TASKS associated to this column!' => '¡Esta acción SUPRIMIRÁ TODAS LAS TAREAS asociadas a esta columna!',
'Settings' => 'Preferencias',
'Application settings' => 'Parámetros de la aplicación',
'Language' => 'Idioma',
'Webhook token:' => 'Ficha de seguridad (token) para los disparadores Web (webhooks):',
'API token:' => 'Ficha de seguridad (token) para API:',
'Database size:' => 'Tamaño de la base de datos:',
'Download the database' => 'Descargar la base de datos',
'Optimize the database' => 'Optimizar la base de datos',
'(VACUUM command)' => '(Comando VACUUM)',
'(Gzip compressed Sqlite file)' => '(Archivo Sqlite comprimido en Gzip)',
'Close a task' => 'Cerrar una tarea',
'Edit a task' => 'Editar una tarea',
'Column' => 'Columna',
'Color' => 'Color',
'Assignee' => 'Persona asignada',
'Create another task' => 'Crear una nueva tarea',
'New task' => 'Nueva tarea',
'Open a task' => 'Abrir una tarea',
'Do you really want to open this task: "%s"?' => '¿Realmente desea abrir esta tarea: « %s » ?',
'Back to the board' => 'Volver al tablero',
'Created on %B %e, %Y at %k:%M %p' => 'Creado el %d/%m/%Y a las %H:%M',
'There is nobody assigned' => 'No hay nadie asignado a esta tarea',
'Column on the board:' => 'Columna en el tablero: ',
'Status is open' => 'Estado abierto',
'Status is closed' => 'Estado cerrado',
'Close this task' => 'Cerrar esta tarea',
'Open this task' => 'Abrir esta tarea',
'There is no description.' => 'No hay descripción.',
'Add a new task' => 'Añadir una nueva tarea',
'The username is required' => 'El nombre de usuario es obligatorio',
'The maximum length is %d characters' => 'La longitud máxima es de %d caracteres',
'The minimum length is %d characters' => 'La longitud mínima es de %d caracteres',
'The password is required' => 'La contraseña es obligatoria',
'This value must be an integer' => 'Este valor debe ser un entero',
'The username must be unique' => 'El nombre de usuario debe ser único',
'The user id is required' => 'El identificador del usuario es obligatorio',
'Passwords don\'t match' => 'Las contraseñas no coinciden',
'The confirmation is required' => 'La confirmación es obligatoria',
'The project is required' => 'El proyecto es obligatorio',
'The id is required' => 'El identificador es obligatorio',
'The project id is required' => 'El identificador del proyecto es obligatorio',
'The project name is required' => 'El nombre del proyecto es obligatorio',
'This project must be unique' => 'El nombre del proyecto debe ser único',
'The title is required' => 'El titulo es obligatorio',
'Settings saved successfully.' => 'Parámetros guardados correctamente.',
'Unable to save your settings.' => 'No se pueden guardar sus parámetros.',
'Database optimization done.' => 'Optimización de la base de datos terminada.',
'Your project have been created successfully.' => 'El proyecto ha sido creado correctamente.',
'Unable to create your project.' => 'No se puede crear el proyecto.',
'Project updated successfully.' => 'El proyecto ha sido actualizado correctamente.',
'Unable to update this project.' => 'No se puede actualizar el proyecto.',
'Unable to remove this project.' => 'No se puede suprimir este proyecto.',
'Project removed successfully.' => 'El proyecto ha sido borrado correctamente.',
'Project activated successfully.' => 'El proyecto ha sido activado correctamente.',
'Unable to activate this project.' => 'No se puede activar el proyecto.',
'Project disabled successfully.' => 'El proyecto ha sido desactivado correctamente.',
'Unable to disable this project.' => 'No se puede desactivar el proyecto.',
'Unable to open this task.' => 'No se puede abrir esta tarea.',
'Task opened successfully.' => 'La tarea ha sido abierta correctamente.',
'Unable to close this task.' => 'No se puede cerrar esta tarea.',
'Task closed successfully.' => 'La tarea ha sido cerrada correctamente.',
'Unable to update your task.' => 'No se puede modificar esta tarea.',
'Task updated successfully.' => 'La tarea ha sido actualizada correctamente.',
'Unable to create your task.' => 'No se puede crear esta tarea.',
'Task created successfully.' => 'La tarea ha sido creada correctamente.',
'User created successfully.' => 'El usuario ha sido creado correctamente.',
'Unable to create your user.' => 'No se puede crear este usuario.',
'User updated successfully.' => 'El usuario ha sido actualizado correctamente.',
'Unable to update your user.' => 'No se puede actualizar este usuario.',
'User removed successfully.' => 'El usuario ha sido creado correctamente.',
'Unable to remove this user.' => 'No se puede crear este usuario.',
'Board updated successfully.' => 'El tablero ha sido actualizado correctamente.',
'Ready' => 'Listo',
'Backlog' => 'En espera',
'Work in progress' => 'En curso',
'Done' => 'Hecho',
'Application version:' => 'Versión de la aplicación:',
'Completed on %B %e, %Y at %k:%M %p' => 'Completado el %d/%m/%Y a las %H:%M',
'%B %e, %Y at %k:%M %p' => '%d/%m/%Y a las %H:%M',
'Date created' => 'Fecha de creación',
'Date completed' => 'Fecha de terminación',
'Id' => 'Identificador',
'%d closed tasks' => '%d tareas completadas',
'No task for this project' => 'Ninguna tarea para este proyecto',
'Public link' => 'Vinculación pública',
'There is no column in your project!' => '¡No hay ninguna columna para este proyecto!',
'Change assignee' => 'Cambiar la persona asignada',
'Change assignee for the task "%s"' => 'Cambiar la persona asignada por la tarea « %s »',
'Timezone' => 'Zona horaria',
'Sorry, I didn\'t find this information in my database!' => 'Lo siento no he encontrado información en la base de datos!',
'Page not found' => 'Página no encontrada',
'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 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',
'Comment is required' => 'El comentario es obligatorio',
'Leave a description' => 'Dejar una descripción',
'Comment added successfully.' => 'El comentario ha sido añadido correctamente.',
'Unable to create your comment.' => 'No se puede crear este comentario.',
'Edit this task' => 'Editar esta tarea',
'Due Date' => 'Fecha límite',
'Invalid date' => 'Fecha no válida',
'Must be done before %B %e, %Y' => 'Debe de estar hecho antes del %d/%m/%Y',
'%B %e, %Y' => '%d/%m/%Y',
// '%b %e, %Y' => '',
'Automatic actions' => 'Acciones automatizadas',
'Your automatic action have been created successfully.' => 'La acción automatizada ha sido creada correctamente.',
'Unable to create your automatic action.' => 'No se puede crear esta acción automatizada.',
'Remove an action' => 'Suprimir una acción',
'Unable to remove this action.' => 'No se puede suprimir esta accción.',
'Action removed successfully.' => 'La acción ha sido borrada correctamente.',
'Automatic actions for the project "%s"' => 'Acciones automatizadas para este proyecto « %s »',
'Defined actions' => 'Acciones definidas',
'Add an action' => 'Agregar una acción',
'Event name' => 'Nombre del evento',
'Action name' => 'Nombre de la acción',
'Action parameters' => 'Parámetros de la acción',
'Action' => 'Acción',
'Event' => 'Evento',
'When the selected event occurs execute the corresponding action.' => 'Cuando tiene lugar el evento seleccionado, ejecutar la acción correspondiente.',
'Next step' => 'Etapa siguiente',
'Define action parameters' => 'Definición de los parametros de la acción',
'Save this action' => 'Guardar esta acción',
'Do you really want to remove this action: "%s"?' => '¿Realmente desea suprimir esta acción « %s » ?',
'Remove an automatic action' => 'Suprimir una acción automatizada',
'Assign the task to a specific user' => 'Asignar una tarea a un usuario especifico',
'Assign the task to the person who does the action' => 'Asignar la tarea al usuario que hace la acción',
'Duplicate the task to another project' => 'Duplicar la tarea a otro proyecto',
'Move a task to another column' => 'Mover una tarea a otra columna',
'Task modification' => 'Modificación de una tarea',
'Task creation' => 'Creación de una tarea',
'Closing a task' => 'Cerrar una tarea',
'Assign a color to a specific user' => 'Asignar un color a un usuario específico',
'Column title' => 'Título de la columna',
'Position' => 'Posición',
'Move Up' => 'Mover hacia arriba',
'Move Down' => 'Mover hacia abajo',
'Duplicate to another project' => 'Duplicar a otro proyecto',
'Duplicate' => 'Duplicar',
'link' => 'vinculación',
'Comment updated successfully.' => 'El comentario ha sido actualizado correctamente.',
'Unable to update your comment.' => 'No se puede actualizar este comentario.',
'Remove a comment' => 'Suprimir un comentario',
'Comment removed successfully.' => 'El comentario ha sido suprimido correctamente.',
'Unable to remove this comment.' => 'No se puede suprimir este comentario.',
'Do you really want to remove this comment?' => '¿Desea suprimir este comentario?',
'Only administrators or the creator of the comment can access to this page.' => 'Sólo los administradores o el autor del comentario tienen acceso a esta página.',
'Current password for the user "%s"' => 'Contraseña actual para el usuario: « %s »',
'The current password is required' => 'La contraseña es obligatoria',
'Wrong password' => 'contraseña incorrecta',
'Unknown' => 'Desconocido',
'Last logins' => 'Últimos ingresos',
'Login date' => 'Fecha de ingreso',
'Authentication method' => 'Método de autenticación',
'IP address' => 'Dirección IP',
'User agent' => 'Agente de usuario',
'Persistent connections' => 'Conexión persistente',
'No session.' => 'No existe sesión.',
'Expiration date' => 'Fecha de expiración',
'Remember Me' => 'Recuérdame',
'Creation date' => 'Fecha de creación',
'Everybody' => 'Todo el mundo',
'Open' => 'Abierto',
'Closed' => 'Cerrado',
'Search' => 'Buscar',
'Nothing found.' => 'Nada hallado.',
'Due date' => 'Fecha límite',
'Others formats accepted: %s and %s' => 'Otros formatos aceptados: %s y %s',
'Description' => 'Descripción',
'%d comments' => '%d comentarios',
'%d comment' => '%d comentario',
'Email address invalid' => 'Dirección de correo inválida',
'Your external account is not linked anymore to your profile.' => 'Su cuenta externa se ha desvinculado de su perfil.',
'Unable to unlink your external account.' => 'Imposible desvincular cuenta externa.',
'External authentication failed' => 'Falló la autenticación externa',
'Your external account is linked to your profile successfully.' => 'Su cuenta externa se ha vinculado exitosamente con su perfil.',
'Email' => 'Correo',
'Link my Google Account' => 'Vincular con mi Cuenta en Google',
'Unlink my Google Account' => 'Desvincular de mi Cuenta en Google',
'Login with my Google Account' => 'Ingresar con mi Cuenta en Google',
'Project not found.' => 'Proyecto no hallado.',
'Task removed successfully.' => 'Tarea suprimida correctamente.',
'Unable to remove this task.' => 'No pude suprimir esta tarea.',
'Remove a task' => 'Borrar una tarea',
'Do you really want to remove this task: "%s"?' => '¿De verdad que quieres suprimir esta tarea: "%s"?',
'Assign automatically a color based on a category' => 'Asignar un color de forma automática basándose en la categoría',
'Assign automatically a category based on a color' => 'Asignar una categoría de forma automática basándose en el color',
'Task creation or modification' => 'Creación o Edición de Tarea',
'Category' => 'Categoría',
'Category:' => 'Categoría:',
'Categories' => 'Categorías',
'Category not found.' => 'Categoría no hallada.',
'Your category have been created successfully.' => 'Se ha creado tu categoría correctamente.',
'Unable to create your category.' => 'No pude crear tu categoría.',
'Your category have been updated successfully.' => 'Se ha actualizado tu categoría correctamente.',
'Unable to update your category.' => 'No pude actualizar tu categoría.',
'Remove a category' => 'Suprimir una categoría',
'Category removed successfully.' => 'Categoría suprimida correctamente.',
'Unable to remove this category.' => 'No pude suprimir esta categoría.',
'Category modification for the project "%s"' => 'Modificación de categoría pra el proyecto "%s"',
'Category Name' => 'Nombre de Categoría',
'Add a new category' => 'Añadir una nueva categoría',
'Do you really want to remove this category: "%s"?' => '¿De verdad que quieres suprimir esta categoría: "%s"?',
'All categories' => 'Todas las categorías',
'No category' => 'Sin categoría',
'The name is required' => 'El nombre es obligatorio',
'Remove a file' => 'Borrar un fichero',
'Unable to remove this file.' => 'No pude borrar este fichero.',
'File removed successfully.' => 'Fichero borrado correctamente.',
'Attach a document' => 'Adjuntar un documento',
'Do you really want to remove this file: "%s"?' => '¿De verdad que quieres borrar este fichero: "%s"?',
'open' => 'abrir',
'Attachments' => 'Adjuntos',
'Edit the task' => 'Editar la tarea',
'Edit the description' => 'Editar la descripción',
'Add a comment' => 'Añadir un comentario',
'Edit a comment' => 'Editar un comentario',
'Summary' => 'Resumen',
'Time tracking' => 'Seguimiento temporal',
'Estimate:' => 'Estimado:',
'Spent:' => 'Transcurrido:',
'Do you really want to remove this sub-task?' => '¿De verdad que quieres suprimir esta sub-tarea?',
'Remaining:' => 'Quedando',
'hours' => 'horas',
'spent' => 'transcurrido',
'estimated' => 'estimado',
'Sub-Tasks' => 'Sub-Tareas',
'Add a sub-task' => 'Añadir una sub-tarea',
'Original estimate' => 'Estimado Original',
'Create another sub-task' => 'Crear otra sub-tarea',
'Time spent' => 'Tiempo Transcurrido',
'Edit a sub-task' => 'Editar una sub-tarea',
'Remove a sub-task' => 'Suprimir una sub-tarea',
'The time must be a numeric value' => 'El tiempo debe de ser un valor numérico',
'Todo' => 'Por hacer',
'In progress' => 'En progreso',
'Sub-task removed successfully.' => 'Sub-tarea suprimida correctamente.',
'Unable to remove this sub-task.' => 'No pude suprimir esta sub-tarea.',
'Sub-task updated successfully.' => 'Sub-tarea actualizada correctamente.',
'Unable to update your sub-task.' => 'No pude actualizar tu sub-tarea.',
'Unable to create your sub-task.' => 'No pude crear tu sub-tarea.',
'Sub-task added successfully.' => 'Sub-tarea añadida correctamente.',
'Maximum size: ' => 'Tamaño máximo',
'Unable to upload the file.' => 'No pude cargar el fichero.',
'Display another project' => 'Mostrar otro proyecto',
'Login with my Github Account' => 'Ingresar con mi cuenta de Github',
'Link my Github Account' => 'Vincular mi cuenta de Github',
'Unlink my Github Account' => 'Desvincular mi cuenta de Github',
'Created by %s' => 'Creado por %s',
'Last modified on %B %e, %Y at %k:%M %p' => 'Última modificación %B %e, %Y a las %k:%M %p',
'Tasks Export' => 'Exportar tareas',
'Tasks exportation for "%s"' => 'Exportación de tareas para "%s"',
'Start Date' => 'Fecha de inicio',
'End Date' => 'Fecha final',
'Execute' => 'Ejecutar',
'Task Id' => 'ID de tarea',
'Creator' => 'Creador',
'Modification date' => 'Fecha de modificación',
'Completion date' => 'Fecha de terminación',
'Clone' => 'Clonar',
'Project cloned successfully.' => 'Proyecto clonado correctamente',
'Unable to clone this project.' => 'Impsible clonar proyecto',
'Email notifications' => 'Notificaciones correo electrónico',
'Enable email notifications' => 'Habilitar notificaciones por correo electrónico',
'Task position:' => 'Posición de la tarea',
'The task #%d have been opened.' => 'La tarea #%d ha sido abierta',
'The task #%d have been closed.' => 'La tarea #%d ha sido cerrada',
'Sub-task updated' => 'Subtarea actualizada',
'Title:' => 'Título:',
'Status:' => 'Estado:',
'Assignee:' => 'Asignada a:',
'Time tracking:' => 'Control de tiempo:',
'New sub-task' => 'Nueva subtarea',
'New attachment added "%s"' => 'Nuevo adjunto agregado "%s"',
'Comment updated' => 'Comentario actualizado',
'New comment posted by %s' => 'Nuevo comentario agregado por %s',
'New attachment' => 'Nuevo adjunto',
'New comment' => 'Nuevo comentario',
'New subtask' => 'Nueva subtarea',
'Subtask updated' => 'Subtarea actualizada',
'Task updated' => 'Tarea actualizada',
'Task closed' => 'Tarea cerrada',
'Task opened' => 'Tarea abierta',
'I want to receive notifications only for those projects:' => 'Quiero recibir notificaciones sólo de estos proyectos:',
'view the task on Kanboard' => 'ver la tarea en Kanboard',
'Public access' => 'Acceso público',
'User management' => 'Gestión de Usuarios',
'Active tasks' => 'Tareas activas',
'Disable public access' => 'Desactivar acceso público',
'Enable public access' => 'Activar acceso público',
'Public access disabled' => 'Acceso público desactivado',
'Do you really want to disable this project: "%s"?' => '¿Realmente deseas desactivar este proyecto: "%s"?',
'Do you really want to enable this project: "%s"?' => '¿Realmente deseas activar este proyecto: "%s"?',
'Project activation' => 'Activación de Proyecto',
'Move the task to another project' => 'Mover la tarea a otro proyecto',
'Move to another project' => 'Mover a otro proyecto',
'Do you really want to duplicate this task?' => '¿Realmente deseas duplicar esta tarea?',
'Duplicate a task' => 'Duplicar una tarea',
'External accounts' => 'Cuentas externas',
'Account type' => 'Tipo de Cuenta',
'Local' => 'Local',
'Remote' => 'Remota',
'Enabled' => 'Activada',
'Disabled' => 'Deactivada',
'Google account linked' => 'Vinculada con Cuenta de Google',
'Github account linked' => 'Vinculada con Cuenta de Gitgub',
'Username:' => 'Nombre de Usuario:',
'Name:' => 'Nombre:',
'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',
'Password modification' => 'Modificacion de contraseña',
'External authentications' => 'Autenticación externa',
'Google Account' => 'Cuenta de Google',
'Github Account' => 'Cuenta de Github',
'Never connected.' => 'Nunca se ha conectado.',
'No account linked.' => 'Sin vínculo con cuenta.',
'Account linked.' => 'Vinculada con Cuenta.',
'No external authentication enabled.' => 'Sin autenticación externa activa.',
'Password modified successfully.' => 'Contraseña cambiada correctamente.',
'Unable to change the password.' => 'No pude cambiar la contraseña.',
'Change category for the task "%s"' => 'Cambiar la categoría de la tarea "%s"',
'Change category' => 'Cambiar categoría',
'%s updated the task %s' => '%s actualizó la tarea %s',
'%s opened the task %s' => '%s abrió la tarea %s',
'%s moved the task %s to the position #%d in the column "%s"' => '%s movió la tarea %s a la posición #%d de la columna "%s"',
'%s moved the task %s to the column "%s"' => '%s movió la tarea %s a la columna "%s"',
'%s created the task %s' => '%s creó la tarea %s',
'%s closed the task %s' => '%s cerró la tarea %s',
'%s created a subtask for the task %s' => '%s creó una subtarea para la tarea %s',
'%s updated a subtask for the task %s' => '%s actualizó una subtarea para la tarea %s',
'Assigned to %s with an estimate of %s/%sh' => 'Asignada a %s con una estimación de %s/%sh',
'Not assigned, estimate of %sh' => 'No asignada, se estima en %sh',
'%s updated a comment on the task %s' => '%s actualizó un comentario de la tarea %s',
'%s commented the task %s' => '%s comentó la tarea %s',
'%s\'s activity' => 'Actividad de %s',
'RSS feed' => 'Fichero RSS',
'%s updated a comment on the task #%d' => '%s actualizó un comentario de la tarea #%d',
'%s commented on the task #%d' => '%s comentó la tarea #%d',
'%s updated a subtask for the task #%d' => '%s actualizó una subtarea de la tarea #%d',
'%s created a subtask for the task #%d' => '%s creó una subtarea de la tarea #%d',
'%s updated the task #%d' => '%s actualizó la tarea #%d',
'%s created the task #%d' => '%s creó la tarea #%d',
'%s closed the task #%d' => '%s cerró la tarea #%d',
'%s open the task #%d' => '%s abrió la tarea #%d',
'%s moved the task #%d to the column "%s"' => '%s movió la tarea #%d a la columna "%s"',
'%s moved the task #%d to the position %d in the column "%s"' => '%s movió la tarea #%d a la posición %d de la columna "%s"',
'Activity' => 'Actividad',
'Default values are "%s"' => 'Los valores por defecto son "%s"',
'Default columns for new projects (Comma-separated)' => 'Columnas por defecto de los nuevos proyectos (Separadas mediante comas)',
'Task assignee change' => 'Cambiar persona asignada a la tarea',
'%s change the assignee of the task #%d to %s' => '%s cambió el asignado de la tarea #%d por %s',
'%s changed the assignee of the task %s to %s' => '%s cambió el asignado de la tarea %s por %s',
'New password for the user "%s"' => 'Nueva contraseña para el usuario "%s"',
'Choose an event' => 'Escoga un evento',
'Github commit received' => 'Envío a Github recibido',
'Github issue opened' => 'Problema en Github abierto',
'Github issue closed' => 'Problema en Github cerrado',
'Github issue reopened' => 'Problema en Github reabierto',
'Github issue assignee change' => 'Cambio en signación de problema en Github',
'Github issue label change' => 'Cambio en etiqueta del problema',
'Create a task from an external provider' => 'Crear una tarea a partir de un proveedor externo',
'Change the assignee based on an external username' => 'Cambiar la asignación basado en un nombre de usuario externo',
'Change the category based on an external label' => 'Cambiar la categoría basado en una etiqueta externa',
'Reference' => 'Referencia',
'Reference: %s' => 'Referencia: %s',
'Label' => 'Etiqueta',
'Database' => 'Base de Datos',
'About' => 'Acerca de',
'Database driver:' => 'Driver de la base de datos',
'Board settings' => 'Configuraciones del Tablero',
'URL and token' => 'URL y token',
'Webhook settings' => 'Configuraciones del Disparador Web (Webhook)',
'URL for task creation:' => 'URL para la creación de tareas',
'Reset token' => 'Resetear token',
'API endpoint:' => 'Punto final del API',
'Refresh interval for private board' => 'Intervalo de refrescamiento del tablero privado',
'Refresh interval for public board' => 'Intervalo de refrescamiento del tablero público',
'Task highlight period' => 'Periodo del realce de la tarea',
'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'Periodo (en segundos) para considerar que una tarea fué modificada recientemente (0 para deshabilitar, 2 días por defecto)',
'Frequency in second (60 seconds by default)' => 'Frecuencia en segundos (60 segundos por defecto)',
'Frequency in second (0 to disable this feature, 10 seconds by default)' => 'Frecuencia en segundos (0 para deshabilitar esta característica, 10 segundos por defecto)',
'Application URL' => 'URL de la aplicación',
'Example: http://example.kanboard.net/ (used by email notifications)' => 'Ejemplo: http://ejemplo.kanboard.net/ (usado por las notificaciones de correo)',
'Token regenerated.' => 'Token regenerado',
'Date format' => 'Formato de la fecha',
'ISO format is always accepted, example: "%s" and "%s"' => 'El formato ISO siempre es aceptado, ejemplo: "%s" y "%s"',
'New private project' => 'Nuevo proyecto privado',
'This project is private' => 'Este proyecto es privado',
'Type here to create a new sub-task' => 'Escriba aquí para crear una nueva sub-tarea',
'Add' => 'Añadir',
'Estimated time: %s hours' => 'Tiempo estimado: %s horas',
'Time spent: %s hours' => 'Tiempo invertido: %s horas',
'Started on %B %e, %Y' => 'Iniciado en %B %e, %Y',
'Start date' => 'Fecha de inicio',
'Time estimated' => 'Tiempo estimado',
'There is nothing assigned to you.' => 'Esto no le está asignado',
'My tasks' => 'Mis tareas',
'Activity stream' => 'Flujo de actividad',
'Dashboard' => 'Tablero',
'Confirmation' => 'Confirmación',
'Allow everybody to access to this project' => 'Permitir a cualquier acceder a este proyecto',
'Everybody have access to this project.' => 'Cualquier tiene acceso a este proyecto',
'Webhooks' => 'Disparadores Web (Webhooks)',
'API' => 'API',
'Github webhooks' => 'Disparadores Web (Webhooks) de Github',
'Help on Github webhooks' => 'Ayuda con los Disparadores Web (Webhook) de Github',
'Create a comment from an external provider' => 'Crear un comentario a partir de un proveedor externo',
'Github issue comment created' => 'Creado el comentario del problema en Github',
'Project management' => 'Administración del proyecto',
'My projects' => 'Mis proyectos',
'Columns' => 'Columnas',
'Task' => 'Tarea',
'Your are not member of any project.' => 'No es miembro de ningún proyecto',
'Percentage' => 'Porcentaje',
'Number of tasks' => 'Número de tareas',
'Task distribution' => 'Distribución de tareas',
'Reportings' => 'Reportes',
'Task repartition for "%s"' => 'Repartición de tareas para "%s"',
'Analytics' => 'Analítica',
'Subtask' => 'Subtarea',
'My subtasks' => 'Mis subtareas',
'User repartition' => 'Repartición de usuarios',
'User repartition for "%s"' => 'Repartición para "%s"',
'Clone this project' => 'Clonar este proyecto',
'Column removed successfully.' => 'Columna eliminada correctamente',
'Github Issue' => 'Problema con Github',
'Not enough data to show the graph.' => 'No hay suficiente información para mostrar el gráfico.',
'Previous' => 'Anterior',
'The id must be an integer' => 'El id debe ser un entero',
'The project id must be an integer' => 'El id del proyecto debe ser un entero',
'The status must be an integer' => 'El estado debe ser un entero',
'The subtask id is required' => 'El id de la subtarea es requerido',
'The subtask id must be an integer' => 'El id de la subtarea debe ser un entero',
'The task id is required' => 'El id de la tarea es requerido',
'The task id must be an integer' => 'El id de la tarea debe ser un entero',
'The user id must be an integer' => 'El id del usuario debe ser un entero',
'This value is required' => 'El valor es requerido',
'This value must be numeric' => 'Este valor debe ser numérico',
'Unable to create this task.' => 'Imposible crear esta tarea',
'Cumulative flow diagram' => 'Diagrama de flujo acumulativo',
'Cumulative flow diagram for "%s"' => 'Diagrama de flujo acumulativo para "%s"',
'Daily project summary' => 'Sumario diario del proyecto',
'Daily project summary export' => 'Exportar sumario diario del proyecto',
'Daily project summary export for "%s"' => 'Exportar sumario diario del proyecto para "%s"',
'Exports' => 'Exportar',
'This export contains the number of tasks per column grouped per day.' => 'Esta exportación contiene el número de tereas por columna agrupada por día',
'Nothing to preview...' => 'Nada que previsualizar...',
'Preview' => 'Previsualizar',
'Write' => 'Escribir',
'Active swimlanes' => 'Carriles activos',
'Add a new swimlane' => 'Añadir nuevo carril',
'Change default swimlane' => 'Cambiar el carril por defecto',
'Default swimlane' => 'Carril por defecto',
'Do you really want to remove this swimlane: "%s"?' => '¿Realmente quiere remover este carril: "%s"?',
'Inactive swimlanes' => 'Carriles inactivos',
'Set project manager' => 'Asignar administrador del proyecto',
'Set project member' => 'Asignar miembro del proyecto',
'Remove a swimlane' => 'Remover un carril',
'Rename' => 'Renombrar',
'Show default swimlane' => 'Mostrar carril por defecto',
'Swimlane modification for the project "%s"' => 'Modificación del carril para el proyecto "%s"',
'Swimlane not found.' => 'Carril no encontrado',
'Swimlane removed successfully.' => 'Carril eliminado correctamente',
'Swimlanes' => 'Carriles',
'Swimlane updated successfully.' => 'Carril actualizado correctamente',
'The default swimlane have been updated successfully.' => 'El carril por defecto ha sido actualizado correctamente',
'Unable to create your swimlane.' => 'Imposible crear su carril',
'Unable to remove this swimlane.' => 'Imposible remover este carril',
'Unable to update this swimlane.' => 'Imposible actualizar este carril',
'Your swimlane have been created successfully.' => 'Su carril ha sido creado correctamente',
'Example: "Bug, Feature Request, Improvement"' => 'Ejemplo: "Error, Solicitud de característica, Mejora',
'Default categories for new projects (Comma-separated)' => 'Categorías por defecto para nuevos proyectos (separadas por comas)',
'Gitlab commit received' => 'Recibido envío desde Gitlab',
'Gitlab issue opened' => 'Abierto asunto de Gitlab',
'Gitlab issue closed' => 'Cerrado asunto de Gitlab',
'Gitlab webhooks' => 'Disparadores Web (Webhooks) de Gitlab',
'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' => 'Gestor 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 gestor 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',
'Subtasks Export' => 'Exportación de Subtareas',
'Subtasks exportation for "%s"' => 'Exportación de subtareas para "%s"',
'Task Title' => 'Título de la tarea',
'Untitled' => 'Sin título',
'Application default' => 'Predefinido de la aplicación',
'Language:' => 'Idioma',
'Timezone:' => 'Zona horaria',
'All columns' => 'Todas las columnas',
'Calendar' => 'Calendario',
'Next' => 'Siguiente',
// '#%d' => '',
'All swimlanes' => 'Todos los carriles',
'All colors' => 'Todos los colores',
'All status' => 'Todos los estados',
'Moved to column %s' => 'Movido a columna %s',
'Change description' => 'Cambiar descripción',
'User dashboard' => 'Tablero de usuario',
'Allow only one subtask in progress at the same time for a user' => 'Permitir sólo una subtarea en progreso a la vez para cada usuario',
'Edit column "%s"' => 'Editar columna %s',
'Select the new status of the subtask: "%s"' => 'Seleccionar el nuevo estado de la subtarea: "%s"',
'Subtask timesheet' => 'Hoja temporal de subtarea',
'There is nothing to show.' => 'Nada que mostrar',
'Time Tracking' => 'Seguimiento Temporal',
'You already have one subtask in progress' => 'Ya dispones de una subtarea en progreso',
'Which parts of the project do you want to duplicate?' => '¿Qué partes del proyecto deseas duplicar?',
'Disallow login form' => 'Deshabilitar formulario de ingreso',
'Bitbucket commit received' => 'Recibida envío desde Bitbucket',
'Bitbucket webhooks' => 'Disparadores Web (webhooks) de Bitbucket',
'Help on Bitbucket webhooks' => 'Ayuda sobre disparadores web (webhooks) de Bitbucket',
'Start' => 'Inicio',
'End' => 'Fin',
'Task age in days' => 'Edad de la tarea en días',
'Days in this column' => 'Días en esta columna',
// '%dd' => '',
'Add a link' => 'Añadir enlace',
'Add a new link' => 'Añadir nuevo enlace',
'Do you really want to remove this link: "%s"?' => '¿Realmente quieres quitar este enlace: "%s"?',
'Do you really want to remove this link with task #%d?' => '¿Realmente quieres quitar este enlace con esta tarea: #%d?',
'Field required' => 'Es necesario el campo',
'Link added successfully.' => 'Enlace añadido con éxito.',
'Link updated successfully.' => 'Enlace actualizado con éxito',
'Link removed successfully.' => 'Enlace quitado con éxito',
'Link labels' => 'etiquetas de enlace',
'Link modification' => 'Modificación de enlace',
'Links' => 'Enlaces',
'Link settings' => 'Preferencias de enlace',
'Opposite label' => 'Etiqueta opuesta',
'Remove a link' => 'Quitar un enlace',
'Task\'s links' => 'Enlaces de tareas',
'The labels must be different' => 'Las etiquetas han de ser diferentes',
'There is no link.' => 'No hay enlace',
'This label must be unique' => 'Esta etiqueta ha de ser única',
'Unable to create your link.' => 'No puedo crea su enlace.',
'Unable to update your link.' => 'No puedo actualizar su enlace.',
'Unable to remove this link.' => 'No puedo quitar este enlace.',
'relates to' => 'se refiere a',
'blocks' => 'bloques',
'is blocked by' => 'bloqueado por',
'duplicates' => 'duplica',
'is duplicated by' => 'está duplicado por',
'is a child of' => 'es un hijo de',
'is a parent of' => 'es un padre de',
'targets milestone' => 'hito de objetivos',
'is a milestone of' => 'es un hito de',
'fixes' => 'arregla',
'is fixed by' => 'arreglado por',
'This task' => 'Esta tarea',
// '<1h' => '',
// '%dh' => '',
// '%b %e' => '',
'Expand tasks' => 'Espande tareas',
'Collapse tasks' => 'Colapsa tareas',
'Expand/collapse tasks' => 'Expande/colapasa tareas',
'Close dialog box' => 'Cerrar caja de diálogo',
'Submit a form' => 'Enviar formulario',
'Board view' => 'Vista de tablero',
'Keyboard shortcuts' => 'Atajos de teclado',
'Open board switcher' => 'Abrir conmutador de tablero',
'Application' => 'Aplicación',
'since %B %e, %Y at %k:%M %p' => 'desde %B %e, %Y a las %k:%M %p',
'Compact view' => 'Compactar vista',
'Horizontal scrolling' => 'Desplazamiento horizontal',
'Compact/wide view' => 'Vista compacta/amplia',
'No results match:' => 'No hay resultados coincidentes:',
'Remove hourly rate' => 'Quitar cobro horario',
'Do you really want to remove this hourly rate?' => '¿Realmente quires quitar el cobro horario?',
'Hourly rates' => 'Cobros horarios',
'Hourly rate' => 'Cobro horario',
'Currency' => 'Moneda',
'Effective date' => 'Fecha efectiva',
'Add new rate' => 'Añadir nuevo cobro',
'Rate removed successfully.' => 'Cobro quitado con éxito.',
'Unable to remove this rate.' => 'No pude quitar este cobro.',
'Unable to save the hourly rate.' => 'No pude grabar el cobro horario.',
'Hourly rate created successfully.' => 'Cobro horario creado con éxito',
'Start time' => 'Tiempo de inicio',
'End time' => 'Tiempo de fin',
'Comment' => 'Comentario',
'All day' => 'Todos los días',
'Day' => 'Día',
'Manage timetable' => 'Gestionar horario',
'Overtime timetable' => 'Horario de tiempo extra',
'Time off timetable' => 'Horario de tiempo libre',
'Timetable' => 'Horario',
'Work timetable' => 'Horario de trabajo',
'Week timetable' => 'Horario semanal',
'Day timetable' => 'Horario diario',
'From' => 'Desde',
'To' => 'Hasta',
'Time slot created successfully.' => 'Tiempo asignado creado correctamente.',
'Unable to save this time slot.' => 'No pude grabar este tiempo asignado.',
'Time slot removed successfully.' => 'Tiempo asignado quitado correctamente.',
'Unable to remove this time slot.' => 'No pude quitar este tiempo asignado.',
'Do you really want to remove this time slot?' => '¿Realmente quieres quitar este tiempo asignado?',
'Remove time slot' => 'Quitar tiempo asignado',
'Add new time slot' => 'Añadir nuevo tiempo asignado',
'This timetable is used when the checkbox "all day" is checked for scheduled time off and overtime.' => 'Este horario se usa cuando se marca la casilla "todos los días" para calendario de tiempo libre y horas extras.',
'Files' => 'Archivos',
'Images' => 'Imágenes',
'Private project' => 'Proyecto privado',
'Amount' => 'Cantidad',
'AUD - Australian Dollar' => 'AUD - Dólar australiano',
'Budget' => 'Presupuesto',
'Budget line' => 'Línea de presupuesto',
'Budget line removed successfully.' => 'Línea de presupuesto quitada con éxito',
'Budget lines' => 'Líneas de presupuesto',
'CAD - Canadian Dollar' => 'CAD - Dólar canadiense',
'CHF - Swiss Francs' => 'CHF - Francos suizos',
'Cost' => 'Costo',
'Cost breakdown' => 'Desglose de costes',
'Custom Stylesheet' => 'Hoja de estilo Personalizada',
'download' => 'descargar',
'Do you really want to remove this budget line?' => '¿Realmente quieres quitar esta línea de presupuesto?',
'EUR - Euro' => 'EUR - Euro',
'Expenses' => 'Gastos',
'GBP - British Pound' => 'GBP - Libra británica',
'INR - Indian Rupee' => 'INR - Rupias indúes',
'JPY - Japanese Yen' => 'JPY - Yen japonés',
'New budget line' => 'Nueva línea de presupuesto',
'NZD - New Zealand Dollar' => 'NZD - Dóloar neocelandés',
'Remove a budget line' => 'Quitar una línea de presupuesto',
'Remove budget line' => 'Quitar línea de presupuesto',
'RSD - Serbian dinar' => 'RSD - Dinar serbio',
'The budget line have been created successfully.' => 'Se ha creado la línea de presupuesto con éxito.',
'Unable to create the budget line.' => 'No pude crear la línea de presupuesto.',
'Unable to remove this budget line.' => 'No pude quitar esta línea de presupuesto.',
'USD - US Dollar' => 'USD - Dólar Estadounidense',
'Remaining' => 'Restante',
'Destination column' => 'Columna destino',
'Move the task to another column when assigned to a user' => 'Mover la tarea a otra columna al asignarse al usuario',
'Move the task to another column when assignee is cleared' => 'Mover la tarea a otra columna al quitar el asignado',
'Source column' => 'Columna fuente',
'Show subtask estimates (forecast of future work)' => 'Mostrar estimado para la subtarea (pronóstico de trabajo futuro)',
'Transitions' => 'Transiciones',
'Executer' => 'Ejecutor',
'Time spent in the column' => 'Tiempo transcurrido en la columna',
'Task transitions' => 'Transiciones de tarea',
'Task transitions export' => 'Eportar transiciones de tarea',
'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => 'Este informe contiene todos los movimientos de columna para cada tarea con la fecha, el usuario y el tiempo transcurrido en cada trasición.',
'Currency rates' => 'Cambio de monedas',
'Rate' => 'Cambio',
'Change reference currency' => 'Cambiar moneda de referencia',
'Add a new currency rate' => 'Añadir nuevo cambio de moneda',
'Currency rates are used to calculate project budget.' => 'Se usan los cambios de moneda para calcular el presupuesto del proyecto.',
'Reference currency' => 'Moneda de referencia',
'The currency rate have been added successfully.' => 'Se ha añadido el cambio de moneda con éxito',
'Unable to add this currency rate.' => 'No pude añadir este cambio de moneda.',
'Send notifications to a Slack channel' => 'Enviar notificaciones a un canal Desatendido',
'Webhook URL' => 'URL de Disparador Web (webhook)',
'Help on Slack integration' => 'Ayuda sobre integración Desatendida',
'%s remove the assignee of the task %s' => '%s quita el asignado de la tarea %s',
'Send notifications to Hipchat' => 'Enviar notificaciones a Hipchat',
'API URL' => 'URL de API',
'Room API ID or name' => 'ID de API de habitación o nombre',
'Room notification token' => 'Notificación de ficha de Habitación',
'Help on Hipchat integration' => 'Ayuda sobre integración de Hipchat',
'Enable Gravatar images' => 'Activar imágenes Gravatar',
'Information' => 'Información',
'Check two factor authentication code' => 'Revisar código de autenticación de dos factores',
'The two factor authentication code is not valid.' => 'El código de autenticación de dos factores no es válido',
'The two factor authentication code is valid.' => 'El código de autenticación de dos factores es válido',
'Code' => 'Código',
'Two factor authentication' => 'Autenticación de dos factores',
'Enable/disable two factor authentication' => 'Activar/desactivar autenticación de dos factores',
'This QR code contains the key URI: ' => 'Este código QR contiene la clave URI: ',
'Save the secret key in your TOTP software (by example Google Authenticator or FreeOTP).' => 'Guarda la clave secreta en tu software TOTP (por ejemplo Autenticación Google o FreeOTP).',
'Check my code' => 'Revisar mi código',
'Secret key: ' => 'Clave secreta: ',
'Test your device' => 'Probar tu dispositivo',
'Assign a color when the task is moved to a specific column' => 'Asignar un color al mover la tarea a una columna específica',
'%s via Kanboard' => '%s vía Kanboard',
'uploaded by: %s' => 'cargado por: %s',
'uploaded on: %s' => 'cargado en: %s',
'size: %s' => 'tamaño: %s',
'Burndown chart for "%s"' => 'Trabajo pendiente para "%s"',
'Burndown chart' => 'Trabajo pendiente',
'This chart show the task complexity over the time (Work Remaining).' => 'Este diagrama mestra la complejidad de las tareas a lo largo del tiempo (Trabajo restante)',
'Screenshot taken %s' => 'Pantallazo tomado el %s',
'Add a screenshot' => 'Añadir un pantallazo',
'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => 'Capture un patallazo y pulse CTRL+V o ⌘+V para pegar aquí.',
'Screenshot uploaded successfully.' => 'Pantallazo cargado con éxito',
'SEK - Swedish Krona' => 'SEK - Corona sueca',
'The project identifier is an optional alphanumeric code used to identify your project.' => 'El identificador del proyecto us un código opcional alfanumérico que se usa para identificar tu proyecto.',
'Identifier' => 'Identificador',
'Postmark (incoming emails)' => 'Matasellos (emails entrantes)',
'Help on Postmark integration' => 'Ayuda sobre la integración de Matasellos',
'Mailgun (incoming emails)' => 'Mailgun (emails entrantes)',
'Help on Mailgun integration' => 'Ayuda sobre la integración con Mailgun',
'Sendgrid (incoming emails)' => 'Sendgrid (emails entrantes)',
'Help on Sendgrid integration' => 'Ayuda sobre la integración con Sendgrid',
'Disable two factor authentication' => 'Desactivar la autenticación de dos factores',
'Do you really want to disable the two factor authentication for this user: "%s"?' => '¿Realmentes quieres desactuvar la autenticación de dos factores para este usuario: "%s?"',
'Edit link' => 'Editar enlace',
'Start to type task title...' => 'Empiece a escribir el título de la tarea...',
'A task cannot be linked to itself' => 'Una tarea no puede se enlazada con sí misma',
'The exact same link already exists' => 'El mismo enlace ya existe',
'Recurrent task is scheduled to be generated' => 'Tarea recurrente programada para ser generada',
'Recurring information' => 'Información recurrente',
'Score' => 'Puntaje',
'The identifier must be unique' => 'El identificador debe ser único',
'This linked task id doesn\'t exists' => 'El id de tarea no existe',
'This value must be alphanumeric' => 'Este valor debe ser alfanumérico',
'Edit recurrence' => 'Editar recurrencia',
'Generate recurrent task' => 'Generar tarea recurrente',
'Trigger to generate recurrent task' => 'Disparador para generar tarea recurrente',
'Factor to calculate new due date' => 'Factor para calcular la nueva fecha de vencimiento',
'Timeframe to calculate new due date' => 'Calendario para calcular la nueva fecha de vencimiento',
'Base date to calculate new due date' => 'Fecha base para calcular la nueva fecha de vencimiento',
'Action date' => 'Fecha de acción',
'Base date to calculate new due date: ' => 'Fecha base para calcular la nueva fecha de vencimiento:',
'This task has created this child task: ' => 'Esta tarea ha cerado esta tarea hija:',
'Day(s)' => 'Día(s)',
'Existing due date' => 'Fecha de vencimiento existente',
'Factor to calculate new due date: ' => 'Factor para calcular la nueva fecha de vencimiento:',
'Month(s)' => 'Mes(es)',
'Recurrence' => 'Recurrencia',
'This task has been created by: ' => 'Esta tarea ha sido creada por: ',
'Recurrent task has been generated:' => 'Tarea recurrente generada:',
'Timeframe to calculate new due date: ' => 'Calendario para calcular la nueva fecha de vencimiento:',
'Trigger to generate recurrent task: ' => 'Disparador para generar tarea recurrente',
'When task is closed' => 'Cuando la tarea es cerrada',
'When task is moved from first column' => 'Cuando la tarea es movida a la primer columna',
'When task is moved to last column' => 'Cuando la tarea es movida a la última columna',
'Year(s)' => 'Año(s)',
'Jabber (XMPP)' => 'Jabber (XMPP)',
'Send notifications to Jabber' => 'Enviar notificaciones a Jabber',
'XMPP server address' => 'Dirección del servidor XMPP',
'Jabber domain' => 'Dominio Jabber',
'Jabber nickname' => 'Apodo Jabber',
'Multi-user chat room' => 'Sala de chat multiusuario',
'Help on Jabber integration' => 'Ayuda para la integración con Jabber',
'The server address must use this format: "tcp://hostname:5222"' => 'La dirección del servidor debe usar este formato: "tcp://hostname:5222"',
'Calendar settings' => 'Parámetros del Calendario',
'Project calendar view' => 'Vista de Calendario para el Proyecto',
'Project settings' => 'Parámetros del Proyecto',
'Show subtasks based on the time tracking' => 'Mostrar subtareas en base al seguimiento de tiempo',
'Show tasks based on the creation date' => 'Mostrar tareas en base a la fecha de creación',
'Show tasks based on the start date' => 'Mostrar tareas en base a la fecha de comienzo',
'Subtasks time tracking' => 'Seguimiento de tiempo en subtareas',
'User calendar view' => 'Vista de Calendario para el Usuario',
'Automatically update the start date' => 'Actualizar automáticamente la fecha de comienzo',
'iCal feed' => 'Fuente iCal',
'Preferences' => 'Preferencias',
'Security' => 'Seguridad',
'Two factor authentication disabled' => 'Autenticación de dos factores deshabilitado',
'Two factor authentication enabled' => 'Autenticación de dos factores habilitado',
'Unable to update this user.' => 'Imposible actualizar este usuario.',
'There is no user management for private projects.' => 'No hay gestión de usuarios para proyectos privados.',
'User that will receive the email' => 'Usuario que recibirá el correo',
'Email subject' => 'Asunto del correo',
'Date' => 'Fecha',
// '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' => 'Mover la tarea a otra columna cuando cambia la categoría',
'Send a task by email to someone' => 'Enviar una tarea a alguien por correo',
'Reopen a task' => 'Reabrir tarea',
// 'Bitbucket issue opened' => '',
// 'Bitbucket issue closed' => '',
// 'Bitbucket issue reopened' => '',
// 'Bitbucket issue assignee change' => '',
// 'Bitbucket issue comment created' => '',
'Column change' => 'Cambio de columna',
'Position change' => 'Cambio de posición',
'Swimlane change' => 'Cambio de carril',
'Assignee change' => 'Cambio de usuario asignado',
'[%s] Overdue tasks' => '[%s] Tareas vencidas',
'Notification' => 'Notificación',
// '%s moved the task #%d to the first swimlane' => '',
// '%s moved the task #%d to the swimlane "%s"' => '',
'Swimlane' => 'Carril',
// 'Budget overview' => '',
'Type' => 'Tipo',
// '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"' => '',
// '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' => '',
// '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' => '',
// '%%Y-%%m-%%d' => '',
// 'Total for all columns' => '',
// 'You need at least 2 days of data to show the chart.' => '',
// '<15m' => '',
// '<30m' => '',
// 'Stop timer' => '',
// 'Start timer' => '',
// 'Add project member' => '',
// 'Enable notifications' => '',
// 'My activity stream' => '',
// 'My calendar' => '',
// 'Search tasks' => '',
// 'Back to the calendar' => '',
// 'Filters' => '',
// 'Reset filters' => '',
// 'My tasks due tomorrow' => '',
// 'Tasks due today' => '',
// 'Tasks due tomorrow' => '',
// 'Tasks due yesterday' => '',
// 'Closed tasks' => '',
// 'Open tasks' => '',
// 'Not assigned' => '',
// 'View advanced search syntax' => '',
// 'Overview' => '',
// '%b %e %Y' => '',
// 'Board/Calendar/List view' => '',
// 'Switch to the board view' => '',
// 'Switch to the calendar view' => '',
// 'Switch to the list view' => '',
// 'Go to the search/filter box' => '',
// 'There is no activity yet.' => '',
// 'No tasks found.' => '',
// 'Keyboard shortcut: "%s"' => '',
'List' => 'Lista',
'Filter' => 'Filtro',
'Advanced search' => 'Búsqueda avanzada',
// 'Example of query: ' => '',
// 'Search by project: ' => '',
// 'Search by column: ' => '',
// 'Search by assignee: ' => '',
// 'Search by color: ' => '',
// 'Search by category: ' => '',
// 'Search by description: ' => '',
// 'Search by due date: ' => '',
// 'Lead and Cycle time for "%s"' => '',
// 'Average time spent into each column for "%s"' => '',
// 'Average time spent into each column' => '',
// 'Average time spent' => '',
// 'This chart show the average time spent into each column for the last %d tasks.' => '',
// 'Average Lead and Cycle time' => '',
// 'Average lead time: ' => '',
// 'Average cycle time: ' => '',
// 'Cycle Time' => '',
// 'Lead Time' => '',
// 'This chart show the average lead and cycle time for the last %d tasks over the time.' => '',
// 'Average time into each column' => '',
// 'Lead and cycle time' => '',
// 'Google Authentication' => '',
// 'Help on Google authentication' => '',
// 'Github Authentication' => '',
// 'Help on Github authentication' => '',
// 'Channel/Group/User (Optional)' => '',
// 'Lead time: ' => '',
// 'Cycle time: ' => '',
// 'Time spent into each column' => '',
// 'The lead time is the duration between the task creation and the completion.' => '',
// 'The cycle time is the duration between the start date and the completion.' => '',
// 'If the task is not closed the current time is used instead of the completion date.' => '',
// 'Set automatically the start date' => '',
'Edit Authentication' => 'Editar autenticación',
// 'Google Id' => '',
// 'Github Id' => '',
'Remote user' => 'Usuario remoto',
// 'Remote users do not store their password in Kanboard database, examples: LDAP, Google and Github accounts.' => '',
// 'If you check the box "Disallow login form", credentials entered in the login form will be ignored.' => '',
// 'By @%s on Gitlab' => '',
// 'Gitlab issue comment created' => '',
// 'New remote user' => '',
// 'New local user' => '',
// 'Default task color' => '',
// 'Hide sidebar' => '',
// 'Expand sidebar' => '',
// 'This feature does not work with all browsers.' => '',
// 'There is no destination project available.' => '',
// 'Trigger automatically subtask time tracking' => '',
// 'Include closed tasks in the cumulative flow diagram' => '',
// 'Current swimlane: %s' => '',
// 'Current column: %s' => '',
// 'Current category: %s' => '',
// 'no category' => '',
// 'Current assignee: %s' => '',
// 'not assigned' => '',
// 'Author:' => '',
// 'contributors' => '',
// 'License:' => '',
// 'License' => '',
);