From 19e72c86cf17dd748bc53dad0af5e9035165991c Mon Sep 17 00:00:00 2001 From: gerard Date: Thu, 2 Aug 2018 15:35:48 +0200 Subject: [PATCH] added translations --- services/loopback/common/locale/es.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/services/loopback/common/locale/es.json b/services/loopback/common/locale/es.json index bd4fea805..e0a4fdd49 100644 --- a/services/loopback/common/locale/es.json +++ b/services/loopback/common/locale/es.json @@ -35,5 +35,8 @@ "The grade must be an integer greater than or equal to zero": "El grade debe ser un entero mayor o igual a cero", "Sample type cannot be blank": "El tipo de plantilla no puede quedar en blanco", "Description cannot be blank": "Se debe rellenar el campo de texto", - "You don't have enough privileges to change the state of this ticket": "No tienes permisos para cambiar el estado de este ticket" + "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" } \ No newline at end of file