diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/hr_timesheet_attendance | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/hr_timesheet_attendance')
83 files changed, 7204 insertions, 0 deletions
diff --git a/addons/hr_timesheet_attendance/__init__.py b/addons/hr_timesheet_attendance/__init__.py new file mode 100644 index 00000000..abbf32ce --- /dev/null +++ b/addons/hr_timesheet_attendance/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import report diff --git a/addons/hr_timesheet_attendance/__manifest__.py b/addons/hr_timesheet_attendance/__manifest__.py new file mode 100644 index 00000000..d073a95c --- /dev/null +++ b/addons/hr_timesheet_attendance/__manifest__.py @@ -0,0 +1,19 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': "Timesheets/attendances reporting", + 'description': """ + Module linking the attendance module to the timesheet app. + """, + 'category': 'Hidden', + 'version': '1.0', + + 'depends': ['hr_timesheet', 'hr_attendance'], + 'data': [ + 'security/ir.model.access.csv', + 'report/hr_timesheet_attendance_report_view.xml', + ], + 'auto_install': True, + 'license': 'LGPL-3', +} diff --git a/addons/hr_timesheet_attendance/i18n/af.po b/addons/hr_timesheet_attendance/i18n/af.po new file mode 100644 index 00000000..07964ac5 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/af.po @@ -0,0 +1,112 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +# Andre de Kock <adekock11@gmail.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Andre de Kock <adekock11@gmail.com>, 2017\n" +"Language-Team: Afrikaans (https://www.transifex.com/odoo/teams/41243/af/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: af\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "Datum" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "Vertoningsnaam" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "Laas Gewysig op" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "Gebruiker" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/am.po b/addons/hr_timesheet_attendance/i18n/am.po new file mode 100644 index 00000000..cf689792 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/am.po @@ -0,0 +1,108 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Amharic (https://www.transifex.com/odoo/teams/41243/am/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: am\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/ar.po b/addons/hr_timesheet_attendance/i18n/ar.po new file mode 100644 index 00000000..646f8a4a --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/ar.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Sherif Abd Ekmoniem <sherif.tsupport@gmail.com>, 2020 +# Mustafa Rawi <mustafa@cubexco.com>, 2020 +# Akram Alfusayal <akram_ma@hotmail.com>, 2020 +# Martin Trigaux, 2020 +# Osama Ahmaro <osamaahmaro@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Osama Ahmaro <osamaahmaro@gmail.com>, 2020\n" +"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "التاريخ" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "المُعرف" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "سجل النشاط / الحضور" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "تقرير حضور سجل النشاط" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "مجموع الحضور" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "مجموع الاختلافات" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "سجل النشاط الكلي" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "المستخدم" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "حضور سجل النشاط" diff --git a/addons/hr_timesheet_attendance/i18n/az.po b/addons/hr_timesheet_attendance/i18n/az.po new file mode 100644 index 00000000..d5c9f317 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/az.po @@ -0,0 +1,78 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-08-24 09:19+0000\n" +"Language-Team: Azerbaijani (https://www.transifex.com/odoo/teams/41243/az/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: az\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/bg.po b/addons/hr_timesheet_attendance/i18n/bg.po new file mode 100644 index 00000000..2483a995 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/bg.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# aleksandar ivanov, 2020 +# Maria Boyadjieva <marabo2000@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Maria Boyadjieva <marabo2000@gmail.com>, 2020\n" +"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Дата" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "График/посещаемост" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Обща посещаемост" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Обща разлика" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Общо график" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Потребител" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "посещаемост по график" diff --git a/addons/hr_timesheet_attendance/i18n/bn.po b/addons/hr_timesheet_attendance/i18n/bn.po new file mode 100644 index 00000000..9a516852 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/bn.po @@ -0,0 +1,83 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Abu Zafar <azmikbal@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Abu Zafar <azmikbal@gmail.com>, 2021\n" +"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "প্রদর্শন নাম" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "আইডি " + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "সর্বশেষ সংশোধিত" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/bs.po b/addons/hr_timesheet_attendance/i18n/bs.po new file mode 100644 index 00000000..59d2a505 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/bs.po @@ -0,0 +1,83 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2018 +# Boško Stojaković <bluesoft83@gmail.com>, 2018 +# Bole <bole@dajmi5.com>, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Bole <bole@dajmi5.com>, 2018\n" +"Language-Team: Bosnian (https://www.transifex.com/odoo/teams/41243/bs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bs\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Datum" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Zadnje mijenjano" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Korisnik" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/ca.po b/addons/hr_timesheet_attendance/i18n/ca.po new file mode 100644 index 00000000..662a9bed --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/ca.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Quim - eccit <quim@eccit.com>, 2020 +# jabelchi, 2021 +# José Cabrera Lozano <jose.cabrera@edukative.es>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: José Cabrera Lozano <jose.cabrera@edukative.es>, 2021\n" +"Language-Team: Catalan (https://www.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_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Data" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Última modificació el " + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Encara no hi han dades!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Fulls d'hores / Assistència" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Informe Fulls d'hores Assistència" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Total assistència" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Diferència total" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Total full d'hores" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Usuari" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "fulls d'hores asistència" diff --git a/addons/hr_timesheet_attendance/i18n/ckb.po b/addons/hr_timesheet_attendance/i18n/ckb.po new file mode 100644 index 00000000..71871410 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/ckb.po @@ -0,0 +1,83 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020\n" +"Language-Team: Central Kurdish (https://www.transifex.com/odoo/teams/41243/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "بەروار" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "پیشاندانی ناو" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ناسنامە" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "دواین دەستکاری لە" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "هیچ زانیاری نییە!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "بەکارهێنەر" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/cs.po b/addons/hr_timesheet_attendance/i18n/cs.po new file mode 100644 index 00000000..81ed9ac3 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/cs.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Chris <krystof.reklamy13@gmail.com>, 2020 +# Jan Horzinka <jan.horzinka@centrum.cz>, 2020 +# trendspotter, 2020 +# karolína schusterová <karolina.schusterova@vdp.sk>, 2020 +# Rastislav Brencic <rastislav.brencic@azet.sk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Rastislav Brencic <rastislav.brencic@azet.sk>, 2020\n" +"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Datum" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Zobrazované jméno" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Naposled změněno" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Zatím žádná data!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Časový rozvrh / docházka" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Zpráva o docházce v časovém rozvrhu" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Celkem docházka" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Celkový rozdíl" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Celkový časový rozvrh" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Uživatel" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "časový rozvrh docházky" diff --git a/addons/hr_timesheet_attendance/i18n/da.po b/addons/hr_timesheet_attendance/i18n/da.po new file mode 100644 index 00000000..f9a0f8eb --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/da.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Morten Schou <ms@msteknik.dk>, 2020 +# Jesper Carstensen <jc@danodoo.dk>, 2020 +# Sanne Kristensen <sanne@vkdata.dk>, 2020 +# lhmflexerp <lhm@flexerp.dk>, 2020 +# Mads Søndergaard <mads@vkdata.dk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Mads Søndergaard <mads@vkdata.dk>, 2020\n" +"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Dato" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Ingen data endnu!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Timesedler / fremmøde" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Fremmøderapport ud fra timesedler " + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Total fremmøde" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Difference i alt" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "I alt på tidsskema" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Bruger" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "Timeseddel fremmøde" diff --git a/addons/hr_timesheet_attendance/i18n/de.po b/addons/hr_timesheet_attendance/i18n/de.po new file mode 100644 index 00000000..c1f05c0d --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/de.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Tobias Arndt, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Tobias Arndt, 2020\n" +"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Datum" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Noch keine Daten vorhanden!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Zeiterfassung / Anwesenheit" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Zeiterfassung Anwesenheitsnachweis" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Gesamt Anwesenheit" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Differenz" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Gesamte Projektzeit" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Benutzer" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "Zeiterfassungs-Anwesenheit" diff --git a/addons/hr_timesheet_attendance/i18n/el.po b/addons/hr_timesheet_attendance/i18n/el.po new file mode 100644 index 00000000..c3e5cfdd --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/el.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Kostas Goutoudis <goutoudis@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>, 2020\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Ημερομηνία" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "Κωδικός" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Τελευταία τροποποίηση στις" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Σύνολο Παρουσιών" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Σύνολο Διαφοράς" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Συνολικός Χρόνος Εργασίας" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Χρήστης" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/en_GB.po b/addons/hr_timesheet_attendance/i18n/en_GB.po new file mode 100644 index 00000000..7dbd80ee --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/en_GB.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: English (United Kingdom) (https://www.transifex.com/odoo/teams/41243/en_GB/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: en_GB\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "Display Name" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "Last Modified on" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/eo.po b/addons/hr_timesheet_attendance/i18n/eo.po new file mode 100644 index 00000000..990c2712 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/eo.po @@ -0,0 +1,79 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Language-Team: Esperanto (https://www.transifex.com/odoo/teams/41243/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/es.po b/addons/hr_timesheet_attendance/i18n/es.po new file mode 100644 index 00000000..1976a40f --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/es.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Jorge Luis Alfonso <jlalfonso21@gmail.com>, 2020 +# Daniela Cervantes <dace@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Daniela Cervantes <dace@odoo.com>, 2021\n" +"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Fecha" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "No hay información aún" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Hojas de horas/asistencia" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Informe de asistencia de hoja de horas" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Asistencias totales" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Diferencia total" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Total hoja de horas" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Usuario" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "Asistencia en la hoja de horas" diff --git a/addons/hr_timesheet_attendance/i18n/es_BO.po b/addons/hr_timesheet_attendance/i18n/es_BO.po new file mode 100644 index 00000000..864b9f19 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/es_BO.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Spanish (Bolivia) (https://www.transifex.com/odoo/teams/41243/es_BO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_BO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/es_CL.po b/addons/hr_timesheet_attendance/i18n/es_CL.po new file mode 100644 index 00000000..905ccbf7 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/es_CL.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Spanish (Chile) (https://www.transifex.com/odoo/teams/41243/es_CL/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CL\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/es_CO.po b/addons/hr_timesheet_attendance/i18n/es_CO.po new file mode 100644 index 00000000..db80ef4b --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/es_CO.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Spanish (Colombia) (https://www.transifex.com/odoo/teams/41243/es_CO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "Nombre Público" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "Última Modificación el" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/es_CR.po b/addons/hr_timesheet_attendance/i18n/es_CR.po new file mode 100644 index 00000000..6b115328 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/es_CR.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Spanish (Costa Rica) (https://www.transifex.com/odoo/teams/41243/es_CR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_CR\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/es_DO.po b/addons/hr_timesheet_attendance/i18n/es_DO.po new file mode 100644 index 00000000..5c36d6cf --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/es_DO.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Spanish (Dominican Republic) (https://www.transifex.com/odoo/teams/41243/es_DO/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_DO\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "ID (identificación)" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "Última modificación en" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/es_EC.po b/addons/hr_timesheet_attendance/i18n/es_EC.po new file mode 100644 index 00000000..78691306 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/es_EC.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Spanish (Ecuador) (https://www.transifex.com/odoo/teams/41243/es_EC/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_EC\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "Fecha de modificación" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/es_MX.po b/addons/hr_timesheet_attendance/i18n/es_MX.po new file mode 100644 index 00000000..5ae1c8cc --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/es_MX.po @@ -0,0 +1,83 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Cécile Collart <cco@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Cécile Collart <cco@odoo.com>, 2021\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/odoo/teams/41243/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Fecha" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Nombre mostrado" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "No hay información aún" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Hojas de horas/asistencia" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Informe de asistencia de hoja de horas" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Asistencias totales" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Diferencia total" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Total hoja de horas" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Usuario" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "Asistencia en la hoja de horas" diff --git a/addons/hr_timesheet_attendance/i18n/es_PE.po b/addons/hr_timesheet_attendance/i18n/es_PE.po new file mode 100644 index 00000000..4f24bd48 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/es_PE.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Spanish (Peru) (https://www.transifex.com/odoo/teams/41243/es_PE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "Nombre a Mostrar" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "Ultima Modificación en" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/es_PY.po b/addons/hr_timesheet_attendance/i18n/es_PY.po new file mode 100644 index 00000000..e4437426 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/es_PY.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Spanish (Paraguay) (https://www.transifex.com/odoo/teams/41243/es_PY/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_PY\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/es_VE.po b/addons/hr_timesheet_attendance/i18n/es_VE.po new file mode 100644 index 00000000..f9df2c16 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/es_VE.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Spanish (Venezuela) (https://www.transifex.com/odoo/teams/41243/es_VE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_VE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "Mostrar nombre" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "Modificada por última vez" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/et.po b/addons/hr_timesheet_attendance/i18n/et.po new file mode 100644 index 00000000..165070a4 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/et.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Triine Aavik <triine@avalah.ee>, 2020 +# Martin Trigaux, 2020 +# Arma Gedonsky <armagedonsky@hot.ee>, 2020 +# Eneli Õigus <enelioigus@gmail.com>, 2020 +# Piia Paurson <piia@avalah.ee>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Piia Paurson <piia@avalah.ee>, 2020\n" +"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Kuupäev" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Kuva nimi" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud (millal)" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Andmed puuduvad!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Ajaarvestus / kohalolek" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Kogu kohalviibimine" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Kogu erinevus" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Kokku ajaarvestus" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Kasutaja" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "ajaarvestuse kohalolek" diff --git a/addons/hr_timesheet_attendance/i18n/eu.po b/addons/hr_timesheet_attendance/i18n/eu.po new file mode 100644 index 00000000..36e9f304 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/eu.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2021 +# oihane <oihanecruce@gmail.com>, 2021 +# Eneko <eastigarraga@codesyntax.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Eneko <eastigarraga@codesyntax.com>, 2021\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Data" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Azken aldaketa" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Erabiltzailea" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/fa.po b/addons/hr_timesheet_attendance/i18n/fa.po new file mode 100644 index 00000000..42d8cb64 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/fa.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Hamid Darabi, 2020 +# Hamed Mohammadi <hamed@dehongi.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Hamed Mohammadi <hamed@dehongi.com>, 2020\n" +"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "تاریخ" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "شناسه" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "آخرین تغییر در" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "کاربر" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/fi.po b/addons/hr_timesheet_attendance/i18n/fi.po new file mode 100644 index 00000000..1a46686f --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/fi.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Kari Lindgren <kari.lindgren@emsystems.fi>, 2020 +# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2020 +# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020 +# Simo Suurla <simo@suurla.fi>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Simo Suurla <simo@suurla.fi>, 2020\n" +"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Päivämäärä" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "Tunniste (ID)" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Tuntikortti / Läsnäolo" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Tuntikortit / Läsnäolot -raportti" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Läsnä kaikkiaan" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Lopullinen ero" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Tuntikortti yhteensä" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Käyttäjä" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "timesheet attendance" diff --git a/addons/hr_timesheet_attendance/i18n/fo.po b/addons/hr_timesheet_attendance/i18n/fo.po new file mode 100644 index 00000000..9d8cfefe --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/fo.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Faroese (https://www.transifex.com/odoo/teams/41243/fo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "Vís navn" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "Seinast rættað tann" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/fr.po b/addons/hr_timesheet_attendance/i18n/fr.po new file mode 100644 index 00000000..e57eec4e --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/fr.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Aurélien Pillevesse <aurelienpillevesse@hotmail.fr>, 2020 +# Cécile Collart <cco@odoo.com>, 2020 +# Olivier ANDRE <frsw194@gmail.com>, 2020 +# gdp Odoo <gdp@odoo.com>, 2020 +# Gilles Mangin <gilles.mangin@phidias.fr>, 2020 +# guillaume bauer <guillaume.bauer@syentys.fr>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: guillaume bauer <guillaume.bauer@syentys.fr>, 2020\n" +"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Date" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Pas de données" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Feuille de temps/Présence" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Rapport de présence des feuilles de temps" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Total des pointages" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Différence Totale" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Total des feuilles de temps" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Utilisateur" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "feuille de temps/présence" diff --git a/addons/hr_timesheet_attendance/i18n/fr_CA.po b/addons/hr_timesheet_attendance/i18n/fr_CA.po new file mode 100644 index 00000000..a3367f21 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/fr_CA.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: French (Canada) (https://www.transifex.com/odoo/teams/41243/fr_CA/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr_CA\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "Identifiant" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/gl.po b/addons/hr_timesheet_attendance/i18n/gl.po new file mode 100644 index 00000000..66d06d4b --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/gl.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Galician (https://www.transifex.com/odoo/teams/41243/gl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/gu.po b/addons/hr_timesheet_attendance/i18n/gu.po new file mode 100644 index 00000000..5867d980 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/gu.po @@ -0,0 +1,82 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2018 +# Turkesh Patel <turkesh4friends@gmail.com>, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Turkesh Patel <turkesh4friends@gmail.com>, 2018\n" +"Language-Team: Gujarati (https://www.transifex.com/odoo/teams/41243/gu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: gu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "તારીખ" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "પ્રદર્શન નામ" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ઓળખ" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "વપરાશકર્તા" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/he.po b/addons/hr_timesheet_attendance/i18n/he.po new file mode 100644 index 00000000..f71f2d3a --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/he.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Yihya Hugirat <hugirat@gmail.com>, 2020 +# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020 +# Lilach Gilliam <lilach.gilliam@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Lilach Gilliam <lilach.gilliam@gmail.com>, 2021\n" +"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "תאריך" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "שם תצוגה" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "מזהה" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "שונה לאחרונה ב - " + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "אין דירוג עדיין" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "דיווח שעות / נוכחות" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "דוח נוכחות בדיווח שעות" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "נוכחות כוללת" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "הפרש כולל" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "דיווח שעות כולל" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "משתמש" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "נוכחות בדיווח שעות" diff --git a/addons/hr_timesheet_attendance/i18n/hi.po b/addons/hr_timesheet_attendance/i18n/hi.po new file mode 100644 index 00000000..b579a1b3 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/hi.po @@ -0,0 +1,79 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Language-Team: Hindi (https://www.transifex.com/odoo/teams/41243/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/hr.po b/addons/hr_timesheet_attendance/i18n/hr.po new file mode 100644 index 00000000..ad162a9a --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/hr.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# KRISTINA PALAŠ <kristina.palas@storm.hr>, 2020 +# Tina Milas, 2020 +# Bole <bole@dajmi5.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Bole <bole@dajmi5.com>, 2021\n" +"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Datum" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Nema još podataka!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Evidencija rada / Prisutnost" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Izvještaj prisustva" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Ukupna prisutnost" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Ukupna razlika" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Ukupan broj evidentiranih sati u evidenciji rada" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Korisnik" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "timesheet attendance" diff --git a/addons/hr_timesheet_attendance/i18n/hr_timesheet_attendance.pot b/addons/hr_timesheet_attendance/i18n/hr_timesheet_attendance.pot new file mode 100644 index 00000000..3171f9f9 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/hr_timesheet_attendance.pot @@ -0,0 +1,79 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-01 07:29+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/hu.po b/addons/hr_timesheet_attendance/i18n/hu.po new file mode 100644 index 00000000..600b7b48 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/hu.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2021 +# krnkris, 2021 +# Ákos Nagy <akos.nagy@oregional.hu>, 2021 +# Tamás Németh <ntomasz81@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Tamás Németh <ntomasz81@gmail.com>, 2021\n" +"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Dátum" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "Azonosító" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Legutóbb módosítva" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Még nincs adat!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Munkaidő-nyilvántartások / Jelenlétek" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Munkaidő-nyilvántartás jelenlét kimutatás" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Összes jelenlét" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Teljes különbség" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Összes munkaidő-nyilvántartás" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Felhasználó" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "munkaidő-nyilvántartás jelenlét" diff --git a/addons/hr_timesheet_attendance/i18n/id.po b/addons/hr_timesheet_attendance/i18n/id.po new file mode 100644 index 00000000..47a8ce92 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/id.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Wahyu Setiawan <wahyusetiaaa@gmail.com>, 2020 +# Muftiara Syuhada <muftiara.syuhada@falinwa.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Muftiara Syuhada <muftiara.syuhada@falinwa.com>, 2020\n" +"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Tanggal" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Terakhir diubah pada" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Belum ada data!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Jumlah Kehadiran" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Total Perbedaan" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Total Timesheet" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Pengguna" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/is.po b/addons/hr_timesheet_attendance/i18n/is.po new file mode 100644 index 00000000..5aacd3d3 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/is.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2018 +# Birgir Steinarsson <biggboss83@gmail.com>, 2018 +# Bjorn Ingvarsson <boi@exigo.is>, 2018 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-08-24 09:19+0000\n" +"Last-Translator: Bjorn Ingvarsson <boi@exigo.is>, 2018\n" +"Language-Team: Icelandic (https://www.transifex.com/odoo/teams/41243/is/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: is\n" +"Plural-Forms: nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Dags." + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Nafn" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "Auðkenni" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Síðast breytt þann" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Notandi" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/it.po b/addons/hr_timesheet_attendance/i18n/it.po new file mode 100644 index 00000000..7ad02f07 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/it.po @@ -0,0 +1,83 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Sergio Zanchetta <primes2h@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2020\n" +"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Data" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Ancora nessun dato." + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Foglio ore / Presenze" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Rendiconto presenze con foglio ore " + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Totale presenze" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Totale differenza" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Totale foglio ore" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Utente" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "presenze foglio ore" diff --git a/addons/hr_timesheet_attendance/i18n/ja.po b/addons/hr_timesheet_attendance/i18n/ja.po new file mode 100644 index 00000000..507147d0 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/ja.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Shunho Kin <s-kin@shonan-innovation.co.jp>, 2020 +# Martin Trigaux, 2020 +# Yoshi Tashiro <tashiro@roomsfor.hk>, 2020 +# Norimichi Sugimoto <norimichi.sugimoto@tls-ltd.co.jp>, 2020 +# Noma Yuki, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Noma Yuki, 2020\n" +"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "日付" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "まだデータはありません!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "タイムシート / 出退勤" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "タイムシート出席レポート" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "出勤日の合計" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "差分の合計" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "全ての勤務表" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "ユーザ" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "タイムシート 出退勤" diff --git a/addons/hr_timesheet_attendance/i18n/ka.po b/addons/hr_timesheet_attendance/i18n/ka.po new file mode 100644 index 00000000..05774658 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/ka.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Mari Khomeriki <mari.khomeriki@maxinai.com>, 2021 +# Saba Khmaladze <skhmaladze@uglt.org>, 2021 +# Giorgi Melitauri <gmelitauri@live.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Giorgi Melitauri <gmelitauri@live.com>, 2021\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "თარიღ" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "იდენტიფიკატორი/ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "ბოლოს განახლებულია" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "მომხმარებელი" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/kab.po b/addons/hr_timesheet_attendance/i18n/kab.po new file mode 100644 index 00000000..2dbd7d19 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/kab.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Kabyle (https://www.transifex.com/odoo/teams/41243/kab/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: kab\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "Asulay" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "Aleqqem aneggaru di" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/km.po b/addons/hr_timesheet_attendance/i18n/km.po new file mode 100644 index 00000000..e508abb2 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/km.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Sengtha Chay <sengtha@gmail.com>, 2020 +# Lux Sok <sok.lux@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2020\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "កាលបរិច្ឆេទ" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "ឈ្មោះសំរាប់បង្ហាញ" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "អត្តសញ្ញាណ" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Timesheet / ការចូលរួម។" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "របាយការណ៍ស្តីពីការចូលរួមរបស់ Timesheet ។" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "ចំនួនអ្នកចូលរួមសរុប។" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "សរុបភាពខុសគ្នា" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "ដឹមឹមថេតសរុប។" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "អ្នកប្រើប្រាស់" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "ការចូលរួមសន្លឹកពេលវេលា។" diff --git a/addons/hr_timesheet_attendance/i18n/ko.po b/addons/hr_timesheet_attendance/i18n/ko.po new file mode 100644 index 00000000..f638f41d --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/ko.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# JH CHOI <hwangtog@gmail.com>, 2020 +# Link Up링크업 <linkup.way@gmail.com>, 2020 +# Linkup <link-up@naver.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Linkup <link-up@naver.com>, 2021\n" +"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "날짜" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "이름 표시" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "아직 정보가 없습니다!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "작업 기록/출석" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "작업 기록 출석 보고서" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "총 출석" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "전체 차이" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "전체 작업 기록" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "사용자" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "작업 기록 출석" diff --git a/addons/hr_timesheet_attendance/i18n/lb.po b/addons/hr_timesheet_attendance/i18n/lb.po new file mode 100644 index 00000000..8cc29fd8 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/lb.po @@ -0,0 +1,78 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2019-08-26 09:11+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/lo.po b/addons/hr_timesheet_attendance/i18n/lo.po new file mode 100644 index 00000000..17609237 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/lo.po @@ -0,0 +1,108 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Lao (https://www.transifex.com/odoo/teams/41243/lo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lo\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/lt.po b/addons/hr_timesheet_attendance/i18n/lt.po new file mode 100644 index 00000000..d9da9c7a --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/lt.po @@ -0,0 +1,89 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2021 +# Arminas Grigonis <arminas@versada.lt>, 2021 +# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2021 +# Monika Raciunaite <monika.raciunaite@gmail.com>, 2021 +# digitouch UAB <digitouchagencyeur@gmail.com>, 2021 +# Linas Versada <linaskrisiukenas@gmail.com>, 2021 +# Jonas Zinkevicius <jozi@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Jonas Zinkevicius <jozi@odoo.com>, 2021\n" +"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Data" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Jokių duomenų!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Darbo apskaitos žiniaraštis / Lankomumas" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Darbo žiniaraščio lankomumo ataskaita" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Bendras lankomumas" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Bendras skirtumas" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Bendras darbo laiko apskaitos žiniaraštis" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Vartotojas" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "darbo apskaitos žiniaraščio lankomumas" diff --git a/addons/hr_timesheet_attendance/i18n/lv.po b/addons/hr_timesheet_attendance/i18n/lv.po new file mode 100644 index 00000000..3eb2f24a --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/lv.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Arnis Putniņš <arnis@allegro.lv>, 2020 +# ievaputnina <ievai.putninai@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: ievaputnina <ievai.putninai@gmail.com>, 2020\n" +"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Datums" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Attēlotais nosaukums" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Pēdējoreiz modificēts" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Kopējais apmeklējums" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Kopēja starpība" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Darba uzsk. tabeles kopsumma" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Lietotājs" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/mk.po b/addons/hr_timesheet_attendance/i18n/mk.po new file mode 100644 index 00000000..bc5c2f36 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/mk.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Macedonian (https://www.transifex.com/odoo/teams/41243/mk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mk\n" +"Plural-Forms: nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "Прикажи име" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "Последна промена на" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/mn.po b/addons/hr_timesheet_attendance/i18n/mn.po new file mode 100644 index 00000000..3c3db853 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/mn.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# baaska sh <sh.baaskash@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: baaska sh <sh.baaskash@gmail.com>, 2020\n" +"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Огноо" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Сүүлд зассан огноо" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Цагийн хуудас / Ирц" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Цагийн хуудас ирцийн тайлан" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Бүх ирц" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Нийт зөрүү" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Нийт цагийн хуудас" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Хэрэглэгч" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "цагийн хуудас ирц" diff --git a/addons/hr_timesheet_attendance/i18n/nb.po b/addons/hr_timesheet_attendance/i18n/nb.po new file mode 100644 index 00000000..f2f3d69e --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/nb.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Marius Stedjan <marius@stedjan.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2020\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Dato" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Sist endret" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Timeliste / oppmøte" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Totalt oppmøte" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Total differanse" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Bruker" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "timeliste oppmøte" diff --git a/addons/hr_timesheet_attendance/i18n/ne.po b/addons/hr_timesheet_attendance/i18n/ne.po new file mode 100644 index 00000000..9a180292 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/ne.po @@ -0,0 +1,108 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Nepali (https://www.transifex.com/odoo/teams/41243/ne/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ne\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/nl.po b/addons/hr_timesheet_attendance/i18n/nl.po new file mode 100644 index 00000000..a287fbd9 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/nl.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Erwin van der Ploeg <erwin@odooexperts.nl>, 2020 +# Yenthe Van Ginneken <yenthespam@gmail.com>, 2020 +# Odoo Experts Consultants <consultants@odooexperts.nl>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Odoo Experts Consultants <consultants@odooexperts.nl>, 2020\n" +"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Datum" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Nog geen gegevens!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Urenstaat / aanwezigheid" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Urenstaat aanwezigheid rapport" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Totale aanwezigheid" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Totaal verschil" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Totaal urenstaat" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Gebruiker" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "urenstaat aanwezigheid" diff --git a/addons/hr_timesheet_attendance/i18n/nl_BE.po b/addons/hr_timesheet_attendance/i18n/nl_BE.po new file mode 100644 index 00000000..ad3d167d --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/nl_BE.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Dutch (Belgium) (https://www.transifex.com/odoo/teams/41243/nl_BE/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl_BE\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/pl.po b/addons/hr_timesheet_attendance/i18n/pl.po new file mode 100644 index 00000000..f4595815 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/pl.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Grzegorz Grzelak <grzegorz.grzelak@openglobe.pl>, 2020 +# Tomasz Leppich <t.leppich@gmail.com>, 2020 +# Piotr Szlązak <szlazakpiotr@gmail.com>, 2020 +# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020 +# Piotr Strębski <strebski@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Piotr Strębski <strebski@gmail.com>, 2021\n" +"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Data" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Data ostatniej modyfikacji" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Brak danych!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Karta pracy / Obecności" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Suma obecności" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Suma różnic" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Suma karty czasu pracy" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Użytkownik" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "obecności w karcie pracy" diff --git a/addons/hr_timesheet_attendance/i18n/pt.po b/addons/hr_timesheet_attendance/i18n/pt.po new file mode 100644 index 00000000..8591c8dc --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/pt.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Manuela Silva <manuelarodsilva@gmail.com>, 2020 +# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2020 +# Pedro Filipe <pedro2.10@hotmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Pedro Filipe <pedro2.10@hotmail.com>, 2020\n" +"Language-Team: Portuguese (https://www.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=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Data" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Registo de Horas / Assiduidade" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Relatório de Assiduidade do Registo de Horas" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Presença total" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Diferença total" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Total do Registo de Horas" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Utilizador" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "registo de horas de assiduidade" diff --git a/addons/hr_timesheet_attendance/i18n/pt_BR.po b/addons/hr_timesheet_attendance/i18n/pt_BR.po new file mode 100644 index 00000000..e64ef69d --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/pt_BR.po @@ -0,0 +1,87 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatica@protonmail.com>, 2020 +# Martin Trigaux, 2020 +# Mateus Lopes <mateus1@gmail.com>, 2020 +# André Augusto Firmino Cordeiro <a.cordeito@gmail.com>, 2020 +# Éder Brito <britoederr@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Éder Brito <britoederr@gmail.com>, 2021\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Data" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Nome exibido" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Última modificação em" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Sem dados ainda!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Planilha de Horas / Presença" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Relatório de Presença de Planilha de Horas" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Presença Total" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Diferença Total" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Total da Planilha de Horas" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Usuário" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "presença em planilha de horas" diff --git a/addons/hr_timesheet_attendance/i18n/ro.po b/addons/hr_timesheet_attendance/i18n/ro.po new file mode 100644 index 00000000..9a330842 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/ro.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Hongu Cosmin <cosmin513@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Hongu Cosmin <cosmin513@gmail.com>, 2020\n" +"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Dată" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Ultima modificare la" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Nu există date încă!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Total Prezență" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Total Diferență" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Total fișe de pontaj" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Operator" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/ru.po b/addons/hr_timesheet_attendance/i18n/ru.po new file mode 100644 index 00000000..1b6aa953 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/ru.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Vasiliy Korobatov <korobatov@gmail.com>, 2020 +# ILMIR <karamov@it-projects.info>, 2020 +# Irina Fedulova <istartlin@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Irina Fedulova <istartlin@gmail.com>, 2020\n" +"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Дата" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Отображаемое имя" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "Идентификатор" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Последнее изменение" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Табель / посещаемость" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Табель учета рабочего времени Отчет о посещаемости" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Итоговая посещаемость" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Итого расхождений" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Итого по табелю" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Пользователь" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "табель посещаемости" diff --git a/addons/hr_timesheet_attendance/i18n/si.po b/addons/hr_timesheet_attendance/i18n/si.po new file mode 100644 index 00000000..591e7f98 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/si.po @@ -0,0 +1,79 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Language-Team: Sinhala (https://www.transifex.com/odoo/teams/41243/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/sk.po b/addons/hr_timesheet_attendance/i18n/sk.po new file mode 100644 index 00000000..e5d7a2da --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/sk.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Jaroslav Bosansky <jaro.bosansky@ekoenergo.sk>, 2020 +# gebri <gebri@inmail.sk>, 2020 +# Jan Prokop, 2020 +# Rastislav Brencic <rastislav.brencic@azet.sk>, 2020 +# karolína schusterová <karolina.schusterova@vdp.sk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: karolína schusterová <karolina.schusterova@vdp.sk>, 2020\n" +"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Dátum" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Zobrazovaný názov" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Posledná úprava" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Zatiaľ žiadne údaje!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Časové rozvrhy/dochádzky" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Časové rozvrhy dochádzky vyhodnotenie" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Celková dochádzka" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Celkový rozdiel" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Celkový časový rozvrh" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Užívateľ" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "Časové rozvrhy dochádzky" diff --git a/addons/hr_timesheet_attendance/i18n/sl.po b/addons/hr_timesheet_attendance/i18n/sl.po new file mode 100644 index 00000000..8927afa5 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/sl.po @@ -0,0 +1,86 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2021 +# Matjaz Mozetic <m.mozetic@matmoz.si>, 2021 +# matjaz k <matjaz@mentis.si>, 2021 +# Jasmina Macur <jasmina@hbs.si>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Jasmina Macur <jasmina@hbs.si>, 2021\n" +"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Datum" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Podatkov še ni!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Časovnica / Udeležba" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Skupna prisotnost" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Skupna razlika" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Skupaj časovnica" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Uporabnik" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/sq.po b/addons/hr_timesheet_attendance/i18n/sq.po new file mode 100644 index 00000000..7a76020f --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/sq.po @@ -0,0 +1,111 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux <mat@odoo.com>, 2017 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Last-Translator: Martin Trigaux <mat@odoo.com>, 2017\n" +"Language-Team: Albanian (https://www.transifex.com/odoo/teams/41243/sq/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sq\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "Emri i paraqitur" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "Modifikimi i fundit në" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/sr.po b/addons/hr_timesheet_attendance/i18n/sr.po new file mode 100644 index 00000000..75998fc0 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/sr.po @@ -0,0 +1,81 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2018 +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~11.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2018-09-21 13:17+0000\n" +"PO-Revision-Date: 2018-09-21 13:17+0000\n" +"Last-Translator: Martin Trigaux, 2018\n" +"Language-Team: Serbian (https://www.transifex.com/odoo/teams/41243/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Datum" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Korisnik" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/sr@latin.po b/addons/hr_timesheet_attendance/i18n/sr@latin.po new file mode 100644 index 00000000..779fa7c6 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/sr@latin.po @@ -0,0 +1,108 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 10.saas~18\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2017-09-20 09:53+0000\n" +"PO-Revision-Date: 2017-09-20 09:53+0000\n" +"Language-Team: Serbian (Latin) (https://www.transifex.com/odoo/teams/41243/sr%40latin/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr@latin\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_date +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "HR Timesheet/Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_id +msgid "ID" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report___last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:76 +#, python-format +msgid "" +"Please verify that the total difference of the sheet is lower than %.2f." +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:85 +#, python-format +msgid "" +"The timesheet cannot be validated as it contains an attendance record with " +"no Check Out." +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Month" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "This Week" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report_user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: code:addons/hr_timesheet_attendance/models/hr_timesheet_sheet.py:53 +#, python-format +msgid "You cannot delete a timesheet that has attendance entries." +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "hr.timesheet.attendance.report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/sv.po b/addons/hr_timesheet_attendance/i18n/sv.po new file mode 100644 index 00000000..62e11ae7 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/sv.po @@ -0,0 +1,85 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2021 +# Anders Wallenquist <anders.wallenquist@vertel.se>, 2021 +# Jakob Krabbe <jakob.krabbe@vertel.se>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Jakob Krabbe <jakob.krabbe@vertel.se>, 2021\n" +"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Datum" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Ingen data ännu!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Total Närvaro" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Totalt Skillnad" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Total Tidrapport" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Användare" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/th.po b/addons/hr_timesheet_attendance/i18n/th.po new file mode 100644 index 00000000..4375c637 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/th.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Odoo Thaidev <odoothaidev@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Odoo Thaidev <odoothaidev@gmail.com>, 2020\n" +"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "วันที่" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "รหัส" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "รวม การทำงาน" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "รวมเวลาทำงาน" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "ผู้ใช้งาน" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/tr.po b/addons/hr_timesheet_attendance/i18n/tr.po new file mode 100644 index 00000000..f44f572b --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/tr.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Levent Karakaş <levent@mektup.at>, 2020 +# Murat Kaplan <muratk@projetgrup.com>, 2020 +# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020 +# Umur Akın <umura@projetgrup.com>, 2020 +# Ediz Duman <neps1192@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Ediz Duman <neps1192@gmail.com>, 2020\n" +"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Tarih" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Son Düzenleme" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Henüz veri yok!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Zaman Çizelgesi / Devamlılık" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Zaman Çizelgesi Devamlılık Raporu" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Toplam Devamlılık" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Toplam Fark" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Toplam Zaman Çizelgesi" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Kullanıcı" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "Zaman çizelgesi katılımı" diff --git a/addons/hr_timesheet_attendance/i18n/uk.po b/addons/hr_timesheet_attendance/i18n/uk.po new file mode 100644 index 00000000..081b432f --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/uk.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Alina Lisnenko <alinasemeniuk1@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2021\n" +"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Дата" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Відобразити назву" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Останні зміни" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Ще немає даних!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Табель/відвідуваність" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Звіт табеля відвідуваності" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Всього відвідувань" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Всього по різниці" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Всього по табелю" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Користувач" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "табель відвідуваності" diff --git a/addons/hr_timesheet_attendance/i18n/ur.po b/addons/hr_timesheet_attendance/i18n/ur.po new file mode 100644 index 00000000..615e3fee --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/ur.po @@ -0,0 +1,79 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Language-Team: Urdu (https://www.transifex.com/odoo/teams/41243/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "" diff --git a/addons/hr_timesheet_attendance/i18n/vi.po b/addons/hr_timesheet_attendance/i18n/vi.po new file mode 100644 index 00000000..7fb63c44 --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/vi.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Duy BQ <duybq86@gmail.com>, 2020 +# Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020\n" +"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "Ngày" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "Chưa có dữ liệu nào!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "Thời gian biểu / Chấm công" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "Báo cáo Thời gian biểu/Chấm công" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "Tổng chấm công" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "Tổng chênh lệch" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "Tổng thời gian biểu" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "Người dùng" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "bảng điểm danh" diff --git a/addons/hr_timesheet_attendance/i18n/zh_CN.po b/addons/hr_timesheet_attendance/i18n/zh_CN.po new file mode 100644 index 00000000..04c4b88e --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/zh_CN.po @@ -0,0 +1,88 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# Martin Trigaux, 2020 +# Jeffery CHEN Fan <jeffery9@gmail.com>, 2020 +# niulin lnc. <admin@niulin.net>, 2020 +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020 +# liAnGjiA <liangjia@qq.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: liAnGjiA <liangjia@qq.com>, 2021\n" +"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "日期" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "最后修改日" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "还没有数据耶!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "工时单/出勤" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "工时单出勤报告" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "出勤总计" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "差异合计" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "总工时表" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "用户" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "工时单出勤" diff --git a/addons/hr_timesheet_attendance/i18n/zh_TW.po b/addons/hr_timesheet_attendance/i18n/zh_TW.po new file mode 100644 index 00000000..ffd444ce --- /dev/null +++ b/addons/hr_timesheet_attendance/i18n/zh_TW.po @@ -0,0 +1,84 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_timesheet_attendance +# +# Translators: +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# Mandy Choy <mnc@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Mandy Choy <mnc@odoo.com>, 2021\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__date +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "Date" +msgstr "日期" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__id +msgid "ID" +msgstr "ID" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report____last_update +msgid "Last Modified on" +msgstr "最後修改於" + +#. module: hr_timesheet_attendance +#: model_terms:ir.actions.act_window,help:hr_timesheet_attendance.action_hr_timesheet_attendance_report +msgid "No data yet!" +msgstr "暫無數據!" + +#. module: hr_timesheet_attendance +#: model:ir.actions.act_window,name:hr_timesheet_attendance.action_hr_timesheet_attendance_report +#: model:ir.ui.menu,name:hr_timesheet_attendance.menu_hr_timesheet_attendance_report +msgid "Timesheet / Attendance" +msgstr "工時表/出勤" + +#. module: hr_timesheet_attendance +#: model:ir.model,name:hr_timesheet_attendance.model_hr_timesheet_attendance_report +msgid "Timesheet Attendance Report" +msgstr "工時考勤報告" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_attendance +msgid "Total Attendance" +msgstr "出勤總計" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_difference +msgid "Total Difference" +msgstr "差異合計" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__total_timesheet +msgid "Total Timesheet" +msgstr "總工時表" + +#. module: hr_timesheet_attendance +#: model:ir.model.fields,field_description:hr_timesheet_attendance.field_hr_timesheet_attendance_report__user_id +msgid "User" +msgstr "使用者" + +#. module: hr_timesheet_attendance +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_pivot +#: model_terms:ir.ui.view,arch_db:hr_timesheet_attendance.view_hr_timesheet_attendance_report_search +msgid "timesheet attendance" +msgstr "工時表出勤" diff --git a/addons/hr_timesheet_attendance/report/__init__.py b/addons/hr_timesheet_attendance/report/__init__.py new file mode 100644 index 00000000..bfe5a138 --- /dev/null +++ b/addons/hr_timesheet_attendance/report/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import hr_timesheet_attendance_report diff --git a/addons/hr_timesheet_attendance/report/hr_timesheet_attendance_report.py b/addons/hr_timesheet_attendance/report/hr_timesheet_attendance_report.py new file mode 100644 index 00000000..94c06f58 --- /dev/null +++ b/addons/hr_timesheet_attendance/report/hr_timesheet_attendance_report.py @@ -0,0 +1,51 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import api, fields, models, tools + + +class TimesheetAttendance(models.Model): + _name = 'hr.timesheet.attendance.report' + _auto = False + _description = 'Timesheet Attendance Report' + + user_id = fields.Many2one('res.users') + date = fields.Date() + total_timesheet = fields.Float() + total_attendance = fields.Float() + total_difference = fields.Float() + + def init(self): + tools.drop_view_if_exists(self.env.cr, self._table) + self._cr.execute("""CREATE OR REPLACE VIEW %s AS ( + SELECT + max(id) AS id, + t.user_id, + t.date, + coalesce(sum(t.attendance), 0) AS total_attendance, + coalesce(sum(t.timesheet), 0) AS total_timesheet, + coalesce(sum(t.attendance), 0) - coalesce(sum(t.timesheet), 0) as total_difference + FROM ( + SELECT + -hr_attendance.id AS id, + resource_resource.user_id AS user_id, + hr_attendance.worked_hours AS attendance, + NULL AS timesheet, + hr_attendance.check_in::date AS date + FROM hr_attendance + LEFT JOIN hr_employee ON hr_employee.id = hr_attendance.employee_id + LEFT JOIN resource_resource on resource_resource.id = hr_employee.resource_id + UNION ALL + SELECT + ts.id AS id, + ts.user_id AS user_id, + NULL AS attendance, + ts.unit_amount AS timesheet, + ts.date AS date + FROM account_analytic_line AS ts + WHERE ts.project_id IS NOT NULL + ) AS t + GROUP BY t.user_id, t.date + ORDER BY t.date + ) + """ % self._table) diff --git a/addons/hr_timesheet_attendance/report/hr_timesheet_attendance_report_view.xml b/addons/hr_timesheet_attendance/report/hr_timesheet_attendance_report_view.xml new file mode 100644 index 00000000..9c7cad68 --- /dev/null +++ b/addons/hr_timesheet_attendance/report/hr_timesheet_attendance_report_view.xml @@ -0,0 +1,46 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <data> + <record id="view_hr_timesheet_attendance_report_search" model="ir.ui.view"> + <field name="name">Search for HR timesheet attendance report</field> + <field name="model">hr.timesheet.attendance.report</field> + <field name="arch" type="xml"> + <search string="timesheet attendance"> + <field name="user_id"/> + <filter name="month" string="Date" date="date"/> + <filter name="group_by_month" string="Date" date="date" context="{'group_by': 'date'}"/> + </search> + </field> + </record> + <record id="view_hr_timesheet_attendance_report_pivot" model="ir.ui.view"> + <field name="name">HR timesheet attendance report: Pivot</field> + <field name="model">hr.timesheet.attendance.report</field> + <field name="arch" type="xml"> + <pivot string="timesheet attendance" disable_linking="True" sample="1"> + <field name="date" interval="month" type="row"/> + <field name="total_attendance" type="measure" widget="timesheet_uom"/> + <field name="total_timesheet" type="measure" widget="timesheet_uom"/> + <field name="total_difference" type="measure" widget="timesheet_uom"/> + </pivot> + </field> + </record> + + <record id="action_hr_timesheet_attendance_report" model="ir.actions.act_window"> + <field name="name">Timesheet / Attendance</field> + <field name="res_model">hr.timesheet.attendance.report</field> + <field name="view_mode">graph,pivot</field> + <field name="view_id" ref="view_hr_timesheet_attendance_report_pivot"/> + <field name="context">{'search_default_group_by_month': True}</field> + <field name="help" type="html"> + <p class="o_view_nocontent_smiling_face"> + No data yet! + </p> + </field> + </record> + + <menuitem id="menu_hr_timesheet_attendance_report" + parent="hr_timesheet.menu_timesheets_reports" + action="action_hr_timesheet_attendance_report" + name="Timesheet / Attendance"/> + </data> +</odoo> diff --git a/addons/hr_timesheet_attendance/security/ir.model.access.csv b/addons/hr_timesheet_attendance/security/ir.model.access.csv new file mode 100644 index 00000000..9cc5208a --- /dev/null +++ b/addons/hr_timesheet_attendance/security/ir.model.access.csv @@ -0,0 +1,2 @@ +id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink +access_hr_timesheet_attendance_report,access_hr_timesheet_attendance_report,model_hr_timesheet_attendance_report,hr_timesheet.group_hr_timesheet_user,1,0,0,0 |
