refs #5878 perf: remove bad translations

This commit is contained in:
Javier Segarra 2024-01-02 10:46:33 +01:00
parent d988851926
commit d9527a5ec0
3 changed files with 2 additions and 40 deletions

View File

@ -1,4 +1,3 @@
const UserError = require('vn-loopback/util/user-error');
const {models} = require('vn-loopback/server/server');
const handlePromiseLogout = (Self, {id}, courtesyTime) => {

View File

@ -200,22 +200,6 @@
"keepPrice": "keepPrice",
"Cannot past travels with entries": "Cannot past travels with entries",
"It was not able to remove the next expeditions:": "It was not able to remove the next expeditions: {{expeditions}}",
"Try again": "Try again",
"Property is not defined in this model": "La propiedad que ha modificado no existe",
"postcode": "Postcode",
"postCode": "Postcode",
"fi": "NIF/CIF",
"nif": "NIF/CIF",
"Account": "Account",
"socialName": "Social name",
"street":"Street",
"city":"City",
"countryFk":"Country",
"provinceFk":"Province",
"supplierFk":"Supplier",
"healthRegister":"Health register",
"sageTaxTypeFk":"Sage tax type",
"sageTransactionTypeFk":"Sage transaction type",
"sageWithholdingFk": "Sage with holding"
"Try again": "Try again"
}

View File

@ -332,26 +332,5 @@
"provinceFk must be unique": "provinceFk must be unique",
"fi cannot be empty": "fi cannot be empty",
"countryFk cannot be empty": "countryFk cannot be empty",
"Model is not valid": "El campo \" {{key}}\" no es válido",
"Property is not defined in this model": "La propiedad que ha modificado no existe",
"postCode": "Código postal",
"postcode": "Código postal",
"fi": "NIF/CIF",
"nif": "NIF/CIF",
"Account": "Cuenta",
"socialName": "Razón social",
"street": "Dirección fiscal",
"city": "Población",
"countryFk": "País",
"provinceFk": "Provincia",
"supplierFk": "Actividad del proveedor",
"healthRegister": "Registro sanitario",
"sageTaxTypeFk": "Tipo de impuesto Sage",
"sageTransactionTypeFk": "Tipo de transacción Sage",
"sageWithholdingFk": "Sage con tenencia",
"Cannot past travels with entries": "No se pueden pasar envíos con entradas",
"It was not able to remove the next expeditions:": "No se pudo eliminar las siguientes expediciones: {{expeditions}}",
"Field are invalid": "El campo '{{tag}}' no es válido",
"additionalData": "additionalData",
"isToBeMailed": "isToBeMailed"
"Field are invalid": "El campo '{{tag}}' no es válido"
}