[I18N] website_sale_lazy_loading: add es, ca, eu and gl translations
All 13 terms of the POT, in the four languages, generated with polib from the POT Odoo exported. The wording follows what website_sale_aplicoop already says on the same site, so the two shops do not name the same thing twice: "Cargar más productos" / "Carrega més productes" / "Produktu gehiago kargatu", "Produktuak Orrialdeko", and "karga geldoa" for lazy loading. The selection labels are repeated verbatim inside the field help, so what the settings page offers and what the help describes read as the same three options. The two view terms carry markup: the globe icon of the website-specific hint and the spinner next to the loading message. Both keep their tags and attributes untouched, and only the human text -- the icon's title, the message -- is translated. Note that Odoo leaves that globe title in English in its own es and ca files; here it is translated, as it is the one thing in that span a visitor can read. Also moves the POT under i18n/, where Odoo looks for it and where the rest of the addons keep theirs. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
parent
a9d6f52ca6
commit
cb32fb6c0d
6 changed files with 504 additions and 0 deletions
103
website_sale_lazy_loading/i18n/eu.po
Normal file
103
website_sale_lazy_loading/i18n/eu.po
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * website_sale_lazy_loading
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 18.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2026-08-24 10:38+0000\n"
|
||||
"PO-Revision-Date: 2026-08-24 10:38+0000\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: \n"
|
||||
"Language: eu_ES\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: website_sale_lazy_loading
|
||||
#: model_terms:ir.ui.view,arch_db:website_sale_lazy_loading.res_config_settings_view_form
|
||||
msgid ""
|
||||
"<span class=\"fa fa-lg fa-globe\" title=\"Values set here are website-"
|
||||
"specific.\" groups=\"website.group_multi_website\"/>"
|
||||
msgstr ""
|
||||
"<span class=\"fa fa-lg fa-globe\" title=\"Hemen ezarritako balioak webgune "
|
||||
"bakoitzarenak dira.\" groups=\"website.group_multi_website\"/>"
|
||||
|
||||
#. module: website_sale_lazy_loading
|
||||
#: model_terms:ir.ui.view,arch_db:website_sale_lazy_loading.products_lazy_loading
|
||||
msgid ""
|
||||
"<span class=\"spinner-border spinner-border-sm me-2\" aria-hidden=\"true\"/>\n"
|
||||
" <span>Loading more products…</span>"
|
||||
msgstr ""
|
||||
"<span class=\"spinner-border spinner-border-sm me-2\" aria-hidden=\"true\"/>\n"
|
||||
" <span>Produktu gehiago kargatzen…</span>"
|
||||
|
||||
#. module: website_sale_lazy_loading
|
||||
#: model:ir.model,name:website_sale_lazy_loading.model_res_config_settings
|
||||
msgid "Config Settings"
|
||||
msgstr "Konfigurazio-ezarpenak"
|
||||
|
||||
#. module: website_sale_lazy_loading
|
||||
#: model:ir.model.fields,help:website_sale_lazy_loading.field_res_config_settings__shop_lazy_loading
|
||||
#: model:ir.model.fields,help:website_sale_lazy_loading.field_website__shop_lazy_loading
|
||||
msgid ""
|
||||
"How the /shop listing loads the pages after the first one.\n"
|
||||
"- Pager (standard): the visitor clicks the page numbers, each page is a full reload.\n"
|
||||
"- Load more button: the next page is appended when the visitor clicks the button.\n"
|
||||
"- Infinite scroll: the next page is appended when the visitor reaches the bottom of the listing.\n"
|
||||
"The page size is the 'Products per page' of the shop layout (website editor), so it is shared with the standard pager. Visitors without JavaScript always get the standard pager."
|
||||
msgstr ""
|
||||
"/shop zerrendak lehen orrialdearen ondorengoak nola kargatzen dituen.\n"
|
||||
"- Orrikatzailea (estandarra): orrialde-zenbakien bidez nabigatzen da, eta orrialde bakoitza osorik birkargatzen da.\n"
|
||||
"- «Produktu gehiago kargatu» botoia: hurrengo orrialdea botoia sakatzean gehitzen da.\n"
|
||||
"- Korritze infinitua: hurrengo orrialdea zerrendaren amaierara iristean gehitzen da.\n"
|
||||
"Orrialdearen tamaina dendaren diseinuko «Produktuak orrialdeko» balioa da (webgunearen editorea), beraz orrikatzaile estandarrak erabiltzen duen bera. JavaScriptik gabe beti orrikatzaile estandarra erakusten da."
|
||||
|
||||
#. module: website_sale_lazy_loading
|
||||
#: model_terms:ir.ui.view,arch_db:website_sale_lazy_loading.res_config_settings_view_form
|
||||
msgid "How the shop listing loads the pages after the first one"
|
||||
msgstr ""
|
||||
"Dendako zerrendak lehen orrialdearen ondorengoak nola kargatzen dituen"
|
||||
|
||||
#. module: website_sale_lazy_loading
|
||||
#: model:ir.model.fields.selection,name:website_sale_lazy_loading.selection__website__shop_lazy_loading__scroll
|
||||
msgid "Infinite scroll"
|
||||
msgstr "Korritze infinitua"
|
||||
|
||||
#. module: website_sale_lazy_loading
|
||||
#: model:ir.model.fields.selection,name:website_sale_lazy_loading.selection__website__shop_lazy_loading__button
|
||||
msgid "Load more button"
|
||||
msgstr "«Produktu gehiago kargatu» botoia"
|
||||
|
||||
#. module: website_sale_lazy_loading
|
||||
#: model_terms:ir.ui.view,arch_db:website_sale_lazy_loading.products_lazy_loading
|
||||
msgid "Load more products"
|
||||
msgstr "Produktu gehiago kargatu"
|
||||
|
||||
#. module: website_sale_lazy_loading
|
||||
#: model_terms:ir.ui.view,arch_db:website_sale_lazy_loading.products_lazy_loading
|
||||
msgid "More products loaded."
|
||||
msgstr "Produktu gehiago kargatu dira."
|
||||
|
||||
#. module: website_sale_lazy_loading
|
||||
#: model:ir.model.fields.selection,name:website_sale_lazy_loading.selection__website__shop_lazy_loading__off
|
||||
msgid "Pager (standard)"
|
||||
msgstr "Orrikatzailea (estandarra)"
|
||||
|
||||
#. module: website_sale_lazy_loading
|
||||
#: model:ir.model.fields,field_description:website_sale_lazy_loading.field_res_config_settings__shop_lazy_loading
|
||||
#: model:ir.model.fields,field_description:website_sale_lazy_loading.field_website__shop_lazy_loading
|
||||
msgid "Shop Product Loading"
|
||||
msgstr "Dendako produktuen karga"
|
||||
|
||||
#. module: website_sale_lazy_loading
|
||||
#: model_terms:ir.ui.view,arch_db:website_sale_lazy_loading.products_lazy_loading
|
||||
msgid "The next products could not be loaded. Please try again."
|
||||
msgstr "Ezin izan dira hurrengo produktuak kargatu. Saiatu berriro."
|
||||
|
||||
#. module: website_sale_lazy_loading
|
||||
#: model:ir.model,name:website_sale_lazy_loading.model_website
|
||||
msgid "Website"
|
||||
msgstr "Webgunea"
|
||||
Loading…
Add table
Add a link
Reference in a new issue