Fixed typo problems
This commit is contained in:
parent
db522b618a
commit
bf65a95851
|
|
@ -527,7 +527,7 @@ return array(
|
|||
'Reset token' => 'Resetear token',
|
||||
'API endpoint:' => 'Punto final del API',
|
||||
'Refresh interval for private board' => 'Intervalo de refrescamiento del tablero privado',
|
||||
'Refresh interval for public board' => ''Intervalo de refrescamiento del tablero público,
|
||||
'Refresh interval for public board' => 'Intervalo de refrescamiento del tablero público',
|
||||
'Task highlight period' => 'Periodo del realce de la tarea',
|
||||
'Period (in second) to consider a task was modified recently (0 to disable, 2 days by default)' => 'Periodo (en segundos) para considerar que una tarea fué modificada recientemente (0 para deshabilitar, 2 días por defecto)',
|
||||
'Frequency in second (60 seconds by default)' => 'Frecuencia en segundos (60 segundos por defecto)',
|
||||
|
|
@ -581,7 +581,7 @@ return array(
|
|||
'Edit Project' => 'Editar Proyecto',
|
||||
'Github Issue' => 'Problema Github',
|
||||
'Not enough data to show the graph.' => 'No hay suficiente información para mostrar el gráfico',
|
||||
'Previous' => 'Anterior,
|
||||
'Previous' => 'Anterior',
|
||||
'The id must be an integer' => 'El id debe ser un entero',
|
||||
'The project id must be an integer' => 'El id del proyecto debe ser un entero',
|
||||
'The status must be an integer' => 'El estado debe ser un entero',
|
||||
|
|
|
|||
Loading…
Reference in New Issue