Начальное наполнение

This commit is contained in:
parent eb09aa688c
commit 54dab87062
52 changed files with 4432 additions and 0 deletions

4
__init__.py Normal file
View File

@ -0,0 +1,4 @@
# -*- coding: utf-8 -*-
# Part of Odoo. See LICENSE file for full copyright and licensing details.
from . import models

30
__manifest__.py Normal file
View File

@ -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',
}

10
data/hr_resume_data.xml Normal file
View File

@ -0,0 +1,10 @@
<?xml version='1.0' encoding='utf-8'?>
<odoo>
<data>
<record id="resume_type_training" model="hr.resume.line.type">
<field name="name">Completed Internal Training</field>
<field name="sequence">26</field>
</record>
</data>
</odoo>

101
i18n/ar.po Normal file
View File

@ -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 <msea@odoo.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: Malaz Abuidris <msea@odoo.com>, 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 "دورات التعلم الإلكتروني "

100
i18n/bg.po Normal file
View File

@ -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 ""

104
i18n/ca.po Normal file
View File

@ -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 <tecnico@pyming.com>, 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"

101
i18n/cs.po Normal file
View File

@ -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"

101
i18n/da.po Normal file
View File

@ -0,0 +1,101 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_skills_slides
#
# Translators:
# lhmflexerp <lhm@flexerp.dk>, 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"

101
i18n/de.po Normal file
View File

@ -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"

101
i18n/es.po Normal file
View File

@ -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"

101
i18n/es_419.po Normal file
View File

@ -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"

104
i18n/et.po Normal file
View File

@ -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 <enelioigus@gmail.com>, 2023
# JanaAvalah, 2023
# Andre Roomet <andreroomet@gmail.com>, 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"

103
i18n/fa.po Normal file
View File

@ -0,0 +1,103 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_skills_slides
#
# Translators:
# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2023
# Hamed Mohammadi <hamed@dehongi.com>, 2023
# Martin Trigaux, 2023
# Mostafa Barmshory <mostafa.barmshory@gmail.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: Mostafa Barmshory <mostafa.barmshory@gmail.com>, 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 "دوره‌های آموزش الکترونیکی"

104
i18n/fi.po Normal file
View File

@ -0,0 +1,104 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_skills_slides
#
# Translators:
# Tuomas Lyyra <tuomas.lyyra@legenda.fi>, 2023
# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2023
# Miika Nissi <miika.nissi@tawasta.fi>, 2023
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2023
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 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 <ossi.mantylahti@obs-solutions.fi>, 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"

101
i18n/fr.po Normal file
View File

@ -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"

102
i18n/he.po Normal file
View File

@ -0,0 +1,102 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_skills_slides
#
# Translators:
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2023
# Yihya Hugirat <hugirat@gmail.com>, 2023
# ZVI BLONDER <ZVIBLONDER@gmail.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: ZVI BLONDER <ZVIBLONDER@gmail.com>, 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 "קורסים של למידה אלקטרונית"

101
i18n/hr.po Normal file
View File

@ -0,0 +1,101 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_skills_slides
#
# Translators:
# Milan Tribuson <one.mile.code@gmail.com>, 2022
# Bole <bole@dajmi5.com>, 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 <bole@dajmi5.com>, 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 <a href=\"%(link)s\">%(course)s</a>"
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 ""

96
i18n/hr_skills_slides.pot Normal file
View File

@ -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 ""

101
i18n/hu.po Normal file
View File

@ -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 <ntomasz81@gmail.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: Tamás Németh <ntomasz81@gmail.com>, 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 ""

101
i18n/id.po Normal file
View File

@ -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"

101
i18n/it.po Normal file
View File

@ -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"

101
i18n/ja.po Normal file
View File

@ -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ラーニングコース"

101
i18n/ko.po Normal file
View File

@ -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 "온라인 학습 강좌"

96
i18n/lb.po Normal file
View File

@ -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 <a href=\"%(link)s\">%(course)s</a>"
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 ""

103
i18n/lt.po Normal file
View File

@ -0,0 +1,103 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_skills_slides
#
# Translators:
# Jonas Zinkevicius <jozi@odoo.com>, 2023
# Linas Versada <linaskrisiukenas@gmail.com>, 2023
# Martin Trigaux, 2023
# Ramunė ViaLaurea <ramune.vialaurea@gmail.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: Ramunė ViaLaurea <ramune.vialaurea@gmail.com>, 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"

101
i18n/lv.po Normal file
View File

@ -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ņš <arnis@allegro.lv>, 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ņš <arnis@allegro.lv>, 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 ""

102
i18n/mn.po Normal file
View File

@ -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 <uuganaaub33@gmail.com>, 2022
# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 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 <baskhuujacara@gmail.com>, 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 <a href=\"%(link)s\">%(course)s</a>"
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 "Цахим сургалт курсууд"

102
i18n/nb.po Normal file
View File

@ -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 <marius@stedjan.com>, 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 <marius@stedjan.com>, 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 <a href=\"%(link)s\">%(course)s</a>"
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 ""

101
i18n/nl.po Normal file
View File

@ -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"

100
i18n/pl.po Normal file
View File

@ -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"

101
i18n/pt.po Normal file
View File

@ -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 <cafonso62@gmail.com>, 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 <cafonso62@gmail.com>, 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 ""

101
i18n/pt_BR.po Normal file
View File

@ -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"

102
i18n/ro.po Normal file
View File

@ -0,0 +1,102 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_skills_slides
#
# Translators:
# Dorin Hongu <dhongu@gmail.com>, 2022
# Martin Trigaux, 2022
# Foldi Robert <foldirobert@nexterp.ro>, 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 <foldirobert@nexterp.ro>, 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 <a href=\"%(link)s\">%(course)s</a>"
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"

102
i18n/ru.po Normal file
View File

@ -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 "Онлайн Курсы"

100
i18n/sk.po Normal file
View File

@ -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 ""

102
i18n/sl.po Normal file
View File

@ -0,0 +1,102 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_skills_slides
#
# Translators:
# Tadej Lupšina <tadej@hbs.si>, 2023
# Matjaz Mozetic <m.mozetic@matmoz.si>, 2023
# Jasmina Macur <jasmina@hbs.si>, 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 <jasmina@hbs.si>, 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"

101
i18n/sr.po Normal file
View File

@ -0,0 +1,101 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_skills_slides
#
# Translators:
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 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"

104
i18n/sv.po Normal file
View File

@ -0,0 +1,104 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_skills_slides
#
# Translators:
# Chrille Hedberg <hedberg.chrille@gmail.com>, 2023
# Kim Asplund <kim.asplund@gmail.com>, 2023
# Martin Trigaux, 2023
# Lasse L, 2023
# Anders Wallenquist <anders.wallenquist@vertel.se>, 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 <anders.wallenquist@vertel.se>, 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"

101
i18n/th.po Normal file
View File

@ -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 "คอร์สอบรมออนไลน์"

102
i18n/tr.po Normal file
View File

@ -0,0 +1,102 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_skills_slides
#
# Translators:
# Umur Akın <umura@projetgrup.com>, 2023
# Ediz Duman <neps1192@gmail.com>, 2023
# Ertuğrul Güreş <ertugrulg@projetgrup.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: Ertuğrul Güreş <ertugrulg@projetgrup.com>, 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ı"

101
i18n/uk.po Normal file
View File

@ -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 <alina.lisnenko@erp.co.ua>, 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 <alina.lisnenko@erp.co.ua>, 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 "Курси електронного навчання"

101
i18n/vi.po Normal file
View File

@ -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"

101
i18n/zh_CN.po Normal file
View File

@ -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 "在线学习课程"

101
i18n/zh_TW.po Normal file
View File

@ -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 "電子教學課程"

6
models/__init__.py Normal file
View File

@ -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

35
models/hr_employee.py Normal file
View File

@ -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,
}

20
models/hr_resume_line.py Normal file
View File

@ -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

99
models/slide_channel.py Normal file
View File

@ -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('<a href="%(link)s">%(course)s</a>') % {
'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('<a href="%(link)s">%(course)s</a>') % {
'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('<a href="%(link)s">%(course)s</a>') % {
'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)

View File

@ -0,0 +1,6 @@
.o_resume_line {
.o_resume_line_icon.icon_circle {
color: $o-enterprise-action-color;
vertical-align: middle;
}
}

View File

@ -0,0 +1,26 @@
<?xml version="1.0" encoding="UTF-8"?>
<templates id="template" xml:space="preserve">
<t t-inherit="hr_skills.hr_resume_data_row" t-inherit-mode="extension">
<xpath expr="//tr[hasclass('o_data_row')]" position="inside">
<t t-if="data.display_type === 'course'">
<td class="o_data_cell container" colspan="2">
<div class="o_resume_line row" t-att-data-id="id">
<div class="o_resume_line_dates col-lg-3">
<span><t t-esc="data.date_end"/></span>
</div>
<div class="o_resume_line_desc col-lg-8">
<h3>
<t t-esc="data.name"/>
<a t-attf-href="#{data.course_url}" t-if="data.course_url"
style="font-size: 1rem;"
class="ms-2 fa fa-external-link btn-secondary"/>
</h3>
<t t-if="data.description" t-esc="data.description"/>
</div>
</div>
</td>
</t>
</xpath>
</t>
</templates>

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="hr_employee_view_form" model="ir.ui.view">
<field name="name">hr.employee.view.form.inherit.resume.slides</field>
<field name="model">hr.employee</field>
<field name="priority" eval="45" />
<field name="inherit_id" ref="hr.view_employee_form"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='line_type_id']" position="after">
<field name="course_url" column_invisible="True"/>
</xpath>
<xpath expr="//field[@name='company_country_code']" position="after">
<field name="user_id" invisible="1"/>
</xpath>
<xpath expr="//div[@name='button_box']" position="inside">
<field name="has_subscribed_courses" invisible="1" groups="website_slides.group_website_slides_officer"/>
<button name="action_open_courses"
class="oe_stat_button"
groups="website_slides.group_website_slides_officer"
icon="fa-graduation-cap"
type="object"
invisible="not user_id or not has_subscribed_courses">
<field name="courses_completion_text" widget="statinfo" string="Courses"/>
</button>
</xpath>
</field>
</record>
</odoo>

17
views/hr_templates.xml Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="resume_slides_line_view_form" model="ir.ui.view">
<field name="name">hr.resume.line.form</field>
<field name="model">hr.resume.line</field>
<field name="inherit_id" ref="hr_skills.resume_line_view_form"/>
<field eval="20" name="priority"/>
<field name="arch" type="xml">
<xpath expr="//field[@name='display_type']" position="after">
<field name="channel_id"
readonly="0"
invisible="display_type != 'course'"/>
<field name="course_url" invisible="1"/>
</xpath>
</field>
</record>
</odoo>