details: https://code.tryton.org/translations/commit/5aea18087e09 branch: default user: Cédric Krier <[email protected]> date: Wed Nov 26 23:05:28 2025 +0000 description: Added translation using Weblate (Georgian) diffstat:
modules/product_attribute/locale/ka.po | 110 +++++++++++++++++++++++++++++++++ 1 files changed, 110 insertions(+), 0 deletions(-) diffs (114 lines): diff -r 39e7ee8aa248 -r 5aea18087e09 modules/product_attribute/locale/ka.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/product_attribute/locale/ka.po Wed Nov 26 23:05:28 2025 +0000 @@ -0,0 +1,110 @@ +# +msgid "" +msgstr "" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: ka\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 ""
