Skip to content

Commit

Permalink
Translated using Weblate (Italian)
Browse files Browse the repository at this point in the history
Currently translated at 100.0% (8 of 8 strings)

Translation: survey-16.0/survey-16.0-survey_question_type_five_star
Translate-URL: https://translation.odoo-community.org/projects/survey-16-0/survey-16-0-survey_question_type_five_star/it/
  • Loading branch information
mymage authored and weblate committed Oct 29, 2023
1 parent 36a4364 commit 21bd6ae
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions survey_question_type_five_star/i18n/it.po
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,15 @@ msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Report-Msgid-Bugs-To: \n"
"Last-Translator: Automatically generated\n"
"PO-Revision-Date: 2023-10-29 05:15+0000\n"
"Last-Translator: mymage <stefano.consolaro@mymage.it>\n"
"Language-Team: none\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 4.17\n"

#. module: survey_question_type_five_star
#: model_terms:ir.ui.view,arch_db:survey_question_type_five_star.survey_question_form
Expand All @@ -23,43 +25,49 @@ msgid ""
" <i class=\"fa fa-star-o fa-2x\" title=\"star4\"/>\n"
" <i class=\"fa fa-star-o fa-2x\" title=\"star5\"/>"
msgstr ""
"<i class=\"fa fa-star fa-2x\" title=\"1 stella\"/>\n"
" <i class=\"fa fa-star fa-2x\" title=\"2 stelle\"/>\n"
" <i class=\"fa fa-star fa-2x\" title=\"3 stelle\"/>\n"
" <i class=\"fa fa-star-o fa-2x\" title=\"4 stelle\"/>\n"
" <i class=\"fa fa-star-o fa-2x\" title=\"5 stelle\"/>"

#. module: survey_question_type_five_star
#. odoo-python
#: code:addons/survey_question_type_five_star/models/survey_user_input_line.py:0
#: code:addons/survey_question_type_five_star/models/survey_user_input_line.py:0
#, python-format
msgid "Answer is not in the right range"
msgstr ""
msgstr "La risposta non è nell'intervallo corretto"

#. module: survey_question_type_five_star
#: model:ir.model.fields.selection,name:survey_question_type_five_star.selection__survey_question__question_type__star_rate
msgid "Five Stars Rating"
msgstr ""
msgstr "Valutazione cinque stelle"

#. module: survey_question_type_five_star
#. odoo-python
#: code:addons/survey_question_type_five_star/models/survey_user_input_line.py:0
#, python-format
msgid "Five stars rate question must have numeric answer"
msgstr ""
"La domanda di valutazione cinque stelle deve avere una risposta numerica"

#. module: survey_question_type_five_star
#: model:ir.model.fields,field_description:survey_question_type_five_star.field_survey_question__question_type
msgid "Question Type"
msgstr ""
msgstr "Tipo di domanda"

#. module: survey_question_type_five_star
#: model:ir.model,name:survey_question_type_five_star.model_survey_question
msgid "Survey Question"
msgstr ""
msgstr "Domanda sondaggio"

#. module: survey_question_type_five_star
#: model:ir.model,name:survey_question_type_five_star.model_survey_user_input
msgid "Survey User Input"
msgstr ""
msgstr "Risposta utente al sondaggio"

#. module: survey_question_type_five_star
#: model:ir.model,name:survey_question_type_five_star.model_survey_user_input_line
msgid "Survey User Input Line"
msgstr ""
msgstr "Riga risposta utente al sondaggio"

0 comments on commit 21bd6ae

Please sign in to comment.