details: https://code.tryton.org/translations/commit/6b0816b15a23 branch: default user: Languages add-on <[email protected]> date: Wed Apr 01 00:50:51 2026 +0000 description: Added translation using Weblate (zh_HANS (generated) (zh_HANS)) diffstat:
modules/product_attribute/locale/zh_HANS.po | 110 ++++++++++++++++++++++++++++ 1 files changed, 110 insertions(+), 0 deletions(-) diffs (114 lines): diff -r ca0fc8b34a33 -r 6b0816b15a23 modules/product_attribute/locale/zh_HANS.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/product_attribute/locale/zh_HANS.po Wed Apr 01 00:50:51 2026 +0000 @@ -0,0 +1,110 @@ +# +msgid "" +msgstr "" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: zh_HANS\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\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 "" + +#, python-format +msgctxt "model:ir.message,text:msg_label_value" +msgid "%(label)s: %(value)s" +msgstr "" + +msgctxt "model:ir.message,text:msg_product_attribute_name_unique" +msgid "The name of the product attribute must be unique." +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,string:" +msgid "Product Attribute" +msgstr "" + +msgctxt "model:product.attribute-product.attribute-set,string:" +msgid "Product Attribute - Product Attribute - Set" +msgstr "" + +msgctxt "model:product.attribute.set,string:" +msgid "Product Attribute Set" +msgstr "" + +msgctxt "view:product.template:" +msgid "Attributes" +msgstr ""
