From 62d69a8ef8b5d97bbc771b8b582ecb239437b5c4 Mon Sep 17 00:00:00 2001 From: Pedro Castro Silva Date: Sun, 24 Nov 2019 11:16:13 +0000 Subject: [PATCH] Added translation using Weblate (Portuguese) --- pos_invoicing/i18n/pt.po | 58 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 pos_invoicing/i18n/pt.po diff --git a/pos_invoicing/i18n/pt.po b/pos_invoicing/i18n/pt.po new file mode 100644 index 00000000..9084b412 --- /dev/null +++ b/pos_invoicing/i18n/pt.po @@ -0,0 +1,58 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * pos_invoicing +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 12.0\n" +"Report-Msgid-Bugs-To: \n" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: pt\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" + +#. module: pos_invoicing +#: model:ir.model.fields,help:pos_invoicing.field_account_invoice__pos_pending_payment +msgid "Indicates an invoice for which there are pending payments in the Point of Sale. \n" +"The invoice will be marked as paid when the session will be closed." +msgstr "" + +#. module: pos_invoicing +#: model:ir.model,name:pos_invoicing.model_account_invoice +msgid "Invoice" +msgstr "" + +#. module: pos_invoicing +#: model:ir.model,name:pos_invoicing.model_account_payment +msgid "Payments" +msgstr "" + +#. module: pos_invoicing +#: model:ir.model.fields,field_description:pos_invoicing.field_account_invoice__pos_pending_payment +msgid "PoS - Pending Payment" +msgstr "" + +#. module: pos_invoicing +#: model:ir.model,name:pos_invoicing.model_pos_order +msgid "Point of Sale Orders" +msgstr "" + +#. module: pos_invoicing +#: model:ir.model,name:pos_invoicing.model_pos_session +msgid "Point of Sale Session" +msgstr "" + +#. module: pos_invoicing +#: code:addons/pos_invoicing/models/account_invoice.py:38 +#, python-format +msgid "You can not realize this action on the invoice(s) %s because there are pending payments in the Point of Sale." +msgstr "" + +#. module: pos_invoicing +#: code:addons/pos_invoicing/models/account_payment.py:17 +#, python-format +msgid "You can not realize this action on the payments(s) %s because there are pending payments in the Point of Sale." +msgstr ""