Añadidos módulos de OCA/e-commerce para la tienda online

This commit is contained in:
santiky 2021-09-14 14:07:34 +02:00
parent 10bfdb5a49
commit c14ed5b4ef
Signed by: snt
GPG key ID: A9FD34930EADBE71
99 changed files with 5359 additions and 0 deletions

View file

@ -0,0 +1,134 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_snippet_carousel_product
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2021-01-20 20:45+0000\n"
"Last-Translator: claudiagn <claudia.gargallo@qubiq.es>\n"
"Language-Team: none\n"
"Language: ca\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.3.2\n"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "10s"
msgstr "10s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "12"
msgstr "12"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "1s"
msgstr "1s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "24"
msgstr "24"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "2s"
msgstr "2s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "3s"
msgstr "3s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "5s"
msgstr "5s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_items
msgid "<i class=\"fa fa-2x fa-chevron-left text-black-50\"/>\n"
" <span class=\"sr-only\">Previous</span>"
msgstr ""
"<i class=\"fa fa-2x fa-chevron-left text-black-50\"/>\n"
" <span class=\"sr-only\">Anterior</span>"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_items
msgid "<i class=\"fa fa-2x fa-chevron-right text-black-50\"/>\n"
" <span class=\"sr-only\">Next</span>"
msgstr ""
"<i class=\"fa fa-2x fa-chevron-right text-black-50\"/>\n"
" <span class=\"sr-only\">Següent</span>"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel
msgid "<i class=\"fa fa-circle-o-notch fa-spin fa-3x fa-fwg\"/>\n"
" <span>Loading Product Carousel</span>"
msgstr ""
"<i class=\"fa fa-circle-o-notch fa-spin fa-3x fa-fwg\"/>\n"
" <span>Carregant productes carrussel</span>"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "<i class=\"fa fa-fw fa-bars\"/> Set Domain"
msgstr "<i class=\"fa fa-fw fa-bars\"/> Establir domini"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "<i class=\"fa fa-fw fa-clock-o\"/>Slideshow Speed"
msgstr ""
"<i class=\"fa fa-fw fa-clock-o\"/>Velocitat de presentació d'iniciatives"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "<i class=\"fa fa-fw fa-list-ol\"/> Show"
msgstr "<i class=\"fa fa-fw fa-list-ol\"/> Mostrar"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "<i class=\"fa fa-fw fa-stop-circle-o\"/> Limit"
msgstr "<i class=\"fa fa-fw fa-stop-circle-o\"/> Limitar"
#. module: website_snippet_carousel_product
#. openerp-web
#: code:addons/website_snippet_carousel_product/static/src/js/snippet.options.js:14
#, python-format
msgid "Add a products carousel"
msgstr "Afegueix carrusel de productes"
#. module: website_snippet_carousel_product
#. openerp-web
#: code:addons/website_snippet_carousel_product/static/src/js/s_product_carousel_frontend.js:87
#, python-format
msgid "An error occured with this product carousel block. If the problem persists, please consider deleting it and adding a new one"
msgstr ""
"S'ha produït un error amb aquest bloc de carrusel de producte. Si el "
"problema continua, penseu en suprimir-lo i afegir-ne un de nou"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "Disable autoplay"
msgstr "Desactivar reproducció automàtica"
#. module: website_snippet_carousel_product
#. openerp-web
#: code:addons/website_snippet_carousel_product/static/src/js/snippet.options.js:107
#, python-format
msgid "Domain (can be empty)"
msgstr "Domini ( pot estar buit)"
#. module: website_snippet_carousel_product
#. openerp-web
#: code:addons/website_snippet_carousel_product/static/src/js/s_product_carousel_frontend.js:60
#, python-format
msgid "No products was found. Make sure you have products published on the website."
msgstr ""
"No s'ha trobat cap producte. Assegureu-vos que teniu productes publicats al "
"lloc web."

View file

@ -0,0 +1,134 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_snippet_carousel_product
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-11-03 13:08+0000\n"
"Last-Translator: claudiagn <claudia.gargallo@qubiq.es>\n"
"Language-Team: none\n"
"Language: es\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 3.10\n"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "10s"
msgstr "10s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "12"
msgstr "12"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "1s"
msgstr "1s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "24"
msgstr "24"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "2s"
msgstr "2s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "3s"
msgstr "3s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "5s"
msgstr "5s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_items
msgid "<i class=\"fa fa-2x fa-chevron-left text-black-50\"/>\n"
" <span class=\"sr-only\">Previous</span>"
msgstr ""
"<i class=\"fa fa-2x fa-chevron-left text-black-50\"/>\n"
" <span class=\"sr-only\">Previo</span>"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_items
msgid "<i class=\"fa fa-2x fa-chevron-right text-black-50\"/>\n"
" <span class=\"sr-only\">Next</span>"
msgstr ""
"<i class=\"fa fa-2x fa-chevron-right text-black-50\"/>\n"
" <span class=\"sr-only\">Siguiente</span>"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel
msgid "<i class=\"fa fa-circle-o-notch fa-spin fa-3x fa-fwg\"/>\n"
" <span>Loading Product Carousel</span>"
msgstr ""
"<i class=\"fa fa-circle-o-notch fa-spin fa-3x fa-fwg\"/>\n"
" <span>Cargando carrusel de productos</span>"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "<i class=\"fa fa-fw fa-bars\"/> Set Domain"
msgstr "<i class=\"fa fa-fw fa-bars\"/> Establecer dominio"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "<i class=\"fa fa-fw fa-clock-o\"/>Slideshow Speed"
msgstr ""
"<i class=\"fa fa-fw fa-clock-o\"/>Velocidad de presentación de diapositivas"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "<i class=\"fa fa-fw fa-list-ol\"/> Show"
msgstr "<i class=\"fa fa-fw fa-list-ol\"/> Mostrar"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "<i class=\"fa fa-fw fa-stop-circle-o\"/> Limit"
msgstr "<i class=\"fa fa-fw fa-stop-circle-o\"/> Limitar"
#. module: website_snippet_carousel_product
#. openerp-web
#: code:addons/website_snippet_carousel_product/static/src/js/snippet.options.js:14
#, python-format
msgid "Add a products carousel"
msgstr "Añadir un carrusel de productos"
#. module: website_snippet_carousel_product
#. openerp-web
#: code:addons/website_snippet_carousel_product/static/src/js/s_product_carousel_frontend.js:87
#, python-format
msgid "An error occured with this product carousel block. If the problem persists, please consider deleting it and adding a new one"
msgstr ""
"Se produjo un error con este bloque de carrusel de productos. Si el problema "
"persiste, considere eliminarlo y agregar uno nuevo"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "Disable autoplay"
msgstr "Desactivar la reproducción automática"
#. module: website_snippet_carousel_product
#. openerp-web
#: code:addons/website_snippet_carousel_product/static/src/js/snippet.options.js:107
#, python-format
msgid "Domain (can be empty)"
msgstr "Dominio (puede estar vacío)"
#. module: website_snippet_carousel_product
#. openerp-web
#: code:addons/website_snippet_carousel_product/static/src/js/s_product_carousel_frontend.js:60
#, python-format
msgid "No products was found. Make sure you have products published on the website."
msgstr ""
"No se encontraron productos. Asegúrese de tener productos publicados en el "
"sitio web."

View file

@ -0,0 +1,134 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_snippet_carousel_product
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-11-23 15:55+0000\n"
"Last-Translator: Yann Papouin <y.papouin@dec-industrie.com>\n"
"Language-Team: none\n"
"Language: fr\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 3.10\n"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "10s"
msgstr "10s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "12"
msgstr "12"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "1s"
msgstr "1s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "24"
msgstr "24"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "2s"
msgstr "2s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "3s"
msgstr "3s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "5s"
msgstr "5s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_items
msgid "<i class=\"fa fa-2x fa-chevron-left text-black-50\"/>\n"
" <span class=\"sr-only\">Previous</span>"
msgstr ""
"<i class=\"fa fa-2x fa-chevron-left text-black-50\"/>\n"
" <span class=\"sr-only\">Précédent</span>"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_items
msgid "<i class=\"fa fa-2x fa-chevron-right text-black-50\"/>\n"
" <span class=\"sr-only\">Next</span>"
msgstr ""
"<i class=\"fa fa-2x fa-chevron-right text-black-50\"/>\n"
" <span class=\"sr-only\">Suivant</span>"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel
msgid "<i class=\"fa fa-circle-o-notch fa-spin fa-3x fa-fwg\"/>\n"
" <span>Loading Product Carousel</span>"
msgstr ""
"<i class=\"fa fa-circle-o-notch fa-spin fa-3x fa-fwg\"/>\n"
" <span>Chargement du carrousel d'articles</span>"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "<i class=\"fa fa-fw fa-bars\"/> Set Domain"
msgstr "<i class=\"fa fa-fw fa-bars\"/> Définir le domaine"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "<i class=\"fa fa-fw fa-clock-o\"/>Slideshow Speed"
msgstr "<i class=\"fa fa-fw fa-clock-o\"/>Vitesse du diaporama"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "<i class=\"fa fa-fw fa-list-ol\"/> Show"
msgstr "<i class=\"fa fa-fw fa-list-ol\"/> Afficher"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "<i class=\"fa fa-fw fa-stop-circle-o\"/> Limit"
msgstr "<i class=\"fa fa-fw fa-stop-circle-o\"/> Limite"
#. module: website_snippet_carousel_product
#. openerp-web
#: code:addons/website_snippet_carousel_product/static/src/js/snippet.options.js:14
#, python-format
msgid "Add a products carousel"
msgstr "Ajouter carrousel d'articles"
#. module: website_snippet_carousel_product
#. openerp-web
#: code:addons/website_snippet_carousel_product/static/src/js/s_product_carousel_frontend.js:87
#, python-format
msgid "An error occured with this product carousel block. If the problem persists, please consider deleting it and adding a new one"
msgstr ""
"Une erreur est survenue avec ce bloc carrousel d'articles. Si le problème "
"persiste, merci de considérer la suppression de ce bloc et l'ajout d'un "
"nouveau"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "Disable autoplay"
msgstr "Désactiver la lecture automatique"
#. module: website_snippet_carousel_product
#. openerp-web
#: code:addons/website_snippet_carousel_product/static/src/js/snippet.options.js:107
#, python-format
msgid "Domain (can be empty)"
msgstr "Domaine (peut rester vide)"
#. module: website_snippet_carousel_product
#. openerp-web
#: code:addons/website_snippet_carousel_product/static/src/js/s_product_carousel_frontend.js:60
#, python-format
msgid "No products was found. Make sure you have products published on the website."
msgstr ""
"Aucun article n'a été trouvé. Assurez-vous que vos articles sont publiés sur "
"le site Web."

View file

@ -0,0 +1,132 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * website_snippet_carousel_product
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 12.0\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2020-12-15 13:19+0000\n"
"Last-Translator: Bosd <c5e2fd43-d292-4c90-9d1f-74ff3436329a@anonaddy.me>\n"
"Language-Team: none\n"
"Language: nl\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.3.2\n"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "10s"
msgstr "10s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "12"
msgstr "12"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "1s"
msgstr "1s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "24"
msgstr "24"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "2s"
msgstr "2s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "3s"
msgstr "3s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "5s"
msgstr "5s"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_items
msgid "<i class=\"fa fa-2x fa-chevron-left text-black-50\"/>\n"
" <span class=\"sr-only\">Previous</span>"
msgstr ""
"<i class=\"fa fa-2x fa-chevron-left text-black-50\"/>\n"
" <span class=\"sr-only\">Vorige</span>"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_items
msgid "<i class=\"fa fa-2x fa-chevron-right text-black-50\"/>\n"
" <span class=\"sr-only\">Next</span>"
msgstr ""
"<i class=\"fa fa-2x fa-chevron-right text-black-50\"/>\n"
" <span class=\"sr-only\">Volgende</span>"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel
msgid "<i class=\"fa fa-circle-o-notch fa-spin fa-3x fa-fwg\"/>\n"
" <span>Loading Product Carousel</span>"
msgstr ""
"<i class=\"fa fa-circle-o-notch fa-spin fa-3x fa-fwg\"/>\n"
" <span> Product Carousel wordt geladen</span>"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
#, fuzzy
msgid "<i class=\"fa fa-fw fa-bars\"/> Set Domain"
msgstr "<i class=\"fa fa-fw fa-bars\"/> Set Domain"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "<i class=\"fa fa-fw fa-clock-o\"/>Slideshow Speed"
msgstr "<i class=\"fa fa-fw fa-clock-o\"/>Snelheid Diavoorstelling"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "<i class=\"fa fa-fw fa-list-ol\"/> Show"
msgstr "<i class=\"fa fa-fw fa-list-ol\"/> Weergeven"
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "<i class=\"fa fa-fw fa-stop-circle-o\"/> Limit"
msgstr "<i class=\"fa fa-fw fa-stop-circle-o\"/> Limiet"
#. module: website_snippet_carousel_product
#. openerp-web
#: code:addons/website_snippet_carousel_product/static/src/js/snippet.options.js:14
#, python-format
msgid "Add a products carousel"
msgstr "Voeg een product toe aan de caroussel"
#. module: website_snippet_carousel_product
#. openerp-web
#: code:addons/website_snippet_carousel_product/static/src/js/s_product_carousel_frontend.js:87
#, python-format
msgid "An error occured with this product carousel block. If the problem persists, please consider deleting it and adding a new one"
msgstr ""
#. module: website_snippet_carousel_product
#: model_terms:ir.ui.view,arch_db:website_snippet_carousel_product.s_product_carousel_options
msgid "Disable autoplay"
msgstr ""
#. module: website_snippet_carousel_product
#. openerp-web
#: code:addons/website_snippet_carousel_product/static/src/js/snippet.options.js:107
#, python-format
msgid "Domain (can be empty)"
msgstr ""
#. module: website_snippet_carousel_product
#. openerp-web
#: code:addons/website_snippet_carousel_product/static/src/js/s_product_carousel_frontend.js:60
#, python-format
msgid "No products was found. Make sure you have products published on the website."
msgstr ""
"Er is geen product gevonden. Zorg er voor dat er producten zijn gepubliseerd "
"op de website."