diff options
author | Jesús Marín <jesus.marin.ruiz@gmail.com> | 2015-09-04 15:28:26 +0100 |
---|---|---|
committer | Jesús Marín <jesus.marin.ruiz@gmail.com> | 2015-09-04 15:28:26 +0100 |
commit | 69c5c83d34229c92a6b9c38c225a81058ab94047 (patch) | |
tree | 7d66c0ff7466ed7a2c1800f5f305302f26d2d4d2 /app | |
parent | e49509649c37a2804d481fe0e9fb0e0280e94f84 (diff) |
Update translations.php
New Spanish translations
Diffstat (limited to 'app')
-rw-r--r-- | app/Locale/es_ES/translations.php | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index ac7c0e4b..f2b744f3 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -1040,31 +1040,31 @@ return array( 'Shared project' => 'Proyecto compartido', 'Project managers' => 'Administradores de proyecto', 'Project members' => 'Miembros de proyecto', - // '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' => '', - // 'Start date: %s' => '', - // 'End date: %s' => '', - // 'Link type' => '', - // 'Change task color when using a specific task link' => '', - // 'Task link creation or modification' => '', - // 'Login with my Gitlab Account' => '', - // 'Milestone' => '', - // 'Gitlab Authentication' => '', - // 'Help on Gitlab authentication' => '', - // 'Gitlab Id' => '', - // 'Gitlab Account' => '', - // 'Link my Gitlab Account' => '', - // 'Unlink my Gitlab Account' => '', - // 'Documentation: %s' => '', - // 'Switch to the Gantt chart view' => '', - // 'Reset the search/filter box' => '', - // 'Documentation' => '', - // 'Table of contents' => '', - // 'Gantt' => '', - // 'Help with project permissions' => '', + 'Gantt chart for all projects' => 'Diagrama de Gantt para todos los proyectos', + 'Projects list' => 'Lista de proyectos', + 'Gantt chart for this project' => 'Diagrama de Gantt para este proyecto', + 'Project board' => 'Tablero del proyecto', + 'End date:' => 'Fecha final', + 'There is no start date or end date for this project.' => 'No existe fecha de inicio o de fin para este proyecto.', + 'Projects Gantt chart' => 'Diagramas de Gantt de los proyectos', + 'Start date: %s' => 'Fecha inicial: %s', + 'End date: %s' => 'Fecha final: %s', + 'Link type' => 'Tipo de enlace', + 'Change task color when using a specific task link' => 'Cambiar colo de la tarea al usar un enlace específico a tarea', + 'Task link creation or modification' => 'Creación o modificación de enlace a tarea', + 'Login with my Gitlab Account' => 'Ingresar usando mi Cuenta en Gitlab', + 'Milestone' => 'Hito', + 'Gitlab Authentication' => 'Autenticación Gitlab', + 'Help on Gitlab authentication' => 'Ayuda con autenticación Gitlab', + 'Gitlab Id' => 'Id de Gitlab', + 'Gitlab Account' => 'Cuenta de Gitlab', + 'Link my Gitlab Account' => 'Enlazar con mi Cuenta en Gitlab', + 'Unlink my Gitlab Account' => 'Desenlazar con mi Cuenta en Gitlab', + 'Documentation: %s' => 'Documentación: %s', + 'Switch to the Gantt chart view' => 'Conmutar a vista de diagrama de Gantt', + 'Reset the search/filter box' => 'Limpiar la caja del filtro de búsqueda', + 'Documentation' => 'Documentación', + 'Table of contents' => 'Tabla de contenido', + 'Gantt' => 'Gantt', + 'Help with project permissions' => 'Ayuda con permisos del proyecto', ); |