diff options
Diffstat (limited to 'app/Locale/es_ES')
-rw-r--r-- | app/Locale/es_ES/translations.php | 40 |
1 files changed, 36 insertions, 4 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 527151f5..4159da28 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -167,7 +167,6 @@ return array( '%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 concesionario', 'Change assignee for the task "%s"' => 'Cambiar el concesionario para la tarea « %s »', 'Timezone' => 'Zona horaria', @@ -302,7 +301,6 @@ return array( 'File removed successfully.' => 'Fichero borrado correctamente.', 'Attach a document' => 'Adjuntar un documento', 'Do you really want to remove this file: "%s"?' => '¿De verdad que quiere borrar este fichero: "%s"?', - 'open' => 'abrir', 'Attachments' => 'Adjuntos', 'Edit the task' => 'Editar la tarea', 'Edit the description' => 'Editar la descripción', @@ -593,7 +591,6 @@ return array( '#%d' => '#%d', 'All swimlanes' => 'Todas las calles', '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', @@ -699,7 +696,6 @@ return array( 'Unable to add this currency rate.' => 'No pude añadir este cambio de moneda.', 'Webhook URL' => 'URL de Disparador Web (webhook)', '%s remove the assignee of the task %s' => '%s quita el concesionario de la tarea %s', - 'API URL' => 'URL de API', 'Enable Gravatar images' => 'Activar imágenes Gravatar', 'Information' => 'Información', 'Check two factor authentication code' => 'Revisar código de autenticación de dos factores', @@ -1032,4 +1028,40 @@ return array( // 'Unread notifications' => '', // 'My filters' => '', // 'Notification methods:' => '', + // 'Import tasks from CSV file' => '', + // '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' => '', + // 'There is no notification method registered.' => '', + // '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' => '', ); |