oca-ocb-hr/odoo-bringout-oca-ocb-hr_recruitment_skills/hr_recruitment_skills/i18n/it.po
Ernad Husremovic e1d89e11e3 19.0 vanilla
2026-03-09 09:31:00 +01:00

270 lines
10 KiB
Text

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_recruitment_skills
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
# "Marianna Ciofani (cima)" <cima@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2026-01-25 18:37+0000\n"
"PO-Revision-Date: 2025-10-31 08:42+0000\n"
"Last-Translator: \"Marianna Ciofani (cima)\" <cima@odoo.com>\n"
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/"
"hr_recruitment_skills/it/>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.12.2\n"
#. module: hr_recruitment_skills
#: model:ir.model,name:hr_recruitment_skills.model_hr_applicant
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__applicant_id
msgid "Applicant"
msgstr "Candidato"
#. module: hr_recruitment_skills
#: model:ir.model,website_form_label:hr_recruitment_skills.model_hr_applicant
msgid "Apply for a Job"
msgstr "Candidatura lavoro"
#. module: hr_recruitment_skills
#: model_terms:ir.ui.view,arch_db:hr_recruitment_skills.hr_applicant_skill_view_form
msgid "Category"
msgstr "Categoria"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__color
msgid "Color"
msgstr "Colore"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__create_uid
msgid "Created by"
msgstr "Creato da"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__create_date
msgid "Created on"
msgstr "Data creazione"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant__current_applicant_skill_ids
msgid "Current Applicant Skill"
msgstr "Competenze attuali candidato"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant__display_name
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__display_name
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_job__display_name
msgid "Display Name"
msgstr "Nome visualizzato"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__display_warning_message
msgid "Display Warning Message"
msgstr "Mostra messaggio di avviso"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant__id
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__id
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_job__id
msgid "ID"
msgstr "ID"
#. module: hr_recruitment_skills
#: model:ir.model,name:hr_recruitment_skills.model_hr_job
msgid "Job Position"
msgstr "Posizione lavorativa"
#. module: hr_recruitment_skills
#. odoo-javascript
#: code:addons/hr_recruitment_skills/static/src/fields/skill_match_gauge_field/skill_match_gauge_field.xml:0
msgid "Job Position Matching"
msgstr "Corrispondenza posizione lavorativa"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__write_uid
msgid "Last Updated by"
msgstr "Ultimo aggiornamento di"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__write_date
msgid "Last Updated on"
msgstr "Ultimo aggiornamento il"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__levels_count
msgid "Levels Count"
msgstr "Numero di livelli"
#. module: hr_recruitment_skills
#: model_terms:ir.ui.view,arch_db:hr_recruitment_skills.crm_case_tree_view_job
msgid "Matching"
msgstr "Corrispondenza"
#. module: hr_recruitment_skills
#. odoo-python
#: code:addons/hr_recruitment_skills/models/hr_job.py:0
msgid "Matching Applicants"
msgstr "Candidati corrispondenti"
#. module: hr_recruitment_skills
#: model:ir.actions.act_window,name:hr_recruitment_skills.action_find_matching_job
msgid "Matching Positions"
msgstr "Posizioni corrispondenti"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant__matching_score
msgid "Matching Score"
msgstr "Punteggio corrispondente"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_job__applicant_matching_score
msgid "Matching Score(%)"
msgstr "Punteggio (%) corrispondente"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant__matching_skill_ids
msgid "Matching Skills"
msgstr "Competenze corrispondenti"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant__missing_skill_ids
msgid "Missing Skills"
msgstr "Competenze mancanti"
#. module: hr_recruitment_skills
#: model_terms:ir.ui.view,arch_db:hr_recruitment_skills.crm_case_tree_view_inherit_hr_recruitment_skills
msgid "Move to this Job Position"
msgstr "Sposta in questa posizione lavorativa"
#. module: hr_recruitment_skills
#. odoo-python
#: code:addons/hr_recruitment_skills/models/hr_job.py:0
msgid "No Matching Applicants"
msgstr "Nessun candidato corrispondente"
#. module: hr_recruitment_skills
#: model:ir.model.fields,help:hr_recruitment_skills.field_hr_applicant_skill__levels_count
msgid "Number of levels linked to this skill type"
msgstr "Numero di livelli collegati a questo tipo di competenza"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__level_progress
msgid "Progress"
msgstr "Avanzamento"
#. module: hr_recruitment_skills
#: model:ir.model.fields,help:hr_recruitment_skills.field_hr_applicant_skill__level_progress
msgid "Progress from zero knowledge (0%) to fully mastered (100%)."
msgstr "Avanzamento da conoscenza zero (0%) a padronanza completa (100%)."
#. module: hr_recruitment_skills
#. odoo-javascript
#: code:addons/hr_recruitment_skills/static/src/components/search_job_applicant_menu/search_job_applicant_menu.xml:0
#: model:ir.actions.server,name:hr_recruitment_skills.action_applicant_search_applicant
msgid "Search Matching Applicants"
msgstr "Cerca candidati corrispondenti"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant__skill_ids
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__skill_id
msgid "Skill"
msgstr "Competenza"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__skill_level_id
msgid "Skill Level"
msgstr "Livello competenza"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__skill_type_id
msgid "Skill Type"
msgstr "Tipo di competenza"
#. module: hr_recruitment_skills
#: model:ir.ui.menu,name:hr_recruitment_skills.hr_recruitment_skill_type_menu
msgid "Skill Types"
msgstr "Tipi di competenza"
#. module: hr_recruitment_skills
#: model:ir.model,name:hr_recruitment_skills.model_hr_applicant_skill
msgid "Skill level for an applicant"
msgstr "Livello di competenza di un candidato"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant__applicant_skill_ids
#: model_terms:ir.ui.view,arch_db:hr_recruitment_skills.hr_applicant_skill_view_form
#: model_terms:ir.ui.view,arch_db:hr_recruitment_skills.hr_applicant_view_form
#: model_terms:ir.ui.view,arch_db:hr_recruitment_skills.hr_applicant_view_search
msgid "Skills"
msgstr "Competenze"
#. module: hr_recruitment_skills
#: model_terms:ir.ui.view,arch_db:hr_recruitment_skills.hr_applicant_skill_view_form
msgid "The end date must be after the start date."
msgstr "La data di fine deve seguire la data di inizio."
#. module: hr_recruitment_skills
#. odoo-javascript
#: code:addons/hr_recruitment_skills/static/src/fields/skill_match_gauge_field/skill_match_gauge_field.js:0
msgid "This score reflects skills and degree match"
msgstr "Questo punteggio riflette le competenze e il grado di compatibilità"
#. module: hr_recruitment_skills
#: model_terms:ir.ui.view,arch_db:hr_recruitment_skills.hr_applicant_skill_view_form
msgid "To"
msgstr "Per"
#. module: hr_recruitment_skills
#: model_terms:ir.ui.view,arch_db:hr_recruitment_skills.hr_applicant_skill_view_form
msgid "Valid from"
msgstr "Valido dal"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__valid_from
msgid "Validity Start"
msgstr "Inizio validità"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__valid_to
msgid "Validity Stop"
msgstr "Stop validità"
#. module: hr_recruitment_skills
#. odoo-python
#: code:addons/hr_recruitment_skills/models/hr_job.py:0
msgid ""
"We do not have any applicants who meet the skill requirements for this job "
"position in the database at the moment."
msgstr ""
"Al momento, nel database non è presente nessun candidato che rispetti i "
"requisiti relativi alle competenze per questa posizione lavorativa."
#. module: hr_recruitment_skills
#: model:ir.model.fields,help:hr_recruitment_skills.field_hr_applicant_skill__is_certification
msgid "if checked the skill type become a certification type"
msgstr "se spuntato, il tipo di competenza diventa un tipo di certificazione"
#. module: hr_recruitment_skills
#: model_terms:ir.ui.view,arch_db:hr_recruitment_skills.hr_applicant_skill_view_form
msgid "indefinite"
msgstr "non definito"
#~ msgid "Expected Skills"
#~ msgstr "Competenze attese"
#~ msgid "The skill %(name)s and skill type %(type)s doesn't match"
#~ msgstr "La competenza %(name)s non corrisponde alla tipologia %(type)s"
#~ msgid "The skill level %(level)s is not valid for skill type: %(type)s"
#~ msgstr ""
#~ "Livello di competenza %(level)s non valido per la tipologia: %(type)s"
#~ msgid "Two levels for the same skill is not allowed"
#~ msgstr "Non sono consentiti due livelli per la stessa competenza"