feat: Se añaden traducciones a cambiar metodo de pago
This commit is contained in:
parent
f880f913f6
commit
b43ae4702e
24
locale/es.po
24
locale/es.po
@ -78,6 +78,26 @@ msgctxt "field:sale.payment.form,payment_amount:"
|
|||||||
msgid "Payment amount"
|
msgid "Payment amount"
|
||||||
msgstr "Cantidad pagada"
|
msgstr "Cantidad pagada"
|
||||||
|
|
||||||
|
msgctxt "model:ir.action,name:wizard_sale_change_payment_method"
|
||||||
|
msgid "Change Payment Method"
|
||||||
|
msgstr "Cambiar Método de Pago"
|
||||||
|
|
||||||
|
msgctxt "field:sale.change_payment_method.form,sale:"
|
||||||
|
msgid "Sale"
|
||||||
|
msgstr "Venta"
|
||||||
|
|
||||||
|
msgctxt "field:sale.change_payment_method.form,statement:"
|
||||||
|
msgid "Statement Journal"
|
||||||
|
msgstr "Extracto"
|
||||||
|
|
||||||
|
msgctxt "field:sale.change_payment_method.form,statements:"
|
||||||
|
msgid "Allowed Statement"
|
||||||
|
msgstr "Extractos Permitidos"
|
||||||
|
|
||||||
|
msgctxt "field:sale.change_payment_method.form,payment:"
|
||||||
|
msgid "Payment"
|
||||||
|
msgstr "Pago a modificar"
|
||||||
|
|
||||||
msgctxt "field:sale.sale,paid_amount:"
|
msgctxt "field:sale.sale,paid_amount:"
|
||||||
msgid "Paid Amount"
|
msgid "Paid Amount"
|
||||||
msgstr "Pagado"
|
msgstr "Pagado"
|
||||||
@ -294,6 +314,10 @@ msgctxt "model:ir.message,text:user_without_device"
|
|||||||
msgid "User %(user)s has not any device assigned yet."
|
msgid "User %(user)s has not any device assigned yet."
|
||||||
msgstr "El usuario %(user)s no tiene ningún terminal asignado todavía."
|
msgstr "El usuario %(user)s no tiene ningún terminal asignado todavía."
|
||||||
|
|
||||||
|
msgctxt "model:ir.model.button,string:sale_change_payment_method_wizard_button"
|
||||||
|
msgid "Change Payment Method"
|
||||||
|
msgstr "Cambiar Método de Pago"
|
||||||
|
|
||||||
msgctxt "model:ir.model.button,string:sale_payment_wizard_button"
|
msgctxt "model:ir.model.button,string:sale_payment_wizard_button"
|
||||||
msgid "Pay"
|
msgid "Pay"
|
||||||
msgstr "Pagar"
|
msgstr "Pagar"
|
||||||
|
@ -5,11 +5,12 @@ copyright notices and license terms. -->
|
|||||||
<data>
|
<data>
|
||||||
<xpath expr="/form/group/button[@name='process']" position="after">
|
<xpath expr="/form/group/button[@name='process']" position="after">
|
||||||
<button name="wizard_sale_payment" icon="tryton-forward"/>
|
<button name="wizard_sale_payment" icon="tryton-forward"/>
|
||||||
<button name="wizard_change_payment_method" icon="tryton-forward"/>
|
|
||||||
</xpath>
|
</xpath>
|
||||||
<xpath expr="/form/notebook/page[@id='other']" position="after">
|
<xpath expr="/form/notebook/page[@id='other']" position="after">
|
||||||
<page string="Payments" col="4" id="payments">
|
<page string="Payments" col="4" id="payments">
|
||||||
<field name="payments" colspan="4" readonly="1"/>
|
<field name="payments" colspan="4" readonly="1"/>
|
||||||
|
<button name="wizard_change_payment_method" icon="tryton-forward"/>
|
||||||
|
<newline/>
|
||||||
<label name="paid_amount"/>
|
<label name="paid_amount"/>
|
||||||
<field name="paid_amount"/>
|
<field name="paid_amount"/>
|
||||||
<label name="residual_amount"/>
|
<label name="residual_amount"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user