diff --git a/services/loopback/common/locale/es.json b/services/loopback/common/locale/es.json index 1bc681e71..bd4fea805 100644 --- a/services/loopback/common/locale/es.json +++ b/services/loopback/common/locale/es.json @@ -31,9 +31,9 @@ "Choose a company": "Selecciona una empresa", "Se debe rellenar el campo de texto": "Se debe rellenar el campo de texto", "Description should have maximum of 45 characters": "La descripciĆ³n debe tener maximo 45 caracteres", - "Cannot be blank": "Cannot be blank", + "Cannot be blank": "El campo no puede estar en blanco", "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 can't create an order for a frozen client": "You can't create an order for a frozen client" + "You don't have enough privileges to change the state of this ticket": "No tienes permisos para cambiar el estado de este ticket" } \ No newline at end of file diff --git a/services/ticket/common/locale/en.json b/services/ticket/common/locale/en.json deleted file mode 100644 index ed85a8ffb..000000000 --- a/services/ticket/common/locale/en.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "You don't have enough privileges to change the state of this ticket": "You don't have enough privileges to change the state of this ticket" -} \ No newline at end of file diff --git a/services/ticket/common/locale/es.json b/services/ticket/common/locale/es.json deleted file mode 100644 index b443acefc..000000000 --- a/services/ticket/common/locale/es.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "You don't have enough privileges to change the state of this ticket": "No tienes permisos para cambiar el estado de este ticket" -} \ No newline at end of file