1
0
forked from Mapan/odoo17e
odoo17e-kedaikipas58/addons/documents_hr_payroll/i18n/pt_BR.po
2024-12-10 09:04:09 +07:00

191 lines
7.0 KiB
Plaintext

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * documents_hr_payroll
#
# Translators:
# Wil Odoo, 2023
# Layna Nascimento, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0+e\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 22:21+0000\n"
"PO-Revision-Date: 2023-10-26 23:10+0000\n"
"Last-Translator: Layna Nascimento, 2023\n"
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. module: documents_hr_payroll
#: model:mail.template,body_html:documents_hr_payroll.mail_template_new_declaration
msgid ""
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%; margin:0px auto;\"><tbody>\n"
" <tr><td valign=\"top\" style=\"text-align: left; font-size: 14px;\">\n"
" Dear <t t-esc=\"object.name\"></t>, a new declaration file is available for you.<br><br>\n"
" Please find the PDF in your employee portal.<br><br>\n"
" Have a nice day,<br>\n"
" The HR Team\n"
" </td></tr>\n"
" </tbody></table>\n"
" "
msgstr ""
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%; margin:0px auto;\"><tbody>\n"
" <tr><td valign=\"top\" style=\"text-align: left; font-size: 14px;\">\n"
" Olá <t t-esc=\"object.name\"></t>, um novo arquivo de declaração está disponível para você.<br><br>\n"
" O PDF se encontra no seu portal do funcionário.<br><br>\n"
" Tenha um ótimo dia,<br>\n"
" A Equipe de RH\n"
" </td></tr>\n"
" </tbody></table>\n"
" "
#. module: documents_hr_payroll
#: model:ir.model,name:documents_hr_payroll.model_res_company
msgid "Companies"
msgstr "Empresas"
#. module: documents_hr_payroll
#: model:ir.model,name:documents_hr_payroll.model_res_config_settings
msgid "Config Settings"
msgstr "Configurações"
#. module: documents_hr_payroll
#: model:ir.model.fields,field_description:documents_hr_payroll.field_hr_payroll_employee_declaration__document_id
msgid "Document"
msgstr "Documento"
#. module: documents_hr_payroll
#. odoo-python
#: code:addons/documents_hr_payroll/models/hr_payroll_employee_declaration.py:0
#, python-format
msgid "Document posting is not properly set in configuration"
msgstr ""
"A publicação de documentos não está definida corretamente na configuração"
#. module: documents_hr_payroll
#. odoo-python
#: code:addons/documents_hr_payroll/models/hr_payroll_declaration_mixin.py:0
#, python-format
msgid "Documents"
msgstr "Documentos"
#. module: documents_hr_payroll
#: model:ir.model.fields,field_description:documents_hr_payroll.field_hr_payroll_declaration_mixin__documents_count
msgid "Documents Count"
msgstr "Contagem de documentos"
#. module: documents_hr_payroll
#: model:ir.model.fields,field_description:documents_hr_payroll.field_hr_payroll_declaration_mixin__documents_enabled
msgid "Documents Enabled"
msgstr "Documentos habilitados"
#. module: documents_hr_payroll
#: model:ir.model.fields,field_description:documents_hr_payroll.field_res_company__documents_hr_payslips_tags
msgid "Documents Hr Payslips Tags"
msgstr "Documentos - marcadores de holerites de RH"
#. module: documents_hr_payroll
#: model:ir.model.fields,field_description:documents_hr_payroll.field_res_company__documents_payroll_folder_id
#: model:ir.model.fields,field_description:documents_hr_payroll.field_res_config_settings__documents_payroll_folder_id
msgid "Documents Payroll Folder"
msgstr "Pasta da folha de pagamento em Documentos"
#. module: documents_hr_payroll
#: model:ir.model.fields,field_description:documents_hr_payroll.field_hr_employee__documents_share_id
msgid "Documents Share"
msgstr "Compartilhar documentos"
#. module: documents_hr_payroll
#: model:ir.model,name:documents_hr_payroll.model_hr_employee
msgid "Employee"
msgstr "Funcionário"
#. module: documents_hr_payroll
#: model:ir.model,name:documents_hr_payroll.model_hr_contract
msgid "Employee Contract"
msgstr "Contrato do funcionário"
#. module: documents_hr_payroll
#. odoo-python
#: code:addons/documents_hr_payroll/models/hr_payroll_employee_declaration.py:0
#, python-format
msgid "PDFs are gonna be posted in Documents shortly"
msgstr "Os PDFs serão postados no app de Documentos em breve"
#. module: documents_hr_payroll
#: model:ir.model,name:documents_hr_payroll.model_hr_payslip
msgid "Pay Slip"
msgstr "Holerite"
#. module: documents_hr_payroll
#. odoo-python
#: code:addons/documents_hr_payroll/models/res_company.py:0
#, python-format
msgid "Payroll"
msgstr "Folha de pagamento"
#. module: documents_hr_payroll
#: model:ir.model,name:documents_hr_payroll.model_hr_payroll_declaration_mixin
msgid "Payroll Declaration Mixin"
msgstr "Mixin de declaração de folha de pagamento"
#. module: documents_hr_payroll
#: model:ir.model,name:documents_hr_payroll.model_hr_payroll_employee_declaration
msgid "Payroll Employee Declaration"
msgstr "Declaração de funcionário da folha de pagamento"
#. module: documents_hr_payroll
#: model_terms:ir.ui.view,arch_db:documents_hr_payroll.res_config_settings_view_form
msgid "Payroll Workspace"
msgstr "Espaço de trabalho da folha de pagamento"
#. module: documents_hr_payroll
#: model:mail.template,name:documents_hr_payroll.mail_template_new_declaration
msgid "Payroll: New Declaration"
msgstr "Folha de pagamento: nova declaração"
#. module: documents_hr_payroll
#: model:ir.model.fields,field_description:documents_hr_payroll.field_res_config_settings__documents_hr_payslips_tags
msgid "Payslip"
msgstr "Holerite"
#. module: documents_hr_payroll
#: model:documents.tag,name:documents_hr_payroll.documents_hr_documents_payslips
msgid "Payslips"
msgstr "Holerites"
#. module: documents_hr_payroll
#: model:ir.model.fields,field_description:documents_hr_payroll.field_hr_payroll_employee_declaration__pdf_to_post
msgid "Pdf To Post"
msgstr "PDF a postar"
#. module: documents_hr_payroll
#: model_terms:ir.ui.view,arch_db:documents_hr_payroll.hr_payroll_employee_declaration_view_tree
msgid "Post PDFs"
msgstr "Postar PDFs"
#. module: documents_hr_payroll
#: model:ir.model.fields.selection,name:documents_hr_payroll.selection__hr_payroll_employee_declaration__state__pdf_posted
msgid "Posted PDF"
msgstr "PDF postado"
#. module: documents_hr_payroll
#: model:ir.model.fields.selection,name:documents_hr_payroll.selection__hr_payroll_employee_declaration__state__pdf_to_post
msgid "Queued PDF posting"
msgstr "Postagem de PDF em fila"
#. module: documents_hr_payroll
#: model:ir.model.fields,field_description:documents_hr_payroll.field_hr_payroll_employee_declaration__state
msgid "State"
msgstr "Status"
#. module: documents_hr_payroll
#: model:mail.template,subject:documents_hr_payroll.mail_template_new_declaration
msgid "{{ object.name }}, a new declaration file is available for you"
msgstr ""
"{{ object.name }}, um novo arquivo de declaração está disponível para você"