refs #5878 feat: supplier translations

This commit is contained in:
Javier Segarra 2023-11-27 15:06:39 +01:00
parent 334c5f03a5
commit aa5218fb1a
2 changed files with 14 additions and 2 deletions

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"
}