refactor: refs #6739 changed translations' keys

This commit is contained in:
Jon Elias 2024-05-09 08:05:23 +02:00
parent 77c2f61f47
commit 58aedf160b
4 changed files with 6 additions and 4 deletions

View File

@ -240,7 +240,7 @@
<vn-check <vn-check
ng-model="$ctrl.isChecked" ng-model="$ctrl.isChecked"
label="destinationClient" label="destinationClient"
info="checkinfo" info="transferInvoiceInfo"
/> />
</vn-check> </vn-check>
</vn-horizontal> </vn-horizontal>

View File

@ -166,7 +166,7 @@ class Controller extends Section {
const hasToInvoiceByAddress = clientData.hasToInvoiceByAddress; const hasToInvoiceByAddress = clientData.hasToInvoiceByAddress;
if (this.checked && hasToInvoiceByAddress) { if (this.checked && hasToInvoiceByAddress) {
if (!window.confirm('El cliente destino tiene marcado facturar por consignatario, ¿desea continuar?')) if (!window.confirm(this.$t('confirmTransferInvoice')))
return; return;
} }

View File

@ -3,4 +3,5 @@ Transfer invoice to...: Transfer invoice to...
Cplus Type: Cplus Type Cplus Type: Cplus Type
transferInvoice: Transfer Invoice transferInvoice: Transfer Invoice
destinationClient: Bill destination client destinationClient: Bill destination client
checkinfo: New tickets from the destination customer will be generated in the consignee by default. transferInvoiceInfo: New tickets from the destination customer will be generated in the default consignee.
confirmTransferInvoice: Destination customer has marked to bill by consignee, do you want to continue?

View File

@ -26,4 +26,5 @@ Rectificative type: Tipo rectificativa
Transferred invoice: Factura transferida Transferred invoice: Factura transferida
transferInvoice: Transferir factura transferInvoice: Transferir factura
destinationClient: Facturar cliente destino destinationClient: Facturar cliente destino
checkinfo: Los nuevos tickets del cliente destino, serán generados en el consignatario por defecto. transferInvoiceInfo: Los nuevos tickets del cliente destino serán generados en el consignatario por defecto.
confirmTransferInvoice: El cliente destino tiene marcado facturar por consignatario, ¿desea continuar?