113 lines
3.4 KiB
Plaintext
113 lines
3.4 KiB
Plaintext
|
# Translation of Odoo Server.
|
||
|
# This file contains the translation of the following modules:
|
||
|
# * base_vat
|
||
|
#
|
||
|
# Translators:
|
||
|
# Manuela Silva <mmsrs@sky.com>, 2022
|
||
|
# Pedro Filipe <pedro2.10@hotmail.com>, 2022
|
||
|
# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2022
|
||
|
# Martin Trigaux, 2022
|
||
|
# Nuno Silva <nuno.silva@arxi.pt>, 2023
|
||
|
#
|
||
|
msgid ""
|
||
|
msgstr ""
|
||
|
"Project-Id-Version: Odoo Server 16.0\n"
|
||
|
"Report-Msgid-Bugs-To: \n"
|
||
|
"POT-Creation-Date: 2023-05-16 13:49+0000\n"
|
||
|
"PO-Revision-Date: 2022-09-22 05:45+0000\n"
|
||
|
"Last-Translator: Nuno Silva <nuno.silva@arxi.pt>, 2023\n"
|
||
|
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
|
||
|
"Language: pt\n"
|
||
|
"MIME-Version: 1.0\n"
|
||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||
|
"Content-Transfer-Encoding: \n"
|
||
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||
|
|
||
|
#. module: base_vat
|
||
|
#: model:ir.model,name:base_vat.model_res_company
|
||
|
msgid "Companies"
|
||
|
msgstr "Empresas"
|
||
|
|
||
|
#. module: base_vat
|
||
|
#: model:ir.model,name:base_vat.model_res_config_settings
|
||
|
msgid "Config Settings"
|
||
|
msgstr "Configurações"
|
||
|
|
||
|
#. module: base_vat
|
||
|
#: model:ir.model,name:base_vat.model_res_partner
|
||
|
msgid "Contact"
|
||
|
msgstr "Contacto"
|
||
|
|
||
|
#. module: base_vat
|
||
|
#: model:ir.model,name:base_vat.model_account_fiscal_position
|
||
|
msgid "Fiscal Position"
|
||
|
msgstr "Posição Fiscal"
|
||
|
|
||
|
#. module: base_vat
|
||
|
#: model_terms:ir.ui.view,arch_db:base_vat.res_config_settings_view_form
|
||
|
msgid "If this checkbox is ticked, you will not be able to save a contact if its VAT number cannot be verified by the European VIES service."
|
||
|
msgstr ""
|
||
|
|
||
|
#. module: base_vat
|
||
|
#: model:ir.model.fields,field_description:base_vat.field_res_partner__vies_failed_message
|
||
|
#: model:ir.model.fields,field_description:base_vat.field_res_users__vies_failed_message
|
||
|
msgid "Technical field display a message to the user if the VIES check fails."
|
||
|
msgstr ""
|
||
|
|
||
|
#. module: base_vat
|
||
|
#. odoo-python
|
||
|
#: code:addons/base_vat/models/res_partner.py:0
|
||
|
msgid ""
|
||
|
"The %(vat_label)s number [%(wrong_vat)s] does not seem to be valid. \n"
|
||
|
"Note: the expected format is %(expected_format)s"
|
||
|
msgstr ""
|
||
|
|
||
|
#. module: base_vat
|
||
|
#. odoo-python
|
||
|
#: code:addons/base_vat/models/res_partner.py:0
|
||
|
msgid ""
|
||
|
"The %(vat_label)s number [%(wrong_vat)s] for %(record_label)s does not seem to be valid. \n"
|
||
|
"Note: the expected format is %(expected_format)s"
|
||
|
msgstr ""
|
||
|
|
||
|
#. module: base_vat
|
||
|
#. odoo-python
|
||
|
#: code:addons/base_vat/models/res_partner.py:0
|
||
|
msgid "The VAT number %s failed the VIES VAT validation check."
|
||
|
msgstr ""
|
||
|
|
||
|
#. module: base_vat
|
||
|
#. odoo-python
|
||
|
#: code:addons/base_vat/models/account_fiscal_position.py:0
|
||
|
msgid "The country detected for this foreign VAT number does not match the one set on this fiscal position."
|
||
|
msgstr ""
|
||
|
|
||
|
#. module: base_vat
|
||
|
#. odoo-python
|
||
|
#: code:addons/base_vat/models/res_partner.py:0
|
||
|
msgid "VAT"
|
||
|
msgstr "NIF"
|
||
|
|
||
|
#. module: base_vat
|
||
|
#: model:ir.model.fields,field_description:base_vat.field_res_company__vat_check_vies
|
||
|
#: model:ir.model.fields,field_description:base_vat.field_res_config_settings__vat_check_vies
|
||
|
msgid "Verify VAT Numbers"
|
||
|
msgstr ""
|
||
|
|
||
|
#. module: base_vat
|
||
|
#: model_terms:ir.ui.view,arch_db:base_vat.res_config_settings_view_form
|
||
|
msgid "Verify VAT numbers using the European VIES service"
|
||
|
msgstr ""
|
||
|
|
||
|
#. module: base_vat
|
||
|
#. odoo-python
|
||
|
#: code:addons/base_vat/models/account_fiscal_position.py:0
|
||
|
msgid "fiscal position [%s]"
|
||
|
msgstr ""
|
||
|
|
||
|
#. module: base_vat
|
||
|
#. odoo-python
|
||
|
#: code:addons/base_vat/models/res_partner.py:0
|
||
|
msgid "partner [%s]"
|
||
|
msgstr ""
|