mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
9c23ffc98d
Themes translation in Odoo 16 have been lost, they were not exported on
Transifex anymore (bug).
We just added back the repository on it, and our internal translators
are working on those translations.
They found some typos and bad wording which are fixed here.
Technically, note that we need the themes fully translated for the
chatGPT integration coming in website configurator.
Indeed, if a theme is not (almost fully) translated, it won't be using
chatGPT for text replacement.
This is because if we ask chatGPT to do text replacement and translation
at the same time, it just provides bad results.
See https://github.com/odoo/odoo/pull/137703
closes odoo/design-themes#725
X-original-commit: 7cdb6d2ab7
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
Signed-off-by: Romain Derie (rde) <rde@odoo.com>
51 lines
2.6 KiB
XML
51 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_company_team" inherit_id="website.s_company_team">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="o_cc o_cc2 pb128" remove="pb48" separator=" "/>
|
|
</xpath>
|
|
<!-- Member #1 -->
|
|
<xpath expr="//div[hasclass('col-lg-8')]//h4" position="replace" mode="inner">
|
|
Tony
|
|
</xpath>
|
|
<xpath expr="//div[hasclass('col-lg-8')]//p" position="replace" mode="inner">
|
|
Tony is praised for the quality of his flow and beats but often criticised because of the controversial nature of his lyrics. He has also established a label, and developed a line of jewellery.
|
|
</xpath>
|
|
<!-- Member #2 -->
|
|
<xpath expr="(//div[hasclass('col-lg-8')])[2]//h4" position="replace" mode="inner">
|
|
Aline
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('col-lg-8')])[2]//p" position="replace" mode="inner">
|
|
Aline is a French singer, songwriter and producer. In 2016, she was ranked as the most powerful and influential French person by Vanity Fair, who noticed her radiance of French genius.
|
|
</xpath>
|
|
<!-- Member #3 -->
|
|
<xpath expr="(//div[hasclass('col-lg-8')])[3]//h4" position="replace" mode="inner">
|
|
Mich Starck
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('col-lg-8')])[3]//p" position="replace" mode="inner">
|
|
Mich Starck is a French DJ, record producer and songwriter. He has sold over nine million albums and thirty million singles worldwide. In 2011, he was voted as the number one DJ in the DJ Mag Top 100 DJs poll.
|
|
</xpath>
|
|
<!-- Member #4 -->
|
|
<xpath expr="(//div[hasclass('col-lg-8')])[4]//h4" position="replace" mode="inner">
|
|
Joseris
|
|
</xpath>
|
|
<xpath expr="(//div[hasclass('col-lg-8')])[4]//p" position="replace" mode="inner">
|
|
Joseris is a Belgian band that formed in October 1995. Though originally categorised as a trip hop group, they quickly expanded their sound to the point where they could no longer be described as a lone genre, but rather encompass alternative, electronica, electro-pop, rock, and a mixture of others.
|
|
</xpath>
|
|
</template>
|
|
|
|
<template id="configurator_s_company_team" inherit_id="website.configurator_s_company_team">
|
|
<!-- Shape option -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="data-oe-shape-data">{"shape":"web_editor/Wavy/13_001","flip":[]}</attribute>
|
|
</xpath>
|
|
<!-- Shape -->
|
|
<xpath expr="//div[hasclass('container')]" position="before">
|
|
<div class="o_we_shape o_web_editor_Wavy_13_001"/>
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|