squashed commit

This commit is contained in:
hoangvv
2026-09-18 13:55:25 +07:00
commit 039c98d4d0
45882 changed files with 24235585 additions and 0 deletions
@@ -0,0 +1,3 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import models
from . import wizard
@@ -0,0 +1,24 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
{
'name': 'Remote Work with calendar',
'version': '1.0',
'category': 'Human Resources/Remote Work',
'depends': ['hr_homeworking', 'calendar'],
'data': [
'security/security.xml',
'security/ir.model.access.csv',
'wizard/homework_location_wizard.xml',
],
'installable': True,
'auto_install': True,
'assets': {
'web.assets_backend': [
'hr_homeworking_calendar/static/src/**/*',
],
'web.qunit_suite_tests': [
'hr_homeworking_calendar/static/tests/**/*',
],
},
'license': 'LGPL-3',
}
+142
View File
@@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Arabic (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "هل أنت متأكد من أنك ترغب في حذف هذا الاستثناء؟ "
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "هل أنت متأكد من أنك ترغب في حذف هذا الموقع؟ "
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "الموظف العادي "
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "التأكيد "
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "جهة الاتصال"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "صورة الغلاف"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "أنشئ بواسطة"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "أنشئ في"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "التاريخ"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "سلسلة أيام الأسبوع "
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "اسم العرض "
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "الموظف"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "اسم الموظف"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "المُعرف"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "آخر تحديث بواسطة"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "آخر تحديث في"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "الموقع "
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "اسم الموقع "
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "التكرار كل "
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "تعيين معالج موقع الواجب المنزلي "
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "تعيين الموقع "
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "بوسع المستخدم التحرير "
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "أسبوعيًا"
+146
View File
@@ -0,0 +1,146 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Jumshud Sultanov <cumshud@gmail.com>, 2024
# erpgo translator <jumshud@erpgo.az>, 2024
# Nurlan Farajov <coolinuxoid@gmail.com>, 2025
# ERPGo Odoo <erpgo.odoo@gmail.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2025-11-07 15:24+0000\n"
"Last-Translator: ERPGo Odoo <erpgo.odoo@gmail.com>\n"
"Language-Team: Azerbaijani <https://translate.odoo.com/projects/odoo-18/"
"hr_homeworking_calendar/az/>\n"
"Language: az\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Əsas İşçi"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Təsdiq"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Üz qabığı Şəkli"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Yaradan"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Yaradılma tarixi"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Tarix"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Görünən Adı"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "İşçi"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "İşçinin Adı"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Son Yeniləyən"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Son Yenilənmə tarixi"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Məkan"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Hər birini Təkrarlayın"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Həftəlik"
+149
View File
@@ -0,0 +1,149 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Petko Karamotchev, 2024
# Ивайло Малинов <iv.malinov@gmail.com>, 2024
# Martin Trigaux, 2024
# KeyVillage, 2024
# aleksandar ivanov, 2024
# Maria Boyadjieva <marabo2000@gmail.com>, 2024
# Veselina Slavkova, 2025
# Martin Dinovski, 2025
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Martin Dinovski, 2025\n"
"Language-Team: Bulgarian (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Основен служител"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Потвърждение"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Контакт"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Създаден от"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Създадено на"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Дата"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Име за показване"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Служител"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Име на служител"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Последно актуализирано от"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Последно актуализирано на"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Локация"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Повтаряйте всеки"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Потребителят може да редактира"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Седмично"
+143
View File
@@ -0,0 +1,143 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2025-11-25 09:50+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Bosnian <https://translate.odoo.com/projects/odoo-18/"
"hr_homeworking_calendar/bs/>\n"
"Language: bs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
"X-Generator: Weblate 5.12.2\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Potvrda"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Kreirano"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Datum"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Prikazani naziv"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Zaposleni"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Zadnji ažurirao"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Zadnje ažurirano"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Lokacija"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Sedmično"
+151
View File
@@ -0,0 +1,151 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Manel Fernandez Ramirez <manelfera@outlook.com>, 2024
# Óscar Fonseca <tecnico@pyming.com>, 2024
# marcescu, 2024
# CristianCruzParra, 2024
# Sandra Franch <sandra.franch@upc.edu>, 2024
# Martin Trigaux, 2024
# Quim - coopdevs <quim.rebull@coopdevs.org>, 2024
# Noemi Pla, 2025
# "Noemi Pla Garcia (nopl)" <nopl@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2025-08-19 22:20+0000\n"
"Last-Translator: \"Noemi Pla Garcia (nopl)\" <nopl@odoo.com>\n"
"Language-Team: Catalan <https://translate.odoo.com/projects/odoo-18/"
"hr_homeworking_calendar/ca/>\n"
"Language: ca\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Estàs segur que vols eliminar aquesta excepció?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Estàs segur que vols eliminar aquesta ubicació?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Empleat bàsic"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Confirmació"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Contacte"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Imatge de la coberta"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Creat per"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Creat el"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Data"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Nom mostrat"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Empleat"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Nom de l'empleat"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Última actualització per"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Última actualització el"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Ubicació"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Repetir cada"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "L'usuari pot modificar"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Setmanalment"
+146
View File
@@ -0,0 +1,146 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
#
# Vojtěch Olšan <vojtech.olsan@systee.cz>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2025-08-25 06:40+0000\n"
"Last-Translator: Vojtěch Olšan <vojtech.olsan@systee.cz>\n"
"Language-Team: Czech <https://translate.odoo.com/projects/odoo-18/"
"hr_homeworking_calendar/cs/>\n"
"Language: cs\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
"X-Generator: Weblate 5.12.2\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Jste si jist, že chcete smazat tuto výjimku?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Základní zaměstnanec"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Potvrzení"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Úvodní obrázek"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Vytvořeno uživatelem"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Vytvořeno dne"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Datum"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Zobrazovací název"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Zaměstnanec"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Jméno zaměstnance"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Naposledy upraveno uživatelem"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Naposledy upraveno dne"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Místo"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Opakujte každý"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Týdně"
+146
View File
@@ -0,0 +1,146 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# lhmflexerp <lhm@flexerp.dk>, 2024
# Sanne Kristensen <sanne@vkdata.dk>, 2024
# Mads Søndergaard, 2024
# Martin Trigaux, 2024
# Kira Petersen, 2025
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Kira Petersen, 2025\n"
"Language-Team: Danish (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Er du sikker på, du vil slette denne undtagelse?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Er du sikker på, du vil slette denne lokation?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Standard medarbejder"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Bekræftelse"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Coverbillede"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Oprettet af"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Oprettet den"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Dato"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "Dag-uge-streng"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Vis navn"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Medarbejder"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Medarbejder navn"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Sidst opdateret af"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Sidst opdateret den"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Adresse"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Navn på placering"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Gentag hver"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Assistent til fastlæggelse af hjemmekontorets placering"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Fastlæg placering"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Bruger kan redigere"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Ugentlig"
+142
View File
@@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: German (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Sind Sie sicher, dass Sie diese Ausnahme löschen möchten?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Sind Sie sicher, dass Sie diesen Standort löschen möchten?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Basismitarbeiter"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Bestätigung"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Titelbild"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Erstellt von"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Erstellt am"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Datum"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "Tag-Woche-Zeichenfolge"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Anzeigename"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Mitarbeiter"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Name des Mitarbeiters"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Zuletzt aktualisiert von"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Zuletzt aktualisiert am"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Standort"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Standortname"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Wiederholen alle"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Assistent zum Festlegen des Home-Office-Standorts"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Standort festlegen"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Benutzer darf bearbeiten"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Wöchentlich"
+145
View File
@@ -0,0 +1,145 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Martin Trigaux, 2024
# Kostas Goutoudis <goutoudis@gmail.com>, 2024
# Charalampos Loukas, 2025
# Agapi Psyllou, 2025
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Agapi Psyllou, 2025\n"
"Language-Team: Greek (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Επιβεβαίωση"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Επαφή"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Δημιουργήθηκε από"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Δημιουργήθηκε στις"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Ημερομηνία"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Εμφάνιση Ονόματος"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Υπάλληλος"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Όνομα Εργαζόμενου"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "Κωδικός"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Τελευταία Ενημέρωση από"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Τελευταία Ενημέρωση στις"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Τοποθεσία"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Ο χρήστης μπορεί να επεξεργαστεί"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Εβδομαδιαία"
+146
View File
@@ -0,0 +1,146 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
#
# "Larissa Manderfeld (lman)" <lman@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2025-08-25 10:08+0000\n"
"Last-Translator: \"Larissa Manderfeld (lman)\" <lman@odoo.com>\n"
"Language-Team: Spanish <https://translate.odoo.com/projects/odoo-18/"
"hr_homeworking_calendar/es/>\n"
"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == 0)"
" ? 1 : 2);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "¿Está seguro de que desea eliminar esta excepción?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "¿Está seguro de que desea eliminar esta ubicación?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Empleado básico"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Confirmación"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Contacto"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Imagen de portada"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Creado el"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Fecha"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "Cadena de día de la semana"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Nombre para mostrar"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Empleado"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Nombre del empleado"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Última actualización el"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Ubicación"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Nombre de ubicación"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Repite cada"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Asistente para establecer una ubicación de teletrabajo"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Establecer ubicación"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "El usuario puede editar"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Semanalmente"
@@ -0,0 +1,143 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
# Fernanda Alvarez, 2025
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Fernanda Alvarez, 2025\n"
"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: es_419\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "¿Está seguro de que desea eliminar esta excepción?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "¿Está seguro de que desea eliminar esta ubicación?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Empleado básico"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Confirmación"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Contacto"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Imagen de portada"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Creado por"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Creado el"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Fecha"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "Cadena de día de la semana"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Nombre en pantalla"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Empleado"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Nombre del empleado"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Última actualización por"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Última actualización el"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Ubicación"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Nombre de la ubicación"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Repetir cada"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Asistente para establecer una ubicación de trabajo remoto"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Establecer ubicación"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "El usuario puede editar"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Semanal"
+150
View File
@@ -0,0 +1,150 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Martin Aavastik <martin@avalah.ee>, 2024
# Triine Aavik <triine@avalah.ee>, 2024
# Arma Gedonsky <armagedonsky@hot.ee>, 2024
# Eneli Õigus <enelioigus@gmail.com>, 2024
# Tairi Tiimann, 2024
# Anna, 2024
# Siim Raasuke, 2024
# JanaAvalah, 2024
# Stevin Lilla, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Stevin Lilla, 2024\n"
"Language-Team: Estonian (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Keskmine töötaja"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Kinnitus"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Kaanepilt"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Loodud (kelle poolt?)"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Loodud"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Kuupäev"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Kuvatav nimi"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Töötaja"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Töötaja nimi"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Viimati uuendatud"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Viimati uuendatud"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Asukoht"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Asukoha nimi"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Korda iga"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Määra asukoht"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Kasutaja saab muuta"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Iganädalane"
+144
View File
@@ -0,0 +1,144 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# zakariya moradi, 2025
# Tiffany Chang, 2025
# Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2025
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2025\n"
"Language-Team: Persian (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "آیا مطمئن هستید که می‌خواهید این استثنا را حذف کنید؟"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "کارمند پایه"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "تاییدیه"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "مخاطب"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "تصویر رویی"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "ایجاد شده توسط"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "ایجاد شده در"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "تاریخ"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "رشته هفته روز"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "نام نمایشی"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "کارمند"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "نام کارمند"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "شناسه"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "آخرین بروز رسانی توسط"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "آخرین بروز رسانی در"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "مکان"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "نام مکان"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "تکرار در هر"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "تنظیم جادوگر مکان انجام کار در خانه"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "تنظیم مکان"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "قابل ویرایش توسط کاربر"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "هفتگی"
+147
View File
@@ -0,0 +1,147 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Melina Mäntylä <melina.mantyla@web-veistamo.fi>, 2024
# Martin Trigaux, 2024
# Kari Lindgren <kari.lindgren@emsystems.fi>, 2024
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2024
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2024
# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2024\n"
"Language-Team: Finnish (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Haluatko varmasti poistaa tämän poikkeuksen?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Haluatko varmasti poistaa tämän sijainnin?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Normaali työntekijä"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Vahvistus"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontakti"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Kansikuva"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Luonut"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Luotu"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Päivämäärä"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "Päivä Viikko Merkkijono"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Näyttönimi"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Työntekijä"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Employee Name"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Viimeksi päivittänyt"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Viimeksi päivitetty"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Sijainti"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Sijainnin nimi"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Toista joka"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Aseta etätyön sijainti ohjatusti"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Aseta sijainti"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Käyttäjä voi muokata"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Viikottainen"
+142
View File
@@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: French (https://app.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=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Êtes-vous sûr de vouloir supprimer cette exception ?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Êtes-vous sûr de vouloir supprimer ce lieu ?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Employé de base"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Confirmation"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Contact"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Image de couverture"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Créé par"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Créé le"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Date"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "String jour semaine"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Nom d'affichage"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Employé"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Nom de l'employé"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Mis à jour par"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Mis à jour le"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Lieu"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Nom du lieu"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Répéter tou(te)s les"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Assistant de définition du lieu de télétravail"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Définir le lieu"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "L'utilisateur peut modifier"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Hebdomadaire"
+148
View File
@@ -0,0 +1,148 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Yihya Hugirat <hugirat@gmail.com>, 2024
# NoaFarkash, 2024
# ExcaliberX <excaliberx@gmail.com>, 2024
# Martin Trigaux, 2024
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2024
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2024
# or balmas, 2025
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: or balmas, 2025\n"
"Language-Team: Hebrew (https://app.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=3; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: 2;\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "עובד רגיל"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "אישור"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "איש קשר"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "תמונת הכריכה"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "נוצר על-ידי"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "נוצר ב-"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "תאריך"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "שם לתצוגה"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "עובד"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "שם העובד"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "מזהה"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "עודכן לאחרונה על-ידי"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "עדכון אחרון ב"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "מיקום"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "חזור כל"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "משתמש יכול לערוך"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "שבועי"
+147
View File
@@ -0,0 +1,147 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
# Manav Shah, 2025
# Ujjawal Pathak, 2025
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2025-11-21 02:27+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Hindi <https://translate.odoo.com/projects/odoo-18/"
"hr_homeworking_calendar/hi/>\n"
"Language: hi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "क्या आप वाकई इस अपवाद को हटाना चाहते हैं?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "सामान्य कर्मचारी"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "कंफर्मेशन"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "संपर्क"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "कवर इमेज"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "द्वारा निर्मित"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "इस तारीख को बनाया गया"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "तिथि"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "डिस्प्ले नाम"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "कर्मचारी"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "कर्मचारी का नाम"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "आईडी"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "इन्होंने आखिरी बार अपडेट किया"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "आखिरी बार अपडेट हुआ"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "जगह"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "दोहराएं"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "उपयोगकर्ता बदलाव कर सकते हैं"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "साप्ताहिक"
+142
View File
@@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Bole <bole@dajmi5.com>, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Bole <bole@dajmi5.com>, 2024\n"
"Language-Team: Croatian (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Jeste li sigurni da želite izbrisati ovaj izuzetak?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Jeste li sigurni da želite izbrisati ovu lokaciju?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Obični djelatnik"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Potvrda"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Naslovna slika"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Kreirano"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Datum"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Naziv za prikaz"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Djelatnik"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Naziv djelatnika"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Promijenio"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Promijenjeno"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Lokacija"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Naziv lokacije"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Ponavljaj svakih"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Čarobnjak za postavljanje lokacije rada od kuće"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Postavi lokaciju"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Korisnik može urediti"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Tjedno"
@@ -0,0 +1,138 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-26 08:55+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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr ""
+146
View File
@@ -0,0 +1,146 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Ákos Nagy <akos.nagy@oregional.hu>, 2024
# Martin Trigaux, 2024
# Tamás Dombos, 2024
# Tamás Németh <ntomasz81@gmail.com>, 2024
# gezza <geza.nagy@oregional.hu>, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: gezza <geza.nagy@oregional.hu>, 2024\n"
"Language-Team: Hungarian (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Egyszerű munkavállaló"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Megerősítés"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kapcsolat"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Borítókép"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Létrehozta"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Létrehozva"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Dátum"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Megjelenített név"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Munkavállaló"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Munkavállaló neve"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Frissítette"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Frissítve"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Lokáció"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Ismétlés minden"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Heti"
+142
View File
@@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Indonesian (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Apakah Anda yakin ingin menghapus pengecualian ini?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Apakah Anda yakin ingin menghapus lokasi ini?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Karyawan Dasar"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Konfirmasi"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontak"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Cover Image"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Dibuat oleh"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Dibuat pada"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Tanggal"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "String Hari Minggu"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Nama Tampilan"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Karyawan"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Nama Karyawan"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Terakhir Diperbarui oleh"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Terakhir Diperbarui pada"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Lokasi "
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Nama lokasi"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Ulangi setiap"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Set Homework Location Wizard"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Tetapkan Lokasi"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "User dapat mengedit"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Mingguan"
+142
View File
@@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Italian (https://app.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=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Sei sicuro di voler eliminare questa eccezione?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Sei sicuro di voler eliminare questo luogo?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Dipendente base"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Conferma"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Contatto"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Immagine di copertina"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Creato da"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Data creazione"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Data"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "Stringa giorno settimana"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Nome visualizzato"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Dipendente"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Nome Dipendente"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Ultimo aggiornamento di"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Ultimo aggiornamento il"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Luogo"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Nome luogo"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Ripetere ogni"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Procedura guidata configurazione luogo lavoro"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Configura luogo"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "L'utente può modificare"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Settimanale"
+142
View File
@@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Japanese (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "この例外を本当に削除しますか?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "このロケーションを本当に削除しますか?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "基本社員"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "確認"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "連絡先"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "カバーイメージ"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "作成者"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "作成日"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "日付"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "曜日ストリング"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "表示名"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "従業員"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "従業員名"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "最終更新者"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "最終更新日"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "ロケーション"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "場所名"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "繰返し周期"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "在宅勤務場所ウィザード設定"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "場所設定"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "ユーザが編集可"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "週次"
+143
View File
@@ -0,0 +1,143 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Odoo Translation Bot <c3p@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2025-11-25 09:50+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Kabyle <https://translate.odoo.com/projects/odoo-18/"
"hr_homeworking_calendar/kab/>\n"
"Language: kab\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n > 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Asentem"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Anermis"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Yerna-t"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Yerna di"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Azemz"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Isem n Ubeqqeḍ"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Amaris"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "Asulay"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Aleqqem aneggaru sɣuṛ"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Aleqqem aneggaru di"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Adeg"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr ""
+142
View File
@@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Korean (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "이 예외사항을 정말로 삭제하시겠습니까?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "이 위치를 정말로 삭제하시겠습니까?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "기본 직원"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "확인"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "연락처"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "표지 이미지"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "작성자"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "작성일자"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "날짜"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "요일 주 문자열"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "표시명"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "임직원"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "직원 이름"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "최근 갱신한 사람"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "최근 갱신 일자"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "위치"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "위치 이름"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "계속 반복"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "과제 위치 설정 마법사"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "위치 추가"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "사용자가 편집할 수 있음"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "매주"
+142
View File
@@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Raz Omer Hussein, 2025
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Raz Omer Hussein, 2025\n"
"Language-Team: Kurdish (https://app.transifex.com/odoo/teams/41243/ku/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ku\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "پەیوەندی"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "دروستکراوە لەلایەن..."
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "دروستکراوە لە"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "ڕێکەوت"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "کارمەند"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "دوایین نوێکردنەوە لەلایەن..."
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "دوایین نوێکردنەوە لە..."
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "شوێن"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr ""
+152
View File
@@ -0,0 +1,152 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# grupoda2 <dmitrijus.ivanovas@gmail.com>, 2024
# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2024
# Arunas V. <arunas@devoro.com>, 2024
# Linas Versada <linaskrisiukenas@gmail.com>, 2024
# Antanas Muliuolis <an.muliuolis@gmail.com>, 2024
# Martin Trigaux, 2024
# digitouch UAB <digitouchagencyeur@gmail.com>, 2024
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2025-11-21 02:27+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Lithuanian <https://translate.odoo.com/projects/odoo-18/"
"hr_homeworking_calendar/lt/>\n"
"Language: lt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
"X-Generator: Weblate 5.12.2\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Standartinis darbuotojas"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Patvirtinimas"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontaktas"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Viršelio paveikslėlis"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Sukūrė"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Sukurta"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Data"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Rodomas pavadinimas"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Darbuotojas"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Darbuotojo vardas"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Paskutinį kartą atnaujino"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Paskutinį kartą atnaujinta"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Vieta"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Kartą per savaitę"
+146
View File
@@ -0,0 +1,146 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Arnis Putniņš <arnis@allegro.lv>, 2024
# JanisJanis <jbojars@gmail.com>, 2024
# ievaputnina <ievai.putninai@gmail.com>, 2024
# Martin Trigaux, 2024
# Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Armīns Jeltajevs <armins.jeltajevs@gmail.com>, 2024\n"
"Language-Team: Latvian (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Pamata darbinieks"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Apstiprināšana"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontakts"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Attēls"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Izveidoja"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Izveidots"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Datums"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Nosaukums"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Darbinieks"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Darbinieka vārds"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Pēdējo reizi atjaunoja"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Pēdējās izmaiņas"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Atrašanās vieta"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Atkārtot katru"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Lietotāji var labot"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Reizi nedēļā"
+146
View File
@@ -0,0 +1,146 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2024
# Batmunkh Ganbat <batmunkh2522@gmail.com>, 2024
# Martin Trigaux, 2024
# tserendavaa tsogtoo <tseegii011929@gmail.com>, 2024
# Uuganbayar Batbaatar <uuganaaub33@gmail.com>, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Uuganbayar Batbaatar <uuganaaub33@gmail.com>, 2024\n"
"Language-Team: Mongolian (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Үндсэн ажилтан"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Баталгаа"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Харилцах хаяг"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Ковер зураг"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Үүсгэсэн этгээд"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Үүсгэсэн огноо"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Огноо"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Дэлгэрэнгүй нэр"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Ажилтан"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Ажилтны нэр"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Сүүлд зассан этгээд"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Сүүлд зассан огноо"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Байрлал"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Давтамжын муж"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Долоо хоног бүр"
+142
View File
@@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Oakarmin Iron <oakarminiron@gmail.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2025-09-22 12:07+0000\n"
"Last-Translator: Oakarmin Iron <oakarminiron@gmail.com>\n"
"Language-Team: Burmese <https://translate.odoo.com/projects/odoo-18/"
"hr_homeworking_calendar/my/>\n"
"Language: my\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "အတည်ပြုခြင်း"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "ဆက်သွယ်ရန်"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "ကာဗာ ပုံ"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "ဖန်တီးသူ"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "ဖန်တီးချိန်"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "နေ့ရက်"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "ပြသသော အမည်"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "ဝန်ထမ်း"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "ဝန်ထမ်း အမည်"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "အိုင်ဒီ"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "နောက်ဆုံးပြင်ဆင်သူ"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "နောက်ဆုံးပြင်ဆင်ချိန်"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "နေရာ"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "နေရာ အမည်"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "အပါတ်စဉ်"
+146
View File
@@ -0,0 +1,146 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Jorunn D. Newth, 2024
# Thor Arne Hvidsten <thor.arne.hvidsten@gmail.com>, 2024
# Marius Stedjan <marius@stedjan.com>, 2024
# Martin Trigaux, 2024
# Rune Restad, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Rune Restad, 2024\n"
"Language-Team: Norwegian Bokmål (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Vanlig ansatt"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Bekreftelse"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Forsidebilde"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Opprettet av"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Opprettet den"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Dato"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Visningsnavn"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Ansatt"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Ansattnavn"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Sist oppdatert av"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Sist oppdatert"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Sted"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Gjente hver"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Bruker kan endre"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Ukentlig"
+142
View File
@@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Dutch (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Weet je zeker dat je deze uitzondering wilt verwijderen?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Weet je zeker dat je deze locatie wilt verwijderen?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Basis werknemer"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Bevestiging"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Contact"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Omslagafbeelding"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Aangemaakt door"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Aangemaakt op"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Datum"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "Dag week reeks"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Schermnaam"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Werknemer"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Naam werknemer"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Laatst bijgewerkt door"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Laatst bijgewerkt op"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Locatie"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Locatienaam"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Herhaal elke"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Wizard instellen werkplek op afstand werken"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Bepaal locatie"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Gebruiker kan bewerken"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Wekelijks"
+147
View File
@@ -0,0 +1,147 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2025-11-21 02:27+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Polish <https://translate.odoo.com/projects/odoo-18/"
"hr_homeworking_calendar/pl/>\n"
"Language: pl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
"X-Generator: Weblate 5.12.2\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Czy na pewno chcesz usunąć ten wyjątek?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Czy na pewno chcesz usunąć tę lokalizację?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Podstawowy pracownik"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Potwierdzenie"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Okładka"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Utworzył(a)"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Data utworzenia"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Data"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "String dzień tydzień"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Nazwa wyświetlana"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Pracownik"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Imię i nazwisko"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Ostatnio aktualizowane przez"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Data ostatniej aktualizacji"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Miejsce"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Nazwa lokacji"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Powtarzać co"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Asystent konfiguracji lokalizacji pracy zdalnej"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Skonfiguruj lokalizację"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Użytkownik może edytować"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Tygodniowo"
+148
View File
@@ -0,0 +1,148 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Peter Lawrence Romão <peterromao@yahoo.co.uk>, 2025
# NumerSpiral HBG, 2025
# Wil Odoo, 2025
# J Ponte, 2025
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2025-11-21 02:27+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Portuguese <https://translate.odoo.com/projects/odoo-18/"
"hr_homeworking_calendar/pt/>\n"
"Language: pt\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : ((n != 0 && n % "
"1000000 == 0) ? 1 : 2);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Tem certeza de que deseja excluir essa exceção?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Tem certeza de que deseja excluir esse local?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Funcionário básico"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Confirmação"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Contacto"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Imagem de Capa"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Criado por"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Criado em"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Data"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "String de dia da semana"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Nome a Exibir"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Funcionário"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Nome do Funcionário"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "Id."
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Última Atualização por"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Última Atualização em"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Localização"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Nome do local"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Repetir todo"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Assistente de definição de local de trabalho home office"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Definir local"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Usuário pode editar"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Semanalmente"
@@ -0,0 +1,143 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Maitê Dietze, 2024
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Tem certeza de que deseja excluir essa exceção?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Tem certeza de que deseja excluir esse local?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Funcionário básico"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Confirmação"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Contato"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Imagem de capa"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Criado por"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Criado em"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Data"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "String de dia da semana"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Exibir nome"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Funcionário"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Nome do funcionário"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Última atualização por"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Última atualização em"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Localização"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Nome do local"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Repetir a cada"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Assistente de definição de local de trabalho home office"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Definir local"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Usuário pode editar"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Semanalmente"
+143
View File
@@ -0,0 +1,143 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Lyall Kindmurr, 2024
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Romanian (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Sunteți sigur că doriți să ștergeți această excepție?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Sunteți sigur că doriți să ștergeți această locație?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "BAngajat de bază"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Confirmare"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Contactați"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Imagine Copertă"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Creat de"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Creat pe"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Dată"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "Zilele săptămânii"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Nume afișat"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Angajat"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Nume angajat"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Ultima actualizare făcută de"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Ultima actualizare pe"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Locație"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Nume locație"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Repetă la fiecare"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Setează asistent pentru locația domiciliului"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Setează locația"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Operatorul poate modifica"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Săptămânal"
+143
View File
@@ -0,0 +1,143 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
# Anastasiia Koroleva, 2025
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Anastasiia Koroleva, 2025\n"
"Language-Team: Russian (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Вы уверены, что хотите удалить это исключение?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Вы уверены, что хотите удалить этот филиал?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Основной сотрудник"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Подтверждение"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Контакты"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Изображение обложки"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Создано:"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Дата создания:"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Дата"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "День Неделя Строка"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Отображаемое имя"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Сотрудник"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "ФИО сотрудника"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Последнее обновление:"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Дата последнего обновления:"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Местоположение"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Название местоположения"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Повторять каждые"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Мастер установки местоположения домашнего задания"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Найти"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Пользователь может редактировать"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Еженедельно"
+142
View File
@@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Slovak (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Základný zamestnanec"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Potvrdenie"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Titulný obrázok"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Vytvoril"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Vytvorené"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Dátum"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Zobrazovaný Názov"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Zamestnanec"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Meno zamestnanca"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Naposledy upravoval"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Naposledy upravované"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Miesto"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Opakujte každý"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Týždenne"
+143
View File
@@ -0,0 +1,143 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
# Aleš Pipan, 2025
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Aleš Pipan, 2025\n"
"Language-Team: Slovenian (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Ali ste prepričani, da želite izbrisati to izjemo?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Ali ste prepričani, da želite izbrisati to lokacijo?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Osnovni zaposleni"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Potrditev"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Stik"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Naslovna slika"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Ustvaril"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Ustvarjeno"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Datum"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "Dan Teden Niz"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Prikazani naziv"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Kader"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Ime zaposlenega"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Zadnji posodobil"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Zadnjič posodobljeno"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Lokacija"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Ime lokacije"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Ponovi vsake"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Čarovnik za nastavitev lokacije domače naloge"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Nastavi lokacijo"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Uporabnik lahko ureja"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Tedensko"
@@ -0,0 +1,143 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2025-11-21 06:41+0000\n"
"Last-Translator: Weblate <noreply-mt-weblate@weblate.org>\n"
"Language-Team: Serbian (Latin script) <https://translate.odoo.com/projects/"
"odoo-18/hr_homeworking_calendar/sr_Latn/>\n"
"Language: sr@latin\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \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"
"X-Generator: Weblate 5.12.2\n"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Osnovni zaposleni"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Naslovna slika"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Kreirao"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Kreirano"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Datum"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Naziv za prikaz"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Zaposleni"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Ime zaposlenog"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Poslednje izmenio/la"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Poslednje ažuriranje dana"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Lokacija"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr ""
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Ponovi svakih"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr ""
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr ""
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Korisnik može uređivati"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Sedmično"
+147
View File
@@ -0,0 +1,147 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Robin Calvin, 2024
# Lasse L, 2024
# Martin Trigaux, 2024
# Mikael Åkerberg <mikael.akerberg@mariaakerberg.com>, 2024
# Anders Wallenquist <anders.wallenquist@vertel.se>, 2024
# Jakob Krabbe <jakob.krabbe@vertel.se>, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Jakob Krabbe <jakob.krabbe@vertel.se>, 2024\n"
"Language-Team: Swedish (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Är du säker att du vill ta bort detta undantag?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Är du säker på att du vill ta bort den här platsen?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Grundläggande anställd"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Bekräftelse"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontakt"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Omslagsbild"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Skapad av"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Skapad den"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Datum"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "Dag Vecka"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Visningsnamn"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Anställd"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Namn anställd"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Senast uppdaterad av"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Senast uppdaterad den"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Plats"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Platsens namn"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Upprepa varje"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Guiden Ange plats för läxor"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Ställ in plats"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Användaren kan redigera"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Veckovis"
+142
View File
@@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Thai (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "คุณแน่ใจหรือไม่ว่าต้องการลบข้อยกเว้นนี้"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "คุณแน่ใจหรือไม่ว่าต้องการลบสถานที่นี้"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "พนักงานทั่วไป"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "การยืนยัน"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "ติดต่อ"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "ภาพหน้าปก"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "สร้างโดย"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "สร้างเมื่อ"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "วันที่"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "สตริงวันและสัปดาห์"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "แสดงชื่อ"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "พนักงาน"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "ชื่อพนักงาน"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ไอดี"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "อัปเดตครั้งล่าสุดโดย"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "อัปเดตครั้งล่าสุดเมื่อ"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "สถานที่"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "ชื่อสถานที่"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "ทำซ้ำทุก ๆ"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "ตั้งค่าตัวช่วยสร้างตำแหน่งการทำงานที่บ้าน"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "ตั้งค่าสถานที่"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "ผู้ใช้สามารถแก้ไข"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "รายสัปดาห์"
+149
View File
@@ -0,0 +1,149 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Umur Akın <umura@projetgrup.com>, 2024
# Murat Kaplan <muratk@projetgrup.com>, 2024
# Tugay Hatıl <tugayh@projetgrup.com>, 2024
# Martin Trigaux, 2024
# Levent Karakaş <levent@mektup.at>, 2024
# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2024
# emre oktem, 2024
# Deniz Guvener_Odoo <degu@odoo.com>, 2025
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Deniz Guvener_Odoo <degu@odoo.com>, 2025\n"
"Language-Team: Turkish (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Bu istisnayı silmek istediğinizden emin misiniz?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Bu konumu silmek istediğinizden emin misiniz?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Temel Personel"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Doğrulama"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Kontak"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Kapak Resmi"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Tarafından oluşturuldu"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Oluşturuldu"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Tarih"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "Gün/Hafta İfadesi"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "İsim Göster"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Çalışan"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Çalışan Adı"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Son Güncelleyen"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Son Güncelleme"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Konum"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Konum adı"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Tekrarlama Durumu"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Evden Çalışma Konumu Sihirbazı"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Konum Belirle"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Kullanıcı Düzenleyebilir"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Haftalık"
+142
View File
@@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Ukrainian (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Ви впевнені, що хочете видалити цей виняток?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Ви впевнені, що хочете видалити це розташування?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Звичайний користувач"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Підтвердження"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Контакт"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Обкладинка"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Створив"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Створено"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Дата"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "Рядок дня тижня"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Назва для відображення"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Співробітник"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "ПІБ співробітника"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Востаннє оновив"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Останнє оновлення"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Розташування"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Назва розташування"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Повторювати кожен"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Помічник встановлення робочого місця з дому"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Встановити розташування"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Користувач може редагувати"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Щотижня"
+143
View File
@@ -0,0 +1,143 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
# Thi Huong Nguyen, 2025
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Thi Huong Nguyen, 2025\n"
"Language-Team: Vietnamese (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "Bạn có chắc chắn muốn xóa ngoại lệ này không?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "Bạn có chắc chắn muốn xóa vị trí này không?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "Người dùng cơ bản"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "Xác nhận"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "Liên hệ"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "Ảnh bìa"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "Được tạo bởi"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "Được tạo vào"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "Ngày"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "Day Week String"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "Tên hiển thị"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "Nhân viên"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "Tên nhân viên"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "Cập nhật lần cuối bởi"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "Cập nhật lần cuối vào"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "Vị trí"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "Tên vị trí"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "Lặp lại mỗi"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "Tính năng thiết lập vị trí làm việc"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "Thiết lập vị trí"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "Người dùng có thể chỉnh sửa"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "Hàng tuần"
@@ -0,0 +1,143 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
# 何彬 <vnsoft.he@gmail.com>, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: 何彬 <vnsoft.he@gmail.com>, 2024\n"
"Language-Team: Chinese (China) (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "您确定要删除这个例外吗?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "您确定要删除此位置吗?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "基本员工"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "确认"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "联系"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "封面图片"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "创建人"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "创建日期"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "日期"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "日 周 字符串"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "显示名称"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "员工"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "员工姓名"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "ID"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "最后更新人"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "上次更新日期"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "位置"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "位置名称"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "重复间隔为每"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "设置作业位置向导"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "设置地点"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "用户可编辑"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "每周"
@@ -0,0 +1,142 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_homeworking_calendar
#
# Translators:
# Wil Odoo, 2024
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-09-26 08:55+0000\n"
"PO-Revision-Date: 2024-09-29 00:00+0000\n"
"Last-Translator: Wil Odoo, 2024\n"
"Language-Team: Chinese (Taiwan) (https://app.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_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this exception?"
msgstr "確定要刪除這個例外?"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Are you sure you want to delete this location?"
msgstr "確定刪除此位置?"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_hr_employee_base
msgid "Basic Employee"
msgstr "一般員工"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/hr_homeworking_calendar_controller.js:0
msgid "Confirmation"
msgstr "確認"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_res_partner
msgid "Contact"
msgstr "聯絡人"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_type
msgid "Cover Image"
msgstr "封面圖像"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_uid
msgid "Created by"
msgstr "建立人員"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__create_date
msgid "Created on"
msgstr "建立於"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__date
msgid "Date"
msgstr "日期"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__day_week_string
msgid "Day Week String"
msgstr "日週字串"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__display_name
msgid "Display Name"
msgstr "顯示名稱"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_id
msgid "Employee"
msgstr "員工"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__employee_name
msgid "Employee Name"
msgstr "員工姓名"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__id
msgid "ID"
msgstr "識別號"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_uid
msgid "Last Updated by"
msgstr "最後更新者"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__write_date
msgid "Last Updated on"
msgstr "最後更新於"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_id
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Location"
msgstr "地點"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__work_location_name
msgid "Location name"
msgstr "位置名稱"
#. module: hr_homeworking_calendar
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Repeat every"
msgstr "循環間隔為每"
#. module: hr_homeworking_calendar
#: model:ir.model,name:hr_homeworking_calendar.model_homework_location_wizard
msgid "Set Homework Location Wizard"
msgstr "設定作業位置精靈"
#. module: hr_homeworking_calendar
#. odoo-javascript
#: code:addons/hr_homeworking_calendar/static/src/calendar/common/calendar_common_renderer.xml:0
#: model:ir.actions.act_window,name:hr_homeworking_calendar.set_location_wizard_action
#: model_terms:ir.ui.view,arch_db:hr_homeworking_calendar.homework_location_wizard_view_form
msgid "Set Location"
msgstr "設定位置"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__user_can_edit
msgid "User Can Edit"
msgstr "用戶可編輯"
#. module: hr_homeworking_calendar
#: model:ir.model.fields,field_description:hr_homeworking_calendar.field_homework_location_wizard__weekly
msgid "Weekly"
msgstr "每週"
@@ -0,0 +1,3 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import hr_employee
from . import res_partner
@@ -0,0 +1,50 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from collections import defaultdict
from odoo import models
from odoo.tools import DEFAULT_SERVER_DATE_FORMAT
from odoo.addons.hr_homeworking.models.hr_homeworking import DAYS
class HrEmployeeBase(models.AbstractModel):
_inherit = "hr.employee.base"
def _get_worklocation(self, start_date, end_date):
work_locations_by_employee = defaultdict(dict)
for employee in self:
work_locations_by_employee[employee.id].update({
"user_id": employee.user_id.id,
"employee_id": employee.id,
"partner_id": employee.user_partner_id.id or employee.work_contact_id.id,
"employee_name": employee.name
})
for day in DAYS:
work_locations_by_employee[employee.id][day] = {
'location_type': employee[day]["location_type"],
'location_name': employee[day]["name"],
'work_location_id': employee[day].id,
}
exceptions_for_period = self.env['hr.employee.location'].search_read([
('employee_id', 'in', self.ids),
('date', '>=', start_date),
('date', '<=', end_date)
], ['employee_id', 'date', 'work_location_name', 'work_location_id', 'work_location_type'])
for exception in exceptions_for_period:
date = exception["date"].strftime(DEFAULT_SERVER_DATE_FORMAT)
exception_value = {
'hr_employee_location_id': exception["id"],
'location_type': exception['work_location_type'],
'location_name': exception['work_location_name'],
'work_location_id': exception['work_location_id'][0],
}
employee_id = exception["employee_id"][0]
if "exceptions" not in work_locations_by_employee[employee_id]:
work_locations_by_employee[employee_id]["exceptions"] = {}
work_locations_by_employee[employee_id]["exceptions"][date] = exception_value
return work_locations_by_employee
@@ -0,0 +1,12 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import models
class ResPartner(models.Model):
_inherit = 'res.partner'
def get_worklocation(self, start_date, end_date):
employee_id = self.env['hr.employee'].search([
('work_contact_id.id', 'in', self.ids),
('company_id.id', '=', self.env.company.id)])
return employee_id._get_worklocation(start_date, end_date)
@@ -0,0 +1,2 @@
id,name,model_id:id,group_id:id,perm_read,perm_write,perm_create,perm_unlink
access_homework_location_wizard,homework.location.wizard,model_homework_location_wizard,base.group_user,1,1,1,1
1 id name model_id:id group_id:id perm_read perm_write perm_create perm_unlink
2 access_homework_location_wizard homework.location.wizard model_homework_location_wizard base.group_user 1 1 1 1
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<data noupdate="1">
<record id="homeworking_location_wizard_own_rule" model="ir.rule">
<field name="name">homeworking wizard: own</field>
<field name="model_id" ref="model_homework_location_wizard"/>
<field name="groups" eval="[(4, ref('base.group_user'))]"/>
<field name="domain_force">[
('employee_id', '=', user.employee_id.id)
]</field>
</record>
<record id="homeworking_location_wizard_admin_rule" model="ir.rule">
<field name="name">homeworking wizard: admin</field>
<field name="model_id" ref="model_homework_location_wizard"/>
<field name="groups" eval="[(4, ref('hr.group_hr_user'))]"/>
<field name="domain_force">[(1, '=', 1)]</field>
</record>
</data>
</odoo>
@@ -0,0 +1,149 @@
/** @odoo-module **/
import { AttendeeCalendarCommonRenderer } from "@calendar/views/attendee_calendar/common/attendee_calendar_common_renderer";
import { AttendeeCalendarRenderer } from "@calendar/views/attendee_calendar/attendee_calendar_renderer";
import { user } from "@web/core/user";
import { patch } from "@web/core/utils/patch";
import { renderToString } from "@web/core/utils/render";
import { onPatched } from "@odoo/owl";
const { DateTime } = luxon;
patch(AttendeeCalendarCommonRenderer.prototype, {
setup() {
super.setup()
onPatched(() => {
// Force to rerender the FC.
// As it doesn't redraw the header when the event's data changes
this.fc.api.render();
});
},
get options(){
return {
...super.options,
eventOrder: function(event1, event2){
if (event1.extendedProps.worklocation){
return -1;
} else {
if(event2.extendedProps.worklocation){
return 1;
} else {
return event1.title.localeCompare(event2.title);
}
}
},
dayCellDidMount: this.onDayCellDidMount,
dayHeaderDidMount: this.onDayHeaderDidMount,
dayHeaderWillUnmount: this.onDayHeaderWillUnmount,
};
},
handleWorkLocationClick(target, date) {
let worklocations = this.props.model.worklocations[date.toISODate()];
const worklocationSet = worklocations && Object.keys(worklocations).length > 0;
const actionElement = target.closest('.wl_action');
if (!actionElement) {
return;
}
const { location, id, create } = actionElement.dataset;
if (worklocationSet && !create) {
if (!worklocations.id) {
worklocations = worklocations[location] && worklocations[location].find(wl => wl.id == id);
}
if (worklocations) {
return this.openPopover(target, worklocations);
}
}
return this.props.openWorkLocationWizard(date);
},
onDayHeaderDidMount(info) {
if (this.props.model.scale === 'week' || this.props.model.scale === 'day') {
const date = DateTime.fromJSDate(info.date);
const handler = (event) => {
if (event.target.closest(".o_worklocation_btn")) {
this.handleWorkLocationClick(event.target, date);
}
};
this.customListeners = {
...this.customListeners,
[date]: handler,
};
info.el.addEventListener("click", handler);
}
},
onDayHeaderWillUnmount(info) {
if (this.props.model.scale === 'week' || this.props.model.scale === 'day') {
const date = DateTime.fromJSDate(info.date);
const customListener = {...this.customListeners}[date];
if (customListener) {
info.el.removeEventListener("click", customListener);
delete this.customListeners[date];
}
}
},
onDayCellDidMount(info){
if (this.props.model.scale === 'month'){
const box = info.el.querySelector(`.fc-daygrid-day-top`);
if (!box)
return;
const content = renderToString(this.constructor.ButtonWorklocationTemplate, this.headerTemplateProps(info.date));
box.insertAdjacentHTML("beforeend", content);
}
},
onDateClick(info){
if (info.jsEvent && info.jsEvent.target.closest(".o_worklocation_btn")) {
const date = DateTime.fromJSDate(info.date);
this.handleWorkLocationClick(info.jsEvent.target, date);
} else {
super.onDateClick(...arguments)
}
},
headerTemplateProps(date) {
if (this.props.model.scale === "month") {
return super.headerTemplateProps(date);
}
const parsedDate = DateTime.fromJSDate(date).toISODate();
const multiCalendar = this.props.model.multiCalendar;
const showLine = ["week", "month"].includes(this.props.model.scale);
let worklocation = this.props.model.worklocations[parsedDate];
const workLocationSetForCurrentUser =
multiCalendar ?
Object.keys(worklocation).some(key => worklocation[key].some(wlItem => wlItem.userId === user.userId)
) : worklocation?.userId === user.userId;
let displayedWorkLocation = worklocation ? (JSON.parse(JSON.stringify(worklocation))) : {};
// do not display the work locations of the current user if the user filter is not active
if (multiCalendar && !this.props.model.data.userFilterActive) {
for (let wl in worklocation){
displayedWorkLocation[wl] = worklocation[wl].filter(wlItem => wlItem.userId !== user.userId);
}
displayedWorkLocation = Object.fromEntries(Object.entries(displayedWorkLocation).filter(([_, wlItems]) => wlItems.length !== 0));
}
return {
...super.headerTemplateProps(date),
worklocation : displayedWorkLocation,
workLocationSetForCurrentUser,
multiCalendar,
showLine,
iconMap: {
"office": "fa-building",
"home": "fa-home",
},
}
}
});
AttendeeCalendarRenderer.props = {
...AttendeeCalendarRenderer.props,
openWorkLocationWizard: { type: Function, optional: true },
}
AttendeeCalendarCommonRenderer.props = {
...AttendeeCalendarCommonRenderer.props,
openWorkLocationWizard: { type: Function, optional: true }
};
AttendeeCalendarCommonRenderer.WorklocationTemplate = "hr_homeworking_calendar.CalendarCommonRenderer.worklocation";
AttendeeCalendarCommonRenderer.ButtonWorklocationTemplate = "hr_homeworking_calendar.CalendarCommonRenderer.buttonWorklocation";
AttendeeCalendarCommonRenderer.headerTemplate = "hr_homeworking_calendar.CalendarCommonRendererHeader";
@@ -0,0 +1,70 @@
.o_worklocation_btn {
min-height: o-to-rem(20px);
margin-top: 1em;
color: var(--body-color);
.o_worklocation_text, .o_worklocation_line {
box-shadow: 0 1px 0 rgba(0,0,0, 0.3)
}
}
.o_worklocation_line {
height: 3px;
}
.o_homework_multi {
text-transform: none;
&.o_homeworking_content .fa {
height: var(--o-homework-icon-size, 20px);
aspect-ratio: 1;
font-size: var(--o-homework-icon-size, 1.2rem);
&.fa-building:before {
transform: scale(.8);
}
}
}
// ----- View specific
.fc-timeGridDay-view {
.o_worklocation_btn {
margin-top: 0px;
}
}
@include media-breakpoint-down(md) {
.fc-timeGridWeek-view .o_homework_multi {
--o-homework-icon-size: 1rem;
> span {
display: none !important;
}
}
.fc-dayGridMonth-view .o_homework_multi {
--o-homework-icon-size: .75rem;
> span {
display: none !important;
}
}
}
@for $-i from 1 through length($o-colors-complete) {
$-color: nth($o-colors-complete, $-i);
$-color-subtle: tint-color($-color, 65%);
.o_homework_multi {
.wl_color_#{$-i - 1} {
color: shade-color($-color, 10%);
background-color: $-color-subtle;
border-color: $-color-subtle !important;
}
}
.o_homework_single {
.wl_color_#{$-i - 1} {
background-color: $-color-subtle;
}
}
}
@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates>
<t t-name="hr_homeworking_calendar.CalendarCommonRendererHeader" t-inherit="web.CalendarCommonRendererHeader" t-inherit-mode="primary">
<xpath expr="//span[hasclass('o_cw_day_number')]" position="after">
<t t-if="scale != 'month'" t-call="hr_homeworking_calendar.CalendarCommonRenderer.buttonWorklocation"/>
</xpath>
</t>
<t t-name="hr_homeworking_calendar.CalendarCommonRenderer.buttonWorklocation">
<t t-if="multiCalendar">
<t t-call="hr_homeworking_calendar.MultiCalendarButtonWorkLocation"/>
</t>
<t t-else="">
<t t-call="hr_homeworking_calendar.SingleCalendarButtonWorkLocation"/>
</t>
</t>
<div t-name="hr_homeworking_calendar.MultiCalendarButtonWorkLocation" class="o_worklocation_btn w-100 d-flex align-items-center">
<div class="o_homework_multi d-flex gap-1 ms-1">
<t t-foreach="Object.keys(worklocation)" t-as="location" t-key="location">
<t t-foreach="worklocation[location]" t-as="wl" t-key="wl.id">
<div class="o_homeworking_content wl_action" t-att-data-location="location" t-att-data-id="wl.id" t-att-data-employee="wl.employeeId">
<i t-attf-class="o_homework_content d-flex align-items-center justify-content-center flex-wrap border border-1 rounded-circle me-0 fa {{iconMap[wl.icon] || 'fa-map-marker'}} wl_color_{{wl.colorIndex}}"/>
</div>
</t>
<span class="fw-bolder" t-esc="worklocation[location][0].title"/>
</t>
</div>
<button t-if="!workLocationSetForCurrentUser" class="o_worklocation_text bg-info bg-opacity-25 border-0 rounded-pill px-lg-2 py-0 text-nowrap opacity-0 opacity-100-hover wl_action" data-create="1">
<i class="add_wl fa fa-map-marker me-lg-1" aria-hidden="true"></i>
</button>
</div>
<div t-name="hr_homeworking_calendar.SingleCalendarButtonWorkLocation" class="o_worklocation_btn w-100 d-flex align-items-center">
<div t-if="workLocationSetForCurrentUser" class="w-100 d-flex align-items-center wl_action o_homework_single">
<t t-if="worklocation.display">
<button t-attf-class='o_worklocation_text border-0 rounded-pill px-lg-2 py-0 text-nowrap wl_color_{{worklocation.colorIndex}}'>
<i t-attf-class="fa {{iconMap[worklocation.icon] || 'fa-map-marker'}} me-lg-1" aria-hidden="true"></i>
<span class="d-none d-lg-inline fw-bold" t-esc="worklocation.title"/>
</button>
<button t-if="showLine" t-attf-class="o_worklocation_line d-lg-block w-100 border-0 p-0 wl_color_{{worklocation.colorIndex}}"/>
</t>
<t t-else="">
<button t-if="showLine" t-attf-class="o_worklocation_line d-lg-block w-100 border-0 p-0 wl_color_{{worklocation.colorIndex}}"/>
</t>
</div>
<div t-else="" class="w-100 d-flex align-items-center opacity-0 opacity-100-hover wl_action" data-create="1">
<button t-if="!workLocationSetForCurrentUser" class="o_worklocation_text bg-info bg-opacity-25 border-0 rounded-pill px-lg-2 py-0 text-nowrap">
<i class="fa fa-map-marker me-lg-1" aria-hidden="true"></i>
<span class="d-lg-inline fw-bold">Set Location</span>
</button>
<button t-if="showLine" class="o_worklocation_line d-lg-block w-100 bg-info bg-opacity-25 border-0 p-0"/>
</div>
</div>
</templates>
@@ -0,0 +1,137 @@
/** @odoo-module **/
import { AttendeeCalendarModel } from "@calendar/views/attendee_calendar/attendee_calendar_model";
import { serializeDateTime } from "@web/core/l10n/dates";
import { user } from "@web/core/user";
import { getColor } from "@web/views/calendar/colors";
import { patch } from "@web/core/utils/patch";
const { Interval } = luxon;
patch(AttendeeCalendarModel.prototype, {
fetchEventLocation(data) {
let attendeeIds;
const filters = data.filterSections.partner_ids.filters;
if (filters[filters.length - 1].type === "all" && filters[filters.length - 1].active) {
attendeeIds = Object.keys(this.partnerColorMap);
} else {
attendeeIds = data.filterSections.partner_ids.filters
.filter(filter => filter.type !== "all" && filter.value && filter.active)
.map(filter => filter.value)
}
if (!attendeeIds.includes(user.partnerId)) {
attendeeIds.push(user.partnerId);
}
return this.orm.call('res.partner', "get_worklocation", [
attendeeIds,
serializeDateTime(data.range.start),
serializeDateTime(data.range.end),
]);
},
// returns a map of worklocations, display is used to mark the events that are to be shown in the view.
async loadWorkLocations(data) {
const res = await this.fetchEventLocation(data)
this.multiCalendar = Object.values(res).some(location => location.user_id !== user.userId);
const filters = data.filterSections.partner_ids.filters;
data.userFilterActive = filters.filter(filter => filter.value === user.partnerId)[0]?.active || filters[filters.length - 1].type === "all" && filters[filters.length - 1].active;
const events = {};
let previousDay;
const rangeInterval = Interval.fromDateTimes(data.range.start.startOf("day"), data.range.end.endOf("day")).splitBy({day: 1});
for (const day of rangeInterval) {
const startDay = day.s;
const dayISO = startDay.toISODate();
const dayName = startDay.setLocale("en").weekdayLong.toLowerCase();
for (const employeeId in res) {
if (this.multiCalendar) {
if (!(dayISO in events)) {
events[dayISO] = {};
}
if (res[employeeId].exceptions && dayISO in res[employeeId].exceptions) {
// check if exception for that date
const { location_type } = res[employeeId].exceptions[dayISO];
if (location_type in events[dayISO]) {
events[dayISO][location_type].push(this.createHomeworkingRecordAt(res[employeeId], startDay, res[employeeId].exceptions[dayISO]));
} else {
events[dayISO][location_type] = [this.createHomeworkingRecordAt(res[employeeId], startDay, res[employeeId].exceptions[dayISO])];
}
}
else {
const locationKeyName = `${dayName}_location_id`;
if (!(locationKeyName in res[employeeId])) {
continue;
}
const {location_type} = res[employeeId][locationKeyName];
if (!location_type) {
continue;
}
if (location_type in events[dayISO]) {
events[dayISO][location_type].push(this.createHomeworkingRecordAt(res[employeeId], startDay, res[employeeId][locationKeyName]));
} else {
events[dayISO][location_type] = [this.createHomeworkingRecordAt(res[employeeId], startDay, res[employeeId][locationKeyName])];
}
}
} else {
const hasException = res[employeeId].exceptions && dayISO in res[employeeId].exceptions;
const workLocationData = hasException ? res[employeeId].exceptions[dayISO] : res[employeeId][`${dayName}_location_id`];
const currentEvent = this.createHomeworkingRecordAt(res[employeeId], startDay, workLocationData);
const previousEvent = events[previousDay];
if (previousEvent && previousEvent.icon === currentEvent.icon && previousEvent.title === currentEvent.title) {
previousEvent.end = previousEvent.end.plus({days:1});
currentEvent.display = false;
} else {
previousDay = dayISO;
}
if (currentEvent.title) {
events[dayISO] = currentEvent;
}
}
}
}
return events;
},
createHomeworkingRecordAt(record, day, workLocationData) {
const { location_type, location_name, work_location_id, hr_employee_location_id} = workLocationData;
const ghostRecord = !Boolean(hr_employee_location_id);
const id = ghostRecord ? `default-location-${record.employee_id}-${day.toMillis()}` : String(hr_employee_location_id);
return {
id,
title: location_name,
start: day,
end: day.plus({days:1}),
display: true,
multiCalendar: this.multiCalendar,
homeworking: true,
employeeId: record.employee_id,
employeeName: record.employee_name,
icon: location_type,
userId: record.user_id,
partnerId: record.partner_id,
colorIndex: this.partnerColorMap[record.partner_id],
resModel: "hr.employee.location",
work_location_id,
ghostRecord,
rawRecord: record,
};
},
get worklocations() {
return this.data.worklocations;
},
mapPartnersToColor(data) {
return data.filterSections.partner_ids.filters
.filter(filter => filter.type !== "all" && filter.value)
.reduce((map, partner) => ({ ...map, [partner.value]: getColor(partner.colorIndex)}), {})
},
/**
* @override
*/
async updateData(data){
await super.updateData(...arguments)
this.partnerColorMap = this.mapPartnersToColor(data);
data.worklocations = await this.loadWorkLocations(data);
}
})
@@ -0,0 +1,11 @@
/** @odoo-module **/
import { AttendeeCalendarYearRenderer } from "@calendar/views/attendee_calendar/year/attendee_calendar_year_renderer";
import { patch } from "@web/core/utils/patch";
patch(AttendeeCalendarYearRenderer, {
props: {
...AttendeeCalendarYearRenderer.props,
openWorkLocationWizard: { type: Function, optional: true },
}
});
@@ -0,0 +1,78 @@
/** @odoo-module **/
import { _t } from "@web/core/l10n/translation";
import { patch } from "@web/core/utils/patch";
import { useService } from "@web/core/utils/hooks";
import { ConfirmationDialog } from "@web/core/confirmation_dialog/confirmation_dialog";
import { AttendeeCalendarController } from "@calendar/views/attendee_calendar/attendee_calendar_controller"
import { serializeDate} from "@web/core/l10n/dates";
patch(AttendeeCalendarController.prototype, {
setup() {
super.setup();
this.action = useService("action");
},
async editRecord(record, context = {}, shouldFetchFormViewId = true) {
if (record.homeworking && 'start' in record) {
return this.action.doAction('hr_homeworking_calendar.set_location_wizard_action', {
additionalContext: {
'default_date': serializeDate(record.start),
'default_work_location_id' : record.work_location_id,
'dialog_size': 'medium',
},
onClose: async (closeInfo) => {
this.model.load()
},
});
}
return super.editRecord(...arguments)
},
deleteRecord(record) {
if (record.id && record.homeworking) {
if (record.ghostRecord) {
this.displayDialog(ConfirmationDialog, {
title: _t("Confirmation"),
body: _t("Are you sure you want to delete this location?"),
confirm: async () => {
const dayName = record.start.setLocale("en").weekdayLong.toLowerCase();
const locationField = `${dayName}_location_id`;
await this.orm.write('res.users', [record.rawRecord.user_id], {[locationField]: false})
this.model.load();
},
cancel: () => {
},
});
} else {
this.displayDialog(ConfirmationDialog, {
title: _t("Confirmation"),
body: _t("Are you sure you want to delete this exception?"),
confirm: async () => {
await this.orm.unlink("hr.employee.location", [parseInt(record.id)]);
this.model.load();
},
cancel: () => {
},
});
}
} else {
super.deleteRecord(...arguments)
}
},
openWorkLocationWizard(startDate) {
this.action.doAction('hr_homeworking_calendar.set_location_wizard_action',{
additionalContext: {
'default_date': serializeDate(startDate),
'dialog_size': 'medium',
},
onClose: async () => {
this.model.load()
},
})
},
get rendererProps() {
return {
...super.rendererProps,
openWorkLocationWizard: (date) => this.openWorkLocationWizard(date),
}
},
})
@@ -0,0 +1,79 @@
import { onWillStart } from "@odoo/owl";
import { user } from "@web/core/user";
import { patch } from "@web/core/utils/patch";
import { AttendeeCalendarCommonPopover } from "@calendar/views/attendee_calendar/common/attendee_calendar_common_popover";
import { Field } from "@web/views/fields/field"
export const patchAttendeeCalendarCommonPopoverClass = {
template: "homework.AttendeeCalendarCommonPopover",
subTemplates: {
...AttendeeCalendarCommonPopover.subTemplates,
body: "homework.AttendeeCalendarCommonPopover.body",
footer: "homework.AttendeeCalendarCommonPopover.footer",
},
components: {
...AttendeeCalendarCommonPopover.components,
Field,
}
}
export const patchAttendeeCalendarCommonPopover = {
setup() {
this.fieldNames = ["work_location_id", "work_location_name", "work_location_type", "employee_id", "weekday", "weekly", "start_date", "employee_name"];
super.setup(...arguments);
this.values = {
work_location_id: this.props.record.work_location_id,
work_location_name: this.props.record.title,
work_location_type: this.props.record.icon,
employee_id: this.props.record.employeeId,
weekday: false,
weekly: false,
date: this.props.record.start,
employee_name: this.props.record.employeeName,
};
this.fields = {
"work_location_id": { name: "Work Location", type: "many2one", relation: "hr.work.location"},
"work_location_name": { name: "Work Location Name", type: "char"},
"work_location_type": { name: "work location type", type: "selection"},
"employee_id": { name: "employee id", type: "many2one", relation: "hr.employee"},
"weekday": { name: "weekday", type: "integer"},
"weekly": { name: "weekly", type: "boolean"},
"date": { name: "date", type: "date"},
"employee_name": { name: "employee name", type:"char"}
};
onWillStart(async () => {
this.userCanEdit = (await this.orm.read("res.users", [user.userId], ["can_edit"]))[0]['can_edit'];
});
},
isWorkLocationEvent(){
return this.props.record['resModel'] === 'hr.employee.location';
},
get hasFooter() {
return !this.isWorkLocationEvent() || this.props.record.userId === user.userId
},
isCurrentUserIsOwnerWorklocation(){
return this.isWorkLocationEvent() && this.props.record.userId === user.userId;
},
get isEventEditable() {
return ('resModel' in this.props.record) || super.isEventEditable;
},
get isEventViewable() {
return !('resModel' in this.props.record) || super.isEventViewable;
},
get isEventDeletable() {
if (this.props.record.homeworking) {
return (this.userCanEdit || !this.props.record.ghostRecord) && super.isEventDeletable
}
return super.isEventDeletable;
},
get displayAttendeeAnswerChoice() {
return !('resModel' in this.props.record) && super.displayAttendeeAnswerChoice;
},
get isCurrentUserAttendee() {
return !('resModel' in this.props.record) && super.isCurrentUserAttendee;
},
}
export const unpatchAttendeeCalendarCommonPopoverClass = patch(AttendeeCalendarCommonPopover, patchAttendeeCalendarCommonPopoverClass);
export const unpatchAttendeeCalendarCommonPopover = patch(AttendeeCalendarCommonPopover.prototype, patchAttendeeCalendarCommonPopover)
@@ -0,0 +1,74 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates>
<t t-name="homework.AttendeeCalendarCommonPopover">
<t t-if="isWorkLocationEvent()">
<Record resModel="'hr.employee.location'" fieldNames="fieldNames" fields="fields" activeFields="fields" values="values" mode="'readonly'" t-slot-scope="slot">
<Dialog t-if="env.isSmall" title="props.record.title" contentClass="'o_calendar_color_'+ props.record.colorIndex">
<t t-call="{{ constructor.subTemplates.body }}"/>
<t t-set-slot="footer">
<t t-call="calendar.AttendeeCalendarCommonPopover.footer"/>
</t>
</Dialog>
<div t-else="" class="card-header d-flex justify-content-between py-2 pe-2">
<span class="popover-header border-0">
<t t-if="slot.record.data.work_location_type === 'office'">
<i class="fa fa-fw fa-building me-2" role="img" t-att-class="`wl_color_${props.record.colorIndex}`"/>
</t>
<t t-elif="slot.record.data.work_location_type === 'home'">
<i class="fa fa-fw fa-home me-2" role="img" />
</t>
<t t-else="">
<i class="fa fa-fw fa-map-marker me-2" t-att-class="`wl_color_${props.record.colorIndex}`" role="img"/>
</t>
<t t-esc="props.record.title"/>
</span>
<span class="o_cw_popover_close ms-4 mt-2 me-2" t-on-click.stop="() => props.close()">
<i class="fc-close fc-icon fc-icon-x" />
</span>
</div>
<div class="o_cw_body">
<t t-call="{{ constructor.subTemplates.body }}" />
<div class="card-footer border-top d-flex gap-1" t-att-class="{ 'o_footer_shrink': !hasFooter }">
<t t-call="{{ constructor.subTemplates.footer }}" />
</div>
</div>
</Record>
</t>
<t t-else="">
<t t-call="web.CalendarCommonPopover" />
</t>
</t>
<t t-name="homework.AttendeeCalendarCommonPopover.body">
<t t-if="isWorkLocationEvent()">
<ul class="list-group list-group-flush">
<div class="list-group-item">
<i class="fa fa-fw fa-calendar me-2" t-att-class="`wl_color_${props.record.colorIndex}`"/>
<t t-if="props.record.start.ts != props.record.end.ts">
<t t-esc="props.record.start.toFormat('d MMMM')" t-options="{'widget': 'date'}"/>
</t>
<t t-else="">
<t t-esc="props.record.start.toFormat('d MMMM yyyy')" t-options="{'widget': 'date'}"/>
</t>
</div>
<div class="list-group-item">
<i class="fa fa-fw fa-user me-2" t-att-class="`wl_color_${props.record.colorIndex}`"/>
<Field name="'employee_name'" record="slot.record" readonly="true"/>
</div>
</ul>
</t>
<t t-else="">
<t t-call="calendar.AttendeeCalendarCommonPopover.body" />
</t>
</t>
<t t-name="homework.AttendeeCalendarCommonPopover.footer">
<t t-if="isWorkLocationEvent()">
<t t-if="isCurrentUserIsOwnerWorklocation()">
<t t-call="calendar.AttendeeCalendarCommonPopover.footer" />
</t>
</t>
<t t-else="">
<t t-call="calendar.AttendeeCalendarCommonPopover.footer" />
</t>
</t>
</templates>
@@ -0,0 +1,430 @@
/** @odoo-module **/
import {
click,
getFixture, patchDate, patchWithCleanup,
} from "@web/../tests/helpers/utils";
import { makeView, setupViewRegistries } from "@web/../tests/views/helpers";
import { registry } from "@web/core/registry";
import { user } from "@web/core/user";
import {
patchAttendeeCalendarCommonPopover,
patchAttendeeCalendarCommonPopoverClass
} from "@hr_homeworking_calendar/calendar/common/popover/calendar_common_popover";
import { AttendeeCalendarCommonPopover } from "@calendar/views/attendee_calendar/common/attendee_calendar_common_popover";
const { DateTime, Interval } = luxon;
const mockRegistry = registry.category("mock_server");
let target;
let serverData;
const uid = 1;
const partnerId = 1;
const office = {
location_type: 'office',
location_name: 'Office',
work_location_id: 1,
};
const home = {
location_type: 'home',
location_name: 'Home',
work_location_id: 2,
};
const falseLocation = {
location_type: false,
location_name: false,
work_location_id: false,
};
const multiCalendarData = {
"1": {
user_id: 1,
employee_id: 1,
partner_id: 1,
employee_name: "Aaron",
monday_location_id: office,
tuesday_location_id: office,
wednesday_location_id: home,
thursday_location_id: falseLocation,
friday_location_id: falseLocation,
saturday_location_id: office,
sunday_location_id: office,
},
"2": {
user_id: 2,
employee_id: 2,
partner_id: 2,
employee_name: "Brian",
monday_location_id: home,
tuesday_location_id: office,
wednesday_location_id: home,
thursday_location_id: home,
friday_location_id: falseLocation,
saturday_location_id: office,
sunday_location_id: home,
}
};
const singleCalendarData = {
"1": multiCalendarData["1"],
};
async function createHomeWorkingView(serverData, workLocationMock) {
mockRegistry.add("get_worklocation", () => {
return workLocationMock;
}, { force: true });
await makeView({
type: "calendar",
resModel: "event",
serverData,
arch: `
<calendar js_class="attendee_calendar" event_open_popup="1" date_start="start" date_stop="stop" all_day="allday">
<field name="partner_ids" options="{'block': True, 'icon': 'fa fa-users'}" filters="1" write_model="filter_partner" write_field="partner_id" filter_field="partner_checked" avatar_field="avatar_128"/>
<field name="partner_id" string="Organizer" options="{'icon': 'fa fa-user-o'}"/>
<field name="user_id"/>
<field name="start"/>
<field name="stop"/>
<field name="allday"/>
</calendar>
`,
mockRPC(route, args) {
if (route === "/web/dataset/call_kw/res.users/has_group") {
return Promise.resolve(true);
} else if (route === "/web/dataset/call_kw/res.partner/get_attendee_detail") {
return Promise.resolve([]);
} else if (route === "/calendar/check_credentials") {
return Promise.resolve({});
} else if (route === "/web/dataset/call_kw/res.users/check_synchronization_status") {
return Promise.resolve({});
} else if (route === "/web/dataset/call_kw/event/get_state_selections") {
return Promise.resolve([
('needsAction', 'Needs Action'),
('tentative', 'Maybe'),
('declined', 'No'),
('accepted', 'Yes'),
]);
} else if (route === "/web/dataset/call_kw/calendar.event/get_default_duration") {
return Promise.resolve(1);
} else if (route === "/web/dataset/call_kw/res.users/read") {
return Promise.resolve([{user : uid, can_edit: true}]);
}
},
});
}
QUnit.module("Homeworking Calendar", ({ beforeEach }) => {
beforeEach(() => {
patchDate(2020, 11, 10, 15, 0, 0);
target = getFixture();
setupViewRegistries();
patchWithCleanup(AttendeeCalendarCommonPopover.prototype, patchAttendeeCalendarCommonPopover);
patchWithCleanup(AttendeeCalendarCommonPopover, patchAttendeeCalendarCommonPopoverClass);
patchWithCleanup(user, {
userId: uid,
partnerId: partnerId,
});
serverData = {
models: {
event: {
fields: {
id: { string: "ID", type: "integer" },
user_id: {
string: "user",
type: "many2one",
relation: "user",
default: uid,
},
partner_id: {
string: "user",
type: "many2one",
relation: "partner",
related: "user_id.partner_id",
default: 1,
},
name: { string: "name", type: "char" },
start_date: { string: "start date", type: "date" },
stop_date: { string: "stop date", type: "date" },
start: { string: "start datetime", type: "datetime" },
stop: { string: "stop datetime", type: "datetime" },
delay: { string: "delay", type: "float" },
duration: { string: "Duration", type: "float", default: 1 },
allday: { string: "allday", type: "boolean" },
partner_ids: {
string: "attendees",
type: "one2many",
relation: "partner",
default: [[6, 0, [1]]],
},
type: { string: "type", type: "integer" },
event_type_id: {
string: "Event Type",
type: "many2one",
relation: "event_type",
},
color_event: {
string: "Color",
type: "integer",
related: "event_type_id.color_event_type",
},
is_hatched: { string: "Hatched", type: "boolean" },
is_striked: { string: "Striked", type: "boolean" },
res_model_name: { string: "Linked Model Name", type: "char" },
},
records: [
{
id: 1,
user_id: uid,
partner_id: 1,
name: "event 1",
start: "2016-12-11 00:00:00",
stop: "2016-12-11 01:00:00",
allday: false,
partner_ids: [1, 2, 3],
type: 1,
is_hatched: false,
},
{
id: 2,
user_id: uid,
partner_id: 1,
name: "event 2",
start: "2016-12-12 10:55:05",
stop: "2016-12-12 14:55:05",
allday: false,
partner_ids: [1, 2],
type: 3,
is_hatched: false,
},
],
methods: {
has_access() {
return Promise.resolve(true);
},
},
},
user: {
fields: {
id: { string: "ID", type: "integer" },
display_name: { string: "Displayed name", type: "char" },
partner_id: {
string: "partner",
type: "many2one",
relation: "partner",
},
can_edit: { string: "User can edit his own record", type: "boolean"},
},
records: [
{ id: 1, display_name: "user 1", partner_id: 1 , can_edit: true},
{ id: 4, display_name: "user 4", partner_id: 4 },
],
},
partner: {
fields: {
id: { string: "ID", type: "integer" },
display_name: { string: "Displayed name", type: "char" },
image: { string: "image", type: "integer" },
},
records: [
{ id: 1, display_name: "partner 1", image: "AAA" },
{ id: 2, display_name: "partner 2", image: "BBB" },
],
},
filter_partner: {
fields: {
id: { string: "ID", type: "integer" },
user_id: { string: "user", type: "many2one", relation: "user" },
partner_id: {
string: "partner",
type: "many2one",
relation: "partner",
},
partner_checked: { string: "checked", type: "boolean" },
},
records: [
{ id: 1, user_id: uid, partner_id: 1, partner_checked: true },
{ id: 2, user_id: uid, partner_id: 2, partner_checked: true },
],
},
"hr.work.location": {
fields: {
id: { string: "ID", type: "integer"},
name: { string: "Name", type: "string"},
location_type: {
string: 'Location',
type: 'selection',
selection: [['home', "Home"], ['office', "Office"], ["other", "Other"]],
}
},
records: [
{
id: 1,
name: "Office",
location_type: "office",
},
{
id: 2,
name: "Home",
location_type: "home",
}
]
},
"hr.employee": {
fields: {
id: { type: "integer"},
name: { string: "Name", type: "string" },
partner_id: { type: "many2one", relation: 'partner'}
},
records: [{id: 1, name: "Aaron", partner_id: 1}, {id: 2, name: "Brian", partner_id: 2}]
}
},
};
});
QUnit.test(`homeworking: basic rendering`, async (assert) => {
// Avoid `.o_worklocation_line` to have a width of `Opx`
target.style.width = "1200px";
assert.expect(7);
const previousMock = mockRegistry.get("get_worklocation");
const actionService = {
start() {
return {
doAction: (action, options) => {
assert.step(action);
assert.step(options.additionalContext.default_date);
},
};
},
};
registry.category("services").add("action", actionService, { force: true });
await createHomeWorkingView(serverData, singleCalendarData);
const sundayDate = DateTime.fromISO("2020-12-06");
const saturdayDate = DateTime.fromISO("2020-12-12");
const intervals = Interval.fromDateTimes(sundayDate.startOf("day"), saturdayDate.endOf("day")).splitBy({day: 1});
const workLocations = intervals.map(({s}) => {
return target.querySelector(`.fc-col-header-cell[data-date="${s.toISODate()}"] .o_worklocation_btn`);
});
const worklocationNames = workLocations.map(el => el?.textContent);
assert.deepEqual(worklocationNames, ["Office", "", "", "Home", "Set Location", "Set Location", "Office"]);
await click(workLocations[0], '.o_worklocation_text');
assert.equal(target.querySelector(".o_cw_popover div[name='employee_name']").textContent, "Aaron");
assert.containsOnce(target, ".o_cw_popover .o_cw_popover_edit", "should show edit button");
assert.containsOnce(target, ".o_cw_popover .o_cw_popover_delete", "should show delete button");
await click(target.querySelector(".o_cw_popover_close"));
await click(workLocations.at(-2), '.o_worklocation_line');
assert.verifySteps(["hr_homeworking_calendar.set_location_wizard_action", "2020-12-11"]);
mockRegistry.add("get_worklocation", previousMock, { force: true });
});
QUnit.test("homeworking: multicalendar", async function (assert) {
assert.expect(16);
const previousMock = mockRegistry.get("get_worklocation");
await createHomeWorkingView(serverData, multiCalendarData);
const sundayDate = DateTime.fromISO("2020-12-06");
const saturdayDate = DateTime.fromISO("2020-12-12");
const intervals = Interval.fromDateTimes(sundayDate.startOf("day"), saturdayDate.endOf("day")).splitBy({day: 1});
intervals.forEach(({s}) => {
const date = s.toISODate()
const records = target.querySelectorAll(`.fc-col-header-cell[data-date="${date}"] .o_worklocation_btn .o_homeworking_content`);
records.forEach(record => {
const { employee, location } = record.dataset;
assert.equal(multiCalendarData[employee][`${s.weekdayLong.toLowerCase()}_location_id`].location_type, location);
});
});
assert.containsNone(target,'.fc-col-header-cell[data-date="2020-12-10"] .o_worklocation_text i .add_wl', "should show add work location button");
assert.containsNone(target,'.fc-col-header-cell[data-date="2020-12-12"] .o_worklocation_text i .add_wl', "should not show add work location button");
await click(target, '.fc-col-header-cell[data-date="2020-12-10"] .o_homework_content');
assert.equal(target.querySelector(".o_cw_popover div[name='employee_name']").textContent, "Brian");
assert.containsNone(target, ".o_cw_popover .o_cw_popover_edit", "should show edit button");
assert.containsNone(target, ".o_cw_popover .o_cw_popover_delete", "should show delete button");
await click(target.querySelector(".o_cw_popover_close"));
mockRegistry.add("get_worklocation", previousMock, { force: true });
});
QUnit.test("homeworking: test exceptions are correctly rendered", async function (assert) {
assert.expect(4);
const previousMock = mockRegistry.get("get_worklocation");
const actionService = {
start() {
return {
doAction: (action, options) => {
assert.step(action);
assert.step(options.additionalContext.default_date);
},
};
},
};
registry.category("services").add("action", actionService, { force: true });
await createHomeWorkingView(serverData, {
"1": {
...multiCalendarData["1"],
exceptions: {
"2020-12-11": {
'hr_employee_location_id': 234,
...home,
}
}
},
});
assert.equal(target.querySelector(".fc-col-header-cell[data-date='2020-12-11'] .o_worklocation_btn").textContent, "Home");
await click(target, ".fc-col-header-cell[data-date='2020-12-10'] .o_worklocation_text");
assert.verifySteps(["hr_homeworking_calendar.set_location_wizard_action", "2020-12-10"]);
mockRegistry.add("get_worklocation", previousMock, { force: true });
});
QUnit.test("homeworking: test exceptions are correctly rendered in multicalendar", async function (assert) {
assert.expect(8);
const previousMock = mockRegistry.get("get_worklocation");
const actionService = {
start() {
return {
doAction: (action, options) => {
assert.step(action);
assert.step(options.additionalContext.default_date);
},
};
},
};
registry.category("services").add("action", actionService, { force: true });
await createHomeWorkingView(serverData, {
1: {
...multiCalendarData[1],
exceptions: {
"2020-12-10": {
'hr_employee_location_id': 3,
...home,
}
}
},
2: {
...multiCalendarData[2],
exceptions: {
"2020-12-11": {
'hr_employee_location_id': 4,
...office,
}
}
}
});
assert.containsOnce(target, ".fc-col-header-cell[data-date='2020-12-11'] .o_homework_content");
assert.equal(target.querySelector(".fc-col-header-cell[data-date='2020-12-11'] .o_worklocation_btn").textContent, "Office");
assert.containsN(target, ".fc-col-header-cell[data-date='2020-12-10'] .o_homework_content", 2);
assert.equal(target.querySelector(".fc-col-header-cell[data-date='2020-12-10'] .o_worklocation_btn").textContent, "Home");
assert.containsOnce(target, ".fc-col-header-cell[data-date='2020-12-11'] .add_wl");
await click(target, ".fc-col-header-cell[data-date='2020-12-11'] .add_wl");
assert.verifySteps(["hr_homeworking_calendar.set_location_wizard_action", "2020-12-11"]);
mockRegistry.add("get_worklocation", previousMock, { force: true });
});
});
@@ -0,0 +1,8 @@
/** @odoo-module */
import {
unpatchAttendeeCalendarCommonPopover,
unpatchAttendeeCalendarCommonPopoverClass
} from "@hr_homeworking_calendar/calendar/common/popover/calendar_common_popover";
unpatchAttendeeCalendarCommonPopover();
unpatchAttendeeCalendarCommonPopoverClass();
@@ -0,0 +1,9 @@
/** @odoo-module */
import { registry } from "@web/core/registry";
const mockRegistry = registry.category("mock_server");
mockRegistry.add("get_worklocation", function(route, args) {
return Promise.resolve();
});
@@ -0,0 +1,2 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import test_hr_employee_location
@@ -0,0 +1,54 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo.addons.mail.tests.common import mail_new_test_user
from odoo.tests import common
class TestHrHomeworkingCommon(common.TransactionCase):
@classmethod
def setUpClass(cls):
super().setUpClass()
cls.env.user.tz = 'Europe/Brussels'
cls.user_employee = mail_new_test_user(cls.env, login='david', groups='base.group_user')
# Hr Data
Department = cls.env['hr.department'].with_context(tracking_disable=True)
WorkLocation = cls.env['hr.work.location'].with_context(tracking_disable=True)
main_partner_id = cls.env.ref('base.main_partner')
cls.rd_dept = Department.create({
'name': 'Research and devlopment',
})
cls.work_office_1 = WorkLocation.create({
'name': "Bureau 1",
'location_type': "office",
'address_id': main_partner_id.id,
})
cls.work_office_2 = WorkLocation.create({
'name': "Bureau 2",
'location_type': "office",
'address_id': main_partner_id.id,
})
cls.work_home = WorkLocation.create({
'name': "Maison",
'location_type': "home",
'address_id': main_partner_id.id,
})
cls.employee_emp = cls.env['hr.employee'].create({
'name': 'David Employee',
'user_id': cls.user_employee.id,
'department_id': cls.rd_dept.id,
'monday_location_id': cls.work_home.id,
'tuesday_location_id': cls.work_home.id,
'wednesday_location_id': cls.work_office_1.id,
'thursday_location_id': cls.work_office_1.id,
'friday_location_id': cls.work_office_1.id,
'saturday_location_id': cls.work_home.id,
'sunday_location_id': cls.work_home.id,
})
@@ -0,0 +1,108 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo.addons.hr_homeworking_calendar.tests.common import TestHrHomeworkingCommon
from odoo.tests import tagged
from datetime import datetime
@tagged('post_install', '-at_install', "homeworking_tests")
class TestHrHomeworkingHrEmployeeLocation(TestHrHomeworkingCommon):
@classmethod
def setUpClass(cls):
super().setUpClass()
cls.HrEmployeeLocation = cls.env['hr.employee.location']
def test_set_location_with_weekly_option_changes_employee_location(self):
wizard = self.env['homework.location.wizard'].create({
'work_location_id': self.work_home.id,
'date': datetime(2023, 10, 4), # wednesday
'employee_id': self.employee_emp.id,
'weekly': True
})
wizard.set_employee_location()
self.assertEqual(self.employee_emp.wednesday_location_id.id, self.work_home.id)
created_worklocations = self.HrEmployeeLocation.search([
('employee_id', '=', self.employee_emp.id),
('date', '=', datetime(2023, 10, 4)),
])
self.assertEqual(len(created_worklocations), 0, 'should have created 0 worklocation records')
def test_set_location_without_weekly_option_should_create_an_exception(self):
wizard = self.env['homework.location.wizard'].create({
'work_location_id': self.work_home.id,
'date': datetime(2023, 10, 4), # wednesday
'employee_id': self.employee_emp.id,
'weekly': False
})
wizard.set_employee_location()
created_worklocations = self.HrEmployeeLocation.search([
('employee_id', '=', self.employee_emp.id),
('date', '=', datetime(2023, 10, 4)),
])
self.assertEqual(len(created_worklocations), 1, 'should have created 1 worklocation record')
self.assertEqual(created_worklocations.work_location_id.id, self.work_home.id)
def test_create_exception_on_top_of_exception_keeps_a_single_record(self):
wizard = self.env['homework.location.wizard'].create({
'work_location_id': self.work_home.id,
'date': datetime(2023, 10, 4), # wednesday
'employee_id': self.employee_emp.id,
'weekly': False
})
wizard.set_employee_location()
created_worklocations = self.HrEmployeeLocation.search([
('employee_id', '=', self.employee_emp.id),
('date', '=', datetime(2023, 10, 4)),
])
self.assertEqual(len(created_worklocations), 1, 'should have created 1 worklocation record')
wizard.work_location_id = self.work_office_2
wizard.set_employee_location()
created_worklocations = self.HrEmployeeLocation.search([
('employee_id', '=', self.employee_emp.id),
('date', '=', datetime(2023, 10, 4)),
])
self.assertEqual(len(created_worklocations), 1, 'should have created 1 worklocation record')
self.assertEqual(created_worklocations.work_location_id.id, self.work_office_2.id)
def test_set_same_location_as_default_one_should_not_create_exception(self):
wizard = self.env['homework.location.wizard'].create({
'work_location_id': self.work_office_1.id,
'date': datetime(2023, 10, 4), # wednesday
'employee_id': self.employee_emp.id,
'weekly': False
})
wizard.set_employee_location()
created_worklocations = self.HrEmployeeLocation.search([
('employee_id', '=', self.employee_emp.id),
('date', '=', datetime(2023, 10, 4)),
])
self.assertEqual(len(created_worklocations), 0, 'should have created 0 worklocation records')
def test_set_default_day_location_as_exception_will_delete_exception(self):
# create exception for a certain day
wizard = self.env['homework.location.wizard'].create({
'work_location_id': self.work_home.id,
'date': datetime(2023, 10, 4), # wednesday
'employee_id': self.employee_emp.id,
'weekly': False
})
wizard.set_employee_location()
created_worklocations = self.HrEmployeeLocation.search([
('employee_id', '=', self.employee_emp.id),
('date', '=', datetime(2023, 10, 4)),
])
self.assertEqual(len(created_worklocations), 1, 'should have created 1 worklocation records')
# set default work location on day where an exception exists
wizard.work_location_id = self.work_office_1
wizard.set_employee_location()
created_worklocations = self.HrEmployeeLocation.search([
('employee_id', '=', self.employee_emp.id),
('date', '=', datetime(2023, 10, 4)),
])
# exception should be deleted
self.assertEqual(len(created_worklocations), 0, 'should have deleted the worklocation record')
@@ -0,0 +1,3 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import homework_location_wizard
@@ -0,0 +1,65 @@
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from odoo import fields, models, api
from odoo.addons.hr_homeworking.models.hr_homeworking import DAYS
class HomeworkLocationWizard(models.TransientModel):
_name = 'homework.location.wizard'
_description = 'Set Homework Location Wizard'
work_location_id = fields.Many2one('hr.work.location', required=True, string="Location")
work_location_name = fields.Char(related='work_location_id.name', string="Location name")
work_location_type = fields.Selection(related="work_location_id.location_type")
employee_id = fields.Many2one('hr.employee', default=lambda self: self.env.user.employee_id, required=True, ondelete="cascade")
employee_name = fields.Char(related="employee_id.name")
user_can_edit = fields.Boolean(compute='_compute_user_can_edit')
weekly = fields.Boolean(default=False)
date = fields.Date(string="Date")
day_week_string = fields.Char(compute="_compute_day_week_string")
@api.depends('date')
def _compute_day_week_string(self):
for record in self:
record.day_week_string = record.date.strftime("%A") if record.date else ''
@api.depends('date')
def _compute_user_can_edit(self):
self.user_can_edit = self.env.user.can_edit
def set_employee_location(self):
self.ensure_one()
if not self.date:
return
default_employee_id = self.env.context.get('default_employee_id') or self.env.user.employee_id.id
employee_id = self.env['hr.employee'].browse(self.employee_id.id or default_employee_id)
employee_location = self.env['hr.employee.location'].search([
('date', '=', self.date),
('employee_id', '=', employee_id.id)
])
weekday = self.date.weekday()
default_location_for_current_date = DAYS[weekday]
if self.weekly:
# delete any exceptions on the current date
if employee_location:
employee_location.unlink()
employee_id.sudo().user_id.write({
default_location_for_current_date: self.work_location_id.id,
})
else:
# check if work_location_id is the same as the default one for that day
if self.work_location_id.id == employee_id[default_location_for_current_date].id:
employee_location.unlink()
# check if worklocation is set for that employee that day
elif employee_location:
employee_location.write({
'date': self.date,
'employee_id': employee_id.id,
'work_location_id': self.work_location_id.id
})
else:
self.env['hr.employee.location'].create({
'date': self.date,
'employee_id': employee_id.id,
'work_location_id': self.work_location_id.id
})
@@ -0,0 +1,37 @@
<?xml version="1.0" encoding="utf-8" ?>
<odoo>
<record id="homework_location_wizard_view_form" model="ir.ui.view">
<field name="name">homework.location.wizard.view.form</field>
<field name="model">homework.location.wizard</field>
<field name="arch" type="xml">
<form string="Location">
<group>
<label for="date"/>
<div class="o_row w-100">
<field name="date"/>
</div>
<label for="weekly" invisible="not user_can_edit"/>
<div class="o_row w-100" invisible="not user_can_edit">
<field name="weekly" class="oe_inline"/>
<span class="w-100">
Repeat every <field name="day_week_string" class="oe_inline"/>
</span>
</div>
<field name="work_location_id"/>
</group>
<footer>
<button name="set_employee_location" type="object" class="btn-primary" string="Set Location" />
</footer>
</form>
</field>
</record>
<record id="set_location_wizard_action" model="ir.actions.act_window">
<field name="name">Set Location</field>
<field name="res_model">homework.location.wizard</field>
<field name="view_mode">form</field>
<field name="view_id" ref="homework_location_wizard_view_form"/>
<field name="binding_model_id" ref="model_homework_location_wizard"/>
<field name="target">new</field>
</record>
</odoo>