details: https://code.tryton.org/translations/commit/47f4986e3073 branch: default user: Cédric Krier <[email protected]> date: Wed Nov 26 23:06:12 2025 +0000 description: Added translation using Weblate (Georgian) diffstat:
modules/product_image/locale/ka.po | 141 +++++++++++++++++++++++++++++++++++++ 1 files changed, 141 insertions(+), 0 deletions(-) diffs (145 lines): diff -r a9b51d9a6912 -r 47f4986e3073 modules/product_image/locale/ka.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/product_image/locale/ka.po Wed Nov 26 23:06:12 2025 +0000 @@ -0,0 +1,141 @@ +# +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.category,image_url:" +msgid "Image URL" +msgstr "" + +msgctxt "field:product.category,images:" +msgid "Images" +msgstr "" + +msgctxt "field:product.category.image,cache:" +msgid "Cache" +msgstr "" + +msgctxt "field:product.category.image,category:" +msgid "Category" +msgstr "" + +msgctxt "field:product.category.image,description:" +msgid "Description" +msgstr "" + +msgctxt "field:product.category.image,image:" +msgid "Image" +msgstr "" + +msgctxt "field:product.category.image,image_id:" +msgid "Image ID" +msgstr "" + +msgctxt "field:product.category.image.cache,category_image:" +msgid "Category Image" +msgstr "" + +msgctxt "field:product.category.image.cache,height:" +msgid "Height" +msgstr "" + +msgctxt "field:product.category.image.cache,image:" +msgid "Image" +msgstr "" + +msgctxt "field:product.category.image.cache,image_id:" +msgid "Image ID" +msgstr "" + +msgctxt "field:product.category.image.cache,width:" +msgid "Width" +msgstr "" + +msgctxt "field:product.image,cache:" +msgid "Cache" +msgstr "" + +msgctxt "field:product.image,description:" +msgid "Description" +msgstr "" + +msgctxt "field:product.image,image:" +msgid "Image" +msgstr "" + +msgctxt "field:product.image,image_id:" +msgid "Image ID" +msgstr "" + +msgctxt "field:product.image,product:" +msgid "Variant" +msgstr "" + +msgctxt "field:product.image,template:" +msgid "Product" +msgstr "" + +msgctxt "field:product.image.cache,height:" +msgid "Height" +msgstr "" + +msgctxt "field:product.image.cache,image:" +msgid "Image" +msgstr "" + +msgctxt "field:product.image.cache,image_id:" +msgid "Image ID" +msgstr "" + +msgctxt "field:product.image.cache,product_image:" +msgid "Product Image" +msgstr "" + +msgctxt "field:product.image.cache,width:" +msgid "Width" +msgstr "" + +msgctxt "field:product.product,image_url:" +msgid "Image URL" +msgstr "" + +msgctxt "field:product.product,images:" +msgid "Images" +msgstr "" + +msgctxt "field:product.template,image_url:" +msgid "Image URL" +msgstr "" + +msgctxt "field:product.template,images:" +msgid "Images" +msgstr "" + +msgctxt "model:ir.message,text:msg_image_cache_size_unique" +msgid "The size of cached image must be unique." +msgstr "" + +msgctxt "model:ir.message,text:msg_product_image_error" +msgid "Can not open or identify the image set for the product." +msgstr "" + +msgctxt "model:product.category.image,string:" +msgid "Product Category Image" +msgstr "" + +msgctxt "model:product.category.image.cache,string:" +msgid "Product Category Image Cache" +msgstr "" + +msgctxt "model:product.image,string:" +msgid "Product Image" +msgstr "" + +msgctxt "model:product.image.cache,string:" +msgid "Product Image Cache" +msgstr ""
