changeset de7faa51d4f8 in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset;node=de7faa51d4f8 description: Monthly update diffstat:
templates/account_invoice.pot | 21 +++++++++++++++ templates/carrier.pot | 4 ++ templates/ir.pot | 4 +- templates/product.pot | 8 +++++ templates/purchase.pot | 4 ++ templates/purchase_request.pot | 12 ++++++++ templates/purchase_requisition.pot | 4 ++ templates/sale.pot | 4 ++ templates/sale_complaint.pot | 40 +++++++++++++++++++++++++++++ templates/sale_promotion.pot | 16 +++++++++++ templates/sale_shipment_cost.pot | 8 +++++ templates/sao.pot | 2 +- templates/stock.pot | 44 +++++++++++++++++++++++++++---- templates/stock_lot.pot | 42 ++++++++++++++++++++++++++++-- templates/stock_package_shipping.pot | 15 ++++++++-- templates/stock_package_shipping_dpd.pot | 16 +++++++++++ 16 files changed, 229 insertions(+), 15 deletions(-) diffs (557 lines): diff -r 3dc04e99e797 -r de7faa51d4f8 templates/account_invoice.pot --- a/templates/account_invoice.pot Tue Dec 29 04:43:32 2020 +0000 +++ b/templates/account_invoice.pot Fri Jan 01 02:11:24 2021 +0100 @@ -2,6 +2,19 @@ msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" +msgctxt "field:account.configuration,default_customer_payment_term:" +msgid "Default Customer Payment Term" +msgstr "" + +msgctxt "field:account.configuration.default_payment_term,company:" +msgid "Company" +msgstr "" + +msgctxt "" +"field:account.configuration.default_payment_term,default_customer_payment_term:" +msgid "Default Customer Payment Term" +msgstr "" + msgctxt "field:account.fiscalyear,invoice_sequences:" msgid "Invoice Sequences" msgstr "" @@ -294,6 +307,10 @@ msgid "Quantity" msgstr "" +msgctxt "field:account.invoice.line,summary:" +msgid "Summary" +msgstr "" + msgctxt "field:account.invoice.line,taxes:" msgid "Taxes" msgstr "" @@ -648,6 +665,10 @@ msgid "Allow cancelling move of customer invoice." msgstr "" +msgctxt "model:account.configuration.default_payment_term,name:" +msgid "Account Configuration Default Payment Term" +msgstr "" + msgctxt "model:account.fiscalyear.invoice_sequence,name:" msgid "Invoice Sequence" msgstr "" diff -r 3dc04e99e797 -r de7faa51d4f8 templates/carrier.pot --- a/templates/carrier.pot Tue Dec 29 04:43:32 2020 +0000 +++ b/templates/carrier.pot Fri Jan 01 02:11:24 2021 +0100 @@ -86,6 +86,10 @@ msgid "Carrier Selection" msgstr "" +msgctxt "model:ir.ui.menu,name:menu_configuration" +msgid "Configuration" +msgstr "" + msgctxt "model:res.group,name:group_carrier_admin" msgid "Carrier Administration" msgstr "" diff -r 3dc04e99e797 -r de7faa51d4f8 templates/ir.pot --- a/templates/ir.pot Tue Dec 29 04:43:32 2020 +0000 +++ b/templates/ir.pot Fri Jan 01 02:11:24 2021 +0100 @@ -2361,11 +2361,11 @@ msgstr "" msgctxt "model:ir.message,text:msg_language_default_translatable" -msgid "The default language must be translatable." +msgid "The default language \"%(language)s\" must be translatable." msgstr "" msgctxt "model:ir.message,text:msg_language_delete_default" -msgid "The default language can not be deleted." +msgid "The default language \"%(language)s\" can not be deleted." msgstr "" msgctxt "model:ir.message,text:msg_language_invalid_date" diff -r 3dc04e99e797 -r de7faa51d4f8 templates/product.pot --- a/templates/product.pot Tue Dec 29 04:43:32 2020 +0000 +++ b/templates/product.pot Fri Jan 01 02:11:24 2021 +0100 @@ -135,6 +135,10 @@ msgid "Default UOM Category" msgstr "" +msgctxt "field:product.product,default_uom_digits:" +msgid "Default Unit Digits" +msgstr "" + msgctxt "field:product.product,description:" msgid "Description" msgstr "" @@ -215,6 +219,10 @@ msgid "Default UOM Category" msgstr "" +msgctxt "field:product.template,default_uom_digits:" +msgid "Default Unit Digits" +msgstr "" + msgctxt "field:product.template,list_price:" msgid "List Price" msgstr "" diff -r 3dc04e99e797 -r de7faa51d4f8 templates/purchase.pot --- a/templates/purchase.pot Tue Dec 29 04:43:32 2020 +0000 +++ b/templates/purchase.pot Fri Jan 01 02:11:24 2021 +0100 @@ -187,6 +187,10 @@ msgid "Quantity" msgstr "" +msgctxt "field:purchase.line,summary:" +msgid "Summary" +msgstr "" + msgctxt "field:purchase.line,taxes:" msgid "Taxes" msgstr "" diff -r 3dc04e99e797 -r de7faa51d4f8 templates/purchase_request.pot --- a/templates/purchase_request.pot Tue Dec 29 04:43:32 2020 +0000 +++ b/templates/purchase_request.pot Fri Jan 01 02:11:24 2021 +0100 @@ -78,6 +78,10 @@ msgid "Stock at Supply Date" msgstr "" +msgctxt "field:purchase.request,summary:" +msgid "Summary" +msgstr "" + msgctxt "field:purchase.request,supply_date:" msgid "Expected Supply Date" msgstr "" @@ -114,6 +118,14 @@ msgid "Product" msgstr "" +msgctxt "model:ir.action,name:act_open_purchase_form" +msgid "Purchases" +msgstr "" + +msgctxt "model:ir.action,name:act_open_request_form" +msgid "Requests" +msgstr "" + msgctxt "model:ir.action,name:act_purchase_request_form" msgid "Purchase Requests" msgstr "" diff -r 3dc04e99e797 -r de7faa51d4f8 templates/purchase_requisition.pot --- a/templates/purchase_requisition.pot Tue Dec 29 04:43:32 2020 +0000 +++ b/templates/purchase_requisition.pot Fri Jan 01 02:11:24 2021 +0100 @@ -102,6 +102,10 @@ msgid "Requisition" msgstr "" +msgctxt "field:purchase.requisition.line,summary:" +msgid "Summary" +msgstr "" + msgctxt "field:purchase.requisition.line,supplier:" msgid "Supplier" msgstr "" diff -r 3dc04e99e797 -r de7faa51d4f8 templates/sale.pot --- a/templates/sale.pot Tue Dec 29 04:43:32 2020 +0000 +++ b/templates/sale.pot Fri Jan 01 02:11:24 2021 +0100 @@ -190,6 +190,10 @@ msgid "Shipping Date" msgstr "" +msgctxt "field:sale.line,summary:" +msgid "Summary" +msgstr "" + msgctxt "field:sale.line,taxes:" msgid "Taxes" msgstr "" diff -r 3dc04e99e797 -r de7faa51d4f8 templates/sale_complaint.pot --- a/templates/sale_complaint.pot Tue Dec 29 04:43:32 2020 +0000 +++ b/templates/sale_complaint.pot Fri Jan 01 02:11:24 2021 +0100 @@ -62,6 +62,10 @@ msgid "Action" msgstr "" +msgctxt "field:sale.complaint.action,amount:" +msgid "Amount" +msgstr "" + msgctxt "field:sale.complaint.action,complaint:" msgid "Complaint" msgstr "" @@ -70,6 +74,14 @@ msgid "Complaint State" msgstr "" +msgctxt "field:sale.complaint.action,currency:" +msgid "Currency" +msgstr "" + +msgctxt "field:sale.complaint.action,currency_digits:" +msgid "Currency Digits" +msgstr "" + msgctxt "field:sale.complaint.action,invoice_lines:" msgid "Invoice Lines" msgstr "" @@ -102,6 +114,10 @@ msgid "Action" msgstr "" +msgctxt "field:sale.complaint.action-account.invoice.line,amount:" +msgid "Amount" +msgstr "" + msgctxt "" "field:sale.complaint.action-account.invoice.line,complaint_origin_id:" msgid "Complaint Origin ID" @@ -111,6 +127,14 @@ msgid "Complaint State" msgstr "" +msgctxt "field:sale.complaint.action-account.invoice.line,currency:" +msgid "Currency" +msgstr "" + +msgctxt "field:sale.complaint.action-account.invoice.line,currency_digits:" +msgid "Currency Digits" +msgstr "" + msgctxt "field:sale.complaint.action-account.invoice.line,line:" msgid "Invoice Line" msgstr "" @@ -135,6 +159,10 @@ msgid "Action" msgstr "" +msgctxt "field:sale.complaint.action-sale.line,amount:" +msgid "Amount" +msgstr "" + msgctxt "field:sale.complaint.action-sale.line,complaint_origin_id:" msgid "Complaint Origin ID" msgstr "" @@ -143,6 +171,14 @@ msgid "Complaint State" msgstr "" +msgctxt "field:sale.complaint.action-sale.line,currency:" +msgid "Currency" +msgstr "" + +msgctxt "field:sale.complaint.action-sale.line,currency_digits:" +msgid "Currency Digits" +msgstr "" + msgctxt "field:sale.complaint.action-sale.line,line:" msgid "Sale Line" msgstr "" @@ -358,6 +394,10 @@ msgid "Create Sale Return" msgstr "" +msgctxt "view:sale.complaint.action:" +msgid "Amount" +msgstr "" + msgctxt "view:sale.complaint:" msgid "Complaint" msgstr "" diff -r 3dc04e99e797 -r de7faa51d4f8 templates/sale_promotion.pot --- a/templates/sale_promotion.pot Tue Dec 29 04:43:32 2020 +0000 +++ b/templates/sale_promotion.pot Fri Jan 01 02:11:24 2021 +0100 @@ -10,6 +10,10 @@ msgid "Promotion" msgstr "" +msgctxt "field:sale.promotion,amount:" +msgid "Amount" +msgstr "" + msgctxt "field:sale.promotion,categories:" msgid "Categories" msgstr "" @@ -18,6 +22,14 @@ msgid "Company" msgstr "" +msgctxt "field:sale.promotion,currency:" +msgid "Currency" +msgstr "" + +msgctxt "field:sale.promotion,currency_digits:" +msgid "Currency Digits" +msgstr "" + msgctxt "field:sale.promotion,end_date:" msgid "End Date" msgstr "" @@ -54,6 +66,10 @@ msgid "Unit Digits" msgstr "" +msgctxt "field:sale.promotion,untaxed_amount:" +msgid "Untaxed Amount" +msgstr "" + msgctxt "field:sale.promotion-product.category,category:" msgid "Category" msgstr "" diff -r 3dc04e99e797 -r de7faa51d4f8 templates/sale_shipment_cost.pot --- a/templates/sale_shipment_cost.pot Tue Dec 29 04:43:32 2020 +0000 +++ b/templates/sale_shipment_cost.pot Fri Jan 01 02:11:24 2021 +0100 @@ -14,6 +14,10 @@ msgid "Shipment Cost" msgstr "" +msgctxt "field:sale.promotion,amount_shipment_cost_included:" +msgid "Amount with Shipment Cost Included" +msgstr "" + msgctxt "field:sale.sale,available_carriers:" msgid "Available Carriers" msgstr "" @@ -60,3 +64,7 @@ msgctxt "selection:sale.sale,shipment_cost_method:" msgid "On Shipment" msgstr "" + +msgctxt "view:sale.promotion:" +msgid "Shipment Cost Included" +msgstr "" diff -r 3dc04e99e797 -r de7faa51d4f8 templates/sao.pot --- a/templates/sao.pot Tue Dec 29 04:43:32 2020 +0000 +++ b/templates/sao.pot Fri Jan 01 02:11:24 2021 +0100 @@ -1,4 +1,4 @@ -# Generated by grunt-xgettext on Tue Dec 01 2020 02:09:37 GMT+0100 (Central European Standard Time) +# Generated by grunt-xgettext on Fri Jan 01 2021 02:10:54 GMT+0100 (Central European Standard Time) msgid "Are your sure to leave?" msgstr "" diff -r 3dc04e99e797 -r de7faa51d4f8 templates/stock.pot --- a/templates/stock.pot Tue Dec 29 04:43:32 2020 +0000 +++ b/templates/stock.pot Fri Jan 01 02:11:24 2021 +0100 @@ -534,6 +534,34 @@ msgid "Quantity" msgstr "" +msgctxt "field:stock.products_by_locations,consumable:" +msgid "Consumable" +msgstr "" + +msgctxt "field:stock.products_by_locations,cost_value:" +msgid "Cost Value" +msgstr "" + +msgctxt "field:stock.products_by_locations,default_uom:" +msgid "Default UOM" +msgstr "" + +msgctxt "field:stock.products_by_locations,default_uom_digits:" +msgid "Default UOM Digits" +msgstr "" + +msgctxt "field:stock.products_by_locations,forecast_quantity:" +msgid "Forecast Quantity" +msgstr "" + +msgctxt "field:stock.products_by_locations,product:" +msgid "Product" +msgstr "" + +msgctxt "field:stock.products_by_locations,quantity:" +msgid "Quantity" +msgstr "" + msgctxt "field:stock.products_by_locations.context,forecast_date:" msgid "At Date" msgstr "" @@ -1478,8 +1506,8 @@ msgid "Stock Moves By Warehouse" msgstr "" -msgctxt "model:ir.action,name:act_products_by_locations" -msgid "Products" +msgctxt "model:ir.action,name:act_products_by_locations_relate" +msgid "Products by Locations" msgstr "" msgctxt "model:ir.action,name:act_shipment_in_form" @@ -2291,6 +2319,10 @@ msgid "Product Quantities By Warehouse Moves" msgstr "" +msgctxt "model:stock.products_by_locations,name:" +msgid "Products by Locations" +msgstr "" + msgctxt "model:stock.products_by_locations.context,name:" msgid "Products by Locations" msgstr "" @@ -2759,10 +2791,6 @@ msgid "Stock" msgstr "" -msgctxt "view:product.product:" -msgid "Cost Value" -msgstr "" - msgctxt "view:res.user:" msgid "The warehouse that you work at." msgstr "" @@ -2775,6 +2803,10 @@ msgid "Shipments" msgstr "" +msgctxt "view:stock.products_by_locations:" +msgid "Cost Value" +msgstr "" + msgctxt "view:stock.shipment.assign.partial:" msgid "Unable to assign these products:" msgstr "" diff -r 3dc04e99e797 -r de7faa51d4f8 templates/stock_lot.pot --- a/templates/stock_lot.pot Tue Dec 29 04:43:32 2020 +0000 +++ b/templates/stock_lot.pot Fri Jan 01 02:11:24 2021 +0100 @@ -14,6 +14,14 @@ msgid "Lot" msgstr "" +msgctxt "field:stock.lot,default_uom:" +msgid "Default UOM" +msgstr "" + +msgctxt "field:stock.lot,default_uom_digits:" +msgid "Default Unit Digits" +msgstr "" + msgctxt "field:stock.lot,forecast_quantity:" msgid "Forecast Quantity" msgstr "" @@ -38,6 +46,30 @@ msgid "At Date" msgstr "" +msgctxt "field:stock.lots_by_locations,default_uom:" +msgid "Default UOM" +msgstr "" + +msgctxt "field:stock.lots_by_locations,default_uom_digits:" +msgid "Default UOM Digits" +msgstr "" + +msgctxt "field:stock.lots_by_locations,forecast_quantity:" +msgid "Forecast Quantity" +msgstr "" + +msgctxt "field:stock.lots_by_locations,lot:" +msgid "Lot" +msgstr "" + +msgctxt "field:stock.lots_by_locations,product:" +msgid "Product" +msgstr "" + +msgctxt "field:stock.lots_by_locations,quantity:" +msgid "Quantity" +msgstr "" + msgctxt "field:stock.lots_by_warehouse.context,forecast_date:" msgid "At Date" msgstr "" @@ -116,11 +148,11 @@ msgid "Lots" msgstr "" -msgctxt "model:ir.action,name:act_lots_by_locations" -msgid "Lots" +msgctxt "model:ir.action,name:act_lots_by_locations_relate" +msgid "Lots by Locations" msgstr "" -msgctxt "model:ir.action,name:act_lots_by_warehouse" +msgctxt "model:ir.action,name:act_lots_by_warehouse_relate" msgid "Lots By Warehouse" msgstr "" @@ -152,6 +184,10 @@ msgid "Lot by Location" msgstr "" +msgctxt "model:stock.lots_by_locations,name:" +msgid "Lots by Locations" +msgstr "" + msgctxt "model:stock.lots_by_warehouse.context,name:" msgid "Lot by Warehouse" msgstr "" diff -r 3dc04e99e797 -r de7faa51d4f8 templates/stock_package_shipping.pot --- a/templates/stock_package_shipping.pot Tue Dec 29 04:43:32 2020 +0000 +++ b/templates/stock_package_shipping.pot Fri Jan 01 02:11:24 2021 +0100 @@ -50,6 +50,14 @@ msgid "Width Unit" msgstr "" +msgctxt "field:stock.shipment.in.return,carrier:" +msgid "Carrier" +msgstr "" + +msgctxt "field:stock.shipment.in.return,shipping_description:" +msgid "Shipping Description" +msgstr "" + msgctxt "field:stock.shipment.out,shipping_description:" msgid "Shipping Description" msgstr "" @@ -66,12 +74,13 @@ msgid "The shipment \"%(shipment)s\" does not have a carrier set." msgstr "" -msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" +msgctxt "" +"model:ir.model.button,string:shipment_in_return_create_shipping_button" msgid "Create Shipping for Packages" msgstr "" -msgctxt "model:ir.ui.menu,name:menu_package_shipping_configuration" -msgid "Shipping" +msgctxt "model:ir.model.button,string:shipment_out_create_shipping_button" +msgid "Create Shipping for Packages" msgstr "" msgctxt "view:stock.package.type:" diff -r 3dc04e99e797 -r de7faa51d4f8 templates/stock_package_shipping_dpd.pot --- a/templates/stock_package_shipping_dpd.pot Tue Dec 29 04:43:32 2020 +0000 +++ b/templates/stock_package_shipping_dpd.pot Fri Jan 01 02:11:24 2021 +0100 @@ -2,6 +2,18 @@ msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" +msgctxt "field:carrier,dpd_paper_format:" +msgid "Paper Format" +msgstr "" + +msgctxt "field:carrier,dpd_printer_language:" +msgid "Printer Language" +msgstr "" + +msgctxt "field:carrier,dpd_product:" +msgid "Product" +msgstr "" + msgctxt "field:carrier.credential.dpd,company:" msgid "Company" msgstr "" @@ -79,3 +91,7 @@ msgctxt "view:carrier.credential.dpd:" msgid "Credential Information" msgstr "" + +msgctxt "view:carrier:" +msgid "DPD" +msgstr ""
