changeset f0f2c601567e in modules/product_attribute:default details: https://hg.tryton.org/modules/product_attribute?cmd=changeset&node=f0f2c601567e description: Update translations [skip ci] diffstat:
locale/es.po | 2 +- locale/uk.po | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+), 1 deletions(-) diffs (115 lines): diff -r 78173b74de0d -r f0f2c601567e locale/es.po --- a/locale/es.po Sat Oct 29 09:38:09 2022 +0200 +++ b/locale/es.po Sat Oct 29 09:54:11 2022 +0200 @@ -32,7 +32,7 @@ msgctxt "field:product.product,attributes_name:" msgid "Attributes Name" -msgstr "Nombre dels atributos" +msgstr "Nombre de los atributos" msgctxt "field:product.template,attribute_set:" msgid "Attribute Set" diff -r 78173b74de0d -r f0f2c601567e locale/uk.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locale/uk.po Sat Oct 29 09:54:11 2022 +0200 @@ -0,0 +1,99 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:product.attribute,sets:" +msgid "Sets" +msgstr "" + +msgctxt "field:product.attribute-product.attribute-set,attribute:" +msgid "Attribute" +msgstr "" + +msgctxt "field:product.attribute-product.attribute-set,attribute_set:" +msgid "Set" +msgstr "" + +msgctxt "field:product.attribute.set,attributes:" +msgid "Attributes" +msgstr "" + +msgctxt "field:product.attribute.set,name:" +msgid "Name" +msgstr "" + +msgctxt "field:product.product,attribute_set:" +msgid "Attribute Set" +msgstr "" + +msgctxt "field:product.product,attributes:" +msgid "Attributes" +msgstr "" + +msgctxt "field:product.product,attributes_name:" +msgid "Attributes Name" +msgstr "" + +msgctxt "field:product.template,attribute_set:" +msgid "Attribute Set" +msgstr "" + +msgctxt "help:product.attribute,sets:" +msgid "Add sets to the attribute." +msgstr "" + +msgctxt "help:product.attribute.set,attributes:" +msgid "Add attributes to the set." +msgstr "" + +msgctxt "help:product.attribute.set,name:" +msgid "The main identifier of product attribute set." +msgstr "" + +msgctxt "help:product.product,attribute_set:" +msgid "Select a set of attributes to apply on the variants." +msgstr "" + +msgctxt "help:product.product,attributes:" +msgid "Add attributes to the variant." +msgstr "" + +msgctxt "help:product.template,attribute_set:" +msgid "Select a set of attributes to apply on the variants." +msgstr "" + +msgctxt "model:ir.action,name:act_attribute_form" +msgid "Attributes" +msgstr "" + +msgctxt "model:ir.action,name:act_attribute_set_form" +msgid "Attribute Sets" +msgstr "" + +msgctxt "model:ir.message,text:msg_label_value" +msgid "%(label)s: %(value)s" +msgstr "" + +msgctxt "model:ir.ui.menu,name:menu_attribute" +msgid "Attributes" +msgstr "" + +msgctxt "model:ir.ui.menu,name:menu_attribute_set" +msgid "Attribute Sets" +msgstr "" + +msgctxt "model:product.attribute,name:" +msgid "Product Attribute" +msgstr "" + +msgctxt "model:product.attribute-product.attribute-set,name:" +msgid "Product Attribute - Set" +msgstr "" + +msgctxt "model:product.attribute.set,name:" +msgid "Product Attribute Set" +msgstr "" + +msgctxt "view:product.template:" +msgid "Attributes" +msgstr ""
