diff --git a/__init__.py b/__init__.py new file mode 100644 index 0000000..dc5e6b6 --- /dev/null +++ b/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import models diff --git a/__manifest__.py b/__manifest__.py new file mode 100644 index 0000000..b92d19b --- /dev/null +++ b/__manifest__.py @@ -0,0 +1,30 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'Skills e-learning', + 'category': 'Hidden', + 'version': '1.0', + 'summary': 'Add completed courses to resume of your employees', + 'description': + """ +E-learning and Skills for HR +============================ + +This module add completed courses to resume for employees. + """, + 'depends': ['hr_skills', 'website_slides'], + 'data': [ + 'views/hr_employee_views.xml', + 'views/hr_templates.xml', + 'data/hr_resume_data.xml', + ], + 'auto_install': True, + 'assets': { + 'web.assets_backend': [ + 'hr_skills_slides/static/src/scss/**/*', + 'hr_skills_slides/static/src/xml/**/*', + ], + }, + 'license': 'LGPL-3', +} diff --git a/data/hr_resume_data.xml b/data/hr_resume_data.xml new file mode 100644 index 0000000..2bcb052 --- /dev/null +++ b/data/hr_resume_data.xml @@ -0,0 +1,10 @@ + + + + + Completed Internal Training + 26 + + + + diff --git a/i18n/ar.po b/i18n/ar.po new file mode 100644 index 0000000..2cfc6c9 --- /dev/null +++ b/i18n/ar.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# Malaz Abuidris , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Malaz Abuidris , 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "القناة / الشركاء (الأعضاء) " + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "دورة" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "رابط URL للدورة " + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "الدورات" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "نص إكمال الدورات " + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "نوع العرض" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "الموظف" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "لديه دورات مشترك فيها " + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "بند السيرة الذاتية لموظف " + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "لقد أكمل الموظف الدورة %s " + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "غادر الموظف الدورة %s " + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "لقد سجل الموظف في الدورة %s" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "دورات التعلم الإلكتروني " diff --git a/i18n/bg.po b/i18n/bg.po new file mode 100644 index 0000000..ba54911 --- /dev/null +++ b/i18n/bg.po @@ -0,0 +1,100 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# aleksandar ivanov, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: aleksandar ivanov, 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Служител" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "" diff --git a/i18n/ca.po b/i18n/ca.po new file mode 100644 index 0000000..9c49709 --- /dev/null +++ b/i18n/ca.po @@ -0,0 +1,104 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Arnau Ros, 2023 +# Martin Trigaux, 2023 +# Óscar Fonseca , 2023 +# marcescu, 2023 +# Ivan Espinola, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Ivan Espinola, 2023\n" +"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Canal / Partners (Membres)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Curs" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "URL del curs" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Cursos" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "Text de la compleció dels cursos" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Tipus de visualització" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Empleat" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Reprèn la línia d'un empleat" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "Cursos d'elearning" diff --git a/i18n/cs.po b/i18n/cs.po new file mode 100644 index 0000000..d7d2131 --- /dev/null +++ b/i18n/cs.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# Jakub Smolka, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Jakub Smolka, 2023\n" +"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Kanál / partneři (členové)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Kurz" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Kurzy" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Typ zobrazení" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Zaměstnanec" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Řádek životopisu zaměstnance" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "eLearning kurzy" diff --git a/i18n/da.po b/i18n/da.po new file mode 100644 index 0000000..bda8af1 --- /dev/null +++ b/i18n/da.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# lhmflexerp , 2023 +# Martin Trigaux, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Martin Trigaux, 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Kanal / Partnere (medlemmer)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Kursus" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Kurser" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Vis type" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Medarbejder" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Medarbejders CV linjer" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "e-læringskurser" diff --git a/i18n/de.po b/i18n/de.po new file mode 100644 index 0000000..716320e --- /dev/null +++ b/i18n/de.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# Larissa Manderfeld, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Larissa Manderfeld, 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s/%(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Kanal/Partner (Mitglieder) " + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Kurs" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "Kurs-URL" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Kurse" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "Text bei Kursabschluss" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Anzeigetyp" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Mitarbeiter" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "Hat abonnierte Kurse" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Lebenslaufzeile eines Mitarbeiters" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "Der Mitarbeiter hat den Kurs %s absolviert" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "Der Mitarbeiter hat den Kurs %s verlassen" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "Der Mitarbeiter hat den Kurs %s abonniert" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "E-Learning-Kurse" diff --git a/i18n/es.po b/i18n/es.po new file mode 100644 index 0000000..3f6e9b0 --- /dev/null +++ b/i18n/es.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# Larissa Manderfeld, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Larissa Manderfeld, 2023\n" +"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Canal/socios (miembros)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Curso" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "URL del curso" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Cursos" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "Texto de finalización de cursos" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Tipo de pantalla" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Empleado" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "Tiene suscripción a cursos" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Línea de currículo de empleado" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "El empleado ha completado el curso %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "El empleado abandonó el curso %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "El empleado se suscribió al curso %s" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "Cursos de eLearning" diff --git a/i18n/es_419.po b/i18n/es_419.po new file mode 100644 index 0000000..63b9efb --- /dev/null +++ b/i18n/es_419.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# Iran Villalobos López, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Iran Villalobos López, 2023\n" +"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_419\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Canal/contactos (miembros)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Curso" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "URL del curso" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Cursos" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "Texto de finalización de cursos" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Mostrar tipo" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Empleado" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "Tiene suscripción a cursos" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Línea de currículum de un empleado" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "El empleado completó el curso %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "El empleado abandonó el curso %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "El empleado se suscribió al curso %s" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "Cursos de eLearning" diff --git a/i18n/et.po b/i18n/et.po new file mode 100644 index 0000000..4c03d61 --- /dev/null +++ b/i18n/et.po @@ -0,0 +1,104 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Leaanika Randmets, 2023 +# Eneli Õigus , 2023 +# JanaAvalah, 2023 +# Andre Roomet , 2023 +# Anna, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Anna, 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Kanalid / Partnerid (Liikmed)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Kursus" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "Kursuse URL" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Kursused" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "Kursuste lõpetamise tekst" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Kuvamise tüüp" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Töötaja" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Töötaja CV read" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "Töötaja on lõpetanud kursuse %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "Töötaja lahkus kursuselt %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "Töötaja tellis kursuse %s" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "e-õppe kursused" diff --git a/i18n/fa.po b/i18n/fa.po new file mode 100644 index 0000000..90d06b7 --- /dev/null +++ b/i18n/fa.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Mohsen Mohammadi , 2023 +# Hamed Mohammadi , 2023 +# Martin Trigaux, 2023 +# Mostafa Barmshory , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Mostafa Barmshory , 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "کانال/شریک (اعضاء)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "دوره" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "دوره ها" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "نوع نمایش" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "کارمند" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "دورههای آموزش الکترونیکی" diff --git a/i18n/fi.po b/i18n/fi.po new file mode 100644 index 0000000..d9179b3 --- /dev/null +++ b/i18n/fi.po @@ -0,0 +1,104 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Tuomas Lyyra , 2023 +# Tuomo Aura , 2023 +# Miika Nissi , 2023 +# Jarmo Kortetjärvi , 2023 +# Ossi Mantylahti , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Ossi Mantylahti , 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Kanava / Kumppanit (Jäsenet)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Kurssi" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "Kurssin Url" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Kurssit" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "Kurssin suorittaminen Teksti" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Näyttötyyppi" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Työntekijä" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "On tilannut kursseja" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Työntekijän ansioluettelon rivi" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "Työntekijä on suorittanut kurssin %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "Työntekijä poistui kurssilta %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "Työntekijä tilasi kurssin %s" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "Verkko-oppimisen kurssit" diff --git a/i18n/fr.po b/i18n/fr.po new file mode 100644 index 0000000..d4c8594 --- /dev/null +++ b/i18n/fr.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# Jolien De Paepe, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Jolien De Paepe, 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Canal / Partenaires (Membres)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Cours" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "URL du cours" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Cours" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "Texte de fin de cours" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Type d'affichage" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Employé" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "A souscrit à des cours" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Ligne de CV d'un employé" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "L'employé a terminé le cours %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "L'employé a quitté le cours %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "L'employé a souscrit au cours %s" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "Cours eLearning" diff --git a/i18n/he.po b/i18n/he.po new file mode 100644 index 0000000..3f96bc7 --- /dev/null +++ b/i18n/he.po @@ -0,0 +1,102 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Lilach Gilliam , 2023 +# Yihya Hugirat , 2023 +# ZVI BLONDER , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: ZVI BLONDER , 2023\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=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "ערוץ / שותפים (מנויים)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "קורס" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "קורסים" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "סוג תצוגה" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "עובד" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "קורסים של למידה אלקטרונית" diff --git a/i18n/hr.po b/i18n/hr.po new file mode 100644 index 0000000..5e7dba1 --- /dev/null +++ b/i18n/hr.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Milan Tribuson , 2022 +# Bole , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:52+0000\n" +"Last-Translator: Bole , 2023\n" +"Language-Team: Croatian (https://app.transifex.com/odoo/teams/41243/hr/)\n" +"Language: hr\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" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Tečaj" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Vrsta prikaza" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Zaposlenik" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Stavka životopisa djelatnika" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %(course)s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "" diff --git a/i18n/hr_skills_slides.pot b/i18n/hr_skills_slides.pot new file mode 100644 index 0000000..2574b8c --- /dev/null +++ b/i18n/hr_skills_slides.pot @@ -0,0 +1,96 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 21: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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "" diff --git a/i18n/hu.po b/i18n/hu.po new file mode 100644 index 0000000..cee057f --- /dev/null +++ b/i18n/hu.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# sixsix six, 2023 +# Tamás Németh , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Tamás Németh , 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Csatorna / Partnerek (Tagok)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Kurzus" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Kurzusok" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Típus megjeleítése" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Munkavállaló" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "" diff --git a/i18n/id.po b/i18n/id.po new file mode 100644 index 0000000..1d071a3 --- /dev/null +++ b/i18n/id.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# Abe Manyo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Abe Manyo, 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Channel / Partner (Anggota)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Kursus" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "Url Kursus" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Kursus-kursus" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "Teks Penyelesaian Kursus-Kursus" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Tipe Tampilan" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Karyawan" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "Memiliki Langganan ke Kursus-Kursus" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Baris resume karyawan" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "Karyawan telah menyelesaikan kursus %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "Karyawan meninggalkan kursus %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "Karyawan berlangganan ke kursus %s" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "Kursus-Kursus eLearning" diff --git a/i18n/it.po b/i18n/it.po new file mode 100644 index 0000000..5638efb --- /dev/null +++ b/i18n/it.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# Marianna Ciofani, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Marianna Ciofani, 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s/%(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Canale / Partner (iscritti)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Corso" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "URL corso" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Corsi" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "Documento di fine corso" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Tipo visualizzato" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Dipendente" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "Si è iscritto a dei corsi" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Riga CV di un dipendente" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "Il dipendente ha completato il corso %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "Il dipendente ha abbandonato il corso %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "Il dipendente si è iscritto al corso %s" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "Corsi e-learning" diff --git a/i18n/ja.po b/i18n/ja.po new file mode 100644 index 0000000..afc9dad --- /dev/null +++ b/i18n/ja.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# Junko Augias, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Junko Augias, 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "チャネル/パートナー(メンバー)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "コース" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "コースURL" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "コース" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "コース完了テキスト" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "表示タイプ" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "従業員" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "登録済コースあり" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "従業員の履歴書明細" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "従業員は コース%sを完了しました。" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "従業員は コース%sを去りました。" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "従業員はコース%sに登録しました。" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "eラーニングコース" diff --git a/i18n/ko.po b/i18n/ko.po new file mode 100644 index 0000000..f78eb9a --- /dev/null +++ b/i18n/ko.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# Daye Jeong, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Daye Jeong, 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "채널 / 협력서 (회원)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "강좌" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "강좌 Url" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "강좌" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "강좌 수료 텍스트" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "표시 유형" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "임직원" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "구독한 강좌가 있음" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "직원의 경력 사항 명세" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "직원이 강좌를 이수했습니다 %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "직원이 강좌에서 나갔습니다. %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "직원이 강좌를 구독했습니다 %s" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "온라인 학습 강좌" diff --git a/i18n/lb.po b/i18n/lb.po new file mode 100644 index 0000000..ddb5888 --- /dev/null +++ b/i18n/lb.po @@ -0,0 +1,96 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2019-08-26 09:11+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"Language: lb\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" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %(course)s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "" diff --git a/i18n/lt.po b/i18n/lt.po new file mode 100644 index 0000000..6dfef66 --- /dev/null +++ b/i18n/lt.po @@ -0,0 +1,103 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Jonas Zinkevicius , 2023 +# Linas Versada , 2023 +# Martin Trigaux, 2023 +# Ramunė ViaLaurea , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Ramunė ViaLaurea , 2023\n" +"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Kursas" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Kursai" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Ekrano tipas" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Darbuotojas" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "El.mokymai Kursai" diff --git a/i18n/lv.po b/i18n/lv.po new file mode 100644 index 0000000..25c2bb2 --- /dev/null +++ b/i18n/lv.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Will Sensors, 2023 +# Arnis Putniņš , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Arnis Putniņš , 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Parādīt tipu" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Darbinieks" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "" diff --git a/i18n/mn.po b/i18n/mn.po new file mode 100644 index 0000000..20d1fa1 --- /dev/null +++ b/i18n/mn.po @@ -0,0 +1,102 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Martin Trigaux, 2022 +# Uuganbayar Batbaatar , 2022 +# Baskhuu Lodoikhuu , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:52+0000\n" +"Last-Translator: Baskhuu Lodoikhuu , 2023\n" +"Language-Team: Mongolian (https://app.transifex.com/odoo/teams/41243/mn/)\n" +"Language: mn\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" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Курс" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Курсууд" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Харагдах хэлбэр" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Ажилтан" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Ажилтны намтарын мөр" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %(course)s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "Цахим сургалт курсууд" diff --git a/i18n/nb.po b/i18n/nb.po new file mode 100644 index 0000000..22928f7 --- /dev/null +++ b/i18n/nb.po @@ -0,0 +1,102 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Martin Trigaux, 2022 +# Jorunn D. Newth, 2022 +# Marius Stedjan , 2022 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:52+0000\n" +"Last-Translator: Marius Stedjan , 2022\n" +"Language-Team: Norwegian Bokmål (https://app.transifex.com/odoo/teams/41243/nb/)\n" +"Language: nb\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" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Kanal / Partnere (Medlemmer)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Kurs" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Visningstype" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Ansatt" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %(course)s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "" diff --git a/i18n/nl.po b/i18n/nl.po new file mode 100644 index 0000000..facd8a9 --- /dev/null +++ b/i18n/nl.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# Jolien De Paepe, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Jolien De Paepe, 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Kanaal / Relaties (leden)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Cursus" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "Cursus URL" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Cursussen" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "Cursussen Voltooiing tekst" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Soort weergave" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Werknemer" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "Heeft zich ingeschreven voor cursussen" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "cv-regels van een werknemer" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "De werknemer heeft de cursus %s voltooid" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "De werknemer heeft de cursus %s verlaten" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "De werknemers heeft zich ingeschreven voor de cursus %s" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "eLearning cursussen" diff --git a/i18n/pl.po b/i18n/pl.po new file mode 100644 index 0000000..426f174 --- /dev/null +++ b/i18n/pl.po @@ -0,0 +1,100 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\n" +"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s/%(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Kanał / Partnerzy (Członkowie)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Kurs" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "Url kursu" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Kursy" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "Wiadomość po ukończeniu kursu" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Typ wyświetlania" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Pracownik" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Pozycja życiorysu pracownika" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "Kursy eNauki" diff --git a/i18n/pt.po b/i18n/pt.po new file mode 100644 index 0000000..a18faa3 --- /dev/null +++ b/i18n/pt.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# cafonso , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: cafonso , 2024\n" +"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Curso" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Tipo de exibição" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Funcionário" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "" diff --git a/i18n/pt_BR.po b/i18n/pt_BR.po new file mode 100644 index 0000000..1819a62 --- /dev/null +++ b/i18n/pt_BR.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# Layna Nascimento, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Layna Nascimento, 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s/%(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Canal/usuários (membros)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Curso" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "URL do curso" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Cursos" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "Texto de conclusão de curso" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Tipo de exibição" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Funcionário" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "Tem cursos inscritos" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Linha de currículo de um funcionário" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "O funcionário concluiu o curso %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "O funcionário deixou o curso %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "O funcionário se inscreveu no curso %s" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "Cursos Online" diff --git a/i18n/ro.po b/i18n/ro.po new file mode 100644 index 0000000..65c2d5d --- /dev/null +++ b/i18n/ro.po @@ -0,0 +1,102 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Dorin Hongu , 2022 +# Martin Trigaux, 2022 +# Foldi Robert , 2022 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 16.0+e\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-05-16 13:49+0000\n" +"PO-Revision-Date: 2022-09-22 05:52+0000\n" +"Last-Translator: Foldi Robert , 2022\n" +"Language-Team: Romanian (https://app.transifex.com/odoo/teams/41243/ro/)\n" +"Language: ro\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%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Canal / Parteneri (Membri)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Curs" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Cursuri" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Tipul de afișare" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Angajat" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %(course)s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "Cursuri eLearning" diff --git a/i18n/ru.po b/i18n/ru.po new file mode 100644 index 0000000..762013e --- /dev/null +++ b/i18n/ru.po @@ -0,0 +1,102 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Martin Trigaux, 2023 +# alenafairy, 2023 +# Wil Odoo, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2024\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Каналы / Партнеры (участники)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Курс" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "Ссылка" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Курсы" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "Завершение курсов Текст" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Тип отображения" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Сотрудник" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "Оформил подписку на курсы" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Строка резюме сотрудника" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "Сотрудник завершил курс %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "Сотрудник покинул курс %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "Сотрудник подписался на курс %s" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "Онлайн Курсы" diff --git a/i18n/sk.po b/i18n/sk.po new file mode 100644 index 0000000..ef231bb --- /dev/null +++ b/i18n/sk.po @@ -0,0 +1,100 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Wil Odoo, 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Kanál / partneri (členovia)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Kurz " + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Kurzy" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Zobrazovaný typ" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Zamestnanec" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "" diff --git a/i18n/sl.po b/i18n/sl.po new file mode 100644 index 0000000..f1452f9 --- /dev/null +++ b/i18n/sl.po @@ -0,0 +1,102 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Tadej Lupšina , 2023 +# Matjaz Mozetic , 2023 +# Jasmina Macur , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Jasmina Macur , 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Vsebina" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Vsebine" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Vrsta prikaza" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Kader" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "Vsebine eUčenja" diff --git a/i18n/sr.po b/i18n/sr.po new file mode 100644 index 0000000..4ff503b --- /dev/null +++ b/i18n/sr.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Dragan Vukosavljevic , 2023 +# コフスタジオ, 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: コフスタジオ, 2024\n" +"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sr\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Kanal / partneri (članovi)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Kurs" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "Url kursa" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Kursevi" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "Tekst završetka kursa" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Vrsta prikaza" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Zaposleni" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "Imao je plaćene kurseve" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Radna linija zaposlenog" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "Zaposleni je završio kurs %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "Zaposleni je napustio kurs %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "Zaposleni se pretplatio na kurs %s" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "eLearning kursevi" diff --git a/i18n/sv.po b/i18n/sv.po new file mode 100644 index 0000000..e19dc16 --- /dev/null +++ b/i18n/sv.po @@ -0,0 +1,104 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Chrille Hedberg , 2023 +# Kim Asplund , 2023 +# Martin Trigaux, 2023 +# Lasse L, 2023 +# Anders Wallenquist , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Anders Wallenquist , 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Kanal / Partners (Medlemmar)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Kurs" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Kurser" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Visningstyp" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Anställd" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "eLärande Kurser" diff --git a/i18n/th.po b/i18n/th.po new file mode 100644 index 0000000..bfeaab4 --- /dev/null +++ b/i18n/th.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# Rasareeyar Lappiam, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Rasareeyar Lappiam, 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "ช่องทาง/พาร์ทเนอร์ (สมาชิก)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "คอร์ส" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "URL หลักสูตร" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "คอร์ส" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "ข้อความการสำเร็จหลักสูตร" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "ประเภทการแสดง" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "พนักงาน" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "มีรายวิชาที่สมัครเป็นสมาชิก" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "ประวัติเรซูเม่ของพนักงาน" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "พนักงานได้เรียนจบหลักสูตรแล้ว %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "พนักงานออกจากหลักสูตร %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "พนักงานสมัครเรียนหลักสูตรนี้ %s" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "คอร์สอบรมออนไลน์" diff --git a/i18n/tr.po b/i18n/tr.po new file mode 100644 index 0000000..1bf5857 --- /dev/null +++ b/i18n/tr.po @@ -0,0 +1,102 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Umur Akın , 2023 +# Ediz Duman , 2023 +# Ertuğrul Güreş , 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Ertuğrul Güreş , 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Kanal / İş Ortakları (Üyeler)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Kurs" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "Kurs URL'si" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Kurslar" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "Kurs Bitirme Metni" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Görünüm Türü" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Personel" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Bir personelin özgeçmiş satırı" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "e-Eğitim Kursları" diff --git a/i18n/uk.po b/i18n/uk.po new file mode 100644 index 0000000..5946054 --- /dev/null +++ b/i18n/uk.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# Alina Lisnenko , 2024 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Alina Lisnenko , 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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Канал/Партнери (Члени)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Курс" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "Url курсу" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Курси" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "Текст завершення курсів" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Тип відображення" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Співробітник" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "Є підписані курси" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Рядок резюме співробітника" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "Співробітник пройшов курс %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "Співробітник залишив курс %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "Співробітник підписався на курс %s" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "Курси електронного навчання" diff --git a/i18n/vi.po b/i18n/vi.po new file mode 100644 index 0000000..4489ce7 --- /dev/null +++ b/i18n/vi.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# Thi Huong Nguyen, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Thi Huong Nguyen, 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "Kênh / Đối tác (Thành viên)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "Khóa học" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "Khóa học" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Loại hiển thị" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "Nhân viên" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "Dòng CV của một nhân viên" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "khóa học eLearning" diff --git a/i18n/zh_CN.po b/i18n/zh_CN.po new file mode 100644 index 0000000..2245489 --- /dev/null +++ b/i18n/zh_CN.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# 山西清水欧度(QQ:54773801) <54773801@qq.com>, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: 山西清水欧度(QQ:54773801) <54773801@qq.com>, 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "频道/合作伙伴(会员)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "课程" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "课程URL" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "课程" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "课程完成文本" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "显示类型" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "员工" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "已订购课程" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "员工的简历行" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "员工已完成 %s 课程" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "员工离开课程 %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "员工已订阅 %s 课程" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "在线学习课程" diff --git a/i18n/zh_TW.po b/i18n/zh_TW.po new file mode 100644 index 0000000..8b9bc81 --- /dev/null +++ b/i18n/zh_TW.po @@ -0,0 +1,101 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_slides +# +# Translators: +# Wil Odoo, 2023 +# Tony Ng, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server 17.0\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2023-10-26 21:55+0000\n" +"PO-Revision-Date: 2023-10-26 23:09+0000\n" +"Last-Translator: Tony Ng, 2023\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_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/hr_employee.py:0 +#, python-format +msgid "%(completed)s / %(total)s" +msgstr "%(completed)s / %(total)s" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel_partner +msgid "Channel / Partners (Members)" +msgstr "頻道/合作夥伴(會員)" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_slide_channel +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__channel_id +#: model:ir.model.fields.selection,name:hr_skills_slides.selection__hr_resume_line__display_type__course +msgid "Course" +msgstr "課程" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__course_url +msgid "Course Url" +msgstr "課程網址" + +#. module: hr_skills_slides +#: model_terms:ir.ui.view,arch_db:hr_skills_slides.hr_employee_view_form +msgid "Courses" +msgstr "課程" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__courses_completion_text +msgid "Courses Completion Text" +msgstr "課程完成度文字" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "顯示類型" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_employee +msgid "Employee" +msgstr "員工" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__has_subscribed_courses +msgid "Has Subscribed Courses" +msgstr "有訂閱的課程" + +#. module: hr_skills_slides +#: model:ir.model,name:hr_skills_slides.model_hr_resume_line +msgid "Resume line of an employee" +msgstr "員工的履歷資料行" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee has completed the course %s" +msgstr "員工已完成 %s 課程" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee left the course %s" +msgstr "員工已離開課程 %s" + +#. module: hr_skills_slides +#. odoo-python +#: code:addons/hr_skills_slides/models/slide_channel.py:0 +#, python-format +msgid "The employee subscribed to the course %s" +msgstr "員工已訂閱 %s 課程" + +#. module: hr_skills_slides +#: model:ir.model.fields,field_description:hr_skills_slides.field_hr_employee__subscribed_courses +msgid "eLearning Courses" +msgstr "電子教學課程" diff --git a/models/__init__.py b/models/__init__.py new file mode 100644 index 0000000..1b88370 --- /dev/null +++ b/models/__init__.py @@ -0,0 +1,6 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import hr_employee +from . import hr_resume_line +from . import slide_channel diff --git a/models/hr_employee.py b/models/hr_employee.py new file mode 100644 index 0000000..288a076 --- /dev/null +++ b/models/hr_employee.py @@ -0,0 +1,35 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import api, fields, models, _ + + +class Employee(models.Model): + _inherit = 'hr.employee' + + subscribed_courses = fields.Many2many('slide.channel', related='user_partner_id.slide_channel_ids') + has_subscribed_courses = fields.Boolean(compute='_compute_courses_completion_text') + courses_completion_text = fields.Char(compute="_compute_courses_completion_text") + + @api.depends_context('lang') + @api.depends('subscribed_courses', 'user_partner_id.slide_channel_completed_ids') + def _compute_courses_completion_text(self): + for employee in self: + if not employee.user_partner_id: + employee.courses_completion_text = False + employee.has_subscribed_courses = False + continue + total_completed_courses = len(employee.user_partner_id.slide_channel_completed_ids) + total = len(employee.subscribed_courses) + employee.courses_completion_text = _("%(completed)s / %(total)s", + completed=total_completed_courses, + total=total) + employee.has_subscribed_courses = total > 0 + + def action_open_courses(self): + self.ensure_one() + return { + 'type': 'ir.actions.act_url', + 'target': 'self', + 'url': '/profile/user/%s' % self.user_id.id, + } diff --git a/models/hr_resume_line.py b/models/hr_resume_line.py new file mode 100644 index 0000000..dec3b4e --- /dev/null +++ b/models/hr_resume_line.py @@ -0,0 +1,20 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import fields, models, api + + +class ResumeLine(models.Model): + _inherit = 'hr.resume.line' + + display_type = fields.Selection(selection_add=[('course', 'Course')]) + channel_id = fields.Many2one('slide.channel', string="Course", readonly=True) + course_url = fields.Char(compute="_compute_course_url", default=False) + + @api.depends('channel_id') + def _compute_course_url(self): + for line in self: + if line.display_type == 'course': + line.course_url = line.channel_id.website_url + else: + line.course_url = False diff --git a/models/slide_channel.py b/models/slide_channel.py new file mode 100644 index 0000000..7f65563 --- /dev/null +++ b/models/slide_channel.py @@ -0,0 +1,99 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from markupsafe import Markup + +from odoo import fields, models, _ +from odoo.tools import html2plaintext + + +class SlideChannelPartner(models.Model): + _inherit = 'slide.channel.partner' + + def _recompute_completion(self): + res = super(SlideChannelPartner, self)._recompute_completion() + partner_has_completed = { + channel_partner.partner_id.id: channel_partner.channel_id for channel_partner in self + if channel_partner.member_status == 'completed'} + employees = self.env['hr.employee'].sudo().search( + [('user_id.partner_id', 'in', list(partner_has_completed.keys()))]) + + if employees: + HrResumeLine = self.env['hr.resume.line'].sudo() + line_type = self.env.ref('hr_skills_slides.resume_type_training', raise_if_not_found=False) + line_type_id = line_type and line_type.id + + for employee in employees: + channel = partner_has_completed[employee.user_id.partner_id.id] + + already_added = HrResumeLine.search([ + ("employee_id", "in", employees.ids), + ("channel_id", "=", channel.id), + ("line_type_id", "=", line_type_id), + ("display_type", "=", "course") + ]) + + if not already_added: + HrResumeLine.create({ + 'employee_id': employee.id, + 'name': channel.name, + 'date_start': fields.Date.today(), + 'date_end': fields.Date.today(), + 'description': html2plaintext(channel.description), + 'line_type_id': line_type_id, + 'display_type': 'course', + 'channel_id': channel.id + }) + return res + + def _send_completed_mail(self): + super()._send_completed_mail() + for scp in self: + if self.env.user.employee_ids: + msg = _('The employee has completed the course %s', + Markup('%(course)s') % { + 'link': scp.channel_id.website_url, + 'course': scp.channel_id.name, + }) + self.env.user.employee_id.message_post(body=msg) + +class Channel(models.Model): + _inherit = 'slide.channel' + + def _action_add_members(self, target_partners, member_status='joined', raise_on_access=False): + res = super()._action_add_members(target_partners, member_status=member_status, raise_on_access=raise_on_access) + if member_status == 'joined': + for channel in self: + channel._message_employee_chatter( + _('The employee subscribed to the course %s', + Markup('%(course)s') % { + 'link': channel.website_url, + 'course': channel.name + }), + target_partners + ) + return res + + def _remove_membership(self, partner_ids): + res = super()._remove_membership(partner_ids) + + partners = self.env['res.partner'].browse(partner_ids) + + for channel in self: + channel._message_employee_chatter( + _('The employee left the course %s', + Markup('%(course)s') % { + 'link': channel.website_url, + 'course': channel.name, + }), + partners) + return res + + def _message_employee_chatter(self, msg, partners): + for partner in partners: + employee = partner.user_ids.sudo().filtered( + lambda u: u.employee_id and (not partner.company_id or u.employee_id.company_id == partner.company_id) + ).employee_id + + if employee: + employee.sudo().message_post(body=msg) diff --git a/static/src/scss/hr_skills.scss b/static/src/scss/hr_skills.scss new file mode 100644 index 0000000..1198e6c --- /dev/null +++ b/static/src/scss/hr_skills.scss @@ -0,0 +1,6 @@ +.o_resume_line { + .o_resume_line_icon.icon_circle { + color: $o-enterprise-action-color; + vertical-align: middle; + } +} diff --git a/static/src/xml/resume_templates.xml b/static/src/xml/resume_templates.xml new file mode 100644 index 0000000..3f42f08 --- /dev/null +++ b/static/src/xml/resume_templates.xml @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/views/hr_employee_views.xml b/views/hr_employee_views.xml new file mode 100644 index 0000000..90e4faa --- /dev/null +++ b/views/hr_employee_views.xml @@ -0,0 +1,28 @@ + + + + hr.employee.view.form.inherit.resume.slides + hr.employee + + + + + + + + + + + + + + + + + + diff --git a/views/hr_templates.xml b/views/hr_templates.xml new file mode 100644 index 0000000..8bc5452 --- /dev/null +++ b/views/hr_templates.xml @@ -0,0 +1,17 @@ + + + + hr.resume.line.form + hr.resume.line + + + + + + + + + +