2
0
account-financial-tools/account_partner_required/i18n/pt.po
Weblate 6f010f1b69 Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate.

Translation: account-financial-tools-16.0/account-financial-tools-16.0-account_partner_required
Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-16-0/account-financial-tools-16-0-account_partner_required/
2023-11-04 23:56:29 +00:00

118 lines
4.3 KiB
Plaintext

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * account_partner_required
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: account-financial-tools (8.0)\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-07-01 13:25+0000\n"
"PO-Revision-Date: 2020-02-28 00:14+0000\n"
"Last-Translator: alvarorib <alvaro.ribeiro@exo.pt>\n"
"Language-Team: Portuguese (http://www.transifex.com/oca/OCA-account-"
"financial-tools-8-0/language/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=2; plural=(n != 1);\n"
"X-Generator: Weblate 3.10\n"
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_account
msgid "Account"
msgstr "Conta"
#. module: account_partner_required
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__always
msgid "Always"
msgstr "Sempre"
#. module: account_partner_required
#: model:ir.model,name:account_partner_required.model_account_move_line
msgid "Journal Item"
msgstr "Item do Diário"
#. module: account_partner_required
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__never
msgid "Never"
msgstr "Nunca"
#. module: account_partner_required
#: model:ir.model.fields.selection,name:account_partner_required.selection__account_account__partner_policy__optional
msgid "Optional"
msgstr "Opcional"
#. module: account_partner_required
#: model:ir.model.fields,field_description:account_partner_required.field_account_account__partner_policy
#: model_terms:ir.ui.view,arch_db:account_partner_required.view_account_search
msgid "Partner Policy"
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Always' on account '%(account)s' but the partner "
"is missing on the journal item '%(move_line)s'."
msgstr ""
#. module: account_partner_required
#. odoo-python
#: code:addons/account_partner_required/models/account_move_line.py:0
#, python-format
msgid ""
"Partner policy is set to 'Never' on account '%(account)s' but the journal "
"item '%(move_line)s' has the partner '%(partner)s'."
msgstr ""
#. module: account_partner_required
#: model:ir.model.fields,help:account_partner_required.field_account_account__partner_policy
msgid ""
"Set the policy for the partner field:\n"
"if you select 'Optional', the accountant is free to put a partner on journal "
"items with this account ;\n"
"if you select 'Always', the accountant will get an error message if there is "
"no partner ;\n"
"if you select 'Never', the accountant will get an error message if a partner "
"is present."
msgstr ""
#~ msgid "Account Type"
#~ msgstr "Tipo de Conta"
#, python-format
#~ msgid ""
#~ "Partner policy is set to 'Always' with account '%s' but the partner is "
#~ "missing in the account move line with label '%s'."
#~ msgstr ""
#~ "Política de parceiro está definida para 'Sempre' com a conta '%s' mas "
#~ "está em falta o parceiro na linha de movimento de conta com rótulo '%s'."
#, python-format
#~ msgid ""
#~ "Partner policy is set to 'Never' with account '%s' but the account move "
#~ "line with label '%s' has a partner '%s'."
#~ msgstr ""
#~ "Política de parceiro está definida para 'Nunca' com a conta '%s' mas a "
#~ "linha de movimento de conta com rótulo '%s' tem um parceiro '%s'."
#~ msgid "Policy for Partner Field"
#~ msgstr "Campo de Política para Parceiros"
#~ msgid ""
#~ "Set the policy for the partner field : if you select 'Optional', the "
#~ "accountant is free to put a partner on an account move line with this "
#~ "type of account ; if you select 'Always', the accountant will get an "
#~ "error message if there is no partner ; if you select 'Never', the "
#~ "accountant will get an error message if a partner is present."
#~ msgstr ""
#~ "Definir a política no campo de parceiro: Se selecionar 'Opcional', o "
#~ "contabilista tem liberdade de colocar um parceiro numa linha de movimento "
#~ "com este tipo de conta; se selecionar 'Sempre', o contabilista receberá "
#~ "uma mensagem de erro se não existir um parceiro; se selecionar 'Nunca', o "
#~ "contabilista receberá uma mensagem de erro se estiver um parceiro "
#~ "presente."