-
Notifications
You must be signed in to change notification settings - Fork 0
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% (26 of 26 strings) Translation: event-14.0/event-14.0-website_event_questions_template Translate-URL: https://translation.odoo-community.org/projects/event-14-0/event-14-0-website_event_questions_template/es/
- Loading branch information
Showing
1 changed file
with
12 additions
and
13 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 |
---|---|---|
|
@@ -7,21 +7,20 @@ msgstr "" | |
"Project-Id-Version: Odoo Server 10.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2017-11-16 08:42+0100\n" | ||
"PO-Revision-Date: 2019-02-01 14:03+0000\n" | ||
"Last-Translator: Marta Vázquez Rodríguez <[email protected]>\n" | ||
"PO-Revision-Date: 2023-12-29 10:33+0000\n" | ||
"Last-Translator: Ivorra78 <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 3.4\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: website_event_questions_template | ||
#: model:ir.model.fields,field_description:website_event_questions_template.field_event_question_template_answer__name | ||
#, fuzzy | ||
msgid "Answer" | ||
msgstr "Respuestas" | ||
msgstr "Respuesta" | ||
|
||
#. module: website_event_questions_template | ||
#: model:ir.model.fields,field_description:website_event_questions_template.field_event_question_template_question__answer_ids | ||
|
@@ -36,7 +35,7 @@ msgstr "Respuestas de la plantilla del evento" | |
#. module: website_event_questions_template | ||
#: model:ir.model.fields,field_description:website_event_questions_template.field_event_question_template_question__once_per_order | ||
msgid "Ask only once per order" | ||
msgstr "" | ||
msgstr "Pregunte sólo una vez por pedido" | ||
|
||
#. module: website_event_questions_template | ||
#: model:ir.model.fields,field_description:website_event_questions_template.field_event_question_template__create_uid | ||
|
@@ -75,9 +74,8 @@ msgstr "Plantilla de preguntas de eventos" | |
|
||
#. module: website_event_questions_template | ||
#: model:ir.model.fields,field_description:website_event_questions_template.field_event_question_template_question__event_type_id | ||
#, fuzzy | ||
msgid "Event Type" | ||
msgstr "Evento ID" | ||
msgstr "Tipo de Evento" | ||
|
||
#. module: website_event_questions_template | ||
#: model:ir.model,name:website_event_questions_template.model_event_question_template | ||
|
@@ -99,6 +97,8 @@ msgid "" | |
"propagated to every attendees.If not it will be asked for every attendee of " | ||
"a reservation." | ||
msgstr "" | ||
"Si es True, esta pregunta se hará una sola vez y su valor se propagará a " | ||
"todos los asistentes. Si no, se hará a todos los asistentes de una reserva." | ||
|
||
#. module: website_event_questions_template | ||
#: model:ir.model.fields,field_description:website_event_questions_template.field_event_event____last_update | ||
|
@@ -129,14 +129,13 @@ msgstr "Nombre" | |
|
||
#. module: website_event_questions_template | ||
#: model:ir.model.fields,field_description:website_event_questions_template.field_event_question_template_answer__question_id | ||
#, fuzzy | ||
msgid "Question" | ||
msgstr "Preguntas" | ||
msgstr "Pregunta" | ||
|
||
#. module: website_event_questions_template | ||
#: model:ir.model.fields,field_description:website_event_questions_template.field_event_question_template_question__question_type | ||
msgid "Question Type" | ||
msgstr "" | ||
msgstr "Tipo de Pregunta" | ||
|
||
#. module: website_event_questions_template | ||
#: model:ir.model.fields,field_description:website_event_questions_template.field_event_question_template__question_ids | ||
|
@@ -163,12 +162,12 @@ msgstr "Preguntas de la plantilla de preguntas" | |
#: model:ir.model.fields,field_description:website_event_questions_template.field_event_question_template_answer__sequence | ||
#: model:ir.model.fields,field_description:website_event_questions_template.field_event_question_template_question__sequence | ||
msgid "Sequence" | ||
msgstr "" | ||
msgstr "Secuencia" | ||
|
||
#. module: website_event_questions_template | ||
#: model:ir.model.fields,field_description:website_event_questions_template.field_event_question_template_question__title | ||
msgid "Title" | ||
msgstr "" | ||
msgstr "Título" | ||
|
||
#. module: website_event_questions_template | ||
#: code:addons/website_event_questions_template/models/event.py:0 | ||
|