forked from avanzosc/odoo-addons
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [FIX] product_attribute_type: translations * [FIX] partner_group: translations
- Loading branch information
Showing
3 changed files
with
128 additions
and
57 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 |
---|---|---|
@@ -1,49 +1,51 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * partner_group | ||
# | ||
# Translators: | ||
# Oihane Crucelaegui <[email protected]>, 2015 | ||
# * partner_group | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: odoomrp-utils (8.0)\n" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2015-10-08 08:46+0000\n" | ||
"PO-Revision-Date: 2015-09-11 12:40+0000\n" | ||
"Last-Translator: Oihane Crucelaegui <[email protected]>\n" | ||
"Language-Team: Spanish (http://www.transifex.com/oca/odoomrp-utils-8-0/language/es/)\n" | ||
"POT-Creation-Date: 2019-09-25 13:48+0000\n" | ||
"PO-Revision-Date: 2019-09-25 13:48+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" | ||
"Language: es\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: partner_group | ||
#: help:res.partner,is_group:0 | ||
#: model:ir.model.fields,help:partner_group.field_res_partner__is_group | ||
#: model:ir.model.fields,help:partner_group.field_res_users__is_group | ||
msgid "Check if the partner is a group" | ||
msgstr "Marcará si una empresa es un grupo" | ||
|
||
#. module: partner_group | ||
#: view:res.partner:partner_group.view_partner_filter_group | ||
#: model:ir.model,name:partner_group.model_res_partner | ||
msgid "Contact" | ||
msgstr "Contacto" | ||
|
||
#. module: partner_group | ||
#: model_terms:ir.ui.view,arch_db:partner_group.view_partner_filter_group | ||
#: model_terms:ir.ui.view,arch_db:partner_group.view_partner_form_group | ||
msgid "Group" | ||
msgstr "Grupo" | ||
|
||
#. module: partner_group | ||
#: field:res.partner,is_group:0 | ||
#: model:ir.model.fields,field_description:partner_group.field_res_partner__is_group | ||
#: model:ir.model.fields,field_description:partner_group.field_res_users__is_group | ||
msgid "Is a Group" | ||
msgstr "Es un grupo" | ||
|
||
#. module: partner_group | ||
#: view:res.partner:partner_group.view_partner_form_group | ||
#: model_terms:ir.ui.view,arch_db:partner_group.view_partner_form_group | ||
msgid "Is a Group?" | ||
msgstr "¿Es un grupo?" | ||
|
||
#. module: partner_group | ||
#: model:ir.model,name:partner_group.model_res_partner | ||
msgid "Partner" | ||
msgstr "Empresa" | ||
|
||
#. module: partner_group | ||
#: field:res.partner,partner_group:0 | ||
#: model:ir.model.fields,field_description:partner_group.field_res_partner__partner_group | ||
#: model:ir.model.fields,field_description:partner_group.field_res_users__partner_group | ||
msgid "Partner Group" | ||
msgstr "Grupo de empresas" | ||
|
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 |
---|---|---|
@@ -1,60 +1,47 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * product_attribute_type | ||
# | ||
# Translators: | ||
# Pedro M. Baeza <[email protected]>, 2015 | ||
# * product_attribute_type | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: odoomrp-wip (8.0)\n" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2015-10-07 10:44+0000\n" | ||
"PO-Revision-Date: 2015-10-09 10:59+0000\n" | ||
"Last-Translator: Pedro M. Baeza <[email protected]>\n" | ||
"Language-Team: Spanish (http://www.transifex.com/oca/odoomrp-wip-8-0/language/es/)\n" | ||
"POT-Creation-Date: 2019-09-25 13:42+0000\n" | ||
"PO-Revision-Date: 2019-09-25 13:42+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" | ||
"Language: es\n" | ||
"Plural-Forms: nplurals=2; plural=(n != 1);\n" | ||
"Plural-Forms: \n" | ||
|
||
#. module: product_attribute_type | ||
#: view:product.attribute.value:product_attribute_type.product_attribute_value_search_view | ||
msgid "Attribute" | ||
msgstr "Atributo" | ||
#: model:ir.model,name:product_attribute_type.model_product_attribute_value | ||
msgid "Attribute Value" | ||
msgstr "Valor del Atributo" | ||
|
||
#. module: product_attribute_type | ||
#: view:product.attribute.value:product_attribute_type.product_attribute_value_search_view | ||
msgid "Attribute Type" | ||
msgstr "Tipo de atributo" | ||
|
||
#. module: product_attribute_type | ||
#: field:product.attribute.line,default:0 | ||
#: model:ir.model.fields,field_description:product_attribute_type.field_product_template_attribute_line__default | ||
msgid "Default" | ||
msgstr "Por defecto" | ||
|
||
#. module: product_attribute_type | ||
#: view:product.attribute.value:product_attribute_type.product_attribute_value_search_view | ||
msgid "Group By" | ||
msgstr "Agrupar por" | ||
|
||
#. module: product_attribute_type | ||
#: field:product.attribute.value,max_range:0 | ||
#: model:ir.model.fields,field_description:product_attribute_type.field_product_attribute_value__max_range | ||
msgid "Max" | ||
msgstr "Max" | ||
msgstr "Máx" | ||
|
||
#. module: product_attribute_type | ||
#: field:product.attribute.value,min_range:0 | ||
#: model:ir.model.fields,field_description:product_attribute_type.field_product_attribute_value__min_range | ||
msgid "Min" | ||
msgstr "Min" | ||
msgstr "Mín" | ||
|
||
#. module: product_attribute_type | ||
#: selection:product.attribute,attr_type:0 | ||
msgid "Numeric" | ||
msgstr "Numérico" | ||
|
||
#. module: product_attribute_type | ||
#: field:product.attribute.value,numeric_value:0 | ||
#: model:ir.model.fields,field_description:product_attribute_type.field_product_attribute_value__numeric_value | ||
msgid "Numeric Value" | ||
msgstr "Valor numérico" | ||
|
||
|
@@ -63,13 +50,18 @@ msgstr "Valor numérico" | |
msgid "Product Attribute" | ||
msgstr "Atributo de producto" | ||
|
||
#. module: product_attribute_type | ||
#: model:ir.model,name:product_attribute_type.model_product_template_attribute_line | ||
msgid "Product Template Attribute Line" | ||
msgstr "Linea de atributo de la plantilla de producto" | ||
|
||
#. module: product_attribute_type | ||
#: selection:product.attribute,attr_type:0 | ||
msgid "Range" | ||
msgstr "Rango" | ||
|
||
#. module: product_attribute_type | ||
#: field:product.attribute.line,required:0 | ||
#: model:ir.model.fields,field_description:product_attribute_type.field_product_template_attribute_line__required | ||
msgid "Required" | ||
msgstr "Requerido" | ||
|
||
|
@@ -79,11 +71,9 @@ msgid "Select" | |
msgstr "Selección" | ||
|
||
#. module: product_attribute_type | ||
#: field:product.attribute,attr_type:0 | ||
#: model:ir.model.fields,field_description:product_attribute_type.field_product_attribute__attr_type | ||
#: model:ir.model.fields,field_description:product_attribute_type.field_product_attribute_value__attr_type | ||
#: model:ir.model.fields,field_description:product_attribute_type.field_product_template_attribute_line__attr_type | ||
msgid "Type" | ||
msgstr "Tipo" | ||
|
||
#. module: product_attribute_type | ||
#: view:product.attribute.value:product_attribute_type.product_attribute_value_search_view | ||
msgid "Variant Values" | ||
msgstr "Valores de las variantes" |
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,79 @@ | ||
# Translation of Odoo Server. | ||
# This file contains the translation of the following modules: | ||
# * product_attribute_type | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Odoo Server 12.0\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2019-09-25 13:41+0000\n" | ||
"PO-Revision-Date: 2019-09-25 13:41+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: product_attribute_type | ||
#: model:ir.model,name:product_attribute_type.model_product_attribute_value | ||
msgid "Attribute Value" | ||
msgstr "" | ||
|
||
#. module: product_attribute_type | ||
#: model:ir.model.fields,field_description:product_attribute_type.field_product_template_attribute_line__default | ||
msgid "Default" | ||
msgstr "" | ||
|
||
#. module: product_attribute_type | ||
#: model:ir.model.fields,field_description:product_attribute_type.field_product_attribute_value__max_range | ||
msgid "Max" | ||
msgstr "" | ||
|
||
#. module: product_attribute_type | ||
#: model:ir.model.fields,field_description:product_attribute_type.field_product_attribute_value__min_range | ||
msgid "Min" | ||
msgstr "" | ||
|
||
#. module: product_attribute_type | ||
#: selection:product.attribute,attr_type:0 | ||
msgid "Numeric" | ||
msgstr "" | ||
|
||
#. module: product_attribute_type | ||
#: model:ir.model.fields,field_description:product_attribute_type.field_product_attribute_value__numeric_value | ||
msgid "Numeric Value" | ||
msgstr "" | ||
|
||
#. module: product_attribute_type | ||
#: model:ir.model,name:product_attribute_type.model_product_attribute | ||
msgid "Product Attribute" | ||
msgstr "" | ||
|
||
#. module: product_attribute_type | ||
#: model:ir.model,name:product_attribute_type.model_product_template_attribute_line | ||
msgid "Product Template Attribute Line" | ||
msgstr "" | ||
|
||
#. module: product_attribute_type | ||
#: selection:product.attribute,attr_type:0 | ||
msgid "Range" | ||
msgstr "" | ||
|
||
#. module: product_attribute_type | ||
#: model:ir.model.fields,field_description:product_attribute_type.field_product_template_attribute_line__required | ||
msgid "Required" | ||
msgstr "" | ||
|
||
#. module: product_attribute_type | ||
#: selection:product.attribute,attr_type:0 | ||
msgid "Select" | ||
msgstr "" | ||
|
||
#. module: product_attribute_type | ||
#: model:ir.model.fields,field_description:product_attribute_type.field_product_attribute__attr_type | ||
#: model:ir.model.fields,field_description:product_attribute_type.field_product_attribute_value__attr_type | ||
#: model:ir.model.fields,field_description:product_attribute_type.field_product_template_attribute_line__attr_type | ||
msgid "Type" | ||
msgstr "" | ||
|