-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
Showing
1 changed file
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 <[email protected]>\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 | ||
|
@@ -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" |