details: https://code.tryton.org/translations/commit/74fe887e70f3 branch: default user: Languages add-on <[email protected]> date: Wed Apr 01 00:56:41 2026 +0000 description: Added translation using Weblate (zh_HANS (generated) (zh_HANS)) diffstat:
modules/stock_package_shipping/locale/zh_HANS.po | 133 +++++++++++++++++++++++ 1 files changed, 133 insertions(+), 0 deletions(-) diffs (137 lines): diff -r 2fd52db5448a -r 74fe887e70f3 modules/stock_package_shipping/locale/zh_HANS.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/stock_package_shipping/locale/zh_HANS.po Wed Apr 01 00:56:41 2026 +0000 @@ -0,0 +1,133 @@ +# +msgid "" +msgstr "" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: zh_HANS\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,shipping_service:" +msgid "Shipping Service" +msgstr "" + +msgctxt "field:stock.package,has_shipping_service:" +msgid "Has Shipping Service" +msgstr "" + +msgctxt "field:stock.package,shipping_label:" +msgid "Shipping Label" +msgstr "" + +msgctxt "field:stock.package,shipping_label_id:" +msgid "Shipping Label ID" +msgstr "" + +msgctxt "field:stock.package,shipping_label_mimetype:" +msgid "Shipping Label MIME Type" +msgstr "" + +msgctxt "field:stock.package,shipping_reference:" +msgid "Shipping Reference" +msgstr "" + +msgctxt "field:stock.package,shipping_tracking_url:" +msgid "Shipping Tracking URL" +msgstr "" + +msgctxt "field:stock.shipment.in.return,carrier:" +msgid "Carrier" +msgstr "" + +msgctxt "field:stock.shipment.in.return,has_shipping_service:" +msgid "Has Shipping Service" +msgstr "" + +msgctxt "field:stock.shipment.in.return,shipping_description:" +msgid "Shipping Description" +msgstr "" + +msgctxt "field:stock.shipment.in.return,shipping_reference:" +msgid "Shipping Reference" +msgstr "" + +msgctxt "field:stock.shipment.internal,carrier:" +msgid "Carrier" +msgstr "" + +msgctxt "field:stock.shipment.internal,has_shipping_service:" +msgid "Has Shipping Service" +msgstr "" + +msgctxt "field:stock.shipment.internal,shipping_description:" +msgid "Shipping Description" +msgstr "" + +msgctxt "field:stock.shipment.internal,shipping_reference:" +msgid "Shipping Reference" +msgstr "" + +msgctxt "field:stock.shipment.out,has_shipping_service:" +msgid "Has Shipping Service" +msgstr "" + +msgctxt "field:stock.shipment.out,shipping_description:" +msgid "Shipping Description" +msgstr "" + +msgctxt "field:stock.shipment.out,shipping_reference:" +msgid "Shipping Reference" +msgstr "" + +msgctxt "help:stock.shipment.in.return,shipping_description:" +msgid "Leave empty to use the generated description." +msgstr "" + +msgctxt "help:stock.shipment.internal,shipping_description:" +msgid "Leave empty to use the generated description." +msgstr "" + +msgctxt "help:stock.shipment.out,shipping_description:" +msgid "Leave empty to use the generated description." +msgstr "" + +msgctxt "model:ir.action,name:act_create_shipping_wizard" +msgid "Create Shipping" +msgstr "" + +msgctxt "model:ir.action,name:report_shipping_label" +msgid "Shipping Label" +msgstr "" + +msgctxt "model:ir.action,name:wizard_print_shipping_label" +msgid "Shipping Labels" +msgstr "" + +#, python-format +msgctxt "model:ir.message,text:msg_shipment_not_packed" +msgid "To create shipping labels for shipment \"%(shipment)s\", you must pack it." +msgstr "" + +#, python-format +msgctxt "model:ir.message,text:msg_shipment_without_carrier" +msgid "The shipment \"%(shipment)s\" does not have a carrier set." +msgstr "" + +msgctxt "model:ir.model.button,string:package_print_shipping_label_button" +msgid "Shipping Label" +msgstr "" + +msgctxt "" +"model:ir.model.button,string:shipment_in_return_create_shipping_button" +msgid "Create Shipping for Packages" +msgstr "" + +msgctxt "" +"model:ir.model.button,string:shipment_internal_create_shipping_button" +msgid "Create Shipping for Packages" +msgstr "" + +msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" +msgid "Create Shipping for Packages" +msgstr ""
