changeset c086dfc23e09 in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset&node=c086dfc23e09 description: Added translation using Weblate (Serbian) diffstat:
modules/stock_package_shipping_ups/locale/sr.po | 120 ++++++++++++++++++++++++ 1 files changed, 120 insertions(+), 0 deletions(-) diffs (124 lines): diff -r a3acf17641e3 -r c086dfc23e09 modules/stock_package_shipping_ups/locale/sr.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/stock_package_shipping_ups/locale/sr.po Wed Jul 07 22:42:52 2021 +0000 @@ -0,0 +1,120 @@ +# +msgid "" +msgstr "" +"Language: sr\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\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_service_type:" +msgid "Service Type" +msgstr "" + +msgctxt "field:carrier.credential.ups,account_number:" +msgid "Account Number" +msgstr "" + +msgctxt "field:carrier.credential.ups,company:" +msgid "Company" +msgstr "" + +msgctxt "field:carrier.credential.ups,license:" +msgid "License" +msgstr "" + +msgctxt "field:carrier.credential.ups,password:" +msgid "Password" +msgstr "" + +msgctxt "field:carrier.credential.ups,server:" +msgid "Server" +msgstr "" + +msgctxt "field:carrier.credential.ups,use_metric:" +msgid "Use Metric" +msgstr "" + +msgctxt "field:carrier.credential.ups,user_id:" +msgid "User ID" +msgstr "" + +msgctxt "field:stock.package.type,ups_code:" +msgid "UPS Code" +msgstr "" + +msgctxt "model:carrier.credential.ups,name:" +msgid "UPS Credential" +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 "" + +msgctxt "model:ir.message,text:msg_phone_required" +msgid "" +"To validate shipment \"%(shipment)s\" you must add phone number to party " +"\"%(party)s\"." +msgstr "" + +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 "" + +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_webservice_error" +msgid "" +"UPS webservice call failed with the following error message:\n" +"%(message)s" +msgstr "" + +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.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 ""
