refs #5878 feat: supplier translations
This commit is contained in:
parent
334c5f03a5
commit
aa5218fb1a
|
@ -200,12 +200,18 @@
|
||||||
"Try again": "Try again",
|
"Try again": "Try again",
|
||||||
"Property is not defined in this model": "La propiedad que ha modificado no existe",
|
"Property is not defined in this model": "La propiedad que ha modificado no existe",
|
||||||
"postcode": "Postcode",
|
"postcode": "Postcode",
|
||||||
|
"postCode": "Postcode",
|
||||||
"fi": "NIF/CIF",
|
"fi": "NIF/CIF",
|
||||||
|
"nif": "NIF/CIF",
|
||||||
|
"Account": "Account",
|
||||||
"socialName": "Social name",
|
"socialName": "Social name",
|
||||||
"street":"Street",
|
"street":"Street",
|
||||||
"city":"City",
|
"city":"City",
|
||||||
"countryFk":"Country",
|
"countryFk":"Country",
|
||||||
"provinceFk":"Province",
|
"provinceFk":"Province",
|
||||||
|
"supplierFk":"Supplier",
|
||||||
|
"healthRegister":"Health register",
|
||||||
"sageTaxTypeFk":"Sage tax type",
|
"sageTaxTypeFk":"Sage tax type",
|
||||||
"sageTransactionTypeFk":"Sage transaction type"
|
"sageTransactionTypeFk":"Sage transaction type",
|
||||||
|
"sageWithholdingFk": "Sage with holding"
|
||||||
}
|
}
|
||||||
|
|
|
@ -335,12 +335,18 @@
|
||||||
"Model is not valid": "El campo \" {{key}}\" no es válido",
|
"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",
|
"Property is not defined in this model": "La propiedad que ha modificado no existe",
|
||||||
"postcode": "Código postal",
|
"postcode": "Código postal",
|
||||||
|
"postCode": "Código postal",
|
||||||
"fi": "NIF/CIF",
|
"fi": "NIF/CIF",
|
||||||
|
"nif": "NIF/CIF",
|
||||||
|
"Account": "Cuenta",
|
||||||
"socialName": "Razón social",
|
"socialName": "Razón social",
|
||||||
"street":"Dirección fiscal",
|
"street":"Dirección fiscal",
|
||||||
"city":"Población",
|
"city":"Población",
|
||||||
"countryFk":"País",
|
"countryFk":"País",
|
||||||
"provinceFk":"Provincia",
|
"provinceFk":"Provincia",
|
||||||
|
"supplierFk":"Actividad del proveedor",
|
||||||
|
"healthRegister":"Registro sanitario",
|
||||||
"sageTaxTypeFk":"Tipo de impuesto Sage",
|
"sageTaxTypeFk":"Tipo de impuesto Sage",
|
||||||
"sageTransactionTypeFk":"Tipo de transacción Sage"
|
"sageTransactionTypeFk":"Tipo de transacción Sage",
|
||||||
|
"sageWithholdingFk" : "Sage con tenencia"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue