19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:31:00 +01:00
parent a1137a1456
commit e1d89e11e3
2789 changed files with 1093187 additions and 605897 deletions

View file

@ -1,25 +1,97 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_recruitment_survey
#
# * hr_recruitment_survey
#
# Translators:
# Friederike Fasterling-Nesselbosch, 2022
# Martin Trigaux, 2022
# Marianna Ciofani, 2023
# Sergio Zanchetta <primes2h@gmail.com>, 2024
#
# Sergio Zanchetta <primes2h@gmail.com>, 2023
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2024-02-06 13:31+0000\n"
"PO-Revision-Date: 2022-09-22 05:52+0000\n"
"Last-Translator: Sergio Zanchetta <primes2h@gmail.com>, 2024\n"
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/it/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2025-09-14 21:16+0000\n"
"Last-Translator: \"Dylan Kiss (dyki)\" <dyki@odoo.com>\n"
"Language-Team: Italian <https://translate.odoo.com/projects/odoo-19/"
"hr_recruitment_survey/it/>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: it\n"
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
"Plural-Forms: nplurals=3; plural=(n == 1) ? 0 : ((n != 0 && n % 1000000 == "
"0) ? 1 : 2);\n"
"X-Generator: Weblate 5.12.2\n"
#. module: hr_recruitment_survey
#: model:mail.template,body_html:hr_recruitment_survey.mail_template_applicant_interview_invite
msgid ""
"<div style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
" Dear <t t-out=\"object.partner_id.name or 'applicant'\">[applicant "
"name]</t><br/><br/>\n"
" <t>\n"
" You've progressed through the recruitment process and we would "
"like you to answer some questions.\n"
" </t>\n"
" </p><div style=\"margin: 16px 0px 16px 0px;\">\n"
" <a t-att-href=\"(object.get_start_url())\" t-attf-"
"style=\"background-color: {{user.company_id.email_secondary_color or "
"'#875A7B'}}; padding: 8px 16px 8px 16px; text-decoration: none; color: "
"{{user.company_id.email_primary_color or '#FFFFFF'}}; border-radius: 5px; "
"font-size:13px;\">\n"
" <t>\n"
" Start the written interview\n"
" </t>\n"
" </a>\n"
" </div>\n"
" <t t-if=\"object.deadline\">\n"
" Please answer the interview for <t t-"
"out=\"format_date(object.deadline)\">[deadline date]</t>.<br/><br/>\n"
" </t>\n"
" <t>\n"
" We wish you good luck! Thank you in advance for your "
"participation.\n"
" </t>\n"
" \n"
"</div>\n"
" "
msgstr ""
"<div style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
" <p style=\"margin: 0px; padding: 0px; font-size: 13px;\">\n"
" Gentile <t t-out=\"object.partner_id.name or "
"'applicant'\">[applicant name]</t><br/><br/>\n"
" <t>\n"
" il processo di assunzione prosegue e desideriamo che tu risponda "
"ad alcune domande.\n"
" </t>\n"
" </p><div style=\"margin: 16px 0px 16px 0px;\">\n"
" <a t-att-href=\"(object.get_start_url())\" t-attf-"
"style=\"background-color: {{user.company_id.email_secondary_color or "
"'#875A7B'}}; padding: 8px 16px 8px 16px; text-decoration: none; color: "
"{{user.company_id.email_primary_color or '#FFFFFF'}}; border-radius: 5px; "
"font-size:13px;\">\n"
" <t>\n"
" Inizia il colloquio scritto\n"
" </t>\n"
" </a>\n"
" </div>\n"
" <t t-if=\"object.deadline\">\n"
" Per favore rispondi alle domande entro il <t t-"
"out=\"format_date(object.deadline)\">[deadline date]</t>.<br/><br/>\n"
" </t>\n"
" <t>\n"
" Buona fortuna! Grazie in anticipo per la partecipazione.\n"
" </t>\n"
" \n"
"</div>\n"
" "
#. module: hr_recruitment_survey
#: model_terms:ir.ui.view,arch_db:hr_recruitment_survey.hr_recruitment_survey_button_form_view
msgid "<i class=\"oi oi-fw oi-arrow-right\"/>Go to Recruitment"
msgstr "<i class=\"oi oi-fw oi-arrow-right\"/>Vai alla selezione"
#. module: hr_recruitment_survey
#: model_terms:ir.ui.view,arch_db:hr_recruitment_survey.hr_applicant_view_form_inherit
@ -40,6 +112,11 @@ msgstr "Informazioni personali"
msgid "Activities"
msgstr "Attività"
#. module: hr_recruitment_survey
#: model_terms:ir.actions.act_window,help:hr_recruitment_survey.survey_survey_action_recruitment
msgid "Add a new survey"
msgstr "Aggiungi un nuovo sondaggio"
#. module: hr_recruitment_survey
#: model:ir.model,name:hr_recruitment_survey.model_hr_applicant
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_survey_invite__applicant_id
@ -47,12 +124,22 @@ msgstr "Attività"
msgid "Applicant"
msgstr "Candidato"
#. module: hr_recruitment_survey
#: model:mail.template,name:hr_recruitment_survey.mail_template_applicant_interview_invite
msgid "Applicant: Interview"
msgstr "Candidato_ colloquio"
#. module: hr_recruitment_survey
#: model:ir.model,website_form_label:hr_recruitment_survey.model_hr_applicant
msgid "Apply for a Job"
msgstr "Candidatura lavoro"
#. module: hr_recruitment_survey
#: model:ir.model.fields,help:hr_recruitment_survey.field_hr_applicant__survey_id
#: model:ir.model.fields,help:hr_recruitment_survey.field_hr_job__survey_id
msgid ""
"Choose an interview form for this job position and you will be able to "
"print/answer this interview from all applicants who apply for this job"
"Choose an interview form for this job position and you will be able to print/"
"answer this interview from all applicants who apply for this job"
msgstr ""
"Scegliere una scheda colloquio per la posizione lavorativa, in modo da "
"poter stampare/rispondere a tutti i colloqui dei candidati al lavoro"
@ -62,6 +149,15 @@ msgstr ""
msgid "Display Interview Form"
msgstr "Visualizza scheda colloquio"
#. module: hr_recruitment_survey
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_hr_applicant__display_name
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_hr_job__display_name
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_survey_invite__display_name
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_survey_survey__display_name
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_survey_user_input__display_name
msgid "Display Name"
msgstr "Nome visualizzato"
#. module: hr_recruitment_survey
#: model:survey.question,title:hr_recruitment_survey.survey_recruitment_form_p1_q4
msgid "Education"
@ -69,8 +165,8 @@ msgstr "Istruzione"
#. module: hr_recruitment_survey
#: model:survey.question,title:hr_recruitment_survey.survey_recruitment_form_p1_q2
msgid "From which university did or will you graduate ?"
msgstr "In quale università si è o si sta per laureare ?"
msgid "From which university did or will you graduate?"
msgstr "In quale università ti sei o ti stai per laureare?"
#. module: hr_recruitment_survey
#: model:survey.question.answer,value:hr_recruitment_survey.survey_recruitment_form_p1_q8_row2
@ -97,6 +193,15 @@ msgstr "Un ambiente piacevole in ufficio"
msgid "Having freebies such as tea, coffee and stationery"
msgstr "Ricevere omaggi come tè, caffè e cancelleria"
#. module: hr_recruitment_survey
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_hr_applicant__id
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_hr_job__id
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_survey_invite__id
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_survey_survey__id
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_survey_user_input__id
msgid "ID"
msgstr "ID"
#. module: hr_recruitment_survey
#: model:survey.question.answer,value:hr_recruitment_survey.survey_recruitment_form_p1_q8_col2
msgid "Important"
@ -111,9 +216,8 @@ msgstr "Scheda colloquio"
#. module: hr_recruitment_survey
#. odoo-python
#: code:addons/hr_recruitment_survey/models/hr_job.py:0
#, python-format
msgid "Interview Form : %s"
msgstr "Scheda colloquio : %s"
msgid "Interview Form: %s"
msgstr "Modulo colloquio: %s"
#. module: hr_recruitment_survey
#: model_terms:ir.ui.view,arch_db:hr_recruitment_survey.res_config_settings_view_form
@ -121,12 +225,15 @@ msgid "Interview Survey"
msgstr "Sondaggio colloquio"
#. module: hr_recruitment_survey
#: model:ir.actions.act_window,name:hr_recruitment_survey.survey_survey_action_recruitment
#: model:ir.ui.menu,name:hr_recruitment_survey.menu_hr_recruitment_config_surveys
#: model_terms:ir.ui.view,arch_db:hr_recruitment_survey.view_hr_job_kanban_inherit
msgid "Interviews"
msgstr "Colloqui"
#. module: hr_recruitment_survey
#: model:ir.model,name:hr_recruitment_survey.model_hr_job
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_survey_survey__hr_job_ids
msgid "Job Position"
msgstr "Posizione lavorativa"
@ -150,6 +257,11 @@ msgstr "Non importante"
msgid "Office location"
msgstr "Ubicazione ufficio"
#. module: hr_recruitment_survey
#: model:mail.template,subject:hr_recruitment_survey.mail_template_applicant_interview_invite
msgid "Participate to {{ object.survey_id.display_name }} interview"
msgstr "Participa al colloquio {{ object.survey_id.display_name }}"
#. module: hr_recruitment_survey
#: model:survey.question,title:hr_recruitment_survey.survey_recruitment_form_p1_q5
msgid "Past work experiences"
@ -167,12 +279,20 @@ msgstr ""
#. module: hr_recruitment_survey
#: model_terms:survey.question,description:hr_recruitment_survey.survey_recruitment_form_p1
msgid ""
"Please fill information about you: who you are, what are your education, experience, and activities.\n"
"Please fill information about you: who you are, what are your education, "
"experience, and activities.\n"
" It will help us managing your application."
msgstr ""
"Compilare le seguenti informazioni: dati personali, istruzione, esperienza e attività.\n"
"Compilare le seguenti informazioni: dati personali, istruzione, esperienza e "
"attività.\n"
" Ci aiuta a gestire la candidatura."
#. module: hr_recruitment_survey
#. odoo-python
#: code:addons/hr_recruitment_survey/models/hr_applicant.py:0
msgid "Please provide an applicant name."
msgstr "Fornisci il nome del candidato."
#. module: hr_recruitment_survey
#: model_terms:survey.question,description:hr_recruitment_survey.survey_recruitment_form_p1_q4
#: model_terms:survey.question,description:hr_recruitment_survey.survey_recruitment_form_p1_q5
@ -186,20 +306,20 @@ msgid ""
"Please tell us a bit more about yourself: what are your main activities, ..."
msgstr "Approfondimenti personali: attività principali..."
#. module: hr_recruitment_survey
#: model:ir.model.fields.selection,name:hr_recruitment_survey.selection__survey_survey__survey_type__recruitment
msgid "Recruitment"
msgstr "Selezione del personale"
#. module: hr_recruitment_survey
#: model:survey.survey,title:hr_recruitment_survey.survey_recruitment_form
msgid "Recruitment Form"
msgstr "Modulo di selezione"
#. module: hr_recruitment_survey
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_hr_applicant__response_id
msgid "Response"
msgstr "Risposta"
#. module: hr_recruitment_survey
#: model_terms:ir.ui.view,arch_db:hr_recruitment_survey.hr_applicant_view_form_inherit
msgid "SEND INTERVIEW"
msgstr "INVIA COLLOQUIO"
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_hr_applicant__response_ids
msgid "Responses"
msgstr "Risposte"
#. module: hr_recruitment_survey
#: model_terms:ir.ui.view,arch_db:hr_recruitment_survey.hr_applicant_view_form_inherit
@ -207,15 +327,21 @@ msgid "See interview report"
msgstr "Vedi resoconto colloquio"
#. module: hr_recruitment_survey
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_hr_applicant__response_state
msgid "Status"
msgstr "Stato"
#: model_terms:ir.ui.view,arch_db:hr_recruitment_survey.hr_applicant_view_form_inherit
msgid "Send Interview"
msgstr "Invia colloquio"
#. module: hr_recruitment_survey
#. odoo-python
#: code:addons/hr_recruitment_survey/models/hr_applicant.py:0
msgid "Send an interview"
msgstr "Invia un colloquio"
#. module: hr_recruitment_survey
#. odoo-python
#: code:addons/hr_recruitment_survey/models/hr_job.py:0
#: model:ir.model,name:hr_recruitment_survey.model_survey_survey
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_hr_applicant__survey_id
#, python-format
msgid "Survey"
msgstr "Sondaggio"
@ -224,6 +350,11 @@ msgstr "Sondaggio"
msgid "Survey Invitation Wizard"
msgstr "Procedura di invito al sondaggio"
#. module: hr_recruitment_survey
#: model:ir.model.fields,field_description:hr_recruitment_survey.field_survey_survey__survey_type
msgid "Survey Type"
msgstr "Tipo di sondaggio"
#. module: hr_recruitment_survey
#: model:ir.model,name:hr_recruitment_survey.model_survey_user_input
msgid "Survey User Input"
@ -236,15 +367,13 @@ msgstr "Grazie per aver risposto al sondaggio, a breve la ricontatteremo."
#. module: hr_recruitment_survey
#. odoo-python
#: code:addons/hr_recruitment_survey/models/survey_invite.py:0
#, python-format
#: code:addons/hr_recruitment_survey/models/survey_user_input.py:0
msgid "The applicant \"%s\" has finished the survey."
msgstr "Il candidato \"%s\" ha terminato il sondaggio."
#. module: hr_recruitment_survey
#. odoo-python
#: code:addons/hr_recruitment_survey/models/survey_invite.py:0
#, python-format
#: code:addons/hr_recruitment_survey/wizard/survey_invite.py:0
msgid "The survey %(survey_link)s has been sent to %(partner_link)s"
msgstr "Il sondaggio %(survey_link)s è stato inviato a %(partner_link)s"
@ -260,18 +389,18 @@ msgstr "È stato segnalato da un dipendente ?"
#. module: hr_recruitment_survey
#: model_terms:survey.question,description:hr_recruitment_survey.survey_recruitment_form_p1_q6
msgid "What are your main knowledge regarding the job you are applying to ?"
msgid "What are your main knowledge regarding the job you are applying to?"
msgstr "Cosa sai riguardo la posizione per la quale ti sei candidato/a?"
#. module: hr_recruitment_survey
#: model:survey.question,title:hr_recruitment_survey.survey_recruitment_form_p1_q8
msgid "What is important for you ?"
msgstr "Cos'è importante per Lei ?"
msgid "What is important for you?"
msgstr "Cos'è importante per te?"
#. module: hr_recruitment_survey
#: model:survey.question,title:hr_recruitment_survey.survey_recruitment_form_p1_q1
msgid "Which country are you from ?"
msgstr "Da quale nazione proviene ?"
msgid "Which country are you from?"
msgstr "Qual è il tuo Paese di origine?"
#. module: hr_recruitment_survey
#: model:survey.question.answer,value:hr_recruitment_survey.survey_recruitment_form_p1_q8_row4
@ -279,8 +408,11 @@ msgid "Working with state of the art technology"
msgstr "Lavorare con lo stato dell'arte tecnologico"
#. module: hr_recruitment_survey
#. odoo-python
#: code:addons/hr_recruitment_survey/models/hr_applicant.py:0
#, python-format
msgid "You must define a Contact Name for this applicant."
msgstr "Deve essere indicato un nome contatto per il candidato."
#: model_terms:ir.actions.act_window,help:hr_recruitment_survey.survey_survey_action_recruitment
msgid ""
"You can create surveys used for recruitments. Design easily your interview,\n"
" send invitations and analyze answers."
msgstr ""
"Puoi creare sondaggi utilizzati per i processi di assunzione. Progetta "
"facilmente il colloquio,\n"
" invia inviti e analizza le risposte."