forked from Mapan/odoo17e
190 lines
7.0 KiB
Plaintext
190 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
|
|
# Fernanda Alvarez, 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: Fernanda Alvarez, 2023\n"
|
|
"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Language: es_419\n"
|
|
"Plural-Forms: nplurals=3; plural=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"
|
|
" Apreciable <t t-esc=\"object.name\"></t>, su nuevo archivo para declaración está disponible.<br><br>\n"
|
|
" Encontrará el PDF en su portal de empleado.<br><br>\n"
|
|
" Tenga un buen día,<br>\n"
|
|
" El equipo de RR. HH.\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 "Ajustes de configuración"
|
|
|
|
#. 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 ""
|
|
"No estableció la publicación de documentos correctamente en la configuración"
|
|
|
|
#. 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 "Número 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 "Etiquetas de documentos de recursos humanos sobre recibos de nómina"
|
|
|
|
#. 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 "Carpeta de documentos de nómina"
|
|
|
|
#. module: documents_hr_payroll
|
|
#: model:ir.model.fields,field_description:documents_hr_payroll.field_hr_employee__documents_share_id
|
|
msgid "Documents Share"
|
|
msgstr "Compartir documentos"
|
|
|
|
#. module: documents_hr_payroll
|
|
#: model:ir.model,name:documents_hr_payroll.model_hr_employee
|
|
msgid "Employee"
|
|
msgstr "Empleado"
|
|
|
|
#. module: documents_hr_payroll
|
|
#: model:ir.model,name:documents_hr_payroll.model_hr_contract
|
|
msgid "Employee Contract"
|
|
msgstr "Contrato del empleado"
|
|
|
|
#. 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 "Los PDF se publicarán en Documentos en breve"
|
|
|
|
#. module: documents_hr_payroll
|
|
#: model:ir.model,name:documents_hr_payroll.model_hr_payslip
|
|
msgid "Pay Slip"
|
|
msgstr "Recibo de nómina"
|
|
|
|
#. module: documents_hr_payroll
|
|
#. odoo-python
|
|
#: code:addons/documents_hr_payroll/models/res_company.py:0
|
|
#, python-format
|
|
msgid "Payroll"
|
|
msgstr "Nómina"
|
|
|
|
#. module: documents_hr_payroll
|
|
#: model:ir.model,name:documents_hr_payroll.model_hr_payroll_declaration_mixin
|
|
msgid "Payroll Declaration Mixin"
|
|
msgstr "Mixin de declaración de nómina"
|
|
|
|
#. module: documents_hr_payroll
|
|
#: model:ir.model,name:documents_hr_payroll.model_hr_payroll_employee_declaration
|
|
msgid "Payroll Employee Declaration"
|
|
msgstr "Declaración de nómina del empleado"
|
|
|
|
#. module: documents_hr_payroll
|
|
#: model_terms:ir.ui.view,arch_db:documents_hr_payroll.res_config_settings_view_form
|
|
msgid "Payroll Workspace"
|
|
msgstr "Espacio de trabajo de nómina"
|
|
|
|
#. module: documents_hr_payroll
|
|
#: model:mail.template,name:documents_hr_payroll.mail_template_new_declaration
|
|
msgid "Payroll: New Declaration"
|
|
msgstr "Nómina: nueva declaración"
|
|
|
|
#. module: documents_hr_payroll
|
|
#: model:ir.model.fields,field_description:documents_hr_payroll.field_res_config_settings__documents_hr_payslips_tags
|
|
msgid "Payslip"
|
|
msgstr "Recibo de nómina"
|
|
|
|
#. module: documents_hr_payroll
|
|
#: model:documents.tag,name:documents_hr_payroll.documents_hr_documents_payslips
|
|
msgid "Payslips"
|
|
msgstr "Recibos de nómina"
|
|
|
|
#. 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 publicar"
|
|
|
|
#. module: documents_hr_payroll
|
|
#: model_terms:ir.ui.view,arch_db:documents_hr_payroll.hr_payroll_employee_declaration_view_tree
|
|
msgid "Post PDFs"
|
|
msgstr "Publicar PDF"
|
|
|
|
#. 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 publicado"
|
|
|
|
#. 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 "Publicación de PDF en pausa"
|
|
|
|
#. module: documents_hr_payroll
|
|
#: model:ir.model.fields,field_description:documents_hr_payroll.field_hr_payroll_employee_declaration__state
|
|
msgid "State"
|
|
msgstr "Estado"
|
|
|
|
#. 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 }}, su nuevo archivo para declaración está disponible."
|