diff options
author | James <18580089+thoja21@users.noreply.github.com> | 2018-05-25 09:09:53 +0100 |
---|---|---|
committer | Frédéric Guillot <fred@miniflux.net> | 2018-05-25 01:09:53 -0700 |
commit | 0759535939a87143c038f8797af4bb6b9b978f3f (patch) | |
tree | 77e8b2233e33b6fb22eb59343f08fd71b78a1ee0 /app/Locale/es_ES | |
parent | ba0455d8e43d6eb26dbb7e48d2d50da24366c992 (diff) |
Correct typos in English text
Diffstat (limited to 'app/Locale/es_ES')
-rw-r--r-- | app/Locale/es_ES/translations.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/Locale/es_ES/translations.php b/app/Locale/es_ES/translations.php index 7f4a903c..7b099df1 100644 --- a/app/Locale/es_ES/translations.php +++ b/app/Locale/es_ES/translations.php @@ -682,20 +682,20 @@ return array( 'Search by category: ' => 'Buscar por categoría: ', 'Search by description: ' => 'Buscar por descripción: ', 'Search by due date: ' => 'Buscar por fecha de vencimiento: ', - 'Average time spent into each column' => 'Tiempo de permanencia promedio en cada columna', + 'Average time spent in each column' => 'Tiempo de permanencia promedio en cada columna', 'Average time spent' => 'Tiempo ejecutado promedio', - 'This chart show the average time spent into each column for the last %d tasks.' => 'Este gráfico muestra el tiempo promedio invertido en cada columna para las últimas %d tareas.', + 'This chart shows the average time spent in each column for the last %d tasks.' => 'Este gráfico muestra el tiempo promedio invertido en cada columna para las últimas %d tareas.', 'Average Lead and Cycle time' => 'Tiempo de Espera y de Ciclo promedio', 'Average lead time: ' => 'Tiempo de espera promedio: ', 'Average cycle time: ' => 'Tiempo del ciclo promedio: ', 'Cycle Time' => 'Tiempo del Ciclo', 'Lead Time' => 'Tiempo de Espera', - 'This chart show the average lead and cycle time for the last %d tasks over the time.' => 'Este gráfico muestra el tiempo promedio de espera y de ciclo para las últimas %d tareas.', + 'This chart shows the average lead and cycle time for the last %d tasks over the time.' => 'Este gráfico muestra el tiempo promedio de espera y de ciclo para las últimas %d tareas.', 'Average time into each column' => 'Tiempo promedio en cada columna', 'Lead and cycle time' => 'Tiempo de espera y de ciclo', 'Lead time: ' => 'Tiempo de Espera: ', 'Cycle time: ' => 'Tiempo del Ciclo: ', - 'Time spent into each column' => 'Tiempo empleado en cada columna', + 'Time spent in each column' => 'Tiempo empleado en cada columna', 'The lead time is the duration between the task creation and the completion.' => 'El tiempo de espera es la duración entre la creación de la tarea y la finalización.', 'The cycle time is the duration between the start date and the completion.' => 'El tiempo de ciclo es la duración entre la fecha de inicio y la finalización.', 'If the task is not closed the current time is used instead of the completion date.' => 'Si la tarea no está cerrada, se utiliza la hora actual en lugar de la fecha de finalización.', |