Kanboard-Prod/app/Locale/es_ES/translations.php

1338 lines
64 KiB
PHP

<?php
return array(
// 'number.decimals_separator' => '',
// 'number.thousands_separator' => '',
'None' => 'Ninguno',
'Edit' => 'Modificar',
'Remove' => 'Suprimir',
'Yes' => 'Sí',
'No' => 'No',
'cancel' => 'cancelar',
'or' => 'o',
'Yellow' => 'Amarillo',
'Blue' => 'Azul',
'Green' => 'Verde',
'Purple' => 'Púrpura',
'Red' => 'Rojo',
'Orange' => 'Naranja',
'Grey' => 'Gris',
// 'Brown' => '',
// 'Deep Orange' => '',
// 'Dark Grey' => '',
// 'Pink' => '',
// 'Teal' => '',
// 'Cyan' => '',
// 'Lime' => '',
// 'Light Green' => '',
// 'Amber' => '',
'Save' => 'Guardar',
'Login' => 'Iniciar sesión (Ingresar)',
'Official website:' => 'Página web oficial :',
'Unassigned' => 'No asignado',
'View this task' => 'Ver esta tarea',
'Remove user' => 'Suprimir un usuario',
'Do you really want to remove this user: "%s"?' => '¿Realmente quiere suprimir este usuario: « %s » ?',
'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 incorecto',
'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',
'Unable to update this board.' => 'No se puede actualizar este tablero.',
'Disable' => 'Desactivar',
'Enable' => 'Activar',
'New project' => 'Nuevo proyecto',
'Do you really want to remove this project: "%s"?' => '¿Realmente quiere suprimir este proyecto: « %s » ?',
'Remove project' => 'Suprimir el proyecto',
'Edit the board for "%s"' => 'Modificar el tablero para « %s »',
'Add a new column' => 'Añadir una nueva columna',
'Title' => 'Titulo',
'Assigned to %s' => 'Asignada a %s',
'Remove a column' => 'Suprimir esta columna',
'Unable to remove this column.' => 'No se puede suprimir esta columna.',
'Do you really want to remove this column: "%s"?' => '¿Realmente quiere suprimir esta columna : « %s » ?',
'Settings' => 'Preferencias',
'Application settings' => 'Parámetros de la aplicación',
'Language' => 'Idioma',
'Webhook token:' => 'Token para los webhooks :',
'API token:' => 'Token de 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',
'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 quiere abrir esta tarea: « %s » ?',
'Back to the board' => 'Volver al tablero',
'There is nobody assigned' => 'No hay nadie asignado a esta tarea',
'Column on the board:' => 'Columna en el tablero: ',
'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',
'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.',
'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:',
'Id' => 'Identificador',
'Public link' => 'Vinculación pública',
'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' => 'Conteo de tareas',
'User' => 'Usuario',
'Comments' => 'Comentarios',
'Comment is required' => 'El comentario es obligatorio',
'Comment added successfully.' => 'El comentario ha sido añadido correctamente.',
'Unable to create your comment.' => 'No se puede crear este comentario.',
'Due Date' => 'Fecha límite',
'Invalid date' => 'Fecha no válida',
'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 »',
'Add an action' => 'Agregar una acción',
'Event name' => 'Nombre del evento',
'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',
'Do you really want to remove this action: "%s"?' => '¿Realmente quiere 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',
'Position' => 'Posición',
'Duplicate to another project' => 'Duplicar a otro proyecto',
'Duplicate' => 'Duplicar',
// 'Link' => '',
'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?' => '¿Realmente quiere suprimir este comentario?',
'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',
'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.' => '',
// 'Unable to unlink your external account.' => '',
// 'External authentication failed' => '',
// 'Your external account is linked to your profile successfully.' => '',
'Email' => 'Correo',
'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"?' => '¿Realmente quiere 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',
'Your category have been created successfully.' => 'Se ha creado tu categoría correctamente.',
// 'This category has been updated successfully.' => '',
// 'Unable to update this category.' => '',
'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"?' => '¿Realmente quiere 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"?' => '¿Realmente quiere borrar este fichero: "%s"?',
'Attachments' => 'Adjuntos',
'Edit the task' => 'Editar la tarea',
'Add a comment' => 'Añadir un comentario',
'Edit a comment' => 'Editar un comentario',
'Summary' => 'Resumen',
'Time tracking' => 'Control de tiempo',
'Estimate:' => 'Estimado:',
'Spent:' => 'Transcurrido:',
'Do you really want to remove this sub-task?' => '¿Realmente quiere 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',
'Display another project' => 'Mostrar otro proyecto',
'Created by %s' => 'Creado por %s',
'Tasks Export' => 'Exportar tareas',
'Start Date' => 'Fecha de inicio',
'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',
'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"',
'New comment posted by %s' => 'Nuevo comentario agregado por %s',
'New comment' => 'Nuevo comentario',
'Comment updated' => 'Comentario actualizado',
'New subtask' => 'Nueva subtarea',
'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',
'Disable public access' => 'Desactivar acceso público',
'Enable public access' => 'Activar acceso público',
'Public access disabled' => 'Acceso público desactivado',
'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 quiere 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',
// 'Login:' => '',
// 'Full Name:' => '',
'Email:' => 'Correo electrónico:',
'Notifications:' => 'Notificaciones:',
'Notifications' => 'Notificaciones',
'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',
'Never connected.' => 'Nunca se ha conectado.',
'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' => '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 opened the task #%d' => '',
'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 changed the assignee of the task #%d to %s' => '',
'%s changed the assignee of the task %s to %s' => '%s cambió la persona asignada de la tarea de %s a %s',
'New password for the user "%s"' => 'Nueva contraseña para el usuario "%s"',
'Choose an event' => 'Escoja un evento',
'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',
'Label' => 'Etiqueta',
'Database' => 'Base de Datos',
'About' => 'Acerca de',
'Database driver:' => 'Driver de la base de datos',
'Board settings' => 'Configuraciones del Tablero',
'Webhook settings' => 'Configuraciones del Webhook',
'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',
'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',
'Add' => 'Añadir',
'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' => 'Webhooks',
'API' => 'API',
'Create a comment from an external provider' => 'Crear un comentario a partir de un proveedor externo',
'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',
'Analytics' => 'Analítica',
'Subtask' => 'Subtarea',
'My subtasks' => 'Mis subtareas',
'User repartition' => 'Repartición de usuarios',
'Clone this project' => 'Clonar este proyecto',
'Column removed successfully.' => 'Columna removida correctamente',
'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',
'Daily project summary' => 'Sumario diario del proyecto',
'Daily project summary export' => 'Exportar sumario diario del proyecto',
'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',
'Active swimlanes' => 'Carriles activos',
'Add a new swimlane' => 'Añadir nuevo carril',
'Default swimlane' => 'Carril por defecto',
'Do you really want to remove this swimlane: "%s"?' => '¿Realmente quiere remover este carril: "%s"?',
'Inactive swimlanes' => 'Carriles inactivos',
'Remove a swimlane' => 'Remover un carril',
'Swimlane modification for the project "%s"' => 'Modificación del carril para el proyecto "%s"',
'Swimlane removed successfully.' => 'Carril removido correctamente',
'Swimlanes' => 'Carriles',
'Swimlane updated successfully.' => 'Carril actualizado correctamente',
'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 de los nuevos proyectos (Separadas mediante comas)',
'Integrations' => 'Integraciones',
'Integration with third-party services' => 'Integraciones para servicios de terceros',
'Subtask Id' => 'ID de Subtareas',
'Subtasks' => 'Subtareas',
'Subtasks Export' => 'Exportar Subtareas',
'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',
'Moved to column %s' => 'Movido a columna %s',
'User dashboard' => 'Tablero del usuario',
'Allow only one subtask in progress at the same time for a user' => 'Permitir únicamente una subtarea en progreso al mismo tiempo para un usuario',
'Edit column "%s"' => 'Editar columna "%s"',
'Select the new status of the subtask: "%s"' => 'Seleccione el nuevo estado de la subtarea: "%s"',
'Subtask timesheet' => 'Hoja de tiempos de la subtarea',
'There is nothing to show.' => 'No hay nada que mostrar.',
'Time Tracking' => 'Control de Tiempo',
'You already have one subtask in progress' => 'Ya tiene una subtarea en progreso',
'Which parts of the project do you want to duplicate?' => '¿Que partes del proyecto quiere duplicar?',
// 'Disallow login form' => '',
'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 new link' => 'Añadir nuevo vínculo',
'Do you really want to remove this link: "%s"?' => '¿Realmente quiere suprimir este vínculo: "%s"?',
'Do you really want to remove this link with task #%d?' => '¿Realmente quiere suprimir este vínculo con la tarea #%d?',
'Field required' => 'Campo requerido',
'Link added successfully.' => 'Vínculo añadido correctamente',
'Link updated successfully.' => 'Vínculo actualizado correctamente',
'Link removed successfully.' => 'Vínculo suprimido correctamente',
'Link labels' => 'Etiquetas de vínculos',
'Link modification' => 'Modificar vínculo',
'Links' => 'Vínculos',
'Opposite label' => 'Etiquetas opuestas',
'Remove a link' => 'Suprimir un vínculo',
'The labels must be different' => 'Las etiquetas deben ser diferentes',
'There is no link.' => 'Ahí no hay un vínculo',
'This label must be unique' => 'Esta etiqueta debe ser única',
'Unable to create your link.' => 'No se puede crear su vínculo',
'Unable to update your link.' => 'No se puede actualizar su vínculo',
'Unable to remove this link.' => 'No se puede suprimir su vínculo',
'relates to' => 'se relaciona con',
'blocks' => 'bloqueos',
'is blocked by' => 'esta bloqueado por',
'duplicates' => 'duplicados',
'is duplicated by' => 'es duplicado por',
'is a child of' => 'es hijo de',
'is a parent of' => 'es padre de',
'targets milestone' => 'metas del hito',
'is a milestone of' => 'es un hito de',
'fixes' => 'arregla',
'is fixed by' => 'arreglado por',
'This task' => 'Esta tarea',
// '<1h' => '',
// '%dh' => '',
'Expand tasks' => 'Expandir tareas',
'Collapse tasks' => 'Colapsar tareas',
'Expand/collapse tasks' => 'Expandir/colapsar tareas',
'Close dialog box' => 'Cerrar caja de diálogo',
'Submit a form' => 'Enviar un formulario',
'Board view' => 'Vista de tablero',
'Keyboard shortcuts' => 'Atajos del teclado',
// 'Open board switcher' => '',
'Application' => 'Aplicación',
'Compact view' => 'Vista compacta',
'Horizontal scrolling' => 'Desplazamiento horizontal',
'Compact/wide view' => 'Vista compacta/amplia',
'Currency' => 'Moneda',
'Private project' => 'Proyecto privado',
'AUD - Australian Dollar' => 'AUD - Dólar australiano',
'CAD - Canadian Dollar' => 'CAD - Dólar canadiense',
'CHF - Swiss Francs' => 'CHF - Franco suizo',
'Custom Stylesheet' => 'Hoja de estilo personalizada',
'download' => 'descargar',
// 'EUR - Euro' => '',
'GBP - British Pound' => 'GBP - Libra británica',
'INR - Indian Rupee' => 'INR - Rupia india',
'JPY - Japanese Yen' => 'JPY - Yen japonés',
'NZD - New Zealand Dollar' => 'NZD - Dólar de Nueva Zelanda',
'RSD - Serbian dinar' => 'RSD - Dinar serbio',
// 'CNY - Chinese Yuan' => '',
'USD - US Dollar' => 'USD - Dólar estadounidense',
'Destination column' => 'Columna destino',
'Move the task to another column when assigned to a user' => 'Mover la tarea a otra columan cuando sea asignada a un usuario',
'Move the task to another column when assignee is cleared' => 'Mover la tarea a otra columna cuando se elimine la persona asignada',
'Source column' => 'Columna de origen',
'Transitions' => 'Transiciones',
'Executer' => 'Ejecutor',
'Time spent in the column' => 'Tiempo transcurrido en la columna',
'Task transitions' => 'Transiciones de las tareas',
'Task transitions export' => 'Exportar transiciones de las tareas',
'This report contains all column moves for each task with the date, the user and the time spent for each transition.' => 'Este reporte contiene todos los movimientos de columna por cada tarea con la fecha, el usuario y el tiempo transcurrido para cada transición',
'Currency rates' => 'Tipos de cambio',
'Rate' => 'Tarifa',
'Change reference currency' => 'Cambiar moneda de referencia',
'Reference currency' => 'Moneda de referencia',
'The currency rate have been added successfully.' => 'El tipo de cambio ha sido añadido correctamente.',
'Unable to add this currency rate.' => 'No se puede añadir este tipo de cambio.',
'Webhook URL' => 'URL del Webhook',
// '%s removed the assignee of the task %s' => '',
'Enable Gravatar images' => 'Activar imágenes Gravatar',
'Information' => 'Información',
'Check two factor authentication code' => 'Verificar el 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',
'This QR code contains the key URI: ' => 'Este código QR contiene la clave URI: ',
'Check my code' => 'Verificar mi código',
'Secret key: ' => 'Clave secreta: ',
'Test your device' => 'Pruebe su dispositivo',
'Assign a color when the task is moved to a specific column' => 'Asignar un color cuando la tarea se mueve a una columna específica',
'%s via Kanboard' => '%s vía Kanboard',
// 'Burndown chart' => '',
// 'This chart show the task complexity over the time (Work Remaining).' => '',
'Screenshot taken %s' => 'Captura de pantalla tomada %s',
'Add a screenshot' => 'Añadir una captura de pantalla',
'Take a screenshot and press CTRL+V or ⌘+V to paste here.' => 'Tomar una captura de pantalla y presione CTRL+V o ⌘+V para pegar aquí.',
'Screenshot uploaded successfully.' => 'Captura de pantalla subida correctamente',
'SEK - Swedish Krona' => 'SEK - Corona sueca',
// 'Identifier' => '',
// 'Disable two factor authentication' => '',
// 'Do you really want to disable the two factor authentication for this user: "%s"?' => '',
// 'Edit link' => '',
// 'Start to type task title...' => '',
// 'A task cannot be linked to itself' => '',
// 'The exact same link already exists' => '',
// 'Recurrent task is scheduled to be generated' => '',
// 'Score' => '',
// 'The identifier must be unique' => '',
// 'This linked task id doesn\'t exists' => '',
// 'This value must be alphanumeric' => '',
// 'Edit recurrence' => '',
// 'Generate recurrent task' => '',
// 'Trigger to generate recurrent task' => '',
// 'Factor to calculate new due date' => '',
// 'Timeframe to calculate new due date' => '',
// 'Base date to calculate new due date' => '',
// 'Action date' => '',
// 'Base date to calculate new due date: ' => '',
// 'This task has created this child task: ' => '',
// 'Day(s)' => '',
// 'Existing due date' => '',
// 'Factor to calculate new due date: ' => '',
// 'Month(s)' => '',
// 'Recurrence' => '',
// 'This task has been created by: ' => '',
// 'Recurrent task has been generated:' => '',
// 'Timeframe to calculate new due date: ' => '',
// 'Trigger to generate recurrent task: ' => '',
// 'When task is closed' => '',
// 'When task is moved from first column' => '',
// 'When task is moved to last column' => '',
// 'Year(s)' => '',
// 'Calendar settings' => '',
// 'Project calendar view' => '',
// 'Project settings' => '',
// 'Show subtasks based on the time tracking' => '',
// 'Show tasks based on the creation date' => '',
// 'Show tasks based on the start date' => '',
// 'Subtasks time tracking' => '',
// 'User calendar view' => '',
// 'Automatically update the start date' => '',
// 'iCal feed' => '',
// 'Preferences' => '',
// 'Security' => '',
// 'Two factor authentication disabled' => '',
// 'Two factor authentication enabled' => '',
// 'Unable to update this user.' => '',
// 'There is no user management for private projects.' => '',
// 'User that will receive the email' => '',
// 'Email subject' => '',
// 'Date' => '',
// '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' => '',
// 'Notification' => '',
// '%s moved the task #%d to the first swimlane' => '',
// 'Swimlane' => '',
// 'Gravatar' => '',
// '%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:' => '',
// '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 has been modified:' => '',
// 'Do you really want to close the task "%s" as well as all subtasks?' => '',
// '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' => '',
// '%%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' => '',
// 'My activity stream' => '',
// 'My calendar' => '',
// 'Search tasks' => '',
// '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' => '',
// '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' => '',
// 'Filter' => '',
// 'Advanced search' => '',
// '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: ' => '',
// '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' => '',
// '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' => '',
// 'Remote user' => '',
// '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.' => '',
// 'Default task color' => '',
// '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' => '',
// 'Enter the text below' => '',
// 'Sort by position' => '',
// 'Sort by date' => '',
// 'Add task' => '',
// 'Start date:' => '',
// 'Due date:' => '',
// 'There is no start date or due date for this task.' => '',
// 'Moving or resizing a task will change the start and due date of the task.' => '',
// 'There is no task in your project.' => '',
// 'Gantt chart' => '',
// 'People who are project managers' => '',
// 'People who are project members' => '',
// 'NOK - Norwegian Krone' => '',
// 'Show this column' => '',
// 'Hide this column' => '',
// 'open file' => '',
// 'End date' => '',
// 'Users overview' => '',
// 'Members' => '',
// 'Shared project' => '',
// 'Project managers' => '',
// 'Gantt chart for all projects' => '',
// 'Projects list' => '',
// 'Gantt chart for this project' => '',
// 'Project board' => '',
// 'End date:' => '',
// 'There is no start date or end date for this project.' => '',
// 'Projects Gantt chart' => '',
// 'Change task color when using a specific task link' => '',
// 'Task link creation or modification' => '',
// 'Milestone' => '',
// 'Documentation: %s' => '',
// 'Switch to the Gantt chart view' => '',
// 'Reset the search/filter box' => '',
// 'Documentation' => '',
// 'Table of contents' => '',
// 'Gantt' => '',
// 'Author' => '',
// 'Version' => '',
// 'Plugins' => '',
// 'There is no plugin loaded.' => '',
// 'My notifications' => '',
// 'Custom filters' => '',
// 'Your custom filter have been created successfully.' => '',
// 'Unable to create your custom filter.' => '',
// 'Custom filter removed successfully.' => '',
// 'Unable to remove this custom filter.' => '',
// 'Edit custom filter' => '',
// 'Your custom filter have been updated successfully.' => '',
// 'Unable to update custom filter.' => '',
// 'Web' => '',
// 'New attachment on task #%d: %s' => '',
// 'New comment on task #%d' => '',
// 'Comment updated on task #%d' => '',
// 'New subtask on task #%d' => '',
// 'Subtask updated on task #%d' => '',
// 'New task #%d: %s' => '',
// 'Task updated #%d' => '',
// 'Task #%d closed' => '',
// 'Task #%d opened' => '',
// 'Column changed for task #%d' => '',
// 'New position for task #%d' => '',
// 'Swimlane changed for task #%d' => '',
// 'Assignee changed on task #%d' => '',
// '%d overdue tasks' => '',
// 'Task #%d is overdue' => '',
// 'No new notifications.' => '',
// 'Mark all as read' => '',
// 'Mark as read' => '',
// 'Total number of tasks in this column across all swimlanes' => '',
// 'Collapse swimlane' => '',
// 'Expand swimlane' => '',
// 'Add a new filter' => '',
// 'Share with all project members' => '',
// 'Shared' => '',
// 'Owner' => '',
// 'Unread notifications' => '',
// 'Notification methods:' => '',
// 'Unable to read your file' => '',
// '%d task(s) have been imported successfully.' => '',
// 'Nothing have been imported!' => '',
// 'Import users from CSV file' => '',
// '%d user(s) have been imported successfully.' => '',
// 'Comma' => '',
// 'Semi-colon' => '',
// 'Tab' => '',
// 'Vertical bar' => '',
// 'Double Quote' => '',
// 'Single Quote' => '',
// '%s attached a file to the task #%d' => '',
// 'There is no column or swimlane activated in your project!' => '',
// 'Append filter (instead of replacement)' => '',
// 'Append/Replace' => '',
// 'Append' => '',
// 'Replace' => '',
// 'Import' => '',
// 'Change sorting' => '',
// 'Tasks Importation' => '',
// 'Delimiter' => '',
// 'Enclosure' => '',
// 'CSV File' => '',
// 'Instructions' => '',
// 'Your file must use the predefined CSV format' => '',
// 'Your file must be encoded in UTF-8' => '',
// 'The first row must be the header' => '',
// 'Duplicates are not verified for you' => '',
// 'The due date must use the ISO format: YYYY-MM-DD' => '',
// 'Download CSV template' => '',
// 'No external integration registered.' => '',
// 'Duplicates are not imported' => '',
// 'Usernames must be lowercase and unique' => '',
// 'Passwords will be encrypted if present' => '',
// '%s attached a new file to the task %s' => '',
// 'Link type' => '',
// 'Assign automatically a category based on a link' => '',
// 'BAM - Konvertible 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' => '',
// 'Your account is locked for %d minutes' => '',
// 'Invalid captcha' => '',
// 'The name must be unique' => '',
// 'View all groups' => '',
// '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.' => '',
// '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' => '',
// '%s mentioned you in the task #%d' => '',
// '%s mentioned you in a comment on the task #%d' => '',
// 'You were mentioned in the task #%d' => '',
// 'You were mentioned in a comment on the task #%d' => '',
// 'Estimated hours: ' => '',
// 'Actual hours: ' => '',
// 'Hours Spent' => '',
// 'Hours Estimated' => '',
// 'Estimated Time' => '',
// 'Actual Time' => '',
// 'Estimated vs actual time' => '',
// 'RUB - Russian Ruble' => '',
// 'Assign the task to the person who does the action when the column is changed' => '',
// 'Close a task in a specific column' => '',
// 'Time-based One-time Password Algorithm' => '',
// 'Two-Factor Provider: ' => '',
// 'Disable two-factor authentication' => '',
// 'Enable two-factor authentication' => '',
// 'There is no integration registered at the moment.' => '',
// 'Password Reset for Kanboard' => '',
// 'Forgot password?' => '',
// 'Enable "Forget Password"' => '',
// 'Password Reset' => '',
// 'New password' => '',
// 'Change Password' => '',
// 'To reset your password click on this link:' => '',
// 'Last Password Reset' => '',
// 'The password has never been reinitialized.' => '',
// 'Creation' => '',
// 'Expiration' => '',
// 'Password reset history' => '',
// 'All tasks of the column "%s" and the swimlane "%s" have been closed successfully.' => '',
// 'Do you really want to close all tasks of this column?' => '',
// '%d task(s) in the column "%s" and the swimlane "%s" will be closed.' => '',
// 'Close all tasks of this column' => '',
// 'No plugin has registered a project notification method. You can still configure individual notifications in your user profile.' => '',
// 'My dashboard' => '',
// 'My profile' => '',
// 'Project owner: ' => '',
// 'The project identifier is optional and must be alphanumeric, example: MYPROJECT.' => '',
// 'Project owner' => '',
// 'Private projects do not have users and groups management.' => '',
// 'There is no project member.' => '',
// 'Priority' => '',
// 'Task priority' => '',
// 'General' => '',
// 'Dates' => '',
// 'Default priority' => '',
// 'Lowest priority' => '',
// 'Highest priority' => '',
// 'If you put zero to the low and high priority, this feature will be disabled.' => '',
// 'Close a task when there is no activity' => '',
// 'Duration in days' => '',
// 'Send email when there is no activity on a task' => '',
// 'Unable to fetch link information.' => '',
// 'Daily background job for tasks' => '',
// 'Auto' => '',
// 'Related' => '',
// 'Attachment' => '',
// 'Title not found' => '',
// 'Web Link' => '',
// 'External links' => '',
// 'Add external link' => '',
// 'Type' => '',
// 'Dependency' => '',
// 'Add internal link' => '',
// 'Add a new external link' => '',
// 'Edit external link' => '',
// 'External link' => '',
// 'Copy and paste your link here...' => '',
// 'URL' => '',
// 'Internal links' => '',
// 'Assign to me' => '',
// 'Me' => '',
// 'Do not duplicate anything' => '',
// 'Projects management' => '',
// 'Users management' => '',
// 'Groups management' => '',
// 'Create from another project' => '',
'open' => 'abrir',
// 'closed' => '',
// 'Priority:' => '',
// 'Reference:' => '',
// 'Complexity:' => '',
// 'Swimlane:' => '',
// 'Column:' => '',
// 'Position:' => '',
// 'Creator:' => '',
// 'Time estimated:' => '',
// '%s hours' => '',
// 'Time spent:' => '',
// 'Created:' => '',
// 'Modified:' => '',
// 'Completed:' => '',
// 'Started:' => '',
// 'Moved:' => '',
'Task #%d' => 'Tarea número %d',
// 'Time format' => '',
// 'Start date: ' => '',
// 'End date: ' => '',
// 'New due date: ' => '',
// 'Start date changed: ' => '',
// 'Disable private projects' => '',
// 'Do you really want to remove this custom filter: "%s"?' => '',
// 'Remove a custom filter' => '',
// 'User activated successfully.' => '',
// 'Unable to enable this user.' => '',
// 'User disabled successfully.' => '',
// 'Unable to disable this user.' => '',
// 'All files have been uploaded successfully.' => '',
// 'The maximum allowed file size is %sB.' => '',
// 'Drag and drop your files here' => '',
// 'choose files' => '',
// 'View profile' => '',
// 'Two Factor' => '',
// 'Disable user' => '',
// 'Do you really want to disable this user: "%s"?' => '',
// 'Enable user' => '',
// 'Do you really want to enable this user: "%s"?' => '',
// 'Download' => '',
// 'Uploaded: %s' => '',
// 'Size: %s' => '',
// 'Uploaded by %s' => '',
// 'Filename' => '',
// 'Size' => '',
// 'Column created successfully.' => '',
// 'Another column with the same name exists in the project' => '',
// 'Default filters' => '',
// 'Your board doesn\'t have any columns!' => '',
// 'Change column position' => '',
// 'Switch to the project overview' => '',
// 'User filters' => '',
// 'Category filters' => '',
// 'Upload a file' => '',
// 'View file' => '',
// 'Last activity' => '',
// 'Change subtask position' => '',
'This value must be greater than %d' => 'Este valor no debe de ser más grande que %d',
// 'Another swimlane with the same name exists in the project' => '',
// 'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => '',
// 'Actions duplicated successfully.' => '',
// 'Unable to duplicate actions.' => '',
// 'Add a new action' => '',
// 'Import from another project' => '',
// 'There is no action at the moment.' => '',
// 'Import actions from another project' => '',
// 'There is no available project.' => '',
// 'Local File' => '',
// 'Configuration' => '',
// 'PHP version:' => '',
// 'PHP SAPI:' => '',
// 'OS version:' => '',
// 'Database version:' => '',
// 'Browser:' => '',
// 'Task view' => '',
// 'Edit task' => '',
// 'Edit description' => '',
// 'New internal link' => '',
// 'Display list of keyboard shortcuts' => '',
// 'Menu' => '',
// 'Set start date' => '',
// 'Avatar' => '',
// 'Upload my avatar image' => '',
// 'Remove my image' => '',
// 'The OAuth2 state parameter is invalid' => '',
// 'User not found.' => '',
// 'Search in activity stream' => '',
// 'My activities' => '',
// 'Activity until yesterday' => '',
// 'Activity until today' => '',
// 'Search by creator: ' => '',
// 'Search by creation date: ' => '',
// 'Search by task status: ' => '',
// 'Search by task title: ' => '',
// 'Activity stream search' => '',
// 'Projects where "%s" is manager' => '',
// 'Projects where "%s" is member' => '',
// 'Open tasks assigned to "%s"' => '',
// 'Closed tasks assigned to "%s"' => '',
// 'Assign automatically a color based on a priority' => '',
// 'Overdue tasks for the project(s) "%s"' => '',
// 'Upload files' => '',
// 'Installed Plugins' => '',
// 'Plugin Directory' => '',
// 'Plugin installed successfully.' => '',
// 'Plugin updated successfully.' => '',
// 'Plugin removed successfully.' => '',
// 'Subtask converted to task successfully.' => '',
// 'Unable to convert the subtask.' => '',
// 'Unable to extract plugin archive.' => '',
// 'Plugin not found.' => '',
// 'You don\'t have the permission to remove this plugin.' => '',
// 'Unable to download plugin archive.' => '',
// 'Unable to write temporary file for plugin.' => '',
// 'Unable to open plugin archive.' => '',
// 'There is no file in the plugin archive.' => '',
// 'Create tasks in bulk' => '',
// 'Your Kanboard instance is not configured to install plugins from the user interface.' => '',
// 'There is no plugin available.' => '',
// 'Install' => '',
'Update' => 'Actualizar',
// 'Up to date' => '',
// 'Not available' => '',
// 'Remove plugin' => '',
// 'Do you really want to remove this plugin: "%s"?' => '',
// 'Uninstall' => '',
// 'Listing' => '',
// 'Metadata' => '',
// 'Manage projects' => '',
// 'Convert to task' => '',
// 'Convert sub-task to task' => '',
// 'Do you really want to convert this sub-task to a task?' => '',
// 'My task title' => '',
// 'Enter one task by line.' => '',
// 'Number of failed login:' => '',
// 'Account locked until:' => '',
// 'Email settings' => '',
// 'Email sender address' => '',
// 'Email transport' => '',
// 'Webhook token' => '',
// 'Project tags management' => '',
// 'Tag created successfully.' => '',
// 'Unable to create this tag.' => '',
// 'Tag updated successfully.' => '',
// 'Unable to update this tag.' => '',
// 'Tag removed successfully.' => '',
// 'Unable to remove this tag.' => '',
// 'Global tags management' => '',
// 'Tags' => '',
// 'Tags management' => '',
// 'Add new tag' => '',
// 'Edit a tag' => '',
// 'Project tags' => '',
// 'There is no specific tag for this project at the moment.' => '',
// 'Tag' => '',
// 'Remove a tag' => '',
// 'Do you really want to remove this tag: "%s"?' => '',
// 'Global tags' => '',
// 'There is no global tag at the moment.' => '',
// 'This field cannot be empty' => '',
// 'Close a task when there is no activity in an specific column' => '',
// '%s removed a subtask for the task #%d' => '',
// '%s removed a comment on the task #%d' => '',
// 'Comment removed on task #%d' => '',
// 'Subtask removed on task #%d' => '',
// 'Hide tasks in this column in the dashboard' => '',
// '%s removed a comment on the task %s' => '',
// '%s removed a subtask for the task %s' => '',
// 'Comment removed' => '',
// 'Subtask removed' => '',
// '%s set a new internal link for the task #%d' => '',
// '%s removed an internal link for the task #%d' => '',
// 'A new internal link for the task #%d have been defined' => '',
// 'Internal link removed for the task #%d' => '',
// '%s set a new internal link for the task %s' => '',
// '%s removed an internal link for the task %s' => '',
// 'Automatically set the due date on task creation' => '',
// 'Move the task to another column when closed' => '',
// 'Move the task to another column when not moved during a given period' => '',
// 'Dashboard for %s' => '',
// 'Tasks overview for %s' => '',
// 'Subtasks overview for %s' => '',
// 'Projects overview for %s' => '',
// 'Activity stream for %s' => '',
// 'Calendar for %s' => '',
// 'Notifications for %s' => '',
// 'Assign a color when the task is moved to a specific swimlane' => '',
// 'Assign a priority when the task is moved to a specific swimlane' => '',
// 'User unlocked successfully.' => '',
// 'Unable to unlock the user.' => '',
// 'Move a task to another swimlane' => '',
// 'Creator Name' => '',
// 'Time spent and estimated' => '',
// 'Move position' => '',
// 'Move task to another position on the board' => '',
// 'Insert before this task' => '',
// 'Insert after this task' => '',
// 'Unlock this user' => '',
// 'Custom Project Roles' => '',
// 'Add a new custom role' => '',
// 'Restrictions for the role "%s"' => '',
// 'Add a new project restriction' => '',
// 'Add a new drag and drop restriction' => '',
// 'Add a new column restriction' => '',
// 'Edit this role' => '',
// 'Remove this role' => '',
// 'There is no restriction for this role.' => '',
// 'Only moving task between those columns is permitted' => '',
// 'Close a task in a specific column when not moved during a given period' => '',
// 'Edit columns' => '',
// 'The column restriction has been created successfully.' => '',
// 'Unable to create this column restriction.' => '',
// 'Column restriction removed successfully.' => '',
// 'Unable to remove this restriction.' => '',
// 'Your custom project role has been created successfully.' => '',
// 'Unable to create custom project role.' => '',
// 'Your custom project role has been updated successfully.' => '',
// 'Unable to update custom project role.' => '',
// 'Custom project role removed successfully.' => '',
// 'Unable to remove this project role.' => '',
// 'The project restriction has been created successfully.' => '',
// 'Unable to create this project restriction.' => '',
// 'Project restriction removed successfully.' => '',
// 'You cannot create tasks in this column.' => '',
// 'Task creation is permitted for this column' => '',
// 'Closing or opening a task is permitted for this column' => '',
// 'Task creation is blocked for this column' => '',
// 'Closing or opening a task is blocked for this column' => '',
// 'Task creation is not permitted' => '',
// 'Closing or opening a task is not permitted' => '',
// 'New drag and drop restriction for the role "%s"' => '',
// 'People belonging to this role will be able to move tasks only between the source and the destination column.' => '',
// 'Remove a column restriction' => '',
// 'Do you really want to remove this column restriction: "%s" to "%s"?' => '',
// 'New column restriction for the role "%s"' => '',
// 'Rule' => '',
// 'Do you really want to remove this column restriction?' => '',
// 'Custom roles' => '',
// 'New custom project role' => '',
// 'Edit custom project role' => '',
// 'Remove a custom role' => '',
// 'Do you really want to remove this custom role: "%s"? All people assigned to this role will become project member.' => '',
// 'There is no custom role for this project.' => '',
// 'New project restriction for the role "%s"' => '',
// 'Restriction' => '',
// 'Remove a project restriction' => '',
// 'Do you really want to remove this project restriction: "%s"?' => '',
// 'Duplicate to multiple projects' => '',
// 'This field is required' => '',
// 'Moving a task is not permitted' => '',
// 'This value must be in the range %d to %d' => '',
// 'You are not allowed to move this task.' => '',
// 'API User Access' => '',
'Preview' => 'Previsualizar',
'Write' => 'Escribir',
'Write your text in Markdown' => 'Redacta el texto en Markdown',
// 'New External Task: %s' => '',
// 'No personal API access token registered.' => '',
// 'Your personal API access token is "%s"' => '',
// 'Remove your token' => '',
// 'Generate a new token' => '',
// 'Showing %d-%d of %d' => '',
// 'Outgoing Emails' => '',
// 'Add or change currency rate' => '',
// 'Reference currency: %s' => '',
// 'Add custom filters' => '',
// 'Export' => '',
// 'Add link label' => '',
// 'Incompatible Plugins' => '',
// 'Compatibility' => '',
// 'Permissions and ownership' => '',
// 'Priorities' => '',
// 'Close this window' => '',
// 'Unable to upload this file.' => '',
// 'Import tasks' => '',
// 'Choose a project' => '',
// 'Profile' => '',
// 'Application role' => '',
// '%d invitations were sent.' => '',
// '%d invitation was sent.' => '',
// 'Unable to create this user.' => '',
// 'Kanboard Invitation' => '',
// 'Visible on dashboard' => '',
// 'Created at:' => '',
// 'Updated at:' => '',
// 'There is no custom filter.' => '',
// 'New User' => '',
// 'Authentication' => '',
// 'If checked, this user will use a third-party system for authentication.' => '',
// 'The password is necessary only for local users.' => '',
// 'You have been invited to register on Kanboard.' => '',
// 'Click here to join your team' => '',
// 'Invite people' => '',
// 'Emails' => '',
// 'Enter one email address by line.' => '',
// 'Add these people to this project' => '',
// 'Add this person to this project' => '',
// 'Sign-up' => '',
// 'Credentials' => '',
'New user' => 'Añadir un usuario',
// 'This username is already taken' => '',
// 'A link to reset your password has been sent by email.' => '',
// 'Your profile must have a valid email address.' => '',
// 'Unfortunately, we are unable to reset your password. Did you entered a valid username? Do you have an email address in your profile?' => '',
// 'TRL - Turkish Lira' => '',
// 'The project email is optional and could be used by several plugins.' => '',
// 'The project email must be unique across all projects' => '',
// 'The email configuration has been disabled by the administrator.' => '',
// 'Close this project' => '',
// 'Open this project' => '',
// 'Close a project' => '',
// 'Do you really want to close this project: "%s"?' => '',
// 'Reopen a project' => '',
// 'Do you really want to reopen this project: "%s"?' => '',
// 'This project is open' => '',
// 'This project is closed' => '',
// 'Unable to upload files, check the permissions of your data folder.' => '',
// 'Another category with the same name exists in this project' => '',
// 'Comment sent by email successfully.' => '',
// 'Sent by email to [%s](mailto:%s) (%s)' => '',
// 'Unable to read uploaded file.' => '',
// 'Database uploaded successfully.' => '',
// 'Task sent by email successfully.' => '',
// 'There is no category in this project.' => '',
// 'Send by email' => '',
// 'Create and send a comment by email' => '',
// 'Subject' => '',
// 'Upload the database' => '',
// 'You could upload the previously downloaded Sqlite database (Gzip format).' => '',
// 'Database file' => '',
// 'Upload' => '',
// 'Remove this user from group' => '',
// 'Your project must have at least one active swimlane.' => '',
// 'Project: %s' => '',
// 'Automatic action not found: "%s"' => '',
// '%d projects' => '',
// '%d project' => '',
// 'There is no project.' => '',
// 'Sort' => '',
// 'Project ID' => '',
// 'Project name' => '',
// 'Public' => '',
// 'Private' => '',
// '%d tasks' => '',
// '%d task' => '',
// 'Task ID' => '',
// 'Assign automatically a color when due date is expired' => '',
// 'Total score in this column across all swimlanes' => '',
// 'HRK - Kuna' => '',
);