diff options
Diffstat (limited to 'app/Locales/es_ES')
-rw-r--r-- | app/Locales/es_ES/translations.php | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php index 95e94075..368a11ee 100644 --- a/app/Locales/es_ES/translations.php +++ b/app/Locales/es_ES/translations.php @@ -349,9 +349,9 @@ return array( 'estimated' => 'estimado', 'Sub-Tasks' => 'Sub-Tareas', 'Add a sub-task' => 'Añadir una sub-tarea', - 'Original Estimate' => 'Estimado Original', + 'Original estimate' => 'Estimado Original', 'Create another sub-task' => 'Crear otra sub-tarea', - 'Time Spent' => 'Tiempo Transcurrido', + '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', @@ -538,4 +538,9 @@ return array( // 'This project is private' => '', // 'Type here to create a new sub-task' => '', // 'Add' => '', + // 'Estimated time: %s hours' => '', + // 'Time spent: %s hours' => '', + // 'Started on %B %e, %Y' => '', + // 'Start date' => '', + // 'Time estimated' => '', ); |