refactor(fiscaldata): added translation for the backend error

This commit is contained in:
Carlos Jimenez Ruiz 2021-09-08 11:22:59 +02:00
parent 8370b5dc1d
commit a0fd0ba8f3
1 changed files with 2 additions and 1 deletions

View File

@ -206,5 +206,6 @@
"A ticket with an amount of zero can't be invoiced": "No se puede facturar un ticket con importe cero",
"A ticket with a negative base can't be invoiced": "No se puede facturar un ticket con una base negativa",
"Global invoicing failed": "[Facturación global] No se han podido facturar algunos clientes",
"Wasn't able to invoice the following clients": "No se han podido facturar los siguientes clientes"
"Wasn't able to invoice the following clients": "No se han podido facturar los siguientes clientes",
"Can't verify data unless the client has a business type": "No se puede verificar datos de un cliente que no tiene tipo de negocio"
}