details: https://code.tryton.org/translations/commit/435389a02d4b branch: default user: Cédric Krier <[email protected]> date: Wed Nov 26 23:16:08 2025 +0000 description: Added translation using Weblate (Georgian) diffstat:
modules/stock_package_shipping_ups/locale/ka.po | 160 ++++++++++++++++++++++++ 1 files changed, 160 insertions(+), 0 deletions(-) diffs (164 lines): diff -r 9e063733674f -r 435389a02d4b modules/stock_package_shipping_ups/locale/ka.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/stock_package_shipping_ups/locale/ka.po Wed Nov 26 23:16:08 2025 +0000 @@ -0,0 +1,160 @@ +# +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:carrier,ups_label_height:" +msgid "Label Height" +msgstr "" + +msgctxt "field:carrier,ups_label_image_format:" +msgid "Label Image Format" +msgstr "" + +msgctxt "field:carrier,ups_notifications:" +msgid "Notifications" +msgstr "" + +msgctxt "field:carrier,ups_service_type:" +msgid "Service Type" +msgstr "" + +msgctxt "field:carrier.credential.ups,account_number:" +msgid "Account Number" +msgstr "" + +msgctxt "field:carrier.credential.ups,client_id:" +msgid "Client ID" +msgstr "" + +msgctxt "field:carrier.credential.ups,client_secret:" +msgid "Client Secret" +msgstr "" + +msgctxt "field:carrier.credential.ups,company:" +msgid "Company" +msgstr "" + +msgctxt "field:carrier.credential.ups,server:" +msgid "Server" +msgstr "" + +msgctxt "field:carrier.credential.ups,use_metric:" +msgid "Use Metric" +msgstr "" + +msgctxt "field:stock.package.type,ups_code:" +msgid "UPS Code" +msgstr "" + +msgctxt "model:carrier.credential.ups,string:" +msgid "Carrier Credential Ups" +msgstr "" + +msgctxt "model:ir.action,name:act_create_shipping_ups_wizard" +msgid "Create UPS Shipping for Packages" +msgstr "" + +msgctxt "model:ir.action,name:act_ups_credential_form" +msgid "UPS Credentials" +msgstr "" + +#, python-format +msgctxt "model:ir.message,text:msg_phone_required" +msgid "" +"To validate shipment \"%(shipment)s\" you must add phone number for address " +"\"%(address)s\"." +msgstr "" + +#, python-format +msgctxt "model:ir.message,text:msg_shipment_has_reference_number" +msgid "" +"You cannot create shipping for shipment \"%(shipment)s\" because it has " +"already a reference number." +msgstr "" + +#, python-format +msgctxt "model:ir.message,text:msg_shipping_description_required" +msgid "" +"To validate shipment \"%(shipment)s\" you must fill its shipping " +"description." +msgstr "" + +msgctxt "model:ir.message,text:msg_ups_credential_modified" +msgid "Are you sure you want to modify UPS credentials?" +msgstr "" + +#, python-format +msgctxt "model:ir.message,text:msg_ups_webservice_error" +msgid "" +"UPS webservice call failed with the following error message:\n" +"%(message)s" +msgstr "" + +#, python-format +msgctxt "model:ir.message,text:msg_warehouse_address_required" +msgid "" +"To validate shipment \"%(shipment)s\" you must set an address on warehouse " +"\"%(warehouse)s\"." +msgstr "" + +msgctxt "model:ir.ui.menu,name:menu_ups_credential_form" +msgid "UPS Credentials" +msgstr "" + +msgctxt "selection:carrier,shipping_service:" +msgid "UPS" +msgstr "" + +msgctxt "selection:carrier,ups_notifications:" +msgid "Alternate Delivery Location" +msgstr "" + +msgctxt "selection:carrier,ups_notifications:" +msgid "Quantum View Delivery" +msgstr "" + +msgctxt "selection:carrier,ups_notifications:" +msgid "Quantum View Exception" +msgstr "" + +msgctxt "selection:carrier,ups_notifications:" +msgid "Quantum View In-transit" +msgstr "" + +msgctxt "selection:carrier,ups_notifications:" +msgid "Quantum View Shop" +msgstr "" + +msgctxt "selection:carrier,ups_notifications:" +msgid "Return or Label Creation" +msgstr "" + +msgctxt "selection:carrier,ups_notifications:" +msgid "UPS Access Point Shipper" +msgstr "" + +msgctxt "selection:carrier.credential.ups,server:" +msgid "Production" +msgstr "" + +msgctxt "selection:carrier.credential.ups,server:" +msgid "Testing" +msgstr "" + +msgctxt "view:carrier.credential.ups:" +msgid "Credential Information" +msgstr "" + +msgctxt "view:carrier:" +msgid "UPS" +msgstr "" + +msgctxt "view:stock.package.type:" +msgid "UPS" +msgstr ""
