translations added
This commit is contained in:
parent
6cd143428d
commit
93810c381b
|
@ -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"
|
||||
}
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"This order is not editable": "Esta orden no se puede editar"
|
||||
}
|
Loading…
Reference in New Issue