forked from ahmedriad74/pos
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added translation using Weblate (Spanish)
- Loading branch information
1 parent
8771765
commit a09aa7c
Showing
1 changed file
with
71 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * pos_session_pay_invoice | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2020-10-26 11:08+0000\n" | ||
"Last-Translator: Daniel Martinez Vila <[email protected]>\n" | ||
"Language-Team: none\n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: \n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 3.10\n" | ||
|
||
#. module: pos_session_pay_invoice | ||
#: model_terms:ir.ui.view,arch_db:pos_session_pay_invoice.view_pos_session_form | ||
msgid "<span class=\"o_stat_text\">Collect Payment</span>\n" | ||
" <span class=\"o_stat_text\">from Invoice</span>" | ||
msgstr "" | ||
"<span class = \"o_stat_text\"> Cobrar pago </span>\n" | ||
" <span class = \"o_stat_text\"> de la factura </span>" | ||
|
||
#. module: pos_session_pay_invoice | ||
#: model_terms:ir.ui.view,arch_db:pos_session_pay_invoice.view_pos_session_form | ||
msgid "<span class=\"o_stat_text\">Pay</span>\n" | ||
" <span class=\"o_stat_text\">Invoice</span>" | ||
msgstr "" | ||
"<span class=\"o_stat_text\">Pagado</span>\n" | ||
" <span class=\"o_stat_text\">Factura</span>" | ||
|
||
#. module: pos_session_pay_invoice | ||
#: code:addons/pos_session_pay_invoice/wizard/cash_invoice_in.py:52 | ||
#: code:addons/pos_session_pay_invoice/wizard/cash_invoice_out.py:49 | ||
#, python-format | ||
msgid "Bank Statement was not found" | ||
msgstr "No se encontró el extracto bancario" | ||
|
||
#. module: pos_session_pay_invoice | ||
#: model:ir.actions.act_window,name:pos_session_pay_invoice.action_pos_invoice_out | ||
msgid "Collect Payment from Invoice" | ||
msgstr "Cobrar el pago de la factura" | ||
|
||
#. module: pos_session_pay_invoice | ||
#: model:ir.actions.act_window,name:pos_session_pay_invoice.action_pos_invoice_in | ||
msgid "Pay invoice" | ||
msgstr "Factura de pago" | ||
|
||
#. module: pos_session_pay_invoice | ||
#: model_terms:ir.ui.view,arch_db:pos_session_pay_invoice.view_pos_config_kanban | ||
msgid "Summary" | ||
msgstr "Resumen" | ||
|
||
#. module: pos_session_pay_invoice | ||
#: code:addons/pos_session_pay_invoice/wizard/cash_invoice_in.py:23 | ||
#, python-format | ||
msgid "There is no cash register for this Pos session" | ||
msgstr "No hay caja registradora para esta sesión de Pos" | ||
|
||
#. module: pos_session_pay_invoice | ||
#: model:ir.model,name:pos_session_pay_invoice.model_cash_invoice_in | ||
msgid "cash.invoice.in" | ||
msgstr "cash.invoice.in" | ||
|
||
#. module: pos_session_pay_invoice | ||
#: model:ir.model,name:pos_session_pay_invoice.model_cash_invoice_out | ||
msgid "cash.invoice.out" | ||
msgstr "cash.invoice.out" |