mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-27 21:31:59 +02:00
Initial commit: Hr packages
This commit is contained in:
commit
62531cd146
2820 changed files with 1432848 additions and 0 deletions
|
|
@ -0,0 +1,207 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * hr_holidays_attendance
|
||||
#
|
||||
# Translators:
|
||||
# Pedro Castro Silva <pedrocs@exo.pt>, 2022
|
||||
# Manuela Silva <mmsrs@sky.com>, 2022
|
||||
# Nuno Silva <nuno.silva@arxi.pt>, 2022
|
||||
# Pedro Filipe <pedro2.10@hotmail.com>, 2022
|
||||
# Wil Odoo, 2024
|
||||
# Peter Lawrence Romão <peterromao@yahoo.co.uk>, 2024
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2025-02-03 09:16+0000\n"
|
||||
"PO-Revision-Date: 2022-09-22 05:46+0000\n"
|
||||
"Last-Translator: Peter Lawrence Romão <peterromao@yahoo.co.uk>, 2024\n"
|
||||
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#. odoo-python
|
||||
#: code:addons/hr_holidays_attendance/models/hr_leave_type.py:0
|
||||
#, python-format
|
||||
msgid "%s hours available"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model:ir.model,name:hr_holidays_attendance.model_hr_attendance
|
||||
msgid "Attendance"
|
||||
msgstr "Assiduidade"
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#. odoo-javascript
|
||||
#: code:addons/hr_holidays_attendance/static/src/xml/time_off_calendar.xml:0
|
||||
#, python-format
|
||||
msgid "Available"
|
||||
msgstr "Disponível"
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model:ir.model,name:hr_holidays_attendance.model_res_company
|
||||
msgid "Companies"
|
||||
msgstr "Empresas"
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model:ir.model.fields,field_description:hr_holidays_attendance.field_hr_leave_allocation__hr_attendance_overtime
|
||||
msgid "Count Extra Hours"
|
||||
msgstr "Contar Horas Extras"
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#. odoo-javascript
|
||||
#: code:addons/hr_holidays_attendance/static/src/xml/time_off_calendar.xml:0
|
||||
#, python-format
|
||||
msgid "Days"
|
||||
msgstr "Dias"
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model:ir.model.fields,field_description:hr_holidays_attendance.field_hr_leave_type__overtime_deductible
|
||||
#: model_terms:ir.ui.view,arch_db:hr_holidays_attendance.hr_employee_view_form_inherit
|
||||
#: model_terms:ir.ui.view,arch_db:hr_holidays_attendance.res_users_view_form
|
||||
msgid "Deduct Extra Hours"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model_terms:ir.ui.view,arch_db:hr_holidays_attendance.hr_leave_allocation_overtime_view_form
|
||||
msgid "Discard"
|
||||
msgstr "Descartar"
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model:hr.leave.type,name:hr_holidays_attendance.holiday_status_extra_hours
|
||||
#: model:ir.model.fields,field_description:hr_holidays_attendance.field_hr_leave__overtime_id
|
||||
#: model:ir.model.fields,field_description:hr_holidays_attendance.field_hr_leave_allocation__overtime_id
|
||||
msgid "Extra Hours"
|
||||
msgstr "Horas Extra"
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model_terms:ir.ui.view,arch_db:hr_holidays_attendance.hr_attendance_holidays_hr_leave_allocation_view_form_inherit
|
||||
#: model_terms:ir.ui.view,arch_db:hr_holidays_attendance.hr_leave_view_form
|
||||
msgid "Extra Hours Available"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#. odoo-javascript
|
||||
#: code:addons/hr_holidays_attendance/static/src/xml/time_off_calendar.xml:0
|
||||
#, python-format
|
||||
msgid "Hours"
|
||||
msgstr "Horas"
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model:ir.model.fields,field_description:hr_holidays_attendance.field_hr_leave_type__hr_attendance_overtime
|
||||
msgid "Hr Attendance Overtime"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model:ir.actions.act_window,name:hr_holidays_attendance.hr_leave_allocation_overtime_action
|
||||
#: model:ir.actions.act_window,name:hr_holidays_attendance.hr_leave_allocation_overtime_manager_action
|
||||
msgid "New Allocation Request"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model:ir.model.fields,help:hr_holidays_attendance.field_hr_leave_type__overtime_deductible
|
||||
msgid ""
|
||||
"Once a time off of this type is approved, extra hours in attendances will be"
|
||||
" deducted."
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#. odoo-python
|
||||
#: code:addons/hr_holidays_attendance/models/hr_leave_allocation.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Only an Officer or Administrator is allowed to edit the allocation duration "
|
||||
"in this status."
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model:ir.model.fields,field_description:hr_holidays_attendance.field_hr_leave__overtime_deductible
|
||||
#: model:ir.model.fields,field_description:hr_holidays_attendance.field_hr_leave_allocation__overtime_deductible
|
||||
msgid "Overtime Deductible"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model:ir.model.fields,field_description:hr_holidays_attendance.field_res_users__request_overtime
|
||||
msgid "Request Overtime"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model_terms:ir.ui.view,arch_db:hr_holidays_attendance.hr_leave_allocation_overtime_view_form
|
||||
msgid "Save"
|
||||
msgstr "Guardar"
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#. odoo-python
|
||||
#: code:addons/hr_holidays_attendance/models/hr_leave_allocation.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The employee does not have enough extra hours to extend this allocation."
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#. odoo-python
|
||||
#: code:addons/hr_holidays_attendance/models/hr_leave.py:0
|
||||
#, python-format
|
||||
msgid "The employee does not have enough extra hours to extend this leave."
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#. odoo-python
|
||||
#: code:addons/hr_holidays_attendance/models/hr_leave_allocation.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The employee does not have enough extra hours to request this allocation."
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#. odoo-python
|
||||
#: code:addons/hr_holidays_attendance/models/hr_leave.py:0
|
||||
#, python-format
|
||||
msgid "The employee does not have enough extra hours to request this leave."
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#. odoo-python
|
||||
#: code:addons/hr_holidays_attendance/models/hr_leave_allocation.py:0
|
||||
#, python-format
|
||||
msgid ""
|
||||
"The employee does not have enough overtime hours to request this leave."
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model:ir.model,name:hr_holidays_attendance.model_hr_leave
|
||||
msgid "Time Off"
|
||||
msgstr "Ausência"
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model:ir.model,name:hr_holidays_attendance.model_hr_leave_allocation
|
||||
msgid "Time Off Allocation"
|
||||
msgstr "Alocação de Ausência"
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model:ir.model,name:hr_holidays_attendance.model_hr_leave_type
|
||||
msgid "Time Off Type"
|
||||
msgstr ""
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model:ir.model.fields,field_description:hr_holidays_attendance.field_hr_leave__employee_overtime
|
||||
#: model:ir.model.fields,field_description:hr_holidays_attendance.field_hr_leave_allocation__employee_overtime
|
||||
msgid "Total Overtime"
|
||||
msgstr "Total de Horas Extra"
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#: model:ir.model,name:hr_holidays_attendance.model_res_users
|
||||
msgid "User"
|
||||
msgstr "Utilizador"
|
||||
|
||||
#. module: hr_holidays_attendance
|
||||
#. odoo-python
|
||||
#: code:addons/hr_holidays_attendance/models/hr_leave.py:0
|
||||
#, python-format
|
||||
msgid "You do not have enough extra hours to request this leave"
|
||||
msgstr ""
|
||||
Loading…
Add table
Add a link
Reference in a new issue