5316 lines
201 KiB
Plaintext
5316 lines
201 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * hr_payroll
|
||
#
|
||
# Translators:
|
||
# eriiikgt, 2024
|
||
# Guspy12, 2024
|
||
# M Palau <mpalau@tda.ad>, 2024
|
||
# Albert Parera, 2024
|
||
# Santiago Payà <santiagopim@gmail.com>, 2024
|
||
# Susanna Pujol, 2024
|
||
# Sandra Franch <sandra.franch@upc.edu>, 2024
|
||
# Harcogourmet, 2024
|
||
# Jonatan Gk, 2024
|
||
# Ivan Espinola, 2024
|
||
# Eric Antones <eantones@users.noreply.github.com>, 2024
|
||
# Iván Infantes Castarnado, 2024
|
||
# Arnau Ros, 2024
|
||
# Quim - eccit <quim@eccit.com>, 2024
|
||
# gerard navarro, 2024
|
||
# Josep Anton Belchi, 2024
|
||
# jabiri7, 2024
|
||
# Martin Trigaux, 2024
|
||
# martioodo hola, 2024
|
||
# Manel Fernandez Ramirez <manelfera@outlook.com>, 2024
|
||
# marcescu, 2024
|
||
# Óscar Fonseca <tecnico@pyming.com>, 2024
|
||
# RGB Consulting <odoo@rgbconsulting.com>, 2024
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 18.0+e\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2024-09-25 09:25+0000\n"
|
||
"PO-Revision-Date: 2024-09-25 09:44+0000\n"
|
||
"Last-Translator: RGB Consulting <odoo@rgbconsulting.com>, 2024\n"
|
||
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Language: ca\n"
|
||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip_worked_days.py:0
|
||
msgid " (Half-Day)"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__count
|
||
msgid "# Payslip"
|
||
msgstr "# Nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract__payslips_count
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract_history__payslips_count
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__payslip_count
|
||
msgid "# Payslips"
|
||
msgstr "# Nòmines"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payroll_declaration_mixin.py:0
|
||
msgid "%(employee_name)s-declaration-%(year)s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_salary_rule.py:0
|
||
msgid ""
|
||
"%(error_type)s\n"
|
||
"- Employee: %(employee)s\n"
|
||
"- Contract: %(contract)s\n"
|
||
"- Payslip: %(payslip)s\n"
|
||
"- Salary rule: %(name)s (%(code)s)\n"
|
||
"- Error: %(error_message)s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payroll_headcount.py:0
|
||
msgid "%(rate)s Hours/week"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "%(start_date_string)s and %(end_date_string)s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_contract.py:0
|
||
#: code:addons/hr_payroll/models/hr_payroll_structure.py:0
|
||
#: code:addons/hr_payroll/models/hr_salary_rule.py:0
|
||
msgid "%s (copy)"
|
||
msgstr "%s (còpia)"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.report,print_report_name:hr_payroll.action_report_light_payslip
|
||
#: model:ir.actions.report,print_report_name:hr_payroll.action_report_payslip
|
||
msgid "'Payslip - %s' % (object.name)"
|
||
msgstr "'Nòmina - %s' % (object.name)"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "(%s Payslips)"
|
||
msgstr "(%s Nòmines)"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__state
|
||
msgid ""
|
||
"* When the payslip is created the status is 'Draft'\n"
|
||
" \n"
|
||
"* If the payslip is under verification, the status is 'Waiting'.\n"
|
||
" \n"
|
||
"* If the payslip is confirmed then status is set to 'Done'.\n"
|
||
" \n"
|
||
"* When the user cancels a payslip, the status is 'Canceled'."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "-> Report"
|
||
msgstr "-> Informe"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_view_kanban
|
||
msgid "/ Hour"
|
||
msgstr "/ Hora"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_view_kanban
|
||
msgid "/ Month"
|
||
msgstr "/ Mes"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_form_inherit
|
||
msgid "/ day"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_form_inherit
|
||
msgid "/ half-month"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_form_inherit
|
||
msgid "/ half-year"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_form_inherit
|
||
msgid "/ quarter"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_form_inherit
|
||
msgid "/ two months"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_form_inherit
|
||
msgid "/ two weeks"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_form_inherit
|
||
msgid "/ week"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_form_inherit
|
||
msgid "/ year"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_note_demo_content
|
||
msgid "1. Save documents to terminated employees"
|
||
msgstr "1. Desa els documents als empleats finalitzats"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.contribution_register
|
||
msgid "100"
|
||
msgstr "100"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.salary.rule,name:hr_payroll.hr_salary_rule_13th_month_salary
|
||
msgid "13th pay salary"
|
||
msgstr "13è salari"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "1st semester of %s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_note_demo_content
|
||
msgid "2. Index salaries for Marketing department"
|
||
msgstr "2.Indexa els salaris del departament Marketing"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.contribution_register
|
||
msgid "2023 Payroll"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "2nd semester of %s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_note_demo_content
|
||
msgid "3. Create a new contract for Marc Demo with his new position"
|
||
msgstr "3. Crea un contracte nou per a Marc Demo amb la seva nova posició"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_rule_parameter_view_form
|
||
msgid ""
|
||
"<span class=\"bg-white opacity-75 w-100 h-100 o_salary_rule_overlay position-absolute top-0 end-0 w-100 h-100 text-center d-flex justify-content-center flex-column fs-3\">\n"
|
||
" Save your Salary Rule in order to add Parameter Values.\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span class=\"bg-white opacity-75 w-100 h-100 o_salary_rule_overlay position-absolute top-0 end-0 w-100 h-100 text-center d-flex justify-content-center flex-column fs-3\">\n"
|
||
" Registreu la regla Salariale com a prioritat per a poder afegir valors de configuració.\n"
|
||
" </span>"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_resource_calendar_view_form
|
||
msgid "<span class=\"ms-2\"> hours/week</span>"
|
||
msgstr "<span class=\"ms-2\"> hores/setmana</span>"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid ""
|
||
"<span class=\"o_stat_text\">\n"
|
||
" Work Entries\n"
|
||
" </span>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_form_inherit
|
||
msgid ""
|
||
"<span class=\"o_stat_text\"> Payslips </span>\n"
|
||
" <span class=\"o_stat_value\"> New </span>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_export_mixin_form_view
|
||
msgid "<span class=\"o_stat_text\">Eligible Employees</span>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_headcount_view_form
|
||
msgid "<span class=\"o_stat_text\">Employees</span>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_form
|
||
msgid "<span class=\"o_stat_text\">Payslips</span>"
|
||
msgstr "<span class=\"o_stat_text\">Nòmines</span>"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_form_inherit
|
||
msgid ""
|
||
"<span class=\"o_stat_text\">Salary Attachments</span>\n"
|
||
" <span class=\"o_stat_value\">New</span>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_by_employees
|
||
msgid ""
|
||
"<span nolabel=\"1\" colspan=\"2\">This wizard will generate payslips for all"
|
||
" selected employee(s) based on the dates and credit note specified on "
|
||
"Payslips Run.</span>"
|
||
msgstr ""
|
||
"<span nolabel=\"1\" colspan=\"2\">Aquest assistent genera les fitxes de "
|
||
"pagament de tots els empleats seleccionats sobre la base de les dates i de "
|
||
"les notes de crèdit que figuren en les nòmines.</span>"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_index_form_view
|
||
msgid ""
|
||
"<span role=\"status\" class=\"alert alert-warning d-block\" invisible=\"not "
|
||
"display_warning\">You have selected contracts that are not running, this "
|
||
"wizard can only index running contracts.</span>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_resource_calendar_view_form
|
||
msgid "<span> %</span>"
|
||
msgstr "<span> %</span>"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_form_inherit
|
||
msgid "<span>/ hour</span>"
|
||
msgstr "<span>/ hora</span>"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_edit_payslip_lines_form_wizard
|
||
msgid ""
|
||
"<span><strong>Tip:</strong> Each time you edit the quantity or the amount on"
|
||
" a line, we recompute the following lines. We recommend that you edit from "
|
||
"top to bottom to prevent your edition from being overwritten by the "
|
||
"automatic recalculation. Be careful that reordering the lines doesn't "
|
||
"recompute them.</span>"
|
||
msgstr ""
|
||
"<span><strong>Consell:</strong> Cada vegada que editeu la quantitat o "
|
||
"l'import d'una línia, es recalculen les línies següents. Li aconsellem que "
|
||
"editi les línies de dalt a baix per a evitar que els canvis se "
|
||
"sobreescriguin amb el recalcul automàtic. Si us plau, sigui conscient que "
|
||
"reordenar les línies no les recalcula.</span>"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid "<span>Days</span>"
|
||
msgstr "<span>Dies</span>"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_form
|
||
msgid "<span>Payslips</span>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "<span>Total</span>"
|
||
msgstr "<span>Total</span>"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_rule_parameter_view_form
|
||
msgid "<span>Versions</span>"
|
||
msgstr "<span>Versions</span>"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "<strong class=\"me-2\">Children:</strong>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "<strong class=\"me-2\">Computed On:</strong>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "<strong class=\"me-2\">Contract Start Date:</strong>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "<strong class=\"me-2\">Contract Type:</strong>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "<strong class=\"me-2\">Department:</strong>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "<strong class=\"me-2\">Email:</strong>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "<strong class=\"me-2\">ID:</strong>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "<strong class=\"me-2\">Job Position:</strong>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "<strong class=\"me-2\">Marital Status:</strong>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "<strong class=\"me-2\">Name:</strong>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "<strong class=\"me-2\">Pay Period:</strong>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "<strong class=\"me-2\">Private Address:</strong>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "<strong class=\"me-2\">Working Schedule:</strong>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:web_tour.tour,rainbow_man_message:hr_payroll.payroll_tours
|
||
msgid ""
|
||
"<strong>Congrats, Your first payslip is now finished. It's time for you to "
|
||
"explore the Payroll app by yourself.</strong>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.contribution_register
|
||
msgid "<strong>Register Name:</strong>"
|
||
msgstr "<strong>Nom registrat:</strong>"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.contribution_register
|
||
msgid "<strong>Total</strong>"
|
||
msgstr "<strong>Total</strong>"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_light_payslip
|
||
msgid "<strong>YTD</strong>"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:mail.template,body_html:hr_payroll.mail_template_new_payslip
|
||
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.employee_id.name\"></t>, a new payslip 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 ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.constraint,message:hr_payroll.constraint_hr_work_entry_type_is_unforeseen_is_leave
|
||
msgid "A unforeseen absence must be a leave."
|
||
msgstr "Una absència imprevista ha de ser un permís."
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid "Accounting"
|
||
msgstr "Comptabilitat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__message_needaction
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__message_needaction
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__message_needaction
|
||
msgid "Action Needed"
|
||
msgstr "Acció necessària"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_dashboard_warning__active
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__active
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input_type__active
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__active
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_search
|
||
msgid "Active"
|
||
msgstr "Actiu"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__active_amount
|
||
msgid "Active Amount"
|
||
msgstr "Import actiu"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__activity_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__activity_ids
|
||
msgid "Activities"
|
||
msgstr "Activitats"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__activity_exception_decoration
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__activity_exception_decoration
|
||
msgid "Activity Exception Decoration"
|
||
msgstr "Activitat d'excepció de decoració"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__activity_state
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__activity_state
|
||
msgid "Activity State"
|
||
msgstr "Estat de l'activitat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__activity_type_icon
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__activity_type_icon
|
||
msgid "Activity Type Icon"
|
||
msgstr "Icona de tipus d'activitat"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/views/add_payslips_hook.js:0
|
||
#: code:addons/hr_payroll/static/src/views/payslip_batch_form/payslip_batch_form.js:0
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_form
|
||
msgid "Add Payslips"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid "Add a <strong>name</strong> to the contract."
|
||
msgstr "Afegeix un <strong>nom</strong> al contracte."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid "Add a employee to your contract"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.actions.act_window,help:hr_payroll.action_view_hr_payroll_structure_from_type
|
||
msgid "Add a new salary structure"
|
||
msgstr "Afegeix una estructura de salari nova"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Add an internal note..."
|
||
msgstr "Afegir una nota interna..."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payroll_edit_payslip_lines_wizard__ytd_computation
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payroll_structure__ytd_computation
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__ytd_computation
|
||
msgid ""
|
||
"Adds a column in the payslip that shows the accumulated amount paid for "
|
||
"different rules during the year"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:res.groups,name:hr_payroll.group_hr_payroll_manager
|
||
msgid "Administrator"
|
||
msgstr "Administrador"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/components/dashboard/payslip_batch/payslip_batch.xml:0
|
||
msgid "All"
|
||
msgstr "Tots"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_payroll_employee_payslips
|
||
msgid "All Payslips"
|
||
msgstr "Totes les nòmines"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.salary.rule.category,name:hr_payroll.ALW
|
||
msgid "Allowance"
|
||
msgstr "Permís"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_salary_rule__condition_select__none
|
||
msgid "Always True"
|
||
msgstr "Sempre verdader"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__amount
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__amount
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__amount
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__amount
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.contribution_register
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "Amount"
|
||
msgstr "Import"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__amount_other_input_id
|
||
msgid "Amount Other Input"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__amount_select
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__amount_select
|
||
msgid "Amount Type"
|
||
msgstr "Tipus d'import"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_payment_report_wizard.py:0
|
||
msgid "Amount to pay"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_attachment__monthly_amount
|
||
msgid "Amount to pay each payslip."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_attachment__active_amount
|
||
msgid ""
|
||
"Amount to pay for this payslip, Payslip Amount or less depending on the "
|
||
"Remaining Amount."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.constraint,message:hr_payroll.constraint_hr_payroll_employee_declaration_unique_employee_sheet
|
||
msgid "An employee can only have one declaration per sheet."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/components/dashboard/payroll_stats/payroll_stats.xml:0
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_contract__schedule_pay__annually
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_structure_type__default_schedule_pay__annually
|
||
msgid "Annually"
|
||
msgstr "Anualment"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid ""
|
||
"Another refund payslip with the same amount has been found. Do you want to "
|
||
"create a new one?"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__appears_on_payslip
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__appears_on_payslip
|
||
msgid "Appears on Payslip"
|
||
msgstr "Aparèixer a la nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_rule__condition_python
|
||
msgid ""
|
||
"Applied this rule for calculation if condition is true. You can specify "
|
||
"condition like basic > 1000."
|
||
msgstr ""
|
||
"S'utilitza aquesta regla per el càlcul si la condició és verdadera. Pot "
|
||
"especificar una condició com: 'bàsic > 1000'."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_attachment__date_estimated_end
|
||
msgid "Approximated end date."
|
||
msgstr "Data final aproximada."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_export_mixin__reference_month__4
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__res_company__ytd_reset_month__4
|
||
msgid "April"
|
||
msgstr "abril"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_dashboard_warning_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_dashboard_warning_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_input_type_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_input_type_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_rule_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_employee_grade_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payroll_structure_filter
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_rule_filter
|
||
msgid "Archived"
|
||
msgstr "Arxivat"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/components/dashboard/todo_list/todo_list.js:0
|
||
msgid ""
|
||
"Are you sure you want to delete this note? All content will be definitely "
|
||
"lost."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.salary.rule,name:hr_payroll.default_assignment_of_salary_rule
|
||
msgid "Assignment of Salary"
|
||
msgstr "Assignació del Salari"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid ""
|
||
"At least one previous negative net could be reported on this payslip for %s"
|
||
msgstr ""
|
||
"Almenys una xarxa negativa anterior podria ser informada en aquest pagament "
|
||
"per %s"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__message_attachment_count
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__message_attachment_count
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__message_attachment_count
|
||
msgid "Attachment Count"
|
||
msgstr "Nombre d'adjunts"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__attachment_name
|
||
msgid "Attachment Name"
|
||
msgstr "Nom del document adjunt"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.salary.rule,name:hr_payroll.default_attachment_of_salary_rule
|
||
msgid "Attachment of Salary"
|
||
msgstr "Annex del salari"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_report__work_entry_source__attendance
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_report__work_entry_source__attendance
|
||
msgid "Attendances"
|
||
msgstr "Assistències"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_export_mixin__reference_month__8
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__res_company__ytd_reset_month__8
|
||
msgid "August"
|
||
msgstr "agost"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "August 2023 Payslip"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input_type__struct_ids
|
||
msgid "Availability in Structure"
|
||
msgstr "Disponibilitat en estructura"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input_type__available_in_attachments
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_input_type_view_search
|
||
msgid "Available in attachments"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__avatar_1920
|
||
msgid "Avatar"
|
||
msgstr "Avatar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__avatar_128
|
||
msgid "Avatar 128"
|
||
msgstr "Avatar 128"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_report_view_tree
|
||
msgid "Average of Basic Wage"
|
||
msgstr "Mitjana de salari bàsic"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_report_view_tree
|
||
msgid "Average of Net Wage"
|
||
msgstr "Mitjana del salari net"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_payment_report_wizard.py:0
|
||
msgid "Bank account"
|
||
msgstr "compte bancari"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.salary.rule.category,name:hr_payroll.BASIC
|
||
msgid "Basic"
|
||
msgstr "Bàsic"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
#: model:hr.salary.rule,name:hr_payroll.default_basic_salary_rule
|
||
msgid "Basic Salary"
|
||
msgstr "Salari bàsic"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__basic_wage
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__basic_wage
|
||
msgid "Basic Wage"
|
||
msgstr "Salari mínim"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__leave_basic_wage
|
||
msgid "Basic Wage for Time Off"
|
||
msgstr "Gespa bàsica per apagar el temps"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Batch"
|
||
msgstr "Lot"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__payslip_run_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_form
|
||
msgid "Batch Name"
|
||
msgstr "Nom del lot"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/components/dashboard/payslip_batch/payslip_batch.xml:0
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_payslip_run
|
||
msgid "Batches"
|
||
msgstr "Lots"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_res_config_settings__module_l10n_be_hr_payroll
|
||
msgid "Belgium Payroll"
|
||
msgstr "Regles salarials belgues"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_contract__schedule_pay__bi-monthly
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_structure_type__default_schedule_pay__bi-monthly
|
||
msgid "Bi-monthly"
|
||
msgstr "Bimensual"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_contract__schedule_pay__bi-weekly
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_structure_type__default_schedule_pay__bi-weekly
|
||
msgid "Bi-weekly"
|
||
msgstr "Bisetmanal"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_note_demo_content
|
||
msgid "Board meeting summary:"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_payment_report_wizard__export_format__csv
|
||
msgid "CSV"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_line_form
|
||
msgid "Calculations"
|
||
msgstr "Cálculos"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract__calendar_changed
|
||
msgid "Calendar Changed"
|
||
msgstr "Calendari canviat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.server,name:hr_payroll.action_hr_payroll_cancel_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_index_form_view
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_payment_report_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_by_employees
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Cancel"
|
||
msgstr "Cancel·la"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payslip__state__cancel
|
||
msgid "Canceled"
|
||
msgstr "Cancel·lat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_salary_attachment__state__cancel
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_report__state__cancelled
|
||
msgid "Cancelled"
|
||
msgstr "Cancel·lat"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "Cannot cancel a payslip that is done."
|
||
msgstr "No es pot cancel·lar una nòmina finalitzada."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "Cannot mark payslip as paid if not confirmed."
|
||
msgstr "No es pot marcar la nòmina com pagada si no està confirmada."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__code
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_worked_days__code
|
||
msgid ""
|
||
"Careful, the Code is used in many references, changing it could lead to "
|
||
"unwanted changes."
|
||
msgstr ""
|
||
"Compte, el Codi s'utilitza en moltes referències, canviar-lo podria provocar"
|
||
" canvis no desitjats."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payroll_headcount_line__employee_type
|
||
msgid ""
|
||
"Categorize your Employees by type. This field also has an impact on "
|
||
"contracts. Only Employees, Students and Trainee will have contract history."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__category_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__category_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__category_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_rule_filter
|
||
msgid "Category"
|
||
msgstr "Categoria"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_attachment__is_refund
|
||
msgid ""
|
||
"Check if the value of the salary attachment must be taken into account as "
|
||
"negative (-X)"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid ""
|
||
"Check the <strong>Work Entries</strong> linked to your newly created "
|
||
"Contract."
|
||
msgstr ""
|
||
"Comproveu les <strong>entrades de treball</strong> enllaçades al vostre "
|
||
"contracte de nova creació."
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.salary.rule,name:hr_payroll.default_child_support
|
||
msgid "Child Support"
|
||
msgstr "Suport per al fill"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule_category__children_ids
|
||
msgid "Children"
|
||
msgstr "Fills"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid "Choose a Payroll Localization"
|
||
msgstr "Trieu una localització salarial"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid "Click here to create a new <strong>Contract</strong>."
|
||
msgstr "Feu clic aquí per crear un nou contracte <strong></strong>."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid ""
|
||
"Click here to generate a <strong>Batch</strong> for the displayed Employees."
|
||
msgstr ""
|
||
"Feu clic aquí per generar un lot <strong></strong> per als empleats "
|
||
"mostrats."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid ""
|
||
"Click on <strong>Salary Information</strong> to access additional fields."
|
||
msgstr ""
|
||
"Feu clic a <strong>Informació del diari</strong> per accedir a camps "
|
||
"addicionals."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid "Click on Employees to pick one of your <strong>Employees</strong>."
|
||
msgstr ""
|
||
"Feu clic als empleats per triar un dels vostres <strong>empleats</strong>."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid ""
|
||
"Click on Payroll to manage your employee's <strong>Work Entries</strong>, "
|
||
"<strong>Contracts</strong> and <strong>Payslips</strong>."
|
||
msgstr ""
|
||
"Feu clic a Nòmina per gestionar les <strong>Entrades de treball</strong>, "
|
||
"<strong>Contractes</strong> i <strong>Nòmines</strong> del vostre empleat."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid "Click on the <strong>Payslip</strong>."
|
||
msgstr "Feu clic a <strong>Nòmina</strong>."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid "Click on the <strong>Work Entries</strong> menu."
|
||
msgstr "Feu clic al menú <strong>Entrades de treball</strong>."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/components/dashboard/todo_list/todo_list.xml:0
|
||
msgid "Close"
|
||
msgstr "Tancar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__paid_date
|
||
msgid "Close Date"
|
||
msgstr "Data de tancament"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_type__round_days_type__half-up
|
||
msgid "Closest"
|
||
msgstr "Més proper"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__code
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__code
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__structure_code
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input__code
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input_type__code
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__code
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__code
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter__code
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter_value__code
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__code
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule_category__code
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.contribution_register
|
||
msgid "Code"
|
||
msgstr "Codi"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_rule_view_kanban
|
||
msgid "Code:"
|
||
msgstr "Codi:"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_working_rate__color
|
||
msgid "Color"
|
||
msgstr "Color"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_res_company
|
||
msgid "Companies"
|
||
msgstr "Empreses"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_declaration_mixin__company_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_employee_declaration__company_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount__company_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_note__company_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_payment_report_wizard__company_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__company_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__company_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__company_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__company_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__company_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_export_mixin__company_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_report__company_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_report_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_report_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
msgid "Company"
|
||
msgstr "Empresa"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.salary.rule.category,name:hr_payroll.COMP
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_rule_form
|
||
msgid "Company Contribution"
|
||
msgstr "Contribució companyia"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract__full_time_required_hours
|
||
msgid "Company Full Time"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_salary_attachment__state__close
|
||
msgid "Completed"
|
||
msgstr "Completada"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_rule_form
|
||
msgid "Computation"
|
||
msgstr "Càlcul"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.server,name:hr_payroll.action_hr_payroll_compute_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Compute Sheet"
|
||
msgstr "Calcula full"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__compute_date
|
||
msgid "Computed On"
|
||
msgstr "Calculat en"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__condition_select
|
||
msgid "Condition Based on"
|
||
msgstr "Condició basada en"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__condition_other_input_id
|
||
msgid "Condition Other Input"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_rule_form
|
||
msgid "Conditions"
|
||
msgstr "Condicions"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_res_config_settings
|
||
msgid "Config Settings"
|
||
msgstr "Paràmetres de configuració"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_index_form_view
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Confirm"
|
||
msgstr "Confirmar"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid "Confirm the <strong>Payslip</strong>."
|
||
msgstr "Confirmeu la <strong>Nòmina</strong>."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payslip_run__state__verify
|
||
msgid "Confirmed"
|
||
msgstr "Confirmat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_report__state__conflict
|
||
msgid "Conflict"
|
||
msgstr "Conflicte"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.payroll.dashboard.warning,name:hr_payroll.hr_payroll_dashboard_warning_work_entries_in_conflict
|
||
msgid "Conflicts"
|
||
msgstr "Conflictes"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__contract_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_line__contract_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__contract_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input__contract_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__contract_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__contract_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_export_employee_mixin__contract_ids
|
||
msgid "Contract"
|
||
msgstr "Contracte"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__contract_domain_ids
|
||
msgid "Contract Domain"
|
||
msgstr "Domini del contracte"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid "Contract Expiration Notice Period"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_line__contract_names
|
||
msgid "Contract Names"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_structure_type_view_search
|
||
msgid "Contract Type"
|
||
msgstr "Tipus de contracte"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "Contract Wage ("
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_contract_history
|
||
msgid "Contract history"
|
||
msgstr "Historial de contractes"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_index_form_view
|
||
msgid "Contract indexing"
|
||
msgstr "Indexació de contractes"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_hr_contract_repository
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_index__contract_ids
|
||
#: model:ir.ui.menu,name:hr_payroll.hr_menu_all_contracts
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_payroll_employees_root
|
||
msgid "Contracts"
|
||
msgstr "Contractes"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_line_view_search_register
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_line_filter
|
||
msgid "Contribution Register"
|
||
msgstr "Registre de contribució"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_contribution_registers
|
||
#: model:ir.actions.report,name:hr_payroll.action_report_register
|
||
msgid "Contribution Registers"
|
||
msgstr "Registres de contribució"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.salary.rule,name:hr_payroll.hr_salary_rule_convanceallowance1
|
||
msgid "Conveyance Allowance"
|
||
msgstr "Assignació de transport"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.salary.rule,name:hr_payroll.hr_salary_rule_ca_gravie
|
||
msgid "Conveyance Allowance For Gravie"
|
||
msgstr "Assignació de transport per a Gravie"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input__amount
|
||
msgid "Count"
|
||
msgstr "Comptar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_dashboard_warning__country_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__country_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__country_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input_type__country_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__country_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter__country_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter_value__country_id
|
||
msgid "Country"
|
||
msgstr "País"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__country_code
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input_type__country_code
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__country_code
|
||
msgid "Country Code"
|
||
msgstr "Codi de país"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.server,name:hr_payroll.action_hr_payroll_confirm_payroll
|
||
msgid "Create Draft Entry"
|
||
msgstr "Crea una entrada d'esborrany"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_form
|
||
msgid "Create Individual Attachments"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Create Payment Report"
|
||
msgstr "Crea un informe de pagament"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid "Create SEPA payment"
|
||
msgstr "Crea un pagament SEPA"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.server,name:hr_payroll.action_new_salary_attachment
|
||
msgid "Create Salary Attachment"
|
||
msgstr "Crear un annex salarial"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_export_mixin__create_uid
|
||
msgid "Create Uid"
|
||
msgstr "Crea un Uid"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.actions.act_window,help:hr_payroll.action_hr_contract_repository
|
||
msgid "Create a new contract"
|
||
msgstr "Crear un nou contracte"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.actions.act_window,help:hr_payroll.action_salary_rule_form
|
||
msgid "Create a new salary rule"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.actions.act_window,help:hr_payroll.hr_rule_parameter_action
|
||
msgid "Create a new salary rule parameter"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.actions.act_window,help:hr_payroll.action_view_hr_payroll_structure_list_form
|
||
msgid "Create a new salary structure"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/components/dashboard/todo_list/todo_list.xml:0
|
||
msgid "Create new todo note"
|
||
msgstr "Crea una nota pendent nova"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_dashboard_warning__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_lines_wizard__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_employee_declaration__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_line__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_working_rate__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_index__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_note__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_payment_report_wizard__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_employees__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input_type__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter_value__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__create_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule_category__create_uid
|
||
msgid "Created by"
|
||
msgstr "Creat per"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_dashboard_warning__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_lines_wizard__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_employee_declaration__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_line__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_working_rate__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_index__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_note__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_payment_report_wizard__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_employees__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input_type__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter_value__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__create_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule_category__create_date
|
||
msgid "Created on"
|
||
msgstr "Creat el"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__credit_note
|
||
msgid "Credit Note"
|
||
msgstr "Factura rectificativa"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
msgid "Credit Notes"
|
||
msgstr "Factures rectificatives"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__is_credit_time
|
||
msgid "Credit Time"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract_history__time_credit
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry__is_credit_time
|
||
msgid "Credit time"
|
||
msgstr "Temps de crèdit"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_employee__currency_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_line__currency_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__currency_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__currency_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__currency_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__currency_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__currency_id
|
||
msgid "Currency"
|
||
msgstr "Divisa"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_report_view_search
|
||
msgid "Current month"
|
||
msgstr "Mes actual"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount__is_name_custom
|
||
msgid "Custom Name"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_contract__schedule_pay__daily
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_structure_type__default_schedule_pay__daily
|
||
msgid "Daily"
|
||
msgstr "Diàriament"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_payroll_dashboard_configuration
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_payroll_dashboard_root
|
||
msgid "Dashboard"
|
||
msgstr "Tauler"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_line_view_search_register
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
msgid "Date"
|
||
msgstr "Data"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__date_start
|
||
msgid "Date From"
|
||
msgstr "Data des de"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_report__date_start
|
||
msgid "Date Start"
|
||
msgstr "Data d'inici"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__date_end
|
||
msgid "Date To"
|
||
msgstr "Data fins"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_attachment__date_end
|
||
msgid "Date at which this assignment has been set as completed or cancelled."
|
||
msgstr ""
|
||
"Data en què aquesta tasca s'ha establert com a completada o cancel·lada."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_type__round_days__full
|
||
msgid "Day"
|
||
msgstr "Dia"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid "Day where the 'Year To Date' will be reset every year."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_res_company__ytd_reset_day
|
||
#: model:ir.model.fields,help:hr_payroll.field_res_config_settings__ytd_reset_day
|
||
msgid ""
|
||
"Day where the YTD will be reset every year. If zero or negative, then the first day of the month will be selected instead.\n"
|
||
" If greater than the last day of a month, then the last day of the month will be selected instead."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_report__number_of_days
|
||
msgid "Days"
|
||
msgstr "Dies"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__count_leave
|
||
msgid "Days of Paid Time Off"
|
||
msgstr "Dies de baixa pagats"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__count_unforeseen_absence
|
||
msgid "Days of Unforeseen Absence"
|
||
msgstr "Dies d'absència imprevista"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__count_leave_unpaid
|
||
msgid "Days of Unpaid Time Off"
|
||
msgstr "Dies de temps no pagat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_export_mixin__reference_month__12
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__res_company__ytd_reset_month__12
|
||
msgid "December"
|
||
msgstr "Desembre"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_employee_declaration__res_id
|
||
msgid "Declaration Model Id"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_employee_declaration__res_model
|
||
msgid "Declaration Model Name"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_declaration_mixin__line_ids
|
||
msgid "Declarations"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
#: model:hr.salary.rule,name:hr_payroll.default_deduction_salary_rule
|
||
#: model:hr.salary.rule.category,name:hr_payroll.DED
|
||
msgid "Deduction"
|
||
msgstr "Deducció"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__schedule_pay
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure_type__default_schedule_pay
|
||
msgid "Default Scheduled Pay"
|
||
msgstr "Pagament programat per defecte"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure_type__wage_type
|
||
msgid "Default Wage Type"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure_type__default_work_entry_type_id
|
||
msgid "Default Work Entry Type"
|
||
msgstr "Tipus d'entrada de la feina per defecte"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid "Define a <strong>Wage</strong>."
|
||
msgstr "Defineix un <strong>Wage</strong>."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payroll_structure__schedule_pay
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payroll_structure_type__default_schedule_pay
|
||
msgid "Defines the frequency of the wage payment."
|
||
msgstr "Defineix la freqüència del pagament salarial."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payroll_edit_payslip_line__struct_id
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__struct_id
|
||
msgid ""
|
||
"Defines the rules that have to be applied to this payslip, according to the "
|
||
"contract chosen. If the contract is empty, this field isn't mandatory "
|
||
"anymore and all the valid rules of the structures of the employee's "
|
||
"contracts will be applied."
|
||
msgstr ""
|
||
"Defineix les regles que s'han d'aplicar a aquesta nòmina, segons el "
|
||
"contracte escollit. Si el contracte està buit, aquest camp ja no és "
|
||
"obligatori i s'aplicaran totes les normes vàlides de les estructures dels "
|
||
"contractes de l'empleat."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_line__department_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__department_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__department_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_employees__department_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_report__department_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_headcount_line_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_report_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_report_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
msgid "Department"
|
||
msgstr "Departament"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_light_payslip
|
||
msgid "Department:"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_index__description
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__note
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input__name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input_type__name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter__description
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__description
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__note
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule_category__note
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_rule_parameter_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_rule_form
|
||
msgid "Description"
|
||
msgstr "Descripció"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_employee__disabled
|
||
msgid "Disabled"
|
||
msgstr "Inhabilitat "
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_edit_payslip_lines_form_wizard
|
||
msgid "Discard"
|
||
msgstr "Descartar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_dashboard_warning__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_lines_wizard__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_employee_declaration__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_line__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_working_rate__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_index__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_note__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_payment_report_wizard__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_employees__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input_type__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter_value__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule_category__display_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_report__display_name
|
||
msgid "Display Name"
|
||
msgstr "Nom mostrat"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid "Display Payslip PDF File on a payslip form"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_hr_work_entry_type_view_form_inherit
|
||
msgid "Display in Payslip"
|
||
msgstr "Mostrar a la nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:res.groups,name:hr_payroll.group_payslip_display
|
||
msgid "Display payslip PDF"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__attachment
|
||
msgid "Document"
|
||
msgstr "Document"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payslip__state__done
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payslip_run__state__close
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_filter
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
msgid "Done"
|
||
msgstr "Fet"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_filter
|
||
msgid "Done Payslip Batches"
|
||
msgstr "Processaments de nòmines realitzats"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
msgid "Done Slip"
|
||
msgstr "Nòmines realitzades"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "Double Holiday Pay"
|
||
msgstr "Pagament de doble jornada"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_type__round_days_type__down
|
||
msgid "Down"
|
||
msgstr "Avall"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_employee_declaration__state__draft
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payslip__state__draft
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_report__state__draft
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_filter
|
||
msgid "Draft"
|
||
msgstr "Esborrany"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_filter
|
||
msgid "Draft Payslip Batches"
|
||
msgstr "Processament de nòmines esborrany"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
msgid "Draft Slip"
|
||
msgstr "Nòmina esborrany"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
#: model:ir.actions.server,name:hr_payroll.action_edit_payslip_lines
|
||
msgid "Edit Payslip Lines"
|
||
msgstr "Modificar les línies de la nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__edit_payslip_lines_wizard_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__edit_payslip_lines_wizard_id
|
||
msgid "Edit Payslip Lines Wizard"
|
||
msgstr "Assistent per a la modificació de línies de nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payroll_edit_payslip_worked_days_line
|
||
msgid "Edit payslip line wizard worked days"
|
||
msgstr "Assistent per a la modificació de línies de nòmina en dies laborables"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payroll_edit_payslip_lines_wizard
|
||
msgid "Edit payslip lines wizard"
|
||
msgstr "Assistent per a la modificació de línies de nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payroll_edit_payslip_line
|
||
msgid "Edit payslip lines wizard line"
|
||
msgstr "Línia d'assistent per a modificar línies de nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__edited
|
||
msgid "Edited"
|
||
msgstr "Editat"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_edit_payslip_lines_form_wizard
|
||
msgid "Edition of Payslip Lines in the Payslip"
|
||
msgstr "Edició de línies a la nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_work_entry_export_mixin.py:0
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_export_mixin__eligible_employee_line_ids
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_export_employee_mixin_list_view
|
||
msgid "Eligible Employees"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_export_mixin__eligible_employee_count
|
||
msgid "Eligible Employees Count"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__email_cc
|
||
msgid "Email cc"
|
||
msgstr "cc de correu electrònic"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_employee
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__employee_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_employee_declaration__employee_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_line__employee_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__employee_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__employee_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__employee_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_export_employee_mixin__employee_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_report__employee_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_report_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_report_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Employee"
|
||
msgstr "Empleat"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_search_inherit
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_hr_employee_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
msgid "Employee Code"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_contract
|
||
msgid "Employee Contract"
|
||
msgstr "Contracte de l'empleat"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount__employee_count
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__employee_count
|
||
msgid "Employee Count"
|
||
msgstr "Recompte d'empleats"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payroll_declaration_mixin.py:0
|
||
msgid "Employee Declarations"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_employee_grade_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payroll_structure_list_view
|
||
msgid "Employee Function"
|
||
msgstr "Funció de l'empleat"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "Employee Information"
|
||
msgstr "Informació del treballador"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/components/dashboard/payslip_batch/payslip_batch.js:0
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_view_hr_payslip_form
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_view_hr_payslip_month_form
|
||
msgid "Employee Payslips"
|
||
msgstr "Nòmines d'empleat"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "Employee Trends"
|
||
msgstr "Tendències dels empleats"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_line__employee_type
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_headcount_line_search
|
||
msgid "Employee Type"
|
||
msgstr "Tipus d'empleat"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_payment_report_wizard.py:0
|
||
msgid "Employee address"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_payment_report_wizard.py:0
|
||
msgid "Employee name"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.payroll.dashboard.warning,name:hr_payroll.hr_payroll_dashboard_warning_employee_with_different_company_on_contract
|
||
msgid "Employee whose contracts and company are differents"
|
||
msgstr "Treballador els contractes del qual i empresa són diferents"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_contract__hourly_wage
|
||
msgid "Employee's hourly gross wage."
|
||
msgstr "El salari brut per hora de l'empleat."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_contract__resource_calendar_id
|
||
msgid ""
|
||
"Employee's working schedule.\n"
|
||
" When left empty, the employee is considered to have a fully flexible schedule, allowing them to work without any time limit, anytime of the week.\n"
|
||
" "
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_employees__employee_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__employee_ids
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_line_view_search_register
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_by_employees
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_line_filter
|
||
msgid "Employees"
|
||
msgstr "Empleats"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.payroll.dashboard.warning,name:hr_payroll.hr_payroll_dashboard_warning_employee_missing_from_open_batch
|
||
msgid "Employees (With Running Contracts) missing from open batches"
|
||
msgstr "Empleats (amb contractes d'execució) que manquen dels lots oberts"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_by_employees
|
||
msgid "Employees Selection"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.payroll.dashboard.warning,name:hr_payroll.hr_payroll_dashboard_warning_employee_ambiguous_contract
|
||
msgid "Employees With Both New And Running Contracts"
|
||
msgstr "Empleats amb contractes nous i en execució"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.payroll.dashboard.warning,name:hr_payroll.hr_payroll_dashboard_warning_employees_multiple_payslips
|
||
msgid "Employees With Multiple Open Payslips of Same Type"
|
||
msgstr "Empleats amb múltiples nòmines pendents del mateix tipus"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.payroll.dashboard.warning,name:hr_payroll.hr_payroll_dashboard_warning_employee_without_bank_account
|
||
msgid "Employees Without Bank account Number"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.payroll.dashboard.warning,name:hr_payroll.hr_payroll_dashboard_warning_employee_without_identification
|
||
msgid "Employees Without Identification Number"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.payroll.dashboard.warning,name:hr_payroll.hr_payroll_dashboard_warning_employee_without_contract
|
||
msgid "Employees Without Running Contracts"
|
||
msgstr "Empleats sense contractes en execució"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.payroll.dashboard.warning,name:hr_payroll.hr_payroll_dashboard_warning_nearly_expired_contracts
|
||
msgid "Employees with running contracts coming to an end"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "Employer Cost"
|
||
msgstr "Cost de l'empleat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payroll_structure__hide_basic_on_pdf
|
||
msgid ""
|
||
"Enable this option if you don't want to display the Basic Salary on the "
|
||
"printed pdf."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__date_to
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__date_end
|
||
msgid "End Date"
|
||
msgstr "Data de finalització"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.constraint,message:hr_payroll.constraint_hr_salary_attachment_check_dates
|
||
msgid "End date may not be before the starting date."
|
||
msgstr "La data de finalització no pot ser anterior a la data d'inici."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_index__display_warning
|
||
msgid "Error"
|
||
msgstr "Error"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_salary_rule_category.py:0
|
||
msgid "Error! You cannot create recursive hierarchy of Salary Rule Category."
|
||
msgstr ""
|
||
"¡Error! No es pot crear una jerarquia recursiva de la categoria de les "
|
||
"regles del Salari."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__date_estimated_end
|
||
msgid "Estimated End Date"
|
||
msgstr "Data límit estimada"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_line__partner_id
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_rule__partner_id
|
||
msgid "Eventual third party involved in the salary payment of the employees."
|
||
msgstr ""
|
||
"Empresa externa eventual involucrada en el pagament de salaris dels "
|
||
"empleats."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_export_employee_mixin__export_id
|
||
msgid "Export"
|
||
msgstr "Exportar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_run__payment_report
|
||
msgid "Export .csv file related to this batch"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__payment_report
|
||
msgid "Export .csv file related to this payslip"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_export_mixin_form_view
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_export_mixin_list_view
|
||
msgid "Export Employee Work Entries"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_export_mixin__export_file
|
||
msgid "Export File"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_export_mixin__export_filename
|
||
msgid "Export Filename"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_payment_report_wizard__export_format
|
||
msgid "Export Format"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Export Payslip"
|
||
msgstr "Exportar la nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_export_mixin__reference_month__2
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__res_company__ytd_reset_month__2
|
||
msgid "February"
|
||
msgstr "febrer"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid "First, we'll create a new <strong>Contract</strong>."
|
||
msgstr "Primer crearem un nou contracte <strong></strong>."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__amount_fix
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__amount_fix
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_salary_rule__amount_select__fix
|
||
msgid "Fixed Amount"
|
||
msgstr "Import fix"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_contract__wage_type__monthly
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_structure_type__wage_type__monthly
|
||
msgid "Fixed Wage"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__message_follower_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__message_follower_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__message_follower_ids
|
||
msgid "Followers"
|
||
msgstr "Seguidors"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__message_partner_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__message_partner_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__message_partner_ids
|
||
msgid "Followers (Partners)"
|
||
msgstr "Seguidors (Partners)"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__activity_type_icon
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_run__activity_type_icon
|
||
msgid "Font awesome icon e.g. fa-tasks"
|
||
msgstr "Icona Font Awesome p.e. fa-tasks"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_line__amount_percentage
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_rule__amount_percentage
|
||
msgid "For example, enter 50.0 to apply a percentage of 50%"
|
||
msgstr "Per exemple, introdueixi 50.0 per aplicar un percentatge de 50%"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_res_config_settings__module_l10n_fr_hr_payroll
|
||
msgid "French Payroll"
|
||
msgstr "Regles salarials franceses"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount__date_from
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__date_from
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__date_from
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter_value__date_from
|
||
msgid "From"
|
||
msgstr "Des de"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_payslips_by_employees.py:0
|
||
msgid "From %(from_date)s to %(end_date)s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_rule_form
|
||
msgid "General"
|
||
msgstr "General"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_payment_report_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_by_employees
|
||
msgid "Generate"
|
||
msgstr "Generar"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_export_mixin_form_view
|
||
msgid "Generate Export File"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_employee_declaration_view_tree
|
||
msgid "Generate PDFs"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/hr_work_entries_gantt.xml:0
|
||
#: code:addons/hr_payroll/static/src/views/work_entry_calendar/work_entry_calendar.xml:0
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_hr_payslip_by_employees
|
||
#: model:ir.actions.server,name:hr_payroll.action_hr_payslip_run_generate
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_form
|
||
msgid "Generate Payslips"
|
||
msgstr "Generar nòmines"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.server,name:hr_payroll.action_generate_payslips_from_work_entries
|
||
msgid "Generate payslips"
|
||
msgstr "Generar nòmines"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payslip_employees
|
||
msgid "Generate payslips for all selected employees"
|
||
msgstr "Generar les nòmines per tots els treballadors seleccionats"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_employee_declaration__state__pdf_generated
|
||
msgid "Generated PDF"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_form
|
||
msgid "Generated Payslips"
|
||
msgstr "Nòmines generades"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_note_demo_content
|
||
msgid "Give insurance card to new registered employees"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__gross_wage
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__gross_wage
|
||
msgid "Gross Wage"
|
||
msgstr "Salari brut"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_employee_declaration_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_headcount_line_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_line_view_search_register
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_filter
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_report_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_report_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payroll_structure_filter
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_line_filter
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_rule_filter
|
||
msgid "Group By"
|
||
msgstr "Agrupar per"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_res_config_settings__group_payslip_display
|
||
msgid "Group Payslip Display"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payroll_payment_report_wizard
|
||
msgid "HR Payroll Payment Report Wizard"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_work_entry
|
||
msgid "HR Work Entry"
|
||
msgstr "Prestació RH"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_work_entry_type
|
||
msgid "HR Work Entry Type"
|
||
msgstr "Tipus d'entrada de treball de RH"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_type__round_days__half
|
||
msgid "Half Day"
|
||
msgstr "Mig dia"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__has_done_payslip
|
||
msgid "Has Done Payslip"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__has_message
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__has_message
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__has_message
|
||
msgid "Has Message"
|
||
msgstr "Té un missatge"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__has_negative_net_to_report
|
||
msgid "Has Negative Net To Report"
|
||
msgstr "Té un net negatiu a informar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__has_refund_slip
|
||
msgid "Has Refund Slip"
|
||
msgstr "Té una paga a abonar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__has_similar_attachment
|
||
msgid "Has Similar Attachment"
|
||
msgstr "Té un adjunt similar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__has_similar_attachment_warning
|
||
msgid "Has Similar Attachment Warning"
|
||
msgstr "Té un avís d'adjunt similar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__has_total_amount
|
||
msgid "Has Total Amount"
|
||
msgstr "Té una quantitat total"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.hr_payroll_headcount_action
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_payroll_headcount_action
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_headcount_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_headcount_view_tree
|
||
msgid "Headcount"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payroll_headcount_line
|
||
msgid "Headcount Line"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payroll_headcount.py:0
|
||
msgid "Headcount for %(company_name)s from %(date_from)s to %(date_to)s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payroll_headcount.py:0
|
||
msgid "Headcount for %(company_name)s on the %(date)s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_headcount_line_view_tree
|
||
msgid "Headcount's Employees"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payroll_headcount.py:0
|
||
msgid "Headcount's employees"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__hide_basic_on_pdf
|
||
msgid "Hide Basic On Pdf"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract__hourly_wage
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_contract__wage_type__hourly
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_structure_type__wage_type__hourly
|
||
msgid "Hourly Wage"
|
||
msgstr "Salari per hora"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "Hours / Week"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract__hours_per_week
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_resource_calendar__hours_per_week
|
||
msgid "Hours per Week"
|
||
msgstr "Hores per setmana"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.salary.rule,name:hr_payroll.hr_salary_rule_houserentallowance1
|
||
msgid "House Rent Allowance"
|
||
msgstr "Permisos de connexió de casa"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_dashboard_warning__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_lines_wizard__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_employee_declaration__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_line__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_working_rate__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_index__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_note__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_payment_report_wizard__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_employees__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input_type__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter_value__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule_category__id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_report__id
|
||
msgid "ID"
|
||
msgstr "ID"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__activity_exception_icon
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__activity_exception_icon
|
||
msgid "Icon"
|
||
msgstr "Icona"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__activity_exception_icon
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_run__activity_exception_icon
|
||
msgid "Icon to indicate an exception activity."
|
||
msgstr "Icona que indica una activitat d'excepció."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__message_needaction
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_run__message_needaction
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_attachment__message_needaction
|
||
msgid "If checked, new messages require your attention."
|
||
msgstr ""
|
||
"Si està marcat, hi ha nous missatges que requereixen la vostra atenció."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__message_has_error
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__message_has_sms_error
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_run__message_has_error
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_run__message_has_sms_error
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_attachment__message_has_error
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_attachment__message_has_sms_error
|
||
msgid "If checked, some messages have a delivery error."
|
||
msgstr "Si està marcat, alguns missatges tenen un error d'entrega."
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_by_employees
|
||
msgid ""
|
||
"If empty, the default salary structure from the Salary structure type of the"
|
||
" employee will be used"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_employee__is_non_resident
|
||
#: model:ir.model.fields,help:hr_payroll.field_res_users__is_non_resident
|
||
msgid "If recipient lives in a foreign country"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_input_type__is_quantity
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_attachment__is_quantity
|
||
msgid ""
|
||
"If set, hide currency and consider the manual input as a quantity for every "
|
||
"rule computation using this input."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_rule__active
|
||
msgid ""
|
||
"If the active field is set to false, it will allow you to hide the salary "
|
||
"rule without removing it."
|
||
msgstr ""
|
||
"Si el camp actiu s'estableix a fals, es pot ocultar la regla salarial sense "
|
||
"eliminar-la."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_employee__disabled
|
||
msgid "If the employee is declared disabled by law"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__image_1920
|
||
msgid "Image"
|
||
msgstr "Imatge"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__image_128
|
||
msgid "Image 128"
|
||
msgstr "Imatge 128"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_view_tree
|
||
msgid "Index Contracts"
|
||
msgstr "Contractes D'índex"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_hr_payroll_index
|
||
#: model:ir.actions.server,name:hr_payroll.action_index_contracts
|
||
msgid "Index contract(s)"
|
||
msgstr "Contracte(s) d'índex"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payroll_index
|
||
msgid "Index contracts"
|
||
msgstr "Contractes d'índex"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_res_config_settings__module_l10n_in_hr_payroll
|
||
msgid "Indian Payroll"
|
||
msgstr "Regles salarials índies"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__credit_note
|
||
msgid "Indicates this payslip has a refund of another"
|
||
msgstr ""
|
||
"Indica que aquesta nòmina inclou una factura rectificativa d'una altra"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Input Data"
|
||
msgstr "Dades d'entrada"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__note
|
||
msgid "Internal Note"
|
||
msgstr "Nota interna"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_employee__internet_invoice
|
||
msgid "Internet Subscription Invoice"
|
||
msgstr "Factura de subscripció a Internet"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__message_is_follower
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__message_is_follower
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__message_is_follower
|
||
msgid "Is Follower"
|
||
msgstr "És un seguidor"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract__is_fulltime
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_resource_calendar__is_fulltime
|
||
msgid "Is Full Time"
|
||
msgstr "És temps complet"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__is_paid
|
||
msgid "Is Paid"
|
||
msgstr "És pagat"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_line_view_search_register
|
||
msgid "Is Register"
|
||
msgstr "És un registre"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__is_regular
|
||
msgid "Is Regular"
|
||
msgstr "És regular"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__is_superuser
|
||
msgid "Is Superuser"
|
||
msgstr "És Superuser"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__is_wrong_duration
|
||
msgid "Is Wrong Duration"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input_type__is_quantity
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__is_quantity
|
||
msgid "Is quantity?"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_rule__quantity
|
||
msgid ""
|
||
"It is used in computation for percentage and fixed amount. E.g. a rule for "
|
||
"Meal Voucher having fixed amount of 1€ per worked day can have its quantity "
|
||
"defined in expression like worked_days['WORK100'].number_of_days."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_input__amount
|
||
msgid ""
|
||
"It is used in computation. E.g. a rule for salesmen having 1%% commission of"
|
||
" basic salary per product can defined in expression like: result = "
|
||
"inputs['SALEURO'].amount * contract.wage * 0.01."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_export_mixin__reference_month__1
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__res_company__ytd_reset_month__1
|
||
msgid "January"
|
||
msgstr "Gener"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_headcount_line_search
|
||
msgid "Job"
|
||
msgstr "Feina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__job_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__job_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_employees__job_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_report_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
msgid "Job Position"
|
||
msgstr "Lloc de treball"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_line__job_id
|
||
msgid "Job Title"
|
||
msgstr "Títul del treball"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_light_payslip
|
||
msgid "Job Title:"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_export_mixin__reference_month__7
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__res_company__ytd_reset_month__7
|
||
msgid "July"
|
||
msgstr "Juliol"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_export_mixin__reference_month__6
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__res_company__ytd_reset_month__6
|
||
msgid "June"
|
||
msgstr "Juny"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_report_view_search
|
||
msgid "Last 365 Days Payslip"
|
||
msgstr "Nòmines dels últims 365 dies"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "Last Departures"
|
||
msgstr "Últimes sortides"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_line_view_search_register
|
||
msgid "Last Month"
|
||
msgstr "Últim mes"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_line_view_search_register
|
||
msgid "Last Quarter"
|
||
msgstr "Últim trimestre"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_dashboard_warning__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_lines_wizard__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_employee_declaration__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_line__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_working_rate__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_index__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_note__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_payment_report_wizard__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_employees__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input_type__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter_value__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__write_uid
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule_category__write_uid
|
||
msgid "Last Updated by"
|
||
msgstr "Última actualització per"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_dashboard_warning__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_lines_wizard__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_employee_declaration__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_line__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_working_rate__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_index__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_note__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_payment_report_wizard__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_employees__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input_type__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter_value__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__write_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule_category__write_date
|
||
msgid "Last Updated on"
|
||
msgstr "Última actualització el"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount__line_ids
|
||
msgid "Line"
|
||
msgstr "Línia "
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_line_form
|
||
msgid "Line Name"
|
||
msgstr "Nom de la línia"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_declaration_mixin__lines_count
|
||
msgid "Lines Count"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_rule_category__parent_id
|
||
msgid ""
|
||
"Linking a salary category to its parent is used only for the reporting "
|
||
"purpose."
|
||
msgstr ""
|
||
"Enllaçar una categoria salarial amb el seu pare només s'utilitza pels "
|
||
"informes."
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_note_demo_content
|
||
msgid "Links:"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__paid
|
||
msgid "Made Payment Order? "
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__message_main_attachment_id
|
||
msgid "Main Attachment"
|
||
msgstr "Adjunt principal"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_export_mixin__reference_month__3
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__res_company__ytd_reset_month__3
|
||
msgid "March"
|
||
msgstr "Març"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_form
|
||
msgid "Mark as Completed"
|
||
msgstr "Marca com a completada"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Mark as paid"
|
||
msgstr "Marca com a pagada"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__master_department_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_report_view_search
|
||
msgid "Master Department"
|
||
msgstr "Departament de Mestres"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__condition_range_max
|
||
msgid "Maximum Range"
|
||
msgstr "Rang màxim"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_export_mixin__reference_month__5
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__res_company__ytd_reset_month__5
|
||
msgid "May"
|
||
msgstr "Maig"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.salary.rule,name:hr_payroll.hr_salary_rule_meal_voucher
|
||
msgid "Meal Voucher"
|
||
msgstr "Vals de menjar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__message_has_error
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__message_has_error
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__message_has_error
|
||
msgid "Message Delivery error"
|
||
msgstr "Error d'entrega del missatge"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__message_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__message_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__message_ids
|
||
msgid "Messages"
|
||
msgstr "Missatges"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__condition_range_min
|
||
msgid "Minimum Range"
|
||
msgstr "Rang mínim"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_employee__mobile_invoice
|
||
msgid "Mobile Subscription Invoice"
|
||
msgstr "Factura de subscripció mòbil"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_report_hr_payroll_contribution_register
|
||
msgid "Model for Printing hr.payslip.line grouped by register"
|
||
msgstr "Model per imprimir hr.payslip.line agrupat per registre"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/components/dashboard/payroll_stats/payroll_stats.xml:0
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_contract__schedule_pay__monthly
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_structure_type__default_schedule_pay__monthly
|
||
msgid "Monthly"
|
||
msgstr "Mensualment"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_tree
|
||
msgid "Monthly Amount"
|
||
msgstr "Quantitat mensual"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__my_activity_date_deadline
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__my_activity_date_deadline
|
||
msgid "My Activity Deadline"
|
||
msgstr "Venciment de l'activitat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_dashboard_warning__name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount__name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_note__name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter__name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter_value__rule_parameter_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule_category__name
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.contribution_register
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "Name"
|
||
msgstr "Nom"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payroll_structure__payslip_name
|
||
msgid ""
|
||
"Name to be set on a payslip. Example: 'End of the year bonus'. If not set, "
|
||
"the default value is 'Salary Slip'"
|
||
msgstr ""
|
||
"Nom a indicar sobre una nòmina. Exemple: 'Bonus de final d'any'. Si no "
|
||
"s'estableix, el valor predeterminat és «Salari»"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_light_payslip
|
||
msgid "Name:"
|
||
msgstr "Nom:"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__negative_net_to_report_amount
|
||
msgid "Negative Net To Report Amount"
|
||
msgstr "Import net negatiu a informar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__negative_net_to_report_display
|
||
msgid "Negative Net To Report Display"
|
||
msgstr "Visualització de la xarxa negativa per a informar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__negative_net_to_report_message
|
||
msgid "Negative Net To Report Message"
|
||
msgstr "Missatge de xarxa negativa per a informar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:mail.activity.type,name:hr_payroll.mail_activity_data_hr_payslip_negative_net
|
||
msgid "Negative Net to Report"
|
||
msgstr "Net negatiu a reportar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__is_refund
|
||
msgid "Negative Value"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.salary.rule.category,name:hr_payroll.NET
|
||
msgid "Net"
|
||
msgstr "Net"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_view_kanban
|
||
msgid "Net -"
|
||
msgstr "Net -"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
#: model:hr.salary.rule,name:hr_payroll.default_net_salary
|
||
msgid "Net Salary"
|
||
msgstr "Salari net"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__net_wage
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__net_wage
|
||
msgid "Net Wage"
|
||
msgstr "Salari net"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/report/hr_contract_history.py:0
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payslip_run__state__draft
|
||
msgid "New"
|
||
msgstr "Nou"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.payroll.dashboard.warning,name:hr_payroll.hr_payroll_dashboard_warning_new_contracts
|
||
msgid "New Contracts"
|
||
msgstr "Contractes nous"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "New Employees"
|
||
msgstr "Empleats nous"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_payslips_by_employees.py:0
|
||
msgid "New Payslip"
|
||
msgstr "Nova nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__activity_calendar_event_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__activity_calendar_event_id
|
||
msgid "Next Activity Calendar Event"
|
||
msgstr "Proper esdeveniment del calendari d'activitats"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__activity_date_deadline
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__activity_date_deadline
|
||
msgid "Next Activity Deadline"
|
||
msgstr "Data límit de la següent activitat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__activity_summary
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__activity_summary
|
||
msgid "Next Activity Summary"
|
||
msgstr "Resum de la següent activitat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__activity_type_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__activity_type_id
|
||
msgid "Next Activity Type"
|
||
msgstr "Tipus de la següent activitat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__no_end_date
|
||
msgid "No End Date"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "No ID number on the employee !!!"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_type__round_days__no
|
||
msgid "No Rounding"
|
||
msgstr "Sense arrodoniment"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.constraint,message:hr_payroll.constraint_hr_employee_unique_registration_number
|
||
msgid "No duplication of registration numbers is allowed"
|
||
msgstr "No es permet la duplicació dels números de registre"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input_type__default_no_end_date
|
||
msgid "No end date by default"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_rule_parameter.py:0
|
||
msgid "No rule parameter with code \"%(code)s\" was found for %(date)s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_employee__is_non_resident
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_res_users__is_non_resident
|
||
msgid "Non-resident"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/res_company.py:0
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_note__note
|
||
msgid "Note"
|
||
msgstr "Nota"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_rule_parameter_view_form
|
||
msgid ""
|
||
"Note a description of your parameter, when it's used, how is it computed, "
|
||
"what's the source, ..."
|
||
msgstr ""
|
||
"Tingueu en compte una descripció del vostre paràmetre, quan s'utilitza, com "
|
||
"es calcula, quina és la font, ..."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid ""
|
||
"Note: There are previous payslips with a negative amount for a total of %s "
|
||
"to report."
|
||
msgstr ""
|
||
"Nota: hi ha nòmines anteriors d'import negatiu a notificar per a un total de"
|
||
" %s."
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_rule_category_form
|
||
msgid "Notes"
|
||
msgstr "Notes"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.actions.act_window,help:hr_payroll.action_contribution_registers
|
||
msgid "Nothing to show"
|
||
msgstr "No hi ha res a mostrar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_export_mixin__reference_month__11
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__res_company__ytd_reset_month__11
|
||
msgid "November"
|
||
msgstr "Novembre"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__message_needaction_counter
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__message_needaction_counter
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__message_needaction_counter
|
||
msgid "Number of Actions"
|
||
msgstr "Nombre d'accions"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__number_of_days
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__number_of_days
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__number_of_days
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "Number of Days"
|
||
msgstr "Nombre de dies"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__number_of_hours
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__number_of_hours
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__number_of_hours
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "Number of Hours"
|
||
msgstr "Número d'hores"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid ""
|
||
"Number of days prior to the contract end date that a contract expiration "
|
||
"warning is triggered."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid ""
|
||
"Number of days prior to the work permit expiration date that a warning is "
|
||
"triggered."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__message_has_error_counter
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__message_has_error_counter
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__message_has_error_counter
|
||
msgid "Number of errors"
|
||
msgstr "Nombre d'errors"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_contract__full_time_required_hours
|
||
msgid ""
|
||
"Number of hours to work on the company schedule to be considered as "
|
||
"fulltime."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__message_needaction_counter
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_run__message_needaction_counter
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_attachment__message_needaction_counter
|
||
msgid "Number of messages requiring action"
|
||
msgstr "Nombre de missatges que requereixen una acció"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__message_has_error_counter
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_run__message_has_error_counter
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_attachment__message_has_error_counter
|
||
msgid "Number of messages with delivery error"
|
||
msgstr "Nombre de missatges amb error d'entrega"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_attachment__occurrences
|
||
msgid "Number of times the salary attachment will appear on the payslip."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__occurrences
|
||
msgid "Occurrences"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_export_mixin__reference_month__10
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__res_company__ytd_reset_month__10
|
||
msgid "October"
|
||
msgstr "Octubre"
|
||
|
||
#. module: hr_payroll
|
||
#: model:res.groups,name:hr_payroll.group_hr_payroll_user
|
||
msgid "Officer: Manage all contracts"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_note_demo_content
|
||
msgid "On the"
|
||
msgstr "En el@ info: whatsthis"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid ""
|
||
"On the first tab is the amount of worked time giving you a <strong>gross "
|
||
"amount</strong>."
|
||
msgstr ""
|
||
"A la primera pestanya hi ha la quantitat de temps treballat que us dona "
|
||
"<strong>import brut</strong>."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid ""
|
||
"On the second tab is the computation of the rules linked to the Structure "
|
||
"resulting in a <strong>net amount</strong>."
|
||
msgstr ""
|
||
"A la segona pestanya hi ha el càlcul de les regles enllaçades a l'estructura"
|
||
" que resulta en un <strong>import net</strong>."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid ""
|
||
"On the smartbutton, you can find all the <strong>Payslips</strong> included "
|
||
"in the Batch."
|
||
msgstr ""
|
||
"Al botó intel·ligent, podeu trobar totes les <strong>Nòmines</strong> "
|
||
"incloses al lot."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.server,name:hr_payroll.ir_actions_server_action_open_reporting
|
||
msgid "Open Payroll Reporting"
|
||
msgstr "Obre l'informe de nòmines"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Other Info"
|
||
msgstr "Altra informació"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "Other Information"
|
||
msgstr "Altres informacions"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_salary_rule__amount_select__input
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_salary_rule__condition_select__input
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_employee_grade_form
|
||
msgid "Other Input"
|
||
msgstr "Altres entrades"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__input_line_type_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input___allowed_input_type_ids
|
||
msgid "Other Input Line"
|
||
msgstr "Altres línies d'entrada"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_payslip_entry_type_view
|
||
msgid "Other Input Types"
|
||
msgstr "Altres tipus d'entrada"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Other Inputs"
|
||
msgstr "Altres entrades"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.work.entry.type,name:hr_payroll.hr_work_entry_type_out_of_contract
|
||
msgid "Out of Contract"
|
||
msgstr "Sense contracte"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_declaration_mixin__pdf_error
|
||
msgid "PDF Error Message"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_employee_declaration__pdf_file
|
||
msgid "PDF File"
|
||
msgstr "Arxiu PDF"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payroll_employee_declaration.py:0
|
||
msgid "PDF generation started. It will be available shortly."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payslip__state__paid
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payslip_run__state__paid
|
||
msgid "Paid"
|
||
msgstr "Pagat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__paid_amount
|
||
msgid "Paid Amount"
|
||
msgstr "Import pagat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_report__work_type__2
|
||
msgid "Paid Time Off"
|
||
msgstr "Absències pagades"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter_value__parameter_value
|
||
msgid "Parameter Value"
|
||
msgstr "Valor del paràmetre"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule_category__parent_id
|
||
msgid "Parent"
|
||
msgstr "Pare"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract__time_credit
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_search_inherit
|
||
msgid "Part Time"
|
||
msgstr "Temps parcial"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract__time_credit_type_id
|
||
msgid "Part Time Work Entry Type"
|
||
msgstr "Tipus d'entrada de la feina a temps parcial"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_form_inherit
|
||
msgid "Part time"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__partner_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__partner_id
|
||
msgid "Partner"
|
||
msgstr "Empresa"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_light_payslip
|
||
msgid "Pay Period:"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payslip
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__slip_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input__payslip_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__slip_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__payslip_id
|
||
msgid "Pay Slip"
|
||
msgstr "Nómina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__slip_id
|
||
msgid "PaySlip"
|
||
msgstr "Nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.contribution_register
|
||
msgid "PaySlip Lines by Contribution Register"
|
||
msgstr "Línies de nòmina per registre de contribució"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.contribution_register
|
||
msgid "PaySlip Name"
|
||
msgstr "Nom de la nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__payment_report
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__payment_report
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_payment_report_view_form
|
||
msgid "Payment Report"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__payment_report_date
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__payment_report_date
|
||
msgid "Payment Report Date"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__payment_report_filename
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__payment_report_filename
|
||
msgid "Payment Report Filename"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.open_payroll_modules
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_report_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_hr_employee_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid "Payroll"
|
||
msgstr "Nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.server,name:hr_payroll.action_reset_work_entries
|
||
msgid "Payroll - Technical: Reset Work Entries"
|
||
msgstr "Nòmina - Tècnic: Reinicialitza les entrades de treball"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.payroll_report_action
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_report_view_tree
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_report_view_graph
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_report_view_pivot
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_report_view_search
|
||
msgid "Payroll Analysis"
|
||
msgstr "Anàlisi de salaris"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payroll_report
|
||
msgid "Payroll Analysis Report"
|
||
msgstr "Informe d'anàlisi salarials"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__code
|
||
msgid "Payroll Code"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.client,name:hr_payroll.hr_payroll_dashboard_open
|
||
msgid "Payroll Dashboard"
|
||
msgstr "Tauler de nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payroll_dashboard_warning
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_dashboard_warning_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_dashboard_warning_view_tree
|
||
msgid "Payroll Dashboard Warning"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_hr_payroll_dashboard_warning
|
||
msgid "Payroll Dashboard Warnings"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payroll_declaration_mixin
|
||
msgid "Payroll Declaration Mixin"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payroll_employee_declaration
|
||
msgid "Payroll Employee Declaration"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid "Payroll Entries"
|
||
msgstr "Entrades de pagament"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payroll_headcount
|
||
msgid "Payroll Headcount"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payroll_note
|
||
msgid "Payroll Note"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid "Payroll Rules"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid "Payroll SEPA"
|
||
msgstr "Nòmina SEPA"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payroll_structure_filter
|
||
msgid "Payroll Structures"
|
||
msgstr "Estructures de nòmines"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid "Payroll rules that apply to your country"
|
||
msgstr "Regles salarials que s'apliquen al vostre país"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_note_demo_content
|
||
msgid "Payroll tips & tricks:"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_res_config_settings__module_hr_payroll_account
|
||
msgid "Payroll with Accounting"
|
||
msgstr "Nòmines amb comptabilitat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_res_config_settings__module_hr_payroll_account_iso20022
|
||
msgid "Payroll with SEPA payment"
|
||
msgstr "Nòmina amb pagament SEPA"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.server,name:hr_payroll.ir_cron_generate_payslip_pdfs_ir_actions_server
|
||
msgid "Payroll: Generate pdfs"
|
||
msgstr "Nòmina: Generar PDF"
|
||
|
||
#. module: hr_payroll
|
||
#: model:mail.template,name:hr_payroll.mail_template_new_payslip
|
||
msgid "Payroll: New Payslip"
|
||
msgstr "Núm. de pagament: Payslip nova"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.server,name:hr_payroll.ir_cron_update_payroll_data_ir_actions_server
|
||
msgid "Payroll: Update data"
|
||
msgstr "Paga: Actualitza les dades"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_hr_payslip_new
|
||
#: model:ir.actions.report,name:hr_payroll.action_report_payslip
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_lines_wizard__payslip_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_payment_report_wizard__payslip_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__payslip_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Payslip"
|
||
msgstr "Nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "Payslip 'Date From' must be earlier than 'Date To'."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.report,name:hr_payroll.action_report_light_payslip
|
||
msgid "Payslip (Light)"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__monthly_amount
|
||
msgid "Payslip Amount"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_filter
|
||
msgid "Payslip Batch"
|
||
msgstr "Lot de nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payslip_run
|
||
msgid "Payslip Batches"
|
||
msgstr "Lots de nòmines"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_employee__payslip_count
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__payslip_count
|
||
msgid "Payslip Count"
|
||
msgstr "Recompte de nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_by_employees
|
||
msgid "Payslip Generation"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payslip_input
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_input_type_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_input_type_view_tree
|
||
msgid "Payslip Input"
|
||
msgstr "Entrada de nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_input_type_view_tree
|
||
msgid "Payslip Input Name"
|
||
msgstr "Nom d'entrada de la nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payslip_input_type
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_input_type_view_search
|
||
msgid "Payslip Input Type"
|
||
msgstr "Tipus d'entrada de la nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__input_line_ids
|
||
msgid "Payslip Inputs"
|
||
msgstr "Entrades de nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_hr_employee_view_form
|
||
msgid "Payslip Language"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payslip_line
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_line_form
|
||
msgid "Payslip Line"
|
||
msgstr "Línia de fulla salarial"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.act_contribution_reg_payslip_lines
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_lines_wizard__line_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__line_ids
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_line_view_search_register
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_line_filter
|
||
msgid "Payslip Lines"
|
||
msgstr "Línies de nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__payslip_name
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__name
|
||
msgid "Payslip Name"
|
||
msgstr "Nom de la nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_view_hr_payslip_input_type
|
||
msgid "Payslip Other Input Types"
|
||
msgstr "Altres tipus d'entrada de la nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid "Payslip PDF Display"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_payment_report_wizard.py:0
|
||
msgid "Payslip Period"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_payment_report_wizard__payslip_run_id
|
||
msgid "Payslip Run"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payslip_worked_days
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__worked_days_line_ids
|
||
msgid "Payslip Worked Days"
|
||
msgstr "Nòmina de dies laborables"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.constraint,message:hr_payroll.constraint_hr_salary_attachment_check_monthly_amount
|
||
msgid "Payslip amount must be strictly positive."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_salary_attachment.py:0
|
||
#: model:ir.actions.act_window,name:hr_payroll.act_hr_employee_payslip_list
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_employee__slip_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__slip_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__payslip_ids
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_payroll_payslips
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_form_inherit
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_history_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_pivot
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_tree
|
||
msgid "Payslips"
|
||
msgstr "Nòmines"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_hr_payslip_run_tree
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_tree
|
||
msgid "Payslips Batches"
|
||
msgstr "Processament de les nòmines"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_tree
|
||
msgid "Payslips Count"
|
||
msgstr "Recompte de nòmines"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.payroll.dashboard.warning,name:hr_payroll.hr_payroll_dashboard_warning_payslips_previous_contract
|
||
msgid "Payslips Generated On Previous Contract"
|
||
msgstr "Nòmines generades al contracte anterior"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.hr_payslip_action_view_to_pay
|
||
msgid "Payslips To Pay"
|
||
msgstr "Nòmines a pagar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.payroll.dashboard.warning,name:hr_payroll.hr_payroll_dashboard_warning_payslips_negative_net
|
||
msgid "Payslips With Negative NET"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_by_employees
|
||
msgid "Payslips by Employees"
|
||
msgstr "Nòmines per empleat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_employee_declaration__pdf_filename
|
||
msgid "Pdf Filename"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_employee_declaration__pdf_to_generate
|
||
msgid "Pdf To Generate"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_index__percentage
|
||
msgid "Percentage"
|
||
msgstr "Percentatge"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__amount_percentage
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__amount_percentage
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_salary_rule__amount_select__percentage
|
||
msgid "Percentage (%)"
|
||
msgstr "Percentatge (%)"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__amount_percentage_base
|
||
msgid "Percentage based on"
|
||
msgstr "Percentatge basat en"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Period"
|
||
msgstr "Període"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_export_mixin__period_start
|
||
msgid "Period Start"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_export_mixin__period_stop
|
||
msgid "Period Stop"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_report__work_entry_source__planning
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_report__work_entry_source__planning
|
||
msgid "Planning"
|
||
msgstr "Planificació"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payroll_employee_declaration.py:0
|
||
msgid "Please select the declarations for which you want to generate a PDF."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_headcount_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_export_mixin_form_view
|
||
msgid "Populate"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid "Post payroll slips in accounting"
|
||
msgstr "Publicar el pagament de nòmines a la comptabilitat"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "Previous Negative Payslip to Report"
|
||
msgstr "Nòmines en negatiu anteriors a notificar"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_tree
|
||
msgid "Print"
|
||
msgstr "Imprimir"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.salary.rule,name:hr_payroll.hr_salary_rule_professionaltax1
|
||
msgid "Professional Tax"
|
||
msgstr "Impost professional"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "Prorated end-of-year bonus"
|
||
msgstr "Bonificació de final d'any revisada"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.salary.rule,name:hr_payroll.hr_salary_rule_providentfund1
|
||
msgid "Provident Fund"
|
||
msgstr "Fons del proveïdor"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_dashboard_warning__evaluation_code
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__amount_python_compute
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_salary_rule__amount_select__code
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_rule_filter
|
||
msgid "Python Code"
|
||
msgstr "Codi Python"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__condition_python
|
||
msgid "Python Condition"
|
||
msgstr "Condició Python"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_salary_rule__condition_select__python
|
||
msgid "Python Expression"
|
||
msgstr "Expressió python"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_rule_parameter_value__parameter_value
|
||
msgid "Python data structure"
|
||
msgstr "Estructura de dades en Python"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__quantity
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__quantity
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__quantity
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "Quantity"
|
||
msgstr "Quantitat"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.contribution_register
|
||
msgid "Quantity/Rate"
|
||
msgstr "Quantitat/Qualificació"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "Quarter %(quarter)s of %(year)s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_contract__schedule_pay__quarterly
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_structure_type__default_schedule_pay__quarterly
|
||
msgid "Quarterly"
|
||
msgstr "Trimestral"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__queued_for_pdf
|
||
msgid "Queued For Pdf"
|
||
msgstr "A la cua per Pdf"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_employee_declaration__state__pdf_to_generate
|
||
msgid "Queued PDF generation"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_salary_rule__condition_select__range
|
||
msgid "Range"
|
||
msgstr "Rang"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__condition_range
|
||
msgid "Range Based on"
|
||
msgstr "Interval basat en"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_working_rate__rate
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "Rate"
|
||
msgstr "Taxa"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__rate
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__rate
|
||
msgid "Rate (%)"
|
||
msgstr "Taxa (%)"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__rating_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__rating_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__rating_ids
|
||
msgid "Ratings"
|
||
msgstr "Valoracions"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.server,name:hr_payroll.action_hr_payroll_recompute_whole_sheet
|
||
msgid "Recompute Whole Sheet"
|
||
msgstr "Recalcula el full sencer"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Recompute the payslip lines only, not the worked days / input lines"
|
||
msgstr ""
|
||
"Recalcula només les línies de la nòmina, no els dies feiners/línies "
|
||
"d'entrada"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_salary_attachment.py:0
|
||
msgid "Recorded a new payment of %s."
|
||
msgstr "S'ha enregistrat un pagament nou de %s."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__number
|
||
msgid "Reference"
|
||
msgstr "Referència"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_export_mixin__reference_month
|
||
msgid "Reference Month"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_export_mixin__reference_year
|
||
msgid "Reference Year"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Refund"
|
||
msgstr "Abonament"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "Refund: %(payslip)s"
|
||
msgstr "Reemborsament: %(payslip)s"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_search
|
||
msgid "Refunds"
|
||
msgstr "Devolucions"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_employee__registration_number
|
||
msgid "Registration Number of the Employee"
|
||
msgstr "Número de registre del treballador"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure_type__default_struct_id
|
||
msgid "Regular Pay Structure"
|
||
msgstr "Estructura de pagament regular"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_report__work_type__1
|
||
msgid "Regular Working Day"
|
||
msgstr "Dia de Treball Regular"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
#: model:hr.salary.rule,name:hr_payroll.default_reimbursement_salary_rule
|
||
msgid "Reimbursement"
|
||
msgstr "Reimbursement"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_tree
|
||
msgid "Related Payslips"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__remaining_amount
|
||
msgid "Remaining Amount"
|
||
msgstr "Import restant"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.constraint,message:hr_payroll.constraint_hr_salary_attachment_check_remaining_amount
|
||
msgid "Remaining amount must be positive."
|
||
msgstr "La quantitat restant ha de ser positiva."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_attachment__remaining_amount
|
||
msgid "Remaining amount to be paid."
|
||
msgstr "Import restant a pagar."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid "Remove \"Conflicting\" filter"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_payment_report_wizard.py:0
|
||
msgid "Report Date"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_payroll_report
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_hr_work_entry_type_view_form_inherit_contract
|
||
msgid "Reporting"
|
||
msgstr "Informes"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_work_entry_export_mixin.py:0
|
||
msgid "Resolve Conflicts"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_resource_calendar
|
||
msgid "Resource Working Time"
|
||
msgstr "Temps de treball dels recursos"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__activity_user_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__activity_user_id
|
||
msgid "Responsible User"
|
||
msgstr "Usuari responsable"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_type__round_days_type
|
||
msgid "Round Type"
|
||
msgstr "Tipus d'arrodoniment"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_type__round_days
|
||
msgid "Rounding"
|
||
msgstr "Arrodoniment"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__salary_rule_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__salary_rule_id
|
||
msgid "Rule"
|
||
msgstr "Regla"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_salary_rule_category
|
||
msgid "Rule Categories"
|
||
msgstr "Categories de regles"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_rule_form
|
||
msgid "Rule Name"
|
||
msgstr "Nom de regla"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter_value__rule_parameter_id
|
||
msgid "Rule Parameter"
|
||
msgstr "Paràmetres de la regla"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_action_hr_salary_rule_parameter
|
||
msgid "Rule Parameters"
|
||
msgstr "Paràmetres de la regla"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_action_hr_salary_rule_form
|
||
msgid "Rules"
|
||
msgstr "Regles"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_salary_attachment__state__open
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_form
|
||
msgid "Running"
|
||
msgstr "En procés"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_employee__sim_card
|
||
msgid "SIM Card Copy"
|
||
msgstr "Copia la targeta SIM"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__message_has_sms_error
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__message_has_sms_error
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__message_has_sms_error
|
||
msgid "SMS Delivery error"
|
||
msgstr "Error de lliurament SMS"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_salary_configuration
|
||
msgid "Salary"
|
||
msgstr "Salari"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_contract.py:0
|
||
#: code:addons/hr_payroll/report/hr_contract_history.py:0
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_hr_salary_attachment_new
|
||
#: model:ir.actions.act_window,name:hr_payroll.hr_salary_attachment_action
|
||
#: model:ir.actions.act_window,name:hr_payroll.hr_salary_attachment_action_view_employee
|
||
#: model:ir.model,name:hr_payroll.model_hr_salary_attachment
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_form
|
||
msgid "Salary Attachment"
|
||
msgstr "Adjunt de salari"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract__salary_attachments_count
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract_history__salary_attachment_count
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_employee__salary_attachment_count
|
||
msgid "Salary Attachment Count"
|
||
msgstr "Comptador d'adjuncions de salaris"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__salary_attachment_count
|
||
msgid "Salary Attachment count"
|
||
msgstr "Comptador d'adjuncions de salaris"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
#: code:addons/hr_payroll/models/hr_salary_attachment.py:0
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_employee__salary_attachment_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__salary_attachment_ids
|
||
#: model:ir.ui.menu,name:hr_payroll.hr_menu_salary_attachments
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_form_inherit
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_history_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_pivot
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_tree
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Salary Attachments"
|
||
msgstr "Adjunts de salaris"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_rule_category_form
|
||
msgid "Salary Categories"
|
||
msgstr "Categories salarials"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Salary Computation"
|
||
msgstr "Cálculo de la nómina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_salary_rule
|
||
msgid "Salary Rule"
|
||
msgstr "Regla salarial"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_hr_salary_rule_category
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_rule_category_tree
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_salary_rule_category_filter
|
||
msgid "Salary Rule Categories"
|
||
msgstr "Categories de regles salarials"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_salary_rule_category
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_line_view_search_register
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_line_filter
|
||
msgid "Salary Rule Category"
|
||
msgstr "Categoria de regla salarial"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_rule_parameter
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_rule_parameter_view_form
|
||
msgid "Salary Rule Parameter"
|
||
msgstr "Paràmetre de la regla de salària"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_rule_parameter_value
|
||
msgid "Salary Rule Parameter Value"
|
||
msgstr "Valor del paràmetre de regla de salària"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.hr_rule_parameter_action
|
||
msgid "Salary Rule Parameters"
|
||
msgstr "Paràmetres de la regla de salària"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_salary_rule_form
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__rule_ids
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_rule_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_rule_list
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_employee_grade_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_rule_filter
|
||
msgid "Salary Rules"
|
||
msgstr "Regles salarials"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "Salary Slip"
|
||
msgstr "Lliurament del salari"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payroll_structure
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_employees__structure_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__struct_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_edit_payslip_lines_form_wizard
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_line_tree
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_line_tree_register
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_rule_filter
|
||
msgid "Salary Structure"
|
||
msgstr "Estructura salarial"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payroll_structure_type
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_employee__structure_type_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_employees__structure_type_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_employee_tree_inherit
|
||
msgid "Salary Structure Type"
|
||
msgstr "Tipus d'estructura salarial"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_view_hr_payroll_structure_from_type
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_view_hr_payroll_structure_list_form
|
||
msgid "Salary Structures"
|
||
msgstr "Estructura salarial"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract__schedule_pay
|
||
msgid "Schedule Pay"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_employee_declaration_view_search
|
||
msgid "Search Declarations"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_headcount_line_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_headcount_view_search
|
||
msgid "Search Headcount"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_dashboard_warning_view_search
|
||
msgid "Search Payroll Dashboard Warning"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_filter
|
||
msgid "Search Payslip Batches"
|
||
msgstr "Buscar processaments de nòmines"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_line_view_search_register
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_line_filter
|
||
msgid "Search Payslip Lines"
|
||
msgstr "Buscar línies de nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
msgid "Search Payslips"
|
||
msgstr "Cerca nòmines"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_search
|
||
msgid "Search Salary Attachment"
|
||
msgstr "Cerca un fitxer adjunt de pagament"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_rule_filter
|
||
msgid "Search Salary Rule"
|
||
msgstr "Buscar regla salarial"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_structure_type_view_search
|
||
msgid "Search Structure Type"
|
||
msgstr "Tipus d'estructura de cerca"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_contract__schedule_pay__semi-annually
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_structure_type__default_schedule_pay__semi-annually
|
||
msgid "Semi-annually"
|
||
msgstr "Semestralment"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_contract__schedule_pay__semi-monthly
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_structure_type__default_schedule_pay__semi-monthly
|
||
msgid "Semi-monthly"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:mail.template,description:hr_payroll.mail_template_new_payslip
|
||
msgid "Sent to employee to notify them about their new payslip"
|
||
msgstr ""
|
||
"Enviat a l'empleat per a notificar-li el pagament de la seva nova nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_export_mixin__reference_month__9
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__res_company__ytd_reset_month__9
|
||
msgid "September"
|
||
msgstr "Setembre"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_dashboard_warning__sequence
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__sequence
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__sequence
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure_type__sequence
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input__sequence
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__sequence
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__sequence
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__sequence
|
||
msgid "Sequence"
|
||
msgstr "Seqüència"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_by_employees
|
||
msgid ""
|
||
"Set a specific department if you wish to select all the employees from this "
|
||
"department (and subdepartments) at once."
|
||
msgstr ""
|
||
"Establiu un departament específic si voleu seleccionar tots els empleats "
|
||
"d'aquest departament (i subdepartaments) alhora."
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_by_employees
|
||
msgid ""
|
||
"Set a specific job if you wish to select all the employees from this job at "
|
||
"once."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_by_employees
|
||
msgid ""
|
||
"Set a specific structure type if you wish to select all the employees from "
|
||
"this structure type at once."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid "Set the Contract as <strong><q>Running</q></strong>."
|
||
msgstr "Estableix el contracte com a <strong><q>en execució</q></strong>."
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Set to Draft"
|
||
msgstr "Canvia a esborrany"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_hr_payroll_configuration
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_payroll_global_settings
|
||
msgid "Settings"
|
||
msgstr "Configuració"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
msgid "Slips to Confirm"
|
||
msgstr "Llisques per confirmar"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_payment_report_wizard.py:0
|
||
msgid "Some employees (%s) don't have a bank account."
|
||
msgstr "Alguns empleats (%s) no tenen un compte bancari."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_work_entry_export_mixin.py:0
|
||
msgid ""
|
||
"Some work entries are in conflict. Please resolve the conflicts before "
|
||
"exporting."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_payslips_by_employees.py:0
|
||
msgid "Some work entries could not be validated."
|
||
msgstr "Algunes entrades de treball no s'han pogut validar."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract__standard_calendar_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract_history__standard_calendar_id
|
||
msgid "Standard Calendar"
|
||
msgstr "Calendari estàndard"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__date_from
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__date_start
|
||
msgid "Start Date"
|
||
msgstr "Data inicial"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_employee_declaration__state
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_report__state
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_employee_declaration_view_search
|
||
msgid "State"
|
||
msgstr "Estat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__state
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__state
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__state
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_filter
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
msgid "Status"
|
||
msgstr "Estat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__activity_state
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_run__activity_state
|
||
msgid ""
|
||
"Status based on activities\n"
|
||
"Overdue: Due date is already passed\n"
|
||
"Today: Activity date is today\n"
|
||
"Planned: Future activities."
|
||
msgstr ""
|
||
"Estat basat en activitats\n"
|
||
"Vençuda: La data límit ja ha passat\n"
|
||
"Avui: La data de l'activitat és avui\n"
|
||
"Planificat: Activitats futures."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__struct_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__struct_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
msgid "Structure"
|
||
msgstr "Estructura"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_employee_grade_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payroll_structure_filter
|
||
msgid "Structure Name"
|
||
msgstr "Nom de l'estructura"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure_type__name
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_structure_type_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_structure_type_view_tree
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payroll_structure_filter
|
||
msgid "Structure Type"
|
||
msgstr "Tipus d'estructura"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure_type__struct_type_count
|
||
msgid "Structure Type Count"
|
||
msgstr "Comptador del tipus d'estructura"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.action_hr_payroll_structure_type
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_payroll_structure_type
|
||
msgid "Structure Types"
|
||
msgstr "Tipus d'estructura"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure_type__struct_ids
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_payroll_structure_view
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_structure_type_view_form
|
||
msgid "Structures"
|
||
msgstr "Estructures"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__sum_worked_hours
|
||
msgid "Sum Worked Hours"
|
||
msgstr "Hores de treball de suma"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.salary.rule,name:hr_payroll.hr_salary_rule_sum_alw_category
|
||
msgid "Sum of Allowance category"
|
||
msgstr "Suma de la categoria de permisos"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_report_view_tree
|
||
msgid "Sum of Days"
|
||
msgstr "Suma dels dies"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payroll_dashboard_warning__color
|
||
msgid "Tag color. No color means black."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
#: model:hr.salary.rule,name:hr_payroll.default_gross_salary_rule
|
||
#: model:hr.salary.rule.category,name:hr_payroll.GROSS
|
||
msgid "Taxable Salary"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__report_id
|
||
msgid "Template"
|
||
msgstr "Plantilla"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__country_code
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_input_type__country_code
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_run__country_code
|
||
msgid ""
|
||
"The ISO country code in two chars. \n"
|
||
"You can use this field for quick search."
|
||
msgstr ""
|
||
"El codi del país ISO en dos caràcters.\n"
|
||
"Podeu utilitzar aquest camp per una recerca ràpida."
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_form_inherit
|
||
msgid ""
|
||
"The Standard Calendar is the calendar used by the people working at a 100% "
|
||
"rate. It's used here to compute your part-time percentage."
|
||
msgstr ""
|
||
"El calendari estàndard és el calendari utilitzat per les persones que "
|
||
"treballen a una taxa del 100%. S'utilitza aquí per calcular el vostre "
|
||
"percentatge de temps parcial."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_work_entry_type__is_unforeseen
|
||
msgid ""
|
||
"The Work Entry checked as Unforeseen Absence will be counted in absenteeism "
|
||
"at work report."
|
||
msgstr ""
|
||
"L'entrada de treball marcada com a absència imprevista es comptarà en "
|
||
"absència en l'informe de treball."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/res_company.py:0
|
||
msgid ""
|
||
"The YTD reset day must be a valid day of the month : since the current month"
|
||
" is %(month)s, it should be between 1 and %(day)s."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payroll_edit_payslip_line__code
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_line__code
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_rule__code
|
||
msgid ""
|
||
"The code of salary rules can be used as reference in computation of other "
|
||
"rules. In that case, it is case sensitive."
|
||
msgstr ""
|
||
"El codi de les regles salarials poden ser utilitzades com referencia en el "
|
||
"càlcul d'altres regles. En aquest cas, es distingeixen entre majúscules i "
|
||
"minúscules."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_input__code
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_input_type__code
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_worked_days__work_entry_type_id
|
||
msgid "The code that can be used in the salary rules"
|
||
msgstr "El codi pot ser utilitzat en les regles salarials"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_line__amount_select
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_rule__amount_select
|
||
msgid "The computation method for the rule amount."
|
||
msgstr "El mètode de càlcul de l'import de l'impost."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_input__contract_id
|
||
msgid "The contract this input should be applied to"
|
||
msgstr "El contracte al qual s'ha d'aplicar aquesta entrada"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_worked_days__contract_id
|
||
msgid "The contract this worked days should be applied to"
|
||
msgstr "El contracte al qual s'han d'aplicar aquests dies laborables"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__paid_date
|
||
msgid "The date on which the payment is made to the employee."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid ""
|
||
"The duration of the payslip is not accurate according to the structure type."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid ""
|
||
"The following employees have a contract outside of the payslip period:\n"
|
||
"%s"
|
||
msgstr ""
|
||
"Els empleats següents tenen un contracte fora del període de la nòmina:\n"
|
||
"%s"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid ""
|
||
"The following values are not valid:\n"
|
||
"%s"
|
||
msgstr ""
|
||
"Els valors següents no són vàlids:\n"
|
||
"%s"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_rule__condition_range_max
|
||
msgid "The maximum amount, applied for this rule."
|
||
msgstr "L'import màxim aplicat a aquesta regla"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_rule__condition_range_min
|
||
msgid "The minimum amount, applied for this rule."
|
||
msgstr "L'import mínim aplicat a aquesta regla"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_light_payslip
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid ""
|
||
"The net amount will be recovered from the first positive remuneration "
|
||
"established after this."
|
||
msgstr ""
|
||
"L'import net es recuperarà de la primera remuneració positiva establerta "
|
||
"després d'això."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "The payslips should be in Draft or Waiting state."
|
||
msgstr "Les nòmines han de ser en estat Esborrany o Esperant."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/views/add_payslips_hook.js:0
|
||
msgid "The payslips(s) are now added to the batch"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "The period selected does not match the contract validity period."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "The selected payslips should be linked to the same batch"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.constraint,message:hr_payroll.constraint_hr_payroll_headcount_date_range
|
||
msgid "The start date must be anterior to the end date."
|
||
msgstr "La data d'inici ha de ser anterior a la data de fi."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_contract__time_credit_type_id
|
||
msgid ""
|
||
"The work entry type used when generating work entries to fit full time "
|
||
"working schedule."
|
||
msgstr ""
|
||
"El tipus d'entrada de treball utilitzat en generar entrades de treball per a"
|
||
" ajustar-se a la planificació de treball a temps complet."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_work_entry_type__unpaid_structure_ids
|
||
msgid "The work entry won’t grant any money to employee in payslip."
|
||
msgstr "L'entrada de treball no concedirà diners a l'empleat en nòmina."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payroll_declaration_mixin.py:0
|
||
msgid "There is no declaration to generate for the given period"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_payment_report_wizard.py:0
|
||
msgid ""
|
||
"There is no valid payslip (done and net wage > 0) to generate the file."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_payment_report_wizard.py:0
|
||
msgid "There should be at least one payslip to generate the file."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid ""
|
||
"There's no contract set on payslip %(payslip)s for %(employee)s. Check that "
|
||
"there is at least a contract set on the employee form."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "This action is forbidden on validated payslips."
|
||
msgstr "Aquesta acció està prohibida en nòmines de pagament validades."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "This action is restricted to payroll managers only."
|
||
msgstr "Aquesta acció està restringida només als gestors de nòmines."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_rule_parameter__code
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_rule_parameter_value__code
|
||
msgid "This code is used in salary rules to refer to this parameter."
|
||
msgstr ""
|
||
"Aquest codi s'utilitza en les regles salarials per a referir-se a aquest "
|
||
"paràmetre."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_input_type__struct_ids
|
||
msgid ""
|
||
"This input will be only available in those structure. If empty, it will be "
|
||
"available in all payslip."
|
||
msgstr ""
|
||
"Aquesta entrada només estarà disponible en aquesta estructura. Si està buit,"
|
||
" estarà disponible en totes les nòmines."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_contract_history__time_credit
|
||
msgid "This is a credit time contract."
|
||
msgstr "És un contracte de temps de crèdit."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_work_entry__is_credit_time
|
||
msgid "This is a credit time work entry."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "This payslip can be erroneous :"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_edit_payslip_lines_wizard.py:0
|
||
msgid "This payslip has been manually edited by %s."
|
||
msgstr "Aquesta nòmina ha editat manualment editada per %s."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "This payslip is not validated. This is not a legal document."
|
||
msgstr "Aquesta nòmina no està validada. No és un document legal."
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.actions.act_window,help:hr_payroll.payroll_report_action
|
||
msgid "This report performs analysis on your payslip."
|
||
msgstr "Aquest informe realitza una anàlisi sobre la vostra nòmina."
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.actions.act_window,help:hr_payroll.hr_work_entry_report_action
|
||
msgid "This report performs analysis on your work entries."
|
||
msgstr ""
|
||
"Aquest informe realitza una anàlisi de les vostres entrades de treball."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_rule__condition_range
|
||
msgid ""
|
||
"This will be used to compute the % fields values; in general it is on basic,"
|
||
" but you can also use categories code fields in lowercase as a variable "
|
||
"names (hra, ma, lta, etc.) and the variable basic."
|
||
msgstr ""
|
||
"S'utilitzarà per calcular el valor dels camps %; en general s'utilitza el "
|
||
"bàsic, però també pot utilitzar camps de codi de categories en minúscula com"
|
||
" noms de variables (hra, ma, ita, etc.) i les variables bàsiques."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_payslips_by_employees.py:0
|
||
msgid "Time intervals to look for:%s"
|
||
msgstr "Intervals de temps a cercar:%s"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount__date_to
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__date_to
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__date_to
|
||
msgid "To"
|
||
msgstr "Fins a"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
msgid "To Compute"
|
||
msgstr "Per a calcular"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_filter
|
||
msgid "To Confirm"
|
||
msgstr "Per confirmar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_payroll_employee_payslips_to_pay
|
||
msgid "To Pay"
|
||
msgstr "A pagar"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_light_payslip
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "To pay on"
|
||
msgstr "Per a pagar"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.actions.act_window,help:hr_payroll.action_contribution_registers
|
||
msgid "To see something in this report, compute a payslip."
|
||
msgstr "Per veure alguna cosa en aquest informe, calculeu una nòmina."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__total
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__total
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.contribution_register
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_resource_calendar_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "Total"
|
||
msgstr "Total"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__total_amount
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Total Amount"
|
||
msgstr "Import total"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Total Working Days"
|
||
msgstr "Dies de treball totals"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Total Working Hours"
|
||
msgstr "Hores de treball totals"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.constraint,message:hr_payroll.constraint_hr_salary_attachment_check_total_amount
|
||
msgid ""
|
||
"Total amount must be strictly positive and greater than or equal to the "
|
||
"payslip amount."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_attachment__total_amount
|
||
msgid "Total amount to be paid."
|
||
msgstr "Import total a pagar."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__sum_worked_hours
|
||
msgid "Total hours of attendance and time off (paid or not)"
|
||
msgstr "Hores totals d'assistències i absències (pagades o no)"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.constraint,message:hr_payroll.constraint_hr_rule_parameter__unique
|
||
msgid "Two rule parameters cannot have the same code."
|
||
msgstr "Els paràmetres de dues regles no poden tenir el mateix codi."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.constraint,message:hr_payroll.constraint_hr_rule_parameter_value__unique
|
||
msgid "Two rules with the same code cannot start the same day"
|
||
msgstr "Dues regles amb el mateix codi no poden començar el mateix dia"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__type
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__type_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__struct_type_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_input__input_type_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__work_entry_type_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__other_input_type_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_attachment_view_search
|
||
msgid "Type"
|
||
msgstr "Tipus"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__activity_exception_decoration
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_run__activity_exception_decoration
|
||
msgid "Type of the exception activity on record."
|
||
msgstr "Tipus d'activitat d'excepció registrada."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_type__is_unforeseen
|
||
msgid "Unforeseen Absence"
|
||
msgstr "Absència imprevista"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "Unknown State"
|
||
msgstr "Estat desconegut"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_hr_work_entry_type_view_form_inherit
|
||
msgid "Unpaid"
|
||
msgstr "Sense remunerar"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_report__work_type__3
|
||
msgid "Unpaid Time Off"
|
||
msgstr "Absències no retribuïdes"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__unpaid_work_entry_type_ids
|
||
msgid "Unpaid Work Entry Type"
|
||
msgstr "Tipus d'entrada de treball no pagada"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_employee_grade_form
|
||
msgid "Unpaid Work Entry Types"
|
||
msgstr "Tipus d'entrades de treball no pagades"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_type__unpaid_structure_ids
|
||
msgid "Unpaid in Structures Types"
|
||
msgstr "Tipus d'estructura no pagats"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_payment_report_wizard.py:0
|
||
msgid ""
|
||
"Untrusted bank account for the following employees:\n"
|
||
"%s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_type__round_days_type__up
|
||
msgid "Up"
|
||
msgstr "Puja"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__use_worked_day_lines
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__use_worked_day_lines
|
||
msgid "Use Worked Day Lines"
|
||
msgstr "Utilitza les línies de dies feiners"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_line__sequence
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_rule__sequence
|
||
msgid "Use to arrange calculation sequence"
|
||
msgstr "S'utilitza per organitzar la seqüència de càlcul"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_line__appears_on_payslip
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_rule__appears_on_payslip
|
||
msgid "Used to display the salary rule on payslip."
|
||
msgstr "S'utilitza per mostrar la regla salarial sobre la nòmina."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_rule__appears_on_employee_cost_dashboard
|
||
msgid "Used to display the value in the employer cost dashboard."
|
||
msgstr ""
|
||
"S'utilitza per a mostrar el valor en el tauler del cost de l'ocupador."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_res_users
|
||
msgid "User"
|
||
msgstr "Usuari"
|
||
|
||
#. module: hr_payroll
|
||
#: model:res.groups,comment:hr_payroll.group_hr_payroll_user
|
||
msgid "User can manage all contracts, work entries and create payslips."
|
||
msgstr ""
|
||
"L'usuari pot gestionar tots els contractes, entrades de treball i crear "
|
||
"nòmines."
|
||
|
||
#. module: hr_payroll
|
||
#: model:res.groups,comment:hr_payroll.group_hr_payroll_manager
|
||
msgid "User have full access on the application."
|
||
msgstr "L'usuari té accés complet a l'aplicació."
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_form
|
||
msgid "Validate"
|
||
msgstr "Validar"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_edit_payslip_lines_form_wizard
|
||
msgid "Validate Edition"
|
||
msgstr "Valida l'edició"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_report__state__validated
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_report_view_search
|
||
msgid "Validated"
|
||
msgstr "Validat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_rule_parameter__parameter_version_ids
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_rule_parameter_view_form
|
||
msgid "Versions"
|
||
msgstr "Versions"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__appears_on_employee_cost_dashboard
|
||
msgid "View on Employer Cost Dashboard"
|
||
msgstr "Visualitza en el tauler del cost de l'empleat"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_rule__appears_on_payroll_report
|
||
msgid "View on Payroll Reporting"
|
||
msgstr "Visualitza en l'informe de nòmina"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_contract_view_kanban
|
||
msgid "Wage :"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_line__wage_on_payroll
|
||
msgid "Wage On Payroll"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract__wage_type
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract_history__wage_type
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__wage_type
|
||
msgid "Wage Type"
|
||
msgstr "Tipus de salari"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_index_wizard.py:0
|
||
msgid "Wage indexed by %(percentage).2f%% on %(date)s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payslip__state__verify
|
||
msgid "Waiting"
|
||
msgstr "En espera"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_dashboard_warning__color
|
||
msgid "Warning Color"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__warning_message
|
||
msgid "Warning Message"
|
||
msgstr "Missatge d'advertència"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_salary_attachment.py:0
|
||
msgid "Warning, a similar attachment has been found."
|
||
msgstr "Avís, s'ha trobat un adjunt similar."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/components/dashboard/action_box/action_box.xml:0
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_payroll_dashboard_warning
|
||
msgid "Warnings"
|
||
msgstr "Avisos"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_work_entry.py:0
|
||
msgid ""
|
||
"Watch out for gaps in %(employee_name)s's calendar\n"
|
||
"\n"
|
||
"Please complete the missing work entries of %(employee_name)s:%(time_intervals_str)s \n"
|
||
"\n"
|
||
"Missing work entries are like the Bermuda Triangle for paychecks. Let's keep your colleague's earnings from vanishing into thin air!"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_work_entry_type__round_days_type
|
||
msgid "Way of rounding the work entry type."
|
||
msgstr "Com arrodonir el tipus d'entrada de la feina."
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_note_demo_content
|
||
msgid "We have to improve our Payroll flow with the new Odoo process"
|
||
msgstr "Hem de millorar el nostre flux de nòmina amb el nou procés Odoo"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__website_message_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_run__website_message_ids
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_salary_attachment__website_message_ids
|
||
msgid "Website Messages"
|
||
msgstr "Missatges del lloc web"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__website_message_ids
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip_run__website_message_ids
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_attachment__website_message_ids
|
||
msgid "Website communication history"
|
||
msgstr "Historial de comunicacions del lloc web"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "Week %(week_number)s of %(year)s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_contract__schedule_pay__weekly
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_structure_type__default_schedule_pay__weekly
|
||
msgid "Weekly"
|
||
msgstr "Setmanalment"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "Weeks %(week)s and %(week1)s of %(year)s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_work_entry_type__round_days
|
||
msgid ""
|
||
"When the work entry is displayed in the payslip, the value is rounded "
|
||
"accordingly."
|
||
msgstr ""
|
||
"Quan l'entrada de treball es mostra a la nòmina, el valor s'arrodoneix en "
|
||
"conseqüència."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_contract__calendar_changed
|
||
msgid "Whether the previous or next contract has a different schedule or not"
|
||
msgstr "Si el contracte anterior o següent té una programació diferent o no"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payroll_index__description
|
||
msgid ""
|
||
"Will be used as the message specifying why the wage on the contract has been"
|
||
" modified"
|
||
msgstr ""
|
||
"S'utilitzarà com a missatge especificant per què s'ha modificat el salari "
|
||
"del contracte"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__count_work
|
||
msgid "Work Days"
|
||
msgstr "Dies feiners"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_payroll_work_entries_root
|
||
msgid "Work Entries"
|
||
msgstr "Entrades de Treball"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.actions.act_window,name:hr_payroll.hr_work_entry_report_action
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_report_view_pivot
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_report_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_report_view_tree
|
||
msgid "Work Entries Analysis"
|
||
msgstr "Anàlisi d'entrades de treball"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_work_entry_report
|
||
msgid "Work Entries Analysis Report"
|
||
msgstr "Informe d'anàlisi d'entrades de treball"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_work_entry_export_mixin.py:0
|
||
msgid "Work Entries Export"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-javascript
|
||
#: code:addons/hr_payroll/static/src/js/tours/hr_payroll.js:0
|
||
msgid ""
|
||
"Work Entries are generated for each <strong>time period</strong> defined in "
|
||
"the Working Schedule of the Contract."
|
||
msgstr ""
|
||
"Les entrades de treball es generen per a cada <strong>període de "
|
||
"temps</strong> definit a la Planificació de Treball del Contracte."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_work_entry_export_mixin.py:0
|
||
msgid "Work Entries for %(employee)s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_export_employee_mixin__work_entry_ids
|
||
msgid "Work Entry"
|
||
msgstr "Entrada de treball"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.ui.menu,name:hr_payroll.menu_hr_work_entry_report
|
||
msgid "Work Entry Analysis"
|
||
msgstr "Anàlisi de l'entrada de treball"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_work_entry_export_employee_mixin
|
||
msgid "Work Entry Export Employee"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_work_entry_export_mixin
|
||
msgid "Work Entry Export Mixin"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__work_entry_source
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_report__work_entry_source
|
||
msgid "Work Entry Source"
|
||
msgstr "Font de la prestació"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__work_entry_type_id
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_work_entry_report__work_entry_type_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_report_view_search
|
||
msgid "Work Entry Type"
|
||
msgstr "Tipus d'entrada de treball"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__count_work_hours
|
||
msgid "Work Hours"
|
||
msgstr "Hores de treball"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid "Work Permit Expiration Notice Period"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_resource_calendar__work_time_rate
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.payroll_resource_calendar_view_form
|
||
msgid "Work Time Rate"
|
||
msgstr "Velocitat del temps de treball"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid ""
|
||
"Work entries may not be generated for the period from %(start)s to %(end)s."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payroll_structure_type__default_work_entry_type_id
|
||
msgid "Work entry type for regular attendances."
|
||
msgstr "Tipus d'entrada de treball per a assistències regulars."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract__work_time_rate
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract_history__work_time_rate
|
||
msgid "Work time rate"
|
||
msgstr "Taxa de temps laboral"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_resource_calendar__work_time_rate
|
||
msgid ""
|
||
"Work time rate versus full time working schedule, should be between 0 and "
|
||
"100 %."
|
||
msgstr ""
|
||
"La taxa de temps de treball enfront de l'horari de treball complet, hauria "
|
||
"d'estar entre el 0 i el 100%."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_contract__work_time_rate
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_contract_history__work_time_rate
|
||
msgid "Work time rate versus full time working schedule."
|
||
msgstr "Taxa de temps de treball versus horari de treball complet."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__work_code
|
||
msgid "Work type"
|
||
msgstr "Tipus de treball"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_report__work_type
|
||
msgid "Work, (un)paid Time Off"
|
||
msgstr "Treball, (sense)pagament"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Worked Day"
|
||
msgstr "Dies treballats"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_edit_payslip_lines_form_wizard
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Worked Days"
|
||
msgstr "Dies treballats"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_payslip_form
|
||
msgid "Worked Days & Inputs"
|
||
msgstr "Dies treballats i entrades"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_lines_wizard__worked_days_line_ids
|
||
msgid "Worked Days Lines"
|
||
msgstr "Línies de dies feiners"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payroll_structure__use_worked_day_lines
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_payslip__use_worked_day_lines
|
||
msgid "Worked days won't be computed/displayed in payslips."
|
||
msgstr "Els dies feiners no es computaran ni es mostraran en les nòmines."
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model,name:hr_payroll.model_hr_payroll_headcount_working_rate
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_line__working_rate_ids
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_headcount_line_search
|
||
msgid "Working Rate"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_contract__resource_calendar_id
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_payroll_report__work_entry_source__calendar
|
||
#: model:ir.model.fields.selection,name:hr_payroll.selection__hr_work_entry_report__work_entry_source__calendar
|
||
msgid "Working Schedule"
|
||
msgstr "Planificació de treball"
|
||
|
||
#. module: hr_payroll
|
||
#: model:hr.payroll.dashboard.warning,name:hr_payroll.hr_payroll_dashboard_warning_working_schedule_change
|
||
msgid "Working Schedule Changes"
|
||
msgstr "Canvis en la planificació de treball"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_salary_rule.py:0
|
||
msgid "Wrong percentage base or quantity defined for:"
|
||
msgstr "Base percentual incorrecta o quantitat definida per:"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_salary_rule.py:0
|
||
msgid "Wrong python code defined for:"
|
||
msgstr "Codi Python incorrecte definit per:"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_salary_rule.py:0
|
||
msgid "Wrong python condition defined for:"
|
||
msgstr "Condició de Python incorrecta definida per a:"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_salary_rule.py:0
|
||
msgid "Wrong quantity defined for:"
|
||
msgstr "Quantitat incorrecta definida per:"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_salary_rule.py:0
|
||
msgid "Wrong range condition defined for:"
|
||
msgstr "S'ha definit una condició d'interval incorrecta per a:"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_rule_parameter.py:0
|
||
msgid ""
|
||
"Wrong rule parameter value for %(rule_parameter_name)s at date %(date)s.\n"
|
||
"%(error)s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid ""
|
||
"Wrong warning computation code defined for:\n"
|
||
"- Warning: %(warning)s\n"
|
||
"- Error: %(error)s"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_line__ytd
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_worked_days_line__ytd
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_line__ytd
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip_worked_days__ytd
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "YTD"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.res_config_settings_view_form
|
||
msgid "YTD Reset Date"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_res_company__ytd_reset_day
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_res_config_settings__ytd_reset_day
|
||
msgid "YTD Reset Day of the month"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_res_company__ytd_reset_month
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_res_config_settings__ytd_reset_month
|
||
msgid "YTD Reset Month"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_declaration_mixin__year
|
||
msgid "Year"
|
||
msgstr "Any"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_edit_payslip_lines_wizard__ytd_computation
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_structure__ytd_computation
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payslip__ytd_computation
|
||
msgid "Year to Date Computation"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/res_users.py:0
|
||
msgid ""
|
||
"You are receiving this message because you are the HR Responsible of this "
|
||
"employee."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip_run.py:0
|
||
msgid ""
|
||
"You can't delete a batch with payslips if they are not draft or cancelled."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "You can't validate a cancelled payslip."
|
||
msgstr "No podeu validar una nòmina cancel·lada."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip_input_type.py:0
|
||
msgid ""
|
||
"You cannot delete %s as it is used in another module but you can archive it "
|
||
"instead."
|
||
msgstr ""
|
||
"No podeu suprimir %s ja que s'utilitza en un altre mòdul, però podeu "
|
||
"arxivar-lo."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "You cannot delete a payslip which is not draft or cancelled!"
|
||
msgstr ""
|
||
"No pot eliminar una nòmina que no estigui en estat esborrany o cancel·lat!"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_salary_attachment.py:0
|
||
msgid "You cannot delete a running salary attachment!"
|
||
msgstr "No podeu suprimir un adjunt de salari en execució!"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_salary_attachment.py:0
|
||
msgid "You cannot record a payment on multi employees attachments."
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip_run.py:0
|
||
msgid ""
|
||
"You cannot reset a batch to draft if some of the payslips have already been "
|
||
"paid."
|
||
msgstr ""
|
||
"No podeu restablir un processament a esborrany si ja s'han pagat algunes de "
|
||
"les nòmines."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip.py:0
|
||
msgid "You cannot validate a payslip on which the contract is cancelled"
|
||
msgstr "No podeu validar una nòmina en la qual el contracte està cancel·lat"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_index_wizard.py:0
|
||
msgid ""
|
||
"You have selected non running contracts, if you really need to index them, "
|
||
"please do it by hand"
|
||
msgstr ""
|
||
"Heu seleccionat contractes sense executar, si realment necessiteu indexar-"
|
||
"los, feu-ho a mà"
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_work_entry_export_mixin.py:0
|
||
msgid "You must be logged in a %(country_code)s company to use this feature"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payroll_declaration_mixin.py:0
|
||
msgid "You must be logged in a %s company to use this feature"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/wizard/hr_payroll_payslips_by_employees.py:0
|
||
msgid "You must select employee(s) to generate payslip(s)."
|
||
msgstr "Heu de seleccionar un(s) empleat(s) per crear les nòmines."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payslip_line.py:0
|
||
msgid "You must set a contract to create a payslip line."
|
||
msgstr "Heu de definir un contracte per crear una línia de nòmina."
|
||
|
||
#. module: hr_payroll
|
||
#. odoo-python
|
||
#: code:addons/hr_payroll/models/hr_payroll_structure_type.py:0
|
||
msgid "You should also be logged into a company in %s to set this country."
|
||
msgstr "També hauríeu d'entrar en una empresa de %s per establir aquest país."
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_work_entry_export_employee_mixin_list_view
|
||
msgid "contracts"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_run_form
|
||
msgid "e.g. April 2021"
|
||
msgstr "p. ex. abril 2021"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payslip_input_type_view_form
|
||
msgid "e.g. Child Support"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_structure_type_view_form
|
||
msgid "e.g. Employee"
|
||
msgstr "p. ex. Empleat"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_dashboard_warning_view_form
|
||
msgid "e.g. Employee Without Contracts"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_rule_form
|
||
msgid "e.g. Net"
|
||
msgstr "P. ex. Xarxa"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_salary_rule_form
|
||
msgid "e.g. Net Salary"
|
||
msgstr "P. ex. Salari net"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.view_hr_employee_grade_form
|
||
msgid "e.g. Regular Pay"
|
||
msgstr "P. ex. Pagament normal"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,field_description:hr_payroll.field_hr_payroll_headcount_line__headcount_id
|
||
msgid "headcount_id"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.hr_payroll_note_demo_content
|
||
msgid "https://www.odoo.com/fr_FR/slides/slide/manage-payroll-1002"
|
||
msgstr "https://www.odoo.com/fr_FR/slides/slide/manage-payroll-1002"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_light_payslip
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "of"
|
||
msgstr "de"
|
||
|
||
#. module: hr_payroll
|
||
#: model:ir.model.fields,help:hr_payroll.field_hr_salary_rule__amount_percentage_base
|
||
msgid "result will be affected to a variable"
|
||
msgstr "el resultat afectarà una variable"
|
||
|
||
#. module: hr_payroll
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_light_payslip
|
||
#: model_terms:ir.ui.view,arch_db:hr_payroll.report_payslip
|
||
msgid "xxxxxxxxxxxx"
|
||
msgstr ""
|
||
|
||
#. module: hr_payroll
|
||
#: model:mail.template,subject:hr_payroll.mail_template_new_payslip
|
||
msgid "{{ object.employee_id.name }}, a new payslip is available for you"
|
||
msgstr ""
|
||
"{{ object.employeeid.name }}, hi ha disponible una nova nòmina per vós"
|