Начальное наполнение
This commit is contained in:
parent
3d12d31746
commit
7280c7470b
4
__init__.py
Normal file
4
__init__.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from . import controllers
|
21
__manifest__.py
Normal file
21
__manifest__.py
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
|
||||||
|
{
|
||||||
|
'name': 'Quiz and Meet on community',
|
||||||
|
'category': 'Marketing/Events',
|
||||||
|
'sequence': 1007,
|
||||||
|
'version': '1.0',
|
||||||
|
'summary': 'Quiz and Meet on community route',
|
||||||
|
'website': 'https://www.odoo.com/app/events',
|
||||||
|
'depends': [
|
||||||
|
'website_event_meet',
|
||||||
|
'website_event_track_quiz',
|
||||||
|
],
|
||||||
|
'data': [
|
||||||
|
'views/event_meet_templates.xml',
|
||||||
|
],
|
||||||
|
'auto_install': True,
|
||||||
|
'license': 'LGPL-3',
|
||||||
|
}
|
4
controllers/__init__.py
Normal file
4
controllers/__init__.py
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from . import community
|
19
controllers/community.py
Normal file
19
controllers/community.py
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
# Part of Odoo. See LICENSE file for full copyright and licensing details.
|
||||||
|
|
||||||
|
from werkzeug.exceptions import Forbidden
|
||||||
|
|
||||||
|
from odoo.addons.website_event.controllers.community import EventCommunityController
|
||||||
|
from odoo.http import request, route
|
||||||
|
|
||||||
|
|
||||||
|
class WebsiteEventTrackQuizMeetController(EventCommunityController):
|
||||||
|
|
||||||
|
@route()
|
||||||
|
def community(self, event, page=1, lang=None, **kwargs):
|
||||||
|
# website_event_track_quiz
|
||||||
|
values = self._get_community_leaderboard_render_values(event, kwargs.get('search'), page)
|
||||||
|
|
||||||
|
# website_event_meet
|
||||||
|
values.update(self._event_meeting_rooms_get_values(event, lang=lang))
|
||||||
|
return request.render('website_event_meet.event_meet', values)
|
40
i18n/ar.po
Normal file
40
i18n/ar.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Arabic (https://app.transifex.com/odoo/teams/41243/ar/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ar\n"
|
||||||
|
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "لوحة الصدارة "
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "عرض الكل"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "أنت "
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
36
i18n/bg.po
Normal file
36
i18n/bg.po
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Language-Team: Bulgarian (https://app.transifex.com/odoo/teams/41243/bg/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: bg\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr ""
|
40
i18n/ca.po
Normal file
40
i18n/ca.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# marcescu, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: marcescu, 2023\n"
|
||||||
|
"Language-Team: Catalan (https://app.transifex.com/odoo/teams/41243/ca/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ca\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Taula de classificació"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Mostra-ho tot"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Tu"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
41
i18n/cs.po
Normal file
41
i18n/cs.po
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Jiří Podhorecký, 2023
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Czech (https://app.transifex.com/odoo/teams/41243/cs/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: cs\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Výsledková tabulka"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Zobrazit vše"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Vy"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
40
i18n/da.po
Normal file
40
i18n/da.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Martin Trigaux, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Martin Trigaux, 2023\n"
|
||||||
|
"Language-Team: Danish (https://app.transifex.com/odoo/teams/41243/da/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: da\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Leaderboard"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Vis alle"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Dig"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "erfaringspoint"
|
40
i18n/de.po
Normal file
40
i18n/de.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: de\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Rangliste"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Alle ansehen"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Sie"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
40
i18n/es.po
Normal file
40
i18n/es.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Spanish (https://app.transifex.com/odoo/teams/41243/es/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: es\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Tablero de líderes"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Ver todos"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Usted"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
40
i18n/es_419.po
Normal file
40
i18n/es_419.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Spanish (Latin America) (https://app.transifex.com/odoo/teams/41243/es_419/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: es_419\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Tabla de clasificación"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Ver todo"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Usted"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
41
i18n/et.po
Normal file
41
i18n/et.po
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Eneli Õigus <enelioigus@gmail.com>, 2023
|
||||||
|
# Anna, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Anna, 2023\n"
|
||||||
|
"Language-Team: Estonian (https://app.transifex.com/odoo/teams/41243/et/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: et\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Edetabel"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Vaata kõiki"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Teie"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
41
i18n/fa.po
Normal file
41
i18n/fa.po
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Hanna Kheradroosta, 2023
|
||||||
|
# Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Mostafa Barmshory <mostafa.barmshory@gmail.com>, 2023\n"
|
||||||
|
"Language-Team: Persian (https://app.transifex.com/odoo/teams/41243/fa/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: fa\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "تابلوی امتیازات"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "امتیاز"
|
41
i18n/fi.po
Normal file
41
i18n/fi.po
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
|
||||||
|
# Miika Nissi <miika.nissi@tawasta.fi>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Miika Nissi <miika.nissi@tawasta.fi>, 2023\n"
|
||||||
|
"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: fi\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Tulostaulu"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Näytä kaikki"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Sinä"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
40
i18n/fr.po
Normal file
40
i18n/fr.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: French (https://app.transifex.com/odoo/teams/41243/fr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: fr\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Classement"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Voir tout"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Vous "
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
41
i18n/he.po
Normal file
41
i18n/he.po
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Lilach Gilliam <lilach.gilliam@gmail.com>, 2023
|
||||||
|
# ZVI BLONDER <ZVIBLONDER@gmail.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: ZVI BLONDER <ZVIBLONDER@gmail.com>, 2023\n"
|
||||||
|
"Language-Team: Hebrew (https://app.transifex.com/odoo/teams/41243/he/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: he\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n == 2 && n % 1 == 0) ? 1: (n % 10 == 0 && n % 1 == 0 && n > 10) ? 2 : 3;\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "לוח תוצאות"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "צפה בהכל"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "את.ה"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
40
i18n/hu.po
Normal file
40
i18n/hu.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# sixsix six, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: sixsix six, 2023\n"
|
||||||
|
"Language-Team: Hungarian (https://app.transifex.com/odoo/teams/41243/hu/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: hu\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Ranglista"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Mind megtekintése"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr ""
|
40
i18n/id.po
Normal file
40
i18n/id.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Indonesian (https://app.transifex.com/odoo/teams/41243/id/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: id\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Leaderboard"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Lihat semua"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Anda"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
40
i18n/it.po
Normal file
40
i18n/it.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Italian (https://app.transifex.com/odoo/teams/41243/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"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Classifica"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Visualizza tutti"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Tu"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "pe"
|
40
i18n/ja.po
Normal file
40
i18n/ja.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Japanese (https://app.transifex.com/odoo/teams/41243/ja/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ja\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "リーダーボード"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "すべてを見る"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "お客様"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
40
i18n/ko.po
Normal file
40
i18n/ko.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ko\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "점수획득판"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "모두 보기"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "귀하"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
40
i18n/lt.po
Normal file
40
i18n/lt.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Ramunė ViaLaurea <ramune.vialaurea@gmail.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Ramunė ViaLaurea <ramune.vialaurea@gmail.com>, 2023\n"
|
||||||
|
"Language-Team: Lithuanian (https://app.transifex.com/odoo/teams/41243/lt/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: lt\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Lyderių sąrašas"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr ""
|
40
i18n/lv.po
Normal file
40
i18n/lv.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Anzelika Adejanova, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Anzelika Adejanova, 2023\n"
|
||||||
|
"Language-Team: Latvian (https://app.transifex.com/odoo/teams/41243/lv/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: lv\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Uzvarētāju saraksts"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr ""
|
40
i18n/nl.po
Normal file
40
i18n/nl.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Dutch (https://app.transifex.com/odoo/teams/41243/nl/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: nl\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Scorebord"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Alles weergeven"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Jij"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
40
i18n/pl.po
Normal file
40
i18n/pl.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Polish (https://app.transifex.com/odoo/teams/41243/pl/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: pl\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Tablica Wyników"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Wyświetl wszystko"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Ty"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
36
i18n/pt.po
Normal file
36
i18n/pt.po
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Language-Team: Portuguese (https://app.transifex.com/odoo/teams/41243/pt/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: pt\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr ""
|
41
i18n/pt_BR.po
Normal file
41
i18n/pt_BR.po
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Layna Nascimento, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Layna Nascimento, 2023\n"
|
||||||
|
"Language-Team: Portuguese (Brazil) (https://app.transifex.com/odoo/teams/41243/pt_BR/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: pt_BR\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n == 0 || n == 1) ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Placar de líderes"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Visualizar tudo"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Você"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "XP"
|
41
i18n/ru.po
Normal file
41
i18n/ru.po
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Irina Fedulova <istartlin@gmail.com>, 2023
|
||||||
|
# Wil Odoo, 2024
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2024\n"
|
||||||
|
"Language-Team: Russian (https://app.transifex.com/odoo/teams/41243/ru/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: ru\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Таблица лидеров"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Посмотреть все"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Вы"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
36
i18n/sk.po
Normal file
36
i18n/sk.po
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Language-Team: Slovak (https://app.transifex.com/odoo/teams/41243/sk/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sk\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr ""
|
40
i18n/sl.po
Normal file
40
i18n/sl.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Tomaž Jug <tomaz@editor.si>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Tomaž Jug <tomaz@editor.si>, 2023\n"
|
||||||
|
"Language-Team: Slovenian (https://app.transifex.com/odoo/teams/41243/sl/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sl\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
40
i18n/sr.po
Normal file
40
i18n/sr.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Dragan Vukosavljevic <dragan.vukosavljevic@gmail.com>, 2023\n"
|
||||||
|
"Language-Team: Serbian (https://app.transifex.com/odoo/teams/41243/sr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sr\n"
|
||||||
|
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Rang lista"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Pogledaj sve"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Ti"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
40
i18n/sv.po
Normal file
40
i18n/sv.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Anders Wallenquist <anders.wallenquist@vertel.se>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Anders Wallenquist <anders.wallenquist@vertel.se>, 2023\n"
|
||||||
|
"Language-Team: Swedish (https://app.transifex.com/odoo/teams/41243/sv/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: sv\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Resultattavla"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Visa alla"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr ""
|
40
i18n/th.po
Normal file
40
i18n/th.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Thai (https://app.transifex.com/odoo/teams/41243/th/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: th\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "กระดานผู้นำ"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "ดูทั้งหมด"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "คุณ"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
41
i18n/tr.po
Normal file
41
i18n/tr.po
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Ertuğrul Güreş <ertugrulg@projetgrup.com>, 2023
|
||||||
|
# Murat Durmuş <muratd@projetgrup.com>, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Murat Durmuş <muratd@projetgrup.com>, 2023\n"
|
||||||
|
"Language-Team: Turkish (https://app.transifex.com/odoo/teams/41243/tr/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: tr\n"
|
||||||
|
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Liderler Sıralaması"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Hepsini gör"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Siz"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
40
i18n/uk.po
Normal file
40
i18n/uk.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: uk\n"
|
||||||
|
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Таблиця лідерів"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Переглянути все"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Ви"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
41
i18n/vi.po
Normal file
41
i18n/vi.po
Normal file
@ -0,0 +1,41 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
# Thi Huong Nguyen, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Thi Huong Nguyen, 2023\n"
|
||||||
|
"Language-Team: Vietnamese (https://app.transifex.com/odoo/teams/41243/vi/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: vi\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "Bảng xếp hạng"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "Xem tất cả"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "Bạn"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "xp"
|
36
i18n/website_event_meet_quiz.pot
Normal file
36
i18n/website_event_meet_quiz.pot
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"Last-Translator: \n"
|
||||||
|
"Language-Team: \n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Plural-Forms: \n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr ""
|
40
i18n/zh_CN.po
Normal file
40
i18n/zh_CN.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Chinese (China) (https://app.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: zh_CN\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "排行榜"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "查看全部"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "您"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "经验值"
|
40
i18n/zh_TW.po
Normal file
40
i18n/zh_TW.po
Normal file
@ -0,0 +1,40 @@
|
|||||||
|
# Translation of Odoo Server.
|
||||||
|
# This file contains the translation of the following modules:
|
||||||
|
# * website_event_meet_quiz
|
||||||
|
#
|
||||||
|
# Translators:
|
||||||
|
# Wil Odoo, 2023
|
||||||
|
#
|
||||||
|
msgid ""
|
||||||
|
msgstr ""
|
||||||
|
"Project-Id-Version: Odoo Server 17.0\n"
|
||||||
|
"Report-Msgid-Bugs-To: \n"
|
||||||
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
||||||
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
||||||
|
"Last-Translator: Wil Odoo, 2023\n"
|
||||||
|
"Language-Team: Chinese (Taiwan) (https://app.transifex.com/odoo/teams/41243/zh_TW/)\n"
|
||||||
|
"MIME-Version: 1.0\n"
|
||||||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
|
"Content-Transfer-Encoding: \n"
|
||||||
|
"Language: zh_TW\n"
|
||||||
|
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "Leaderboard"
|
||||||
|
msgstr "排行榜"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.community_leaderboard_small
|
||||||
|
msgid "View all"
|
||||||
|
msgstr "查看全部"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "You"
|
||||||
|
msgstr "你"
|
||||||
|
|
||||||
|
#. module: website_event_meet_quiz
|
||||||
|
#: model_terms:ir.ui.view,arch_db:website_event_meet_quiz.visitor_quiz_points_card
|
||||||
|
msgid "xp"
|
||||||
|
msgstr "經驗值"
|
43
views/event_meet_templates.xml
Normal file
43
views/event_meet_templates.xml
Normal file
@ -0,0 +1,43 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<odoo>
|
||||||
|
<template id="community_aside" name="Community: Aside (Leaderboard)"
|
||||||
|
inherit_id="website_event_meet.community_aside">
|
||||||
|
<xpath expr="//div[hasclass('o_wevent_community_aside')]" position="inside">
|
||||||
|
<t t-if="top3_visitors" t-call="website_event_meet_quiz.community_leaderboard_small"/>
|
||||||
|
</xpath>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<template id="community_leaderboard_small" name="Small Leaderboard">
|
||||||
|
<div class="o_page_header d-flex flex-wrap justify-content-between align-items-end w-100">
|
||||||
|
<h4 class="mb-0">Leaderboard</h4>
|
||||||
|
<a t-attf-href="#{'/event/%s/community/leaderboard' % (slug(event))}">View all</a>
|
||||||
|
</div>
|
||||||
|
<t t-call="website_event_meet_quiz.visitor_quiz_points_card"/>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<template id='visitor_quiz_points_card' name="Small Leaderboard: top3">
|
||||||
|
<table class="w-100">
|
||||||
|
<tr t-foreach="top3_visitors" t-as="visitor">
|
||||||
|
<td>
|
||||||
|
<div class="d-flex align-items-center mb-2">
|
||||||
|
<b class="me-2 text-muted" t-out="visitor['position']"/>
|
||||||
|
<img class="rounded-circle float-start"
|
||||||
|
style="width: 25px; height: 25px; object-fit: cover;"
|
||||||
|
t-att-src="image_data_uri(visitor['visitor'].partner_image) if visitor['visitor'].partner_image else '/web/static/img/user_placeholder.jpg'"
|
||||||
|
t-att-alt="visitor['visitor'].display_name"/>
|
||||||
|
<div class="o_we_leaderboard_name">
|
||||||
|
<span t-if="visitor['visitor'] == current_visitor and not visitor['visitor'].partner_id">You</span>
|
||||||
|
<span t-else="" t-out="visitor['visitor'].display_name"/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
<td class="text-end">
|
||||||
|
<div class="mb-2">
|
||||||
|
<span class="text-nowrap"><t t-out="visitor['points']"/> xp</span>
|
||||||
|
</div>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
</odoo>
|
Loading…
x
Reference in New Issue
Block a user