translations added

This commit is contained in:
gerard 2018-08-07 16:10:10 +02:00
parent 6cd143428d
commit 93810c381b
2 changed files with 5 additions and 1 deletions

View File

@ -38,5 +38,6 @@
"You don't have enough privileges to change the state of this ticket": "No tienes permisos para cambiar el estado de este ticket",
"The new quantity should be smaller than the old one": "La nueva cantidad debe de ser menor que la anterior",
"The value should not be greater than 100%": "El valor no debe de ser mayor de 100%",
"The value should be a number": "El valor debe ser un numero"
"The value should be a number": "El valor debe ser un numero",
"This order is not editable": "Esta orden no se puede modificar"
}

View File

@ -0,0 +1,3 @@
{
"This order is not editable": "Esta orden no se puede editar"
}