Update translations
This commit is contained in:
@@ -4,9 +4,7 @@ return array(
|
||||
'number.decimals_separator' => ',',
|
||||
'number.thousands_separator' => '.',
|
||||
'None' => 'Ninguno',
|
||||
'edit' => 'modificar',
|
||||
'Edit' => 'Modificar',
|
||||
'remove' => 'eliminar',
|
||||
'Remove' => 'Eliminar',
|
||||
'Yes' => 'Sí',
|
||||
'No' => 'No',
|
||||
@@ -167,8 +165,6 @@ return array(
|
||||
'Automatic actions for the project "%s"' => 'Acciones automatizadas para el proyecto «%s»',
|
||||
'Add an action' => 'Añadir 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.',
|
||||
@@ -187,7 +183,7 @@ return array(
|
||||
'Position' => 'Posición',
|
||||
'Duplicate to another project' => 'Duplicar a otro proyecto',
|
||||
'Duplicate' => 'Duplicar',
|
||||
'link' => 'enlace',
|
||||
'Link' => 'Enlace',
|
||||
'Comment updated successfully.' => 'El comentario ha sido actualizado correctamente.',
|
||||
'Unable to update your comment.' => 'No se puede actualizar este comentario.',
|
||||
'Remove a comment' => 'Eliminar un comentario',
|
||||
@@ -234,7 +230,6 @@ return array(
|
||||
'Category:' => 'Categoría:',
|
||||
'Categories' => 'Categorías',
|
||||
'Your category have been created successfully.' => 'Se ha creado su categoría correctamente.',
|
||||
'Unable to create your category.' => 'No se puede crear su categoría.',
|
||||
'This category has been updated successfully.' => 'Se ha actualizado su categoría correctamente.',
|
||||
'Unable to update this category.' => 'No se puede actualizar su categoría.',
|
||||
'Remove a category' => 'Eliminar una categoría',
|
||||
@@ -899,7 +894,6 @@ return array(
|
||||
'Add group member' => 'Añadir un miembro al grupo',
|
||||
'Do you really want to remove this group: "%s"?' => '¿Realmente desea eliminar este grupo: «%s»?',
|
||||
'There is no user in this group.' => 'No hay usuario en este grupo.',
|
||||
'Remove this user' => 'Eliminar este usuario',
|
||||
'Permissions' => 'Permisos',
|
||||
'Allowed Users' => 'Usuarios permitidos',
|
||||
'No user have been allowed specifically.' => 'Ningún usuario ha sido explícitamente permitido.',
|
||||
@@ -1309,4 +1303,21 @@ return array(
|
||||
// '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' => '',
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user