forked from OCA/e-commerce
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #586 from OCA/16.0
Syncing from upstream OCA/e-commerce (16.0)
- Loading branch information
Showing
7 changed files
with
155 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,104 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * website_sale_cart_expire | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"PO-Revision-Date: 2023-08-03 20:09+0000\n" | ||
"Last-Translator: Ivorra78 <[email protected]>\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 4.17\n" | ||
|
||
#. module: website_sale_cart_expire | ||
#: model_terms:ir.ui.view,arch_db:website_sale_cart_expire.res_config_settings_view_form | ||
msgid "" | ||
"<span class=\"o_form_label\">Expire Carts</span>\n" | ||
" <span class=\"fa fa-lg fa-globe\" title=\"Values set here are website-specific.\" groups=\"website.group_multi_website\"/>" | ||
msgstr "" | ||
"<span class=\"o_form_label\">Carro expirado</span>\n" | ||
" <span class=\"fa fa-" | ||
"lg fa-globe\" title=\"Values set here are website-specific.\" groups=" | ||
"\"website.group_multi_website\"/>" | ||
|
||
#. module: website_sale_cart_expire | ||
#: model_terms:ir.ui.view,arch_db:website_sale_cart_expire.res_config_settings_view_form | ||
msgid "Automatically cancel carts without activity after a period of time" | ||
msgstr "" | ||
"Cancelar automáticamente carritos sin actividad después de un período de " | ||
"tiempo" | ||
|
||
#. module: website_sale_cart_expire | ||
#: model:ir.model.fields,help:website_sale_cart_expire.field_res_config_settings__cart_expire_delay | ||
#: model:ir.model.fields,help:website_sale_cart_expire.field_website__cart_expire_delay | ||
msgid "" | ||
"Automatically cancel website orders after the given time.\n" | ||
"Set to 0 to disable this feature." | ||
msgstr "" | ||
"Cancelar automáticamente los pedidos del sitio web después del tiempo dado.\n" | ||
"Establecer en 0 para desactivar esta función." | ||
|
||
#. module: website_sale_cart_expire | ||
#: model:ir.model.fields,field_description:website_sale_cart_expire.field_sale_order__cart_expire_date | ||
msgid "Cart Expire Date" | ||
msgstr "Fecha de caducidad del carro" | ||
|
||
#. module: website_sale_cart_expire | ||
#. odoo-python | ||
#: code:addons/website_sale_cart_expire/models/website.py:0 | ||
#, python-format | ||
msgid "Cart expired" | ||
msgstr "Carro caducado" | ||
|
||
#. module: website_sale_cart_expire | ||
#: model_terms:ir.ui.view,arch_db:website_sale_cart_expire.res_config_settings_view_form | ||
msgid "Cart is cancelled after" | ||
msgstr "El carro ha sido cancelado después" | ||
|
||
#. module: website_sale_cart_expire | ||
#: model_terms:ir.ui.view,arch_db:website_sale_cart_expire.res_config_settings_view_form | ||
msgid "Carts are cancelled after this delay." | ||
msgstr "Los carros se cancelan después de este plazo." | ||
|
||
#. module: website_sale_cart_expire | ||
#: model:ir.model,name:website_sale_cart_expire.model_res_config_settings | ||
msgid "Config Settings" | ||
msgstr "Ajustes de Configuración" | ||
|
||
#. module: website_sale_cart_expire | ||
#: model:ir.model.fields,field_description:website_sale_cart_expire.field_res_config_settings__cart_expire_delay | ||
#: model:ir.model.fields,field_description:website_sale_cart_expire.field_website__cart_expire_delay | ||
msgid "Expire Delay" | ||
msgstr "Expiración retardada" | ||
|
||
#. module: website_sale_cart_expire | ||
#: model:ir.model,name:website_sale_cart_expire.model_sale_order | ||
msgid "Sales Order" | ||
msgstr "Órdenes de venta" | ||
|
||
#. module: website_sale_cart_expire | ||
#: model:ir.model.fields,help:website_sale_cart_expire.field_sale_order__cart_expire_date | ||
msgid "Technical field: The date this cart will automatically expire" | ||
msgstr "Campo técnico: La fecha en que este carro caducará automáticamente" | ||
|
||
#. module: website_sale_cart_expire | ||
#: model:ir.model,name:website_sale_cart_expire.model_website | ||
msgid "Website" | ||
msgstr "Página Web" | ||
|
||
#. module: website_sale_cart_expire | ||
#: model:ir.actions.server,name:website_sale_cart_expire.ir_cron_cart_expire_ir_actions_server | ||
#: model:ir.cron,cron_name:website_sale_cart_expire.ir_cron_cart_expire | ||
msgid "Website: Expire Carts" | ||
msgstr "Página web: Carros caducados" | ||
|
||
#. module: website_sale_cart_expire | ||
#: model_terms:ir.ui.view,arch_db:website_sale_cart_expire.res_config_settings_view_form | ||
msgid "hours." | ||
msgstr "horas." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 16.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,24 +10,25 @@ msgstr "" | |
"Project-Id-Version: Odoo Server 9.0c\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2016-11-29 01:20+0000\n" | ||
"PO-Revision-Date: 2016-11-29 01:20+0000\n" | ||
"Last-Translator: Pedro M. Baeza <[email protected]>, 2016\n" | ||
"PO-Revision-Date: 2023-08-03 20:09+0000\n" | ||
"Last-Translator: Ivorra78 <[email protected]>\n" | ||
"Language-Team: Spanish (https://www.transifex.com/oca/teams/23907/es/)\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" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: website_sale_product_brand | ||
#: model:ir.model.fields,field_description:website_sale_product_brand.field_product_brand__can_publish | ||
msgid "Can Publish" | ||
msgstr "" | ||
msgstr "Puede publicar" | ||
|
||
#. module: website_sale_product_brand | ||
#: model:ir.model.fields,field_description:website_sale_product_brand.field_product_brand__is_published | ||
msgid "Is Published" | ||
msgstr "" | ||
msgstr "Está publicado" | ||
|
||
#. module: website_sale_product_brand | ||
#: model_terms:ir.ui.view,arch_db:website_sale_product_brand.product_brands | ||
|
@@ -37,12 +38,12 @@ msgstr "No se han encontrado marcas." | |
#. module: website_sale_product_brand | ||
#: model:ir.model,name:website_sale_product_brand.model_product_template | ||
msgid "Product" | ||
msgstr "" | ||
msgstr "Producto" | ||
|
||
#. module: website_sale_product_brand | ||
#: model:ir.model,name:website_sale_product_brand.model_product_brand | ||
msgid "Product Brand" | ||
msgstr "" | ||
msgstr "Marca de producto" | ||
|
||
#. module: website_sale_product_brand | ||
#: model:ir.ui.menu,name:website_sale_product_brand.menu_product_brand | ||
|
@@ -68,17 +69,17 @@ msgstr "Tienda por marcas" | |
#. module: website_sale_product_brand | ||
#: model:ir.model.fields,help:website_sale_product_brand.field_product_brand__website_url | ||
msgid "The full URL to access the document through the website." | ||
msgstr "" | ||
msgstr "URL completa de acceso al documento a través de la página web." | ||
|
||
#. module: website_sale_product_brand | ||
#: model:ir.model.fields,field_description:website_sale_product_brand.field_product_brand__website_published | ||
msgid "Visible on current website" | ||
msgstr "" | ||
msgstr "Visible en la página web actual" | ||
|
||
#. module: website_sale_product_brand | ||
#: model:ir.model.fields,field_description:website_sale_product_brand.field_product_brand__website_url | ||
msgid "Website URL" | ||
msgstr "" | ||
msgstr "URL de la página web" | ||
|
||
#~ msgid "Website" | ||
#~ msgstr "Sitio web" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,20 +7,20 @@ msgstr "" | |
"Project-Id-Version: Odoo Server 11.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-05-17 08:52+0000\n" | ||
"PO-Revision-Date: 2019-05-17 10:54+0200\n" | ||
"Last-Translator: \n" | ||
"PO-Revision-Date: 2023-08-03 20:09+0000\n" | ||
"Last-Translator: Ivorra78 <[email protected]>\n" | ||
"Language-Team: \n" | ||
"Language: es\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"X-Generator: Poedit 2.0.6\n" | ||
"Plural-Forms: nplurals=2; plural=n != 1;\n" | ||
"X-Generator: Weblate 4.17\n" | ||
|
||
#. module: website_sale_product_detail_attribute_image | ||
#: model:ir.model,name:website_sale_product_detail_attribute_image.model_product_attribute_value | ||
msgid "Attribute Value" | ||
msgstr "" | ||
msgstr "Valor del Atributo" | ||
|
||
#. module: website_sale_product_detail_attribute_image | ||
#: model:ir.model.fields,help:website_sale_product_detail_attribute_image.field_product_attribute__website_product_detail_image_published | ||
|
@@ -46,7 +46,7 @@ msgstr "Mostrar en producto" | |
#. module: website_sale_product_detail_attribute_image | ||
#: model:ir.model.fields,field_description:website_sale_product_detail_attribute_image.field_product_attribute__website_name | ||
msgid "Website Name" | ||
msgstr "" | ||
msgstr "Nombre de la página web" | ||
|
||
#. module: website_sale_product_detail_attribute_image | ||
#: model:ir.model.fields,field_description:website_sale_product_detail_attribute_image.field_product_attribute__website_product_detail_image | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,17 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"Last-Translator: Automatically generated\n" | ||
"PO-Revision-Date: 2023-08-03 20:09+0000\n" | ||
"Last-Translator: Ivorra78 <[email protected]>\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 4.17\n" | ||
|
||
#. module: website_sale_product_reference_displayed | ||
#: model:ir.model,name:website_sale_product_reference_displayed.model_website_snippet_filter | ||
msgid "Website Snippet Filter" | ||
msgstr "" | ||
msgstr "Filtro de fragmentos de página web" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters