diff --git a/src/pages/InvoiceOut/Card/InvoiceOutDescriptorMenu.vue b/src/pages/InvoiceOut/Card/InvoiceOutDescriptorMenu.vue
index 53cac7ccd..ab8b6470b 100644
--- a/src/pages/InvoiceOut/Card/InvoiceOutDescriptorMenu.vue
+++ b/src/pages/InvoiceOut/Card/InvoiceOutDescriptorMenu.vue
@@ -1,23 +1,40 @@
+
+
- Transferir factura a ...
+ {{ t('Transfer invoice to') }}
- Ver factura ...
+ {{ t('See invoice') }}
- Enviar factura ...
+ {{ t('Send invoice') }}
- Eliminar factura
+ {{ t('Delete invoice') }}
- Asentar factura
+ {{ t('Post invoice') }}
- Regenerar PDF factura
+ {{ t('Regenerate invoice PDF') }}
- Abono ...
+ {{ t('Pass') }}
+
+
+es:
+ Transfer invoice to: Transferir factura a
+ See invoice: Ver factura
+ Send invoice: Enviar factura
+ Delete invoice: Eliminar factura
+ Post invoice: Asentar factura
+ Regenerate invoice PDF: Regenerar PDF factura
+ Pass: Abono
+