6956-2410_devTest #2112

Merged
alexm merged 150 commits from 6956-2410_devTest into test 2024-02-29 09:17:58 +00:00
2 changed files with 14 additions and 2 deletions
Showing only changes of commit aa5218fb1a - Show all commits

View File

@ -200,12 +200,18 @@
"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"
"sageTransactionTypeFk":"Sage transaction type",
"sageWithholdingFk": "Sage with holding"
}

View File

@ -335,12 +335,18 @@
"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"
"sageTransactionTypeFk":"Tipo de transacción Sage",
"sageWithholdingFk" : "Sage con tenencia"
}