details: https://code.tryton.org/translations/commit/25a0c734a6ef branch: default user: Cédric Krier <[email protected]> date: Wed Nov 26 23:12:49 2025 +0000 description: Added translation using Weblate (Georgian) diffstat:
modules/sale_secondary_unit/locale/ka.po | 199 +++++++++++++++++++++++++++++++ 1 files changed, 199 insertions(+), 0 deletions(-) diffs (203 lines): diff -r f40e6e410994 -r 25a0c734a6ef modules/sale_secondary_unit/locale/ka.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/sale_secondary_unit/locale/ka.po Wed Nov 26 23:12:49 2025 +0000 @@ -0,0 +1,199 @@ +# +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.product,sale_secondary_uom:" +msgid "Sale Secondary UoM" +msgstr "" + +msgctxt "field:product.product,sale_secondary_uom_category:" +msgid "Sale Secondary UoM Category" +msgstr "" + +msgctxt "field:product.product,sale_secondary_uom_factor:" +msgid "Sale Secondary UoM Factor" +msgstr "" + +msgctxt "field:product.product,sale_secondary_uom_rate:" +msgid "Sale Secondary UoM Rate" +msgstr "" + +msgctxt "field:product.template,sale_secondary_uom:" +msgid "Sale Secondary UoM" +msgstr "" + +msgctxt "field:product.template,sale_secondary_uom_category:" +msgid "Sale Secondary UoM Category" +msgstr "" + +msgctxt "field:product.template,sale_secondary_uom_factor:" +msgid "Sale Secondary UoM Factor" +msgstr "" + +msgctxt "field:product.template,sale_secondary_uom_rate:" +msgid "Sale Secondary UoM Rate" +msgstr "" + +msgctxt "field:sale.amendment.line,product_secondary_uom_category:" +msgid "Product Secondary UoM Category" +msgstr "" + +msgctxt "field:sale.blanket_agreement.line,product_secondary_uom_category:" +msgid "Product Secondary UoM Category" +msgstr "" + +msgctxt "field:sale.line,product_secondary_uom_category:" +msgid "Product Secondary UoM Category" +msgstr "" + +msgctxt "field:sale.line,secondary_quantity:" +msgid "Secondary Quantity" +msgstr "" + +msgctxt "field:sale.line,secondary_unit:" +msgid "Secondary Unit" +msgstr "" + +msgctxt "field:sale.line,secondary_unit_price:" +msgid "Secondary Unit Price" +msgstr "" + +msgctxt "field:sale.line,secondary_uom_factor:" +msgid "Secondary UoM Factor" +msgstr "" + +msgctxt "field:sale.line,secondary_uom_rate:" +msgid "Secondary UoM Rate" +msgstr "" + +msgctxt "field:sale.product_customer,default_uom_category:" +msgid "Default UoM Category" +msgstr "" + +msgctxt "field:sale.product_customer,sale_secondary_uom:" +msgid "Sale Secondary UoM" +msgstr "" + +msgctxt "field:sale.product_customer,sale_secondary_uom_category:" +msgid "Sale Secondary UoM Category" +msgstr "" + +msgctxt "field:sale.product_customer,sale_secondary_uom_factor:" +msgid "Sale Secondary UoM Factor" +msgstr "" + +msgctxt "field:sale.product_customer,sale_secondary_uom_rate:" +msgid "Sale Secondary UoM Rate" +msgstr "" + +msgctxt "help:product.product,sale_secondary_uom:" +msgid "The secondary Unit of Measure for sales." +msgstr "" + +msgctxt "help:product.product,sale_secondary_uom_factor:" +msgid "" +"The coefficient for the formula:\n" +"1 (sale unit) = coefficient (secondary unit)" +msgstr "" + +msgctxt "help:product.product,sale_secondary_uom_rate:" +msgid "" +"The coefficient for the formula:\n" +"coefficient (sale unit) = 1 (secondary unit)" +msgstr "" + +msgctxt "help:product.template,sale_secondary_uom:" +msgid "The secondary Unit of Measure for sales." +msgstr "" + +msgctxt "help:product.template,sale_secondary_uom_factor:" +msgid "" +"The coefficient for the formula:\n" +"1 (sale unit) = coefficient (secondary unit)" +msgstr "" + +msgctxt "help:product.template,sale_secondary_uom_rate:" +msgid "" +"The coefficient for the formula:\n" +"coefficient (sale unit) = 1 (secondary unit)" +msgstr "" + +msgctxt "help:sale.amendment.line,product_secondary_uom_category:" +msgid "The category of the secondary Unit of Measure for the product." +msgstr "" + +msgctxt "help:sale.blanket_agreement.line,product_secondary_uom_category:" +msgid "The category of the secondary Unit of Measure for the product." +msgstr "" + +msgctxt "help:sale.line,product_secondary_uom_category:" +msgid "The category of secondary Unit of Measure for the product." +msgstr "" + +msgctxt "help:sale.line,secondary_uom_factor:" +msgid "The factor for the secondary Unit of Measure." +msgstr "" + +msgctxt "help:sale.line,secondary_uom_rate:" +msgid "The rate for the secondary Unit of Measure." +msgstr "" + +msgctxt "help:sale.product_customer,default_uom_category:" +msgid "The category of default Unit of Measure." +msgstr "" + +msgctxt "help:sale.product_customer,sale_secondary_uom:" +msgid "The secondary Unit of Measure for sales." +msgstr "" + +msgctxt "help:sale.product_customer,sale_secondary_uom_factor:" +msgid "" +"The coefficient for the formula:\n" +"1 (sale unit) = coefficient (secondary unit)" +msgstr "" + +msgctxt "help:sale.product_customer,sale_secondary_uom_rate:" +msgid "" +"The coefficient for the formula:\n" +"coefficient (sale unit) = 1 (secondary unit)" +msgstr "" + +#, python-format +msgctxt "" +"model:ir.message,text:msg_sale_secondary_uom_incompatible_factor_rate" +msgid "Incompatible sale secondary factor and rate values for \"%(record)s\"." +msgstr "" + +msgctxt "view:product.template:" +msgid "Factor:" +msgstr "" + +msgctxt "view:product.template:" +msgid "Rate:" +msgstr "" + +msgctxt "view:sale.line:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:sale.line:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:sale.line:" +msgid "Unit:" +msgstr "" + +msgctxt "view:sale.product_customer:" +msgid "Factor:" +msgstr "" + +msgctxt "view:sale.product_customer:" +msgid "Rate:" +msgstr ""
