diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-05-10 21:51:50 +0700 |
| commit | 3751379f1e9a4c215fb6eb898b4ccc67659b9ace (patch) | |
| tree | a44932296ef4a9b71d5f010906253d8c53727726 /addons/hr_skills_survey | |
| parent | 0a15094050bfde69a06d6eff798e9a8ddf2b8c21 (diff) | |
initial commit 2
Diffstat (limited to 'addons/hr_skills_survey')
58 files changed, 3128 insertions, 0 deletions
diff --git a/addons/hr_skills_survey/__init__.py b/addons/hr_skills_survey/__init__.py new file mode 100644 index 00000000..dc5e6b69 --- /dev/null +++ b/addons/hr_skills_survey/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import models diff --git a/addons/hr_skills_survey/__manifest__.py b/addons/hr_skills_survey/__manifest__.py new file mode 100644 index 00000000..11611df5 --- /dev/null +++ b/addons/hr_skills_survey/__manifest__.py @@ -0,0 +1,26 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +{ + 'name': 'Skills Certification', + 'category': 'Hidden', + 'version': '1.0', + 'summary': 'Add certification to resumé of your employees', + 'description': + """ +Certification and Skills for HR +=============================== + +This module adds certification to resumé for employees. + """, + 'depends': ['hr_skills', 'survey'], + 'data': [ + 'views/hr_templates.xml', + 'data/hr_resume_data.xml', + ], + 'qweb': [ + 'static/src/xml/resume_templates.xml', + ], + 'auto_install': True, + 'license': 'LGPL-3', +} diff --git a/addons/hr_skills_survey/data/hr_resume_data.xml b/addons/hr_skills_survey/data/hr_resume_data.xml new file mode 100644 index 00000000..8a53cbab --- /dev/null +++ b/addons/hr_skills_survey/data/hr_resume_data.xml @@ -0,0 +1,10 @@ +<?xml version='1.0' encoding='utf-8'?> +<odoo> + <data> + <record id="resume_type_certification" model="hr.resume.line.type"> + <field name="name">Internal Certification</field> + <field name="sequence">25</field> + </record> + </data> + +</odoo> diff --git a/addons/hr_skills_survey/i18n/ar.po b/addons/hr_skills_survey/i18n/ar.po new file mode 100644 index 00000000..57a5b7e8 --- /dev/null +++ b/addons/hr_skills_survey/i18n/ar.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Mustafa Rawi <mustafa@cubexco.com>, 2020 +# Osama Ahmaro <osamaahmaro@gmail.com>, 2020 +# Ali Alrehawi <alrehawi@hotmail.com>, 2020 +# Rachid Alassir <rachidalassir@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Rachid Alassir <rachidalassir@gmail.com>, 2020\n" +"Language-Team: Arabic (https://www.transifex.com/odoo/teams/41243/ar/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ar\n" +"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "شهادة" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "الاسم المعروض" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "نوع العرض" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "المُعرف" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "آخر تعديل في" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "مُدخلات مستخدم الاستطلاع" diff --git a/addons/hr_skills_survey/i18n/bg.po b/addons/hr_skills_survey/i18n/bg.po new file mode 100644 index 00000000..56c06fe5 --- /dev/null +++ b/addons/hr_skills_survey/i18n/bg.po @@ -0,0 +1,60 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# Maria Boyadjieva <marabo2000@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Maria Boyadjieva <marabo2000@gmail.com>, 2020\n" +"Language-Team: Bulgarian (https://www.transifex.com/odoo/teams/41243/bg/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bg\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Име за показване" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Последно променено на" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Потребителски вход за проучване" diff --git a/addons/hr_skills_survey/i18n/bn.po b/addons/hr_skills_survey/i18n/bn.po new file mode 100644 index 00000000..025e3313 --- /dev/null +++ b/addons/hr_skills_survey/i18n/bn.po @@ -0,0 +1,59 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Abu Zafar <azmikbal@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Abu Zafar <azmikbal@gmail.com>, 2021\n" +"Language-Team: Bengali (https://www.transifex.com/odoo/teams/41243/bn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: bn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "প্রদর্শন নাম" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "প্রদর্শন প্রকার" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "আইডি " + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "সর্বশেষ সংশোধিত" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "" diff --git a/addons/hr_skills_survey/i18n/ca.po b/addons/hr_skills_survey/i18n/ca.po new file mode 100644 index 00000000..2681466a --- /dev/null +++ b/addons/hr_skills_survey/i18n/ca.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# RGB Consulting <odoo@rgbconsulting.com>, 2020 +# Arnau Ros, 2020 +# Josep Anton Belchi, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Josep Anton Belchi, 2021\n" +"Language-Team: Catalan (https://www.transifex.com/odoo/teams/41243/ca/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ca\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Nom mostrat" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Tipus de visualització" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Última modificació el " + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Entrada de l'usuari de l'enquesta" diff --git a/addons/hr_skills_survey/i18n/ckb.po b/addons/hr_skills_survey/i18n/ckb.po new file mode 100644 index 00000000..526e0fc3 --- /dev/null +++ b/addons/hr_skills_survey/i18n/ckb.po @@ -0,0 +1,59 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Haval Abdulkarim <haval.abdulkarim@gmail.com>, 2020\n" +"Language-Team: Central Kurdish (https://www.transifex.com/odoo/teams/41243/ckb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ckb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "پیشاندانی ناو" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "پیشاندانی جۆر" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ناسنامە" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "دواین دەستکاری لە" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "" diff --git a/addons/hr_skills_survey/i18n/cs.po b/addons/hr_skills_survey/i18n/cs.po new file mode 100644 index 00000000..a2fef6d6 --- /dev/null +++ b/addons/hr_skills_survey/i18n/cs.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# Jan Horzinka <jan.horzinka@centrum.cz>, 2020 +# Jiří Podhorecký, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Jiří Podhorecký, 2020\n" +"Language-Team: Czech (https://www.transifex.com/odoo/teams/41243/cs/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: cs\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Cetrifikace" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Zobrazované jméno" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Typ zobrazení" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Naposled změněno" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "Obnovte linii zaměstnance" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Záznam uživatele průzkumu" diff --git a/addons/hr_skills_survey/i18n/da.po b/addons/hr_skills_survey/i18n/da.po new file mode 100644 index 00000000..65733fed --- /dev/null +++ b/addons/hr_skills_survey/i18n/da.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# Morten Schou <ms@msteknik.dk>, 2020 +# Jesper Carstensen <jc@danodoo.dk>, 2020 +# Sanne Kristensen <sanne@vkdata.dk>, 2020 +# Mads Søndergaard, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Mads Søndergaard, 2020\n" +"Language-Team: Danish (https://www.transifex.com/odoo/teams/41243/da/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: da\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Certificering" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Vis navn" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Vis type" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Sidst ændret den" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "Resume linje for en ansat" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Undersøgelse - bruger-input" diff --git a/addons/hr_skills_survey/i18n/de.po b/addons/hr_skills_survey/i18n/de.po new file mode 100644 index 00000000..32d9597a --- /dev/null +++ b/addons/hr_skills_survey/i18n/de.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# JEK Odoo <jek@odoo.com>, 2020 +# Oliver Roch <oliver.roch@d9t.de>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Oliver Roch <oliver.roch@d9t.de>, 2020\n" +"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: de\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Zertifizierung" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Anzeigename" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Anzeigetyp" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Zuletzt geändert am" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "Lebenslaufzeile eines/-er Mitarbeiters/-erin" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Benutzereingaben" diff --git a/addons/hr_skills_survey/i18n/el.po b/addons/hr_skills_survey/i18n/el.po new file mode 100644 index 00000000..5b8489a1 --- /dev/null +++ b/addons/hr_skills_survey/i18n/el.po @@ -0,0 +1,60 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# Kostas Goutoudis <goutoudis@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Kostas Goutoudis <goutoudis@gmail.com>, 2020\n" +"Language-Team: Greek (https://www.transifex.com/odoo/teams/41243/el/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: el\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Εμφάνιση Ονόματος" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Τύπος Οθόνης" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "Κωδικός" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Τελευταία τροποποίηση στις" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "" diff --git a/addons/hr_skills_survey/i18n/eo.po b/addons/hr_skills_survey/i18n/eo.po new file mode 100644 index 00000000..548ad45a --- /dev/null +++ b/addons/hr_skills_survey/i18n/eo.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Language-Team: Esperanto (https://www.transifex.com/odoo/teams/41243/eo/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eo\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "" diff --git a/addons/hr_skills_survey/i18n/es.po b/addons/hr_skills_survey/i18n/es.po new file mode 100644 index 00000000..9b477e16 --- /dev/null +++ b/addons/hr_skills_survey/i18n/es.po @@ -0,0 +1,60 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# Daniela Cervantes <dace@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Daniela Cervantes <dace@odoo.com>, 2021\n" +"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Certificación" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Nombre de pantalla" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Tipo de pantalla" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "Línea de currículum vitae de un empleado" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Entrada de usuario en la encuesta" diff --git a/addons/hr_skills_survey/i18n/es_MX.po b/addons/hr_skills_survey/i18n/es_MX.po new file mode 100644 index 00000000..aafb1b81 --- /dev/null +++ b/addons/hr_skills_survey/i18n/es_MX.po @@ -0,0 +1,59 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Cécile Collart <cco@odoo.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Cécile Collart <cco@odoo.com>, 2021\n" +"Language-Team: Spanish (Mexico) (https://www.transifex.com/odoo/teams/41243/es_MX/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: es_MX\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Certificación" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Nombre de pantalla" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Tipo de pantalla" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Última modificación el" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "Línea de currículum vitae de un empleado" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Entrada de usuario en la encuesta" diff --git a/addons/hr_skills_survey/i18n/et.po b/addons/hr_skills_survey/i18n/et.po new file mode 100644 index 00000000..a3bbe808 --- /dev/null +++ b/addons/hr_skills_survey/i18n/et.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Eneli Õigus <enelioigus@gmail.com>, 2020 +# atriine <triine@avalah.ee>, 2020 +# Andre Roomet <andreroomet@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Andre Roomet <andreroomet@gmail.com>, 2020\n" +"Language-Team: Estonian (https://www.transifex.com/odoo/teams/41243/et/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: et\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Sertifitseerimine" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Kuva nimi" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Kuvamise tüüp" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Viimati muudetud (millal)" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "Töötaja CV rida" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Küsitluses osalenud kasutaja sisend" diff --git a/addons/hr_skills_survey/i18n/eu.po b/addons/hr_skills_survey/i18n/eu.po new file mode 100644 index 00000000..687786ea --- /dev/null +++ b/addons/hr_skills_survey/i18n/eu.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2021 +# Eneko <eastigarraga@codesyntax.com>, 2021 +# Miren Maiz <mirenmaizz@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Miren Maiz <mirenmaizz@gmail.com>, 2021\n" +"Language-Team: Basque (https://www.transifex.com/odoo/teams/41243/eu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: eu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Izena erakutsi" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Erakusketa mota" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Azken aldaketa" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "" diff --git a/addons/hr_skills_survey/i18n/fa.po b/addons/hr_skills_survey/i18n/fa.po new file mode 100644 index 00000000..4962877d --- /dev/null +++ b/addons/hr_skills_survey/i18n/fa.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Hamid Darabi, 2020 +# Hamed Mohammadi <hamed@dehongi.com>, 2020 +# Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Mohsen Mohammadi <iammohsen.123@gmail.com>, 2021\n" +"Language-Team: Persian (https://www.transifex.com/odoo/teams/41243/fa/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fa\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "گواهی نامه" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "نام نمایشی" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "نوع نمایش" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "شناسه" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "آخرین تغییر در" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "خط رزومه یک استخدامی" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "ورود کاربر نظرسنجی" diff --git a/addons/hr_skills_survey/i18n/fi.po b/addons/hr_skills_survey/i18n/fi.po new file mode 100644 index 00000000..de8ba19f --- /dev/null +++ b/addons/hr_skills_survey/i18n/fi.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Kari Lindgren <kari.lindgren@emsystems.fi>, 2020 +# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2020 +# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2020 +# Tuomas Lyyra <tuomas.lyyra@legenda.fi>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Tuomas Lyyra <tuomas.lyyra@legenda.fi>, 2020\n" +"Language-Team: Finnish (https://www.transifex.com/odoo/teams/41243/fi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Sertifiointi" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Näyttönimi" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Näyttötyyppi" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "Tunniste (ID)" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Viimeksi muokattu" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "Työntekijöiden ansioluettelon rivi" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "" diff --git a/addons/hr_skills_survey/i18n/fr.po b/addons/hr_skills_survey/i18n/fr.po new file mode 100644 index 00000000..2c1a221b --- /dev/null +++ b/addons/hr_skills_survey/i18n/fr.po @@ -0,0 +1,64 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# bb76cd9ac0cb7e20167a14728edb858b, 2020 +# Martin Trigaux, 2020 +# Aurélien Pillevesse <aurelienpillevesse@hotmail.fr>, 2020 +# Cécile Collart <cco@odoo.com>, 2020 +# Gilles Mangin <gilles.mangin@phidias.fr>, 2020 +# Julien Goergen <jgo@odoo.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Julien Goergen <jgo@odoo.com>, 2020\n" +"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: fr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Certification" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Nom affiché" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Type d'affichage" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Dernière modification le" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "Ligne du CV d'un employé" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Saisie utilisateur du sondage" diff --git a/addons/hr_skills_survey/i18n/he.po b/addons/hr_skills_survey/i18n/he.po new file mode 100644 index 00000000..439e042b --- /dev/null +++ b/addons/hr_skills_survey/i18n/he.po @@ -0,0 +1,59 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2020\n" +"Language-Team: Hebrew (https://www.transifex.com/odoo/teams/41243/he/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: he\n" +"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "תעודה" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "שם תצוגה" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "סוג תצוגה" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "מזהה" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "שונה לאחרונה ב - " + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "שורת קורות חיים של עובד" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "תגובת המשתמש לסקר" diff --git a/addons/hr_skills_survey/i18n/hi.po b/addons/hr_skills_survey/i18n/hi.po new file mode 100644 index 00000000..3529b29c --- /dev/null +++ b/addons/hr_skills_survey/i18n/hi.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Language-Team: Hindi (https://www.transifex.com/odoo/teams/41243/hi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hi\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "" diff --git a/addons/hr_skills_survey/i18n/hr.po b/addons/hr_skills_survey/i18n/hr.po new file mode 100644 index 00000000..3f84da06 --- /dev/null +++ b/addons/hr_skills_survey/i18n/hr.po @@ -0,0 +1,60 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# Bole <bole@dajmi5.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Bole <bole@dajmi5.com>, 2021\n" +"Language-Team: Croatian (https://www.transifex.com/odoo/teams/41243/hr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hr\n" +"Plural-Forms: nplurals=3; plural=n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2;\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Certificiranje" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Naziv" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Vrsta prikaza" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Zadnja promjena" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "Stavka životopisa djelatnika" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Anketa koju popunjava korisnik" diff --git a/addons/hr_skills_survey/i18n/hr_skills_survey.pot b/addons/hr_skills_survey/i18n/hr_skills_survey.pot new file mode 100644 index 00000000..b7954229 --- /dev/null +++ b/addons/hr_skills_survey/i18n/hr_skills_survey.pot @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-01 07:29+0000\n" +"Last-Translator: \n" +"Language-Team: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Plural-Forms: \n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "" diff --git a/addons/hr_skills_survey/i18n/hu.po b/addons/hr_skills_survey/i18n/hu.po new file mode 100644 index 00000000..0e6ea599 --- /dev/null +++ b/addons/hr_skills_survey/i18n/hu.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# krnkris, 2021 +# Tamás Németh <ntomasz81@gmail.com>, 2021 +# Ákos Nagy <akos.nagy@oregional.hu>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Ákos Nagy <akos.nagy@oregional.hu>, 2021\n" +"Language-Team: Hungarian (https://www.transifex.com/odoo/teams/41243/hu/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: hu\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Bizonyítvány" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Név megjelenítése" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Típus megjeleítése" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "Azonosító" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Legutóbb módosítva" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Felhasználó Felmérés bevitel" diff --git a/addons/hr_skills_survey/i18n/id.po b/addons/hr_skills_survey/i18n/id.po new file mode 100644 index 00000000..0e65c334 --- /dev/null +++ b/addons/hr_skills_survey/i18n/id.po @@ -0,0 +1,60 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# PAS IRVANUS <ipankbiz@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: PAS IRVANUS <ipankbiz@gmail.com>, 2020\n" +"Language-Team: Indonesian (https://www.transifex.com/odoo/teams/41243/id/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: id\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Nama Tampilan" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Display Type" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Terakhir diubah pada" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Pengguna" diff --git a/addons/hr_skills_survey/i18n/it.po b/addons/hr_skills_survey/i18n/it.po new file mode 100644 index 00000000..6af52a8f --- /dev/null +++ b/addons/hr_skills_survey/i18n/it.po @@ -0,0 +1,59 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Sergio Zanchetta <primes2h@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2021\n" +"Language-Team: Italian (https://www.transifex.com/odoo/teams/41243/it/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Certificazione" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Nome visualizzato" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Tipo di visualizzazione" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Ultima modifica il" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "Riga curriculum di un dipendente" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Inserimento utente nel sondaggio" diff --git a/addons/hr_skills_survey/i18n/ja.po b/addons/hr_skills_survey/i18n/ja.po new file mode 100644 index 00000000..0b6e582d --- /dev/null +++ b/addons/hr_skills_survey/i18n/ja.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Shunho Kin <s-kin@shonan-innovation.co.jp>, 2020 +# Yoshi Tashiro <tashiro@roomsfor.hk>, 2020 +# Tim Siu Lai <tl@roomsfor.hk>, 2020 +# Noma Yuki, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Noma Yuki, 2020\n" +"Language-Team: Japanese (https://www.transifex.com/odoo/teams/41243/ja/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ja\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "証明書" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "表示名" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "表示タイプ" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "最終更新日" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "従業員の履歴項目" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "ユーザーの入力を調査する" diff --git a/addons/hr_skills_survey/i18n/ka.po b/addons/hr_skills_survey/i18n/ka.po new file mode 100644 index 00000000..6469395f --- /dev/null +++ b/addons/hr_skills_survey/i18n/ka.po @@ -0,0 +1,59 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Mari Khomeriki <mari.khomeriki@maxinai.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Mari Khomeriki <mari.khomeriki@maxinai.com>, 2021\n" +"Language-Team: Georgian (https://www.transifex.com/odoo/teams/41243/ka/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ka\n" +"Plural-Forms: nplurals=2; plural=(n!=1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "სახელი" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "იდენტიფიკატორი/ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "ბოლოს განახლებულია" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "" diff --git a/addons/hr_skills_survey/i18n/km.po b/addons/hr_skills_survey/i18n/km.po new file mode 100644 index 00000000..d46a11ba --- /dev/null +++ b/addons/hr_skills_survey/i18n/km.po @@ -0,0 +1,60 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Sengtha Chay <sengtha@gmail.com>, 2020 +# Lux Sok <sok.lux@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Lux Sok <sok.lux@gmail.com>, 2020\n" +"Language-Team: Khmer (https://www.transifex.com/odoo/teams/41243/km/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: km\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "ឈ្មោះសំរាប់បង្ហាញ" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "បង្ហាញប្រភេទ" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "អត្តសញ្ញាណ" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "កាលបរិច្ឆេតកែប្រែចុងក្រោយ" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "ការបញ្ចូលអ្នកប្រើស្ទង់មតិ។" diff --git a/addons/hr_skills_survey/i18n/ko.po b/addons/hr_skills_survey/i18n/ko.po new file mode 100644 index 00000000..d56968a2 --- /dev/null +++ b/addons/hr_skills_survey/i18n/ko.po @@ -0,0 +1,60 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# JH CHOI <hwangtog@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: JH CHOI <hwangtog@gmail.com>, 2020\n" +"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ko\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "인증서" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "이름 표시" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "표시 유형" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "최근 수정" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "직원의 경력 사항 명세" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "설문 조사 사용자 입력" diff --git a/addons/hr_skills_survey/i18n/lb.po b/addons/hr_skills_survey/i18n/lb.po new file mode 100644 index 00000000..c6f3519d --- /dev/null +++ b/addons/hr_skills_survey/i18n/lb.po @@ -0,0 +1,37 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~12.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2019-08-26 08:16+0000\n" +"PO-Revision-Date: 2019-08-26 09:11+0000\n" +"Language-Team: Luxembourgish (https://www.transifex.com/odoo/teams/41243/lb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "" diff --git a/addons/hr_skills_survey/i18n/lt.po b/addons/hr_skills_survey/i18n/lt.po new file mode 100644 index 00000000..b8b08938 --- /dev/null +++ b/addons/hr_skills_survey/i18n/lt.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2021 +# UAB "Draugiški sprendimai" <transifex@draugiskisprendimai.lt>, 2021 +# Linas Versada <linaskrisiukenas@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Linas Versada <linaskrisiukenas@gmail.com>, 2021\n" +"Language-Team: Lithuanian (https://www.transifex.com/odoo/teams/41243/lt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lt\n" +"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Rodomas pavadinimas" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Ekrano tipas" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Paskutinį kartą keista" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Apklausos vartotojo įvestis" diff --git a/addons/hr_skills_survey/i18n/lv.po b/addons/hr_skills_survey/i18n/lv.po new file mode 100644 index 00000000..59d6caa3 --- /dev/null +++ b/addons/hr_skills_survey/i18n/lv.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Arnis Putniņš <arnis@allegro.lv>, 2020 +# ievaputnina <ievai.putninai@gmail.com>, 2020 +# Konstantins Zabogonskis <inculin4ik@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Konstantins Zabogonskis <inculin4ik@gmail.com>, 2020\n" +"Language-Team: Latvian (https://www.transifex.com/odoo/teams/41243/lv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: lv\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Attēlotais nosaukums" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Attēlošanas Tips" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Pēdējoreiz modificēts" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Atbilde" diff --git a/addons/hr_skills_survey/i18n/mn.po b/addons/hr_skills_survey/i18n/mn.po new file mode 100644 index 00000000..73e10845 --- /dev/null +++ b/addons/hr_skills_survey/i18n/mn.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# Baskhuu Lodoikhuu <baskhuujacara@gmail.com>, 2020 +# Uuganbayar Batbaatar <uuganaaub33@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Uuganbayar Batbaatar <uuganaaub33@gmail.com>, 2020\n" +"Language-Team: Mongolian (https://www.transifex.com/odoo/teams/41243/mn/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: mn\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Гэрчилгээ" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Дэлгэрэнгүй нэр" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Харагдах хэлбэр" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Сүүлд зассан огноо" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Асуулгын Хэрэглэгчийн Оролт" diff --git a/addons/hr_skills_survey/i18n/nb.po b/addons/hr_skills_survey/i18n/nb.po new file mode 100644 index 00000000..63a97afa --- /dev/null +++ b/addons/hr_skills_survey/i18n/nb.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# Jorunn D. Newth, 2020 +# Marius Stedjan <marius@stedjan.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Marius Stedjan <marius@stedjan.com>, 2020\n" +"Language-Team: Norwegian Bokmål (https://www.transifex.com/odoo/teams/41243/nb/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nb\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Sertifisering" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Visningsnavn" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Visningstype" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Sist endret" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "CV-linje for ansatt" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Undersøkelse Bruker Inndata" diff --git a/addons/hr_skills_survey/i18n/nl.po b/addons/hr_skills_survey/i18n/nl.po new file mode 100644 index 00000000..fedf9718 --- /dev/null +++ b/addons/hr_skills_survey/i18n/nl.po @@ -0,0 +1,60 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Erwin van der Ploeg <erwin@odooexperts.nl>, 2020 +# Yenthe Van Ginneken <yenthespam@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Yenthe Van Ginneken <yenthespam@gmail.com>, 2020\n" +"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: nl\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Certificering" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Schermnaam" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Soort weergave" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Laatst gewijzigd op" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "CV regel van een werknemer" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Enquête gebruikersinvoer" diff --git a/addons/hr_skills_survey/i18n/pl.po b/addons/hr_skills_survey/i18n/pl.po new file mode 100644 index 00000000..bc26beed --- /dev/null +++ b/addons/hr_skills_survey/i18n/pl.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Tomasz Leppich <t.leppich@gmail.com>, 2020 +# Marcin Młynarczyk <mlynarczyk@gmail.com>, 2020 +# Paweł Wodyński <pw@myodoo.pl>, 2020 +# Maja Stawicka <mjstwck@wp.pl>, 2020 +# Natalia Gros <nag@odoo.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Natalia Gros <nag@odoo.com>, 2020\n" +"Language-Team: Polish (https://www.transifex.com/odoo/teams/41243/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Certyfikacja" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Nazwa wyświetlana" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Typ wyświetlania" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Data ostatniej modyfikacji" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "Wznów pozycję pracownika" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Wkład użytkownika ankiety" diff --git a/addons/hr_skills_survey/i18n/pt.po b/addons/hr_skills_survey/i18n/pt.po new file mode 100644 index 00000000..e1d25047 --- /dev/null +++ b/addons/hr_skills_survey/i18n/pt.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Reinaldo Ramos <reinaldo.ramos@arxi.pt>, 2020 +# Diogo Fonseca <dsf@thinkopensolutions.pt>, 2020 +# Pedro Filipe <pedro2.10@hotmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Pedro Filipe <pedro2.10@hotmail.com>, 2020\n" +"Language-Team: Portuguese (https://www.transifex.com/odoo/teams/41243/pt/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Nome" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Tipo de exibição" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Última Modificação em" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "" diff --git a/addons/hr_skills_survey/i18n/pt_BR.po b/addons/hr_skills_survey/i18n/pt_BR.po new file mode 100644 index 00000000..e42ac192 --- /dev/null +++ b/addons/hr_skills_survey/i18n/pt_BR.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Rodrigo de Almeida Sottomaior Macedo <rmsolucoeseminformatica@protonmail.com>, 2020 +# Mateus Lopes <mateus1@gmail.com>, 2020 +# grazziano <gra.negocia@gmail.com>, 2020 +# Lucas Rabelo <lucas.rabelo@nextsolucoes.net.br>, 2020 +# Éder Brito <britoederr@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Éder Brito <britoederr@gmail.com>, 2021\n" +"Language-Team: Portuguese (Brazil) (https://www.transifex.com/odoo/teams/41243/pt_BR/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: pt_BR\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Certificação" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Nome de exibição" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Tipo de Exibição" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Última modificação em" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "Linha de Currículo de um empregado" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Entrada de Usuário da Pesquisa" diff --git a/addons/hr_skills_survey/i18n/ro.po b/addons/hr_skills_survey/i18n/ro.po new file mode 100644 index 00000000..38ec9fba --- /dev/null +++ b/addons/hr_skills_survey/i18n/ro.po @@ -0,0 +1,61 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# Dorin Hongu <dhongu@gmail.com>, 2020 +# Foldi Robert <foldirobert@nexterp.ro>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Foldi Robert <foldirobert@nexterp.ro>, 2020\n" +"Language-Team: Romanian (https://www.transifex.com/odoo/teams/41243/ro/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ro\n" +"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Certificare" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Nume afișat" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Tipul de afișare" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Ultima modificare la" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "" diff --git a/addons/hr_skills_survey/i18n/ru.po b/addons/hr_skills_survey/i18n/ru.po new file mode 100644 index 00000000..c6d505af --- /dev/null +++ b/addons/hr_skills_survey/i18n/ru.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# Ivan Yelizariev <yelizariev@it-projects.info>, 2020 +# ILMIR <karamov@it-projects.info>, 2020 +# Irina Fedulova <istartlin@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Irina Fedulova <istartlin@gmail.com>, 2020\n" +"Language-Team: Russian (https://www.transifex.com/odoo/teams/41243/ru/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ru\n" +"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Отображаемое имя" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Тип экрана" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "Идентификатор" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Последнее изменение" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Опрос пользователей ввод" diff --git a/addons/hr_skills_survey/i18n/si.po b/addons/hr_skills_survey/i18n/si.po new file mode 100644 index 00000000..5c65f095 --- /dev/null +++ b/addons/hr_skills_survey/i18n/si.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Language-Team: Sinhala (https://www.transifex.com/odoo/teams/41243/si/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: si\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "" diff --git a/addons/hr_skills_survey/i18n/sk.po b/addons/hr_skills_survey/i18n/sk.po new file mode 100644 index 00000000..c982768d --- /dev/null +++ b/addons/hr_skills_survey/i18n/sk.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# Jaroslav Bosansky <jaro.bosansky@ekoenergo.sk>, 2020 +# Jan Prokop, 2020 +# Rastislav Brencic <rastislav.brencic@azet.sk>, 2020 +# karolína schusterová <karolina.schusterova@vdp.sk>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: karolína schusterová <karolina.schusterova@vdp.sk>, 2020\n" +"Language-Team: Slovak (https://www.transifex.com/odoo/teams/41243/sk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Osvedčenie" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Zobrazovaný názov" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Zobrazovaný typ" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Posledná úprava" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "Životopisná línia zamestnanca" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Vstup užívateľa prieskumu" diff --git a/addons/hr_skills_survey/i18n/sl.po b/addons/hr_skills_survey/i18n/sl.po new file mode 100644 index 00000000..37139754 --- /dev/null +++ b/addons/hr_skills_survey/i18n/sl.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2021 +# Matjaz Mozetic <m.mozetic@matmoz.si>, 2021 +# matjaz k <matjaz@mentis.si>, 2021 +# Tadej Lupšina <tadej@hbs.si>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Tadej Lupšina <tadej@hbs.si>, 2021\n" +"Language-Team: Slovenian (https://www.transifex.com/odoo/teams/41243/sl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sl\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Prikazani naziv" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Vrsta prikaza" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Zadnjič spremenjeno" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Anketni uporabniški vnos" diff --git a/addons/hr_skills_survey/i18n/sv.po b/addons/hr_skills_survey/i18n/sv.po new file mode 100644 index 00000000..aebfe867 --- /dev/null +++ b/addons/hr_skills_survey/i18n/sv.po @@ -0,0 +1,60 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2021 +# Anders Wallenquist <anders.wallenquist@vertel.se>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Anders Wallenquist <anders.wallenquist@vertel.se>, 2021\n" +"Language-Team: Swedish (https://www.transifex.com/odoo/teams/41243/sv/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: sv\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Examinering" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Visningsnamn" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Senast redigerad" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Användarsvar" diff --git a/addons/hr_skills_survey/i18n/th.po b/addons/hr_skills_survey/i18n/th.po new file mode 100644 index 00000000..293f4ef5 --- /dev/null +++ b/addons/hr_skills_survey/i18n/th.po @@ -0,0 +1,60 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# Odoo Thaidev <odoothaidev@gmail.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Odoo Thaidev <odoothaidev@gmail.com>, 2020\n" +"Language-Team: Thai (https://www.transifex.com/odoo/teams/41243/th/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: th\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "ชื่อที่ใช้แสดง" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "แสดงผล" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "รหัส" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "แก้ไขครั้งสุดท้ายเมื่อ" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "" diff --git a/addons/hr_skills_survey/i18n/tr.po b/addons/hr_skills_survey/i18n/tr.po new file mode 100644 index 00000000..ea7e9dba --- /dev/null +++ b/addons/hr_skills_survey/i18n/tr.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Levent Karakaş <levent@mektup.at>, 2020 +# Murat Kaplan <muratk@projetgrup.com>, 2020 +# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2020 +# Umur Akın <umura@projetgrup.com>, 2020 +# Yedigen, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Yedigen, 2020\n" +"Language-Team: Turkish (https://www.transifex.com/odoo/teams/41243/tr/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: tr\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Sertifikasyon" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Görünüm Adı" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Görünüm Türü" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Son Düzenleme" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "Mevcut bir çalışanın özgeçmiş satırı" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Anket kullanıcı girişi" diff --git a/addons/hr_skills_survey/i18n/uk.po b/addons/hr_skills_survey/i18n/uk.po new file mode 100644 index 00000000..bd22bcf2 --- /dev/null +++ b/addons/hr_skills_survey/i18n/uk.po @@ -0,0 +1,60 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# Alina Lisnenko <alinasemeniuk1@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Alina Lisnenko <alinasemeniuk1@gmail.com>, 2021\n" +"Language-Team: Ukrainian (https://www.transifex.com/odoo/teams/41243/uk/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: uk\n" +"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Сертифікація" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Відобразити назву" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Тип відображення" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Останні зміни" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "Рядок резюме співробітника" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Обстеження вхідних даних користувача" diff --git a/addons/hr_skills_survey/i18n/ur.po b/addons/hr_skills_survey/i18n/ur.po new file mode 100644 index 00000000..d124ad5a --- /dev/null +++ b/addons/hr_skills_survey/i18n/ur.po @@ -0,0 +1,55 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Language-Team: Urdu (https://www.transifex.com/odoo/teams/41243/ur/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: ur\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "" diff --git a/addons/hr_skills_survey/i18n/vi.po b/addons/hr_skills_survey/i18n/vi.po new file mode 100644 index 00000000..ea5548ed --- /dev/null +++ b/addons/hr_skills_survey/i18n/vi.po @@ -0,0 +1,62 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Nancy Momoland <thanhnguyen.icsc@gmail.com>, 2020 +# Duy BQ <duybq86@gmail.com>, 2020 +# Dao Nguyen <trucdao.uel@gmail.com>, 2020 +# Trần Hà <tranthuha13590@gmail.com>, 2021 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Trần Hà <tranthuha13590@gmail.com>, 2021\n" +"Language-Team: Vietnamese (https://www.transifex.com/odoo/teams/41243/vi/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: vi\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "Certification" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "Tên hiển thị" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "Loại hiển thị" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "Sửa lần cuối vào" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "Resumé line of an employee" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "Dữ liệu người dùng nhập vào khảo sát" diff --git a/addons/hr_skills_survey/i18n/zh_CN.po b/addons/hr_skills_survey/i18n/zh_CN.po new file mode 100644 index 00000000..5a93bc43 --- /dev/null +++ b/addons/hr_skills_survey/i18n/zh_CN.po @@ -0,0 +1,63 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# Martin Trigaux, 2020 +# Jeffery CHEN Fan <jeffery9@gmail.com>, 2020 +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# Felix Yuen <fyu@odoo.com>, 2020 +# Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: Felix Yang - Elico Corp <felixyangsh@aliyun.com>, 2020\n" +"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_CN\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "认证" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "显示名称" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "显示类型" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "最后修改日" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "员工的简历行" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "调查用户输入" diff --git a/addons/hr_skills_survey/i18n/zh_TW.po b/addons/hr_skills_survey/i18n/zh_TW.po new file mode 100644 index 00000000..7f016537 --- /dev/null +++ b/addons/hr_skills_survey/i18n/zh_TW.po @@ -0,0 +1,59 @@ +# Translation of Odoo Server. +# This file contains the translation of the following modules: +# * hr_skills_survey +# +# Translators: +# 敬雲 林 <chingyun@yuanchih-consult.com>, 2020 +# +msgid "" +msgstr "" +"Project-Id-Version: Odoo Server saas~13.5\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2020-09-01 07:29+0000\n" +"PO-Revision-Date: 2020-09-07 08:13+0000\n" +"Last-Translator: 敬雲 林 <chingyun@yuanchih-consult.com>, 2020\n" +"Language-Team: Chinese (Taiwan) (https://www.transifex.com/odoo/teams/41243/zh_TW/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: \n" +"Language: zh_TW\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__survey_id +#: model:ir.model.fields.selection,name:hr_skills_survey.selection__hr_resume_line__display_type__certification +msgid "Certification" +msgstr "證照" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_name +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__display_name +msgid "Display Name" +msgstr "顯示名稱" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__display_type +msgid "Display Type" +msgstr "顯示類型" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line__id +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input__id +msgid "ID" +msgstr "ID" + +#. module: hr_skills_survey +#: model:ir.model.fields,field_description:hr_skills_survey.field_hr_resume_line____last_update +#: model:ir.model.fields,field_description:hr_skills_survey.field_survey_user_input____last_update +msgid "Last Modified on" +msgstr "最後修改於" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_hr_resume_line +msgid "Resumé line of an employee" +msgstr "員工的學經歷明細" + +#. module: hr_skills_survey +#: model:ir.model,name:hr_skills_survey.model_survey_user_input +msgid "Survey User Input" +msgstr "問券使用者輸入" diff --git a/addons/hr_skills_survey/models/__init__.py b/addons/hr_skills_survey/models/__init__.py new file mode 100644 index 00000000..25325ac6 --- /dev/null +++ b/addons/hr_skills_survey/models/__init__.py @@ -0,0 +1,4 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from . import survey_user diff --git a/addons/hr_skills_survey/models/survey_user.py b/addons/hr_skills_survey/models/survey_user.py new file mode 100644 index 00000000..9e2faff8 --- /dev/null +++ b/addons/hr_skills_survey/models/survey_user.py @@ -0,0 +1,41 @@ +# -*- coding: utf-8 -*- +# Part of Odoo. See LICENSE file for full copyright and licensing details. + +from odoo import fields, models +from odoo.tools import html2plaintext + + +class SurveyUserInput(models.Model): + _inherit = 'survey.user_input' + + def _mark_done(self): + """ Will add certification to employee's resumé if + - The survey is a certification + - The user is linked to an employee + - The user succeeded the test """ + + super(SurveyUserInput, self)._mark_done() + + certification_user_inputs = self.filtered(lambda user_input: user_input.survey_id.certification and user_input.scoring_success) + partner_has_completed = {user_input.partner_id.id: user_input.survey_id for user_input in certification_user_inputs} + employees = self.env['hr.employee'].sudo().search([('user_id.partner_id', 'in', certification_user_inputs.mapped('partner_id').ids)]) + for employee in employees: + line_type = self.env.ref('hr_skills_survey.resume_type_certification', raise_if_not_found=False) + survey = partner_has_completed.get(employee.user_id.partner_id.id) + self.env['hr.resume.line'].create({ + 'employee_id': employee.id, + 'name': survey.title, + 'date_start': fields.Date.today(), + 'date_end': fields.Date.today(), + 'description': html2plaintext(survey.description), + 'line_type_id': line_type and line_type.id, + 'display_type': 'certification', + 'survey_id': survey.id + }) + + +class ResumeLine(models.Model): + _inherit = 'hr.resume.line' + + display_type = fields.Selection(selection_add=[('certification', 'Certification')]) + survey_id = fields.Many2one('survey.survey', string='Certification', readonly=True) diff --git a/addons/hr_skills_survey/static/src/scss/hr_skills.scss b/addons/hr_skills_survey/static/src/scss/hr_skills.scss new file mode 100644 index 00000000..864fb11d --- /dev/null +++ b/addons/hr_skills_survey/static/src/scss/hr_skills.scss @@ -0,0 +1,5 @@ +.o_resume_line { + .o_resume_line_icon.icon_trophy { + color: theme-color('warning'); + } +} diff --git a/addons/hr_skills_survey/static/src/xml/resume_templates.xml b/addons/hr_skills_survey/static/src/xml/resume_templates.xml new file mode 100644 index 00000000..8705bc6b --- /dev/null +++ b/addons/hr_skills_survey/static/src/xml/resume_templates.xml @@ -0,0 +1,25 @@ +<?xml version="1.0" encoding="UTF-8"?> +<templates id="template" xml:space="preserve"> + +<t t-extend="hr_resume_data_row"> + <t t-jquery="tr.o_data_row" t-operation="append"> + <t t-if="data.display_type === 'certification'"> + <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_start"/></span> + </div> + <div class="o_resume_line_desc col-lg-8"> + <h3><t t-esc="data.name"/></h3> + <t t-if="data.description" t-esc="data.description"/> + </div> + <div class="o_resume_line_icon icon_trophy col-lg-1"> + <i class="fa fa-trophy fa-2x"></i> + </div> + </div> + </td> + </t> + </t> +</t> + +</templates> diff --git a/addons/hr_skills_survey/views/hr_templates.xml b/addons/hr_skills_survey/views/hr_templates.xml new file mode 100644 index 00000000..365a7240 --- /dev/null +++ b/addons/hr_skills_survey/views/hr_templates.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<odoo> + <template id="assets_backend" name="hr_skills_survey_assets_backend" inherit_id="web.assets_backend"> + <xpath expr="." position="inside"> + <link rel="stylesheet" type="text/scss" href="/hr_skills_survey/static/src/scss/hr_skills.scss"/> + </xpath> + </template> + + <record id="resume_survey_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='line_type_id']" position="after"> + <field name="survey_id" attrs="{'invisible': [('display_type', '!=', 'certification')]}"/> + </xpath> + </field> + </record> +</odoo> |
