Sync locales

This commit is contained in:
Frederic Guillot
2016-03-05 17:48:45 -05:00
parent 7c76926980
commit 4c91798781
24 changed files with 661 additions and 558 deletions

View File

@@ -8,7 +8,6 @@ return array(
'Edit' => 'Modificar',
'remove' => 'suprimir',
'Remove' => 'Suprimir',
'Update' => 'Actualizar',
'Yes' => 'Sí',
'No' => 'No',
'cancel' => 'cancelar',
@@ -60,7 +59,6 @@ return array(
'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.',
@@ -184,7 +182,6 @@ return array(
'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',
@@ -194,7 +191,6 @@ return array(
'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',
@@ -1086,11 +1082,11 @@ return array(
'closed' => 'cerrado',
'Priority:' => 'Prioridad',
'Reference:' => 'Referencia',
// 'Complexity:' => 'Complejidad',
// 'Swimlane:' => 'Swimlane',
// 'Column:' => 'Columna',
// 'Position:' => 'Posición',
// 'Creator:' => 'Creador',
// 'Complexity:' => '',
// 'Swimlane:' => '',
// 'Column:' => '',
// 'Position:' => '',
// 'Creator:' => '',
// 'Time estimated:' => '',
'%s hours' => '%s horas',
// 'Time spent:' => '',
@@ -1148,4 +1144,11 @@ return array(
'This value must be greater than %d' => 'Este valor debe ser mayor a %d',
'Another swimlane with the same name exists in the project' => 'Ya existe otro swimlane con el mismo nombre en el proyecto',
'Example: http://example.kanboard.net/ (used to generate absolute URLs)' => 'Ejemplo: http://ejemplo.kanboard.net/ (Usado para generar URLs absolutas)',
// '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.' => '',
);