diff options
Diffstat (limited to 'app/Locales/es_ES')
-rw-r--r-- | app/Locales/es_ES/translations.php | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/app/Locales/es_ES/translations.php b/app/Locales/es_ES/translations.php index 2dd3765f..2b7420d9 100644 --- a/app/Locales/es_ES/translations.php +++ b/app/Locales/es_ES/translations.php @@ -190,7 +190,7 @@ return array( 'Timezone' => 'Zona horaria', 'Sorry, I didn\'t found this information in my database!' => 'Lo siento no he encontrado información en la base de datos!', 'Page not found' => 'Página no encontrada', - 'Story Points' => 'Complejidad', + 'Complexity' => 'Complejidad', 'limit' => 'límite', 'Task limit' => 'Número máximo de tareas', 'This value must be greater than %d' => 'Este valor no debe de ser más grande que %d', @@ -386,4 +386,13 @@ return array( // 'Unlink my GitHub Account' => '', // 'Created by %s' => 'Créé par %s', // 'Last modified on %B %e, %G at %k:%M %p' => '', + // 'Tasks Export' => '', + // 'Tasks exportation for "%s"' => '', + // 'Start Date' => '', + // 'End Date' => '', + // 'Execute' => '', + // 'Task Id' => '', + // 'Creator' => '', + // 'Modification date' => '', + // 'Completion date' => '', ); |