changeset c3b343be4238 in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset;node=c3b343be4238 description: Monthly update diffstat:
templates/account.pot | 20 ++ templates/account_invoice.pot | 14 ++ templates/account_invoice_history.pot | 4 + templates/carrier_subdivision.pot | 43 ++++++ templates/commission.pot | 10 + templates/product.pot | 4 + templates/purchase.pot | 36 +++++ templates/sale.pot | 34 ++++ templates/sale_opportunity.pot | 4 + templates/sao.pot | 2 +- templates/stock.pot | 238 ++++++++++++++++++++++++++++++++++ 11 files changed, 408 insertions(+), 1 deletions(-) diffs (647 lines): diff -r dd8add653b58 -r c3b343be4238 templates/account.pot --- a/templates/account.pot Sat Jan 30 16:42:03 2021 +0000 +++ b/templates/account.pot Mon Feb 01 02:10:10 2021 +0100 @@ -785,6 +785,10 @@ msgid "From Date" msgstr "" +msgctxt "field:account.general_ledger.account.context,journal:" +msgid "Journal" +msgstr "" + msgctxt "field:account.general_ledger.account.context,posted:" msgid "Posted Move" msgstr "" @@ -917,6 +921,10 @@ msgid "Party Required" msgstr "" +msgctxt "field:account.general_ledger.line,reconciliation:" +msgid "Reconciliation" +msgstr "" + msgctxt "field:account.general_ledger.line,state:" msgid "State" msgstr "" @@ -937,6 +945,10 @@ msgid "From Date" msgstr "" +msgctxt "field:account.general_ledger.line.context,journal:" +msgid "Journal" +msgstr "" + msgctxt "field:account.general_ledger.line.context,party_cumulate:" msgid "Cumulate per Party" msgstr "" @@ -2171,10 +2183,18 @@ msgid "If checked, new sequences will be created." msgstr "" +msgctxt "help:account.general_ledger.account.context,journal:" +msgid "Only included moves from the journal." +msgstr "" + msgctxt "help:account.general_ledger.account.context,posted:" msgid "Only included posted moves." msgstr "" +msgctxt "help:account.general_ledger.line.context,journal:" +msgid "Only included moves from the journal." +msgstr "" + msgctxt "help:account.general_ledger.line.context,posted:" msgid "Only included posted moves." msgstr "" diff -r dd8add653b58 -r c3b343be4238 templates/account_invoice.pot --- a/templates/account_invoice.pot Sat Jan 30 16:42:03 2021 +0000 +++ b/templates/account_invoice.pot Mon Feb 01 02:10:10 2021 +0100 @@ -163,6 +163,10 @@ msgid "Payment Term" msgstr "" +msgctxt "field:account.invoice,payment_term_date:" +msgid "Payment Term Date" +msgstr "" + msgctxt "field:account.invoice,reconciled:" msgid "Reconciled" msgstr "" @@ -651,6 +655,12 @@ msgid "Supplier Payment Term" msgstr "" +msgctxt "help:account.invoice,payment_term_date:" +msgid "" +"The date from which the payment term is calculated.\n" +"Leave empty to use the invoice date." +msgstr "" + msgctxt "help:account.invoice.credit.start,with_refund:" msgid "If true, the current invoice(s) will be cancelled." msgstr "" @@ -878,6 +888,10 @@ "invoice amount." msgstr "" +msgctxt "model:ir.message,text:msg_invoice_payment_term_date_past" +msgid "The invoice \"%(invoice)s\" generates a payment date \"%(date)s\" in the past." +msgstr "" + msgctxt "model:ir.message,text:msg_invoice_same_account_line" msgid "" "You cannot use the same account \"%(account)s\" on invoice \"%(invoice)s\" " diff -r dd8add653b58 -r c3b343be4238 templates/account_invoice_history.pot --- a/templates/account_invoice_history.pot Sat Jan 30 16:42:03 2021 +0000 +++ b/templates/account_invoice_history.pot Mon Feb 01 02:10:10 2021 +0100 @@ -2,6 +2,10 @@ msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" +msgctxt "field:account.invoice,history_datetime:" +msgid "History DateTime" +msgstr "" + msgctxt "field:account.invoice,numbered_at:" msgid "Numbered At" msgstr "" diff -r dd8add653b58 -r c3b343be4238 templates/carrier_subdivision.pot --- a/templates/carrier_subdivision.pot Sat Jan 30 16:42:03 2021 +0000 +++ b/templates/carrier_subdivision.pot Mon Feb 01 02:10:10 2021 +0100 @@ -0,0 +1,43 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:carrier.selection,from_subdivision:" +msgid "From Subdivision" +msgstr "" + +msgctxt "field:carrier.selection,from_zip:" +msgid "From ZIP" +msgstr "" + +msgctxt "field:carrier.selection,to_subdivision:" +msgid "To Subdivision" +msgstr "" + +msgctxt "field:carrier.selection,to_zip:" +msgid "To ZIP" +msgstr "" + +msgctxt "help:carrier.selection,from_subdivision:" +msgid "" +"The subdivision the carrier collects from.\n" +"Leave empty to allow collection from any subdivision." +msgstr "" + +msgctxt "help:carrier.selection,from_zip:" +msgid "" +"The regular expression to match the zips the carrier collects from.\n" +"Leave empty to allow collection from any ZIP." +msgstr "" + +msgctxt "help:carrier.selection,to_subdivision:" +msgid "" +"The subdivision the carrier delivers to.\n" +"Leave empty to allow delivery to any subdivision." +msgstr "" + +msgctxt "help:carrier.selection,to_zip:" +msgid "" +"The regular expression to match the zips the carrier collects to.\n" +"Leave empty to allow collection to any ZIP." +msgstr "" diff -r dd8add653b58 -r c3b343be4238 templates/commission.pot --- a/templates/commission.pot Sat Jan 30 16:42:03 2021 +0000 +++ b/templates/commission.pot Mon Feb 01 02:10:10 2021 +0100 @@ -345,6 +345,16 @@ msgid "Commission Plans" msgstr "" +msgctxt "" +"model:ir.action.act_window.domain,name:act_commission_form_domain_all" +msgid "All" +msgstr "" + +msgctxt "" +"model:ir.action.act_window.domain,name:act_commission_form_domain_to_invoice" +msgid "To Invoice" +msgstr "" + msgctxt "model:ir.message,text:msg_erase_party_pending_commission" msgid "" "You cannot erase party \"%(party)s\" while they have pending commissions " diff -r dd8add653b58 -r c3b343be4238 templates/product.pot --- a/templates/product.pot Sat Jan 30 16:42:03 2021 +0000 +++ b/templates/product.pot Mon Feb 01 02:10:10 2021 +0100 @@ -545,6 +545,10 @@ msgid "Product Configuration" msgstr "" +msgctxt "model:ir.ui.menu,name:menu_reporting" +msgid "Reporting" +msgstr "" + msgctxt "model:ir.ui.menu,name:menu_template" msgid "Products" msgstr "" diff -r dd8add653b58 -r c3b343be4238 templates/purchase.pot --- a/templates/purchase.pot Sat Jan 30 16:42:03 2021 +0000 +++ b/templates/purchase.pot Mon Feb 01 02:10:10 2021 +0100 @@ -18,6 +18,14 @@ msgid "Customer Codes" msgstr "" +msgctxt "field:party.party,supplier_lead_time:" +msgid "Lead Time" +msgstr "" + +msgctxt "field:party.party,supplier_lead_times:" +msgid "Lead Times" +msgstr "" + msgctxt "field:party.party.customer_code,company:" msgid "Company" msgstr "" @@ -30,6 +38,18 @@ msgid "Party" msgstr "" +msgctxt "field:party.party.supplier_lead_time,company:" +msgid "Company" +msgstr "" + +msgctxt "field:party.party.supplier_lead_time,party:" +msgid "Party" +msgstr "" + +msgctxt "field:party.party.supplier_lead_time,supplier_lead_time:" +msgid "Lead Time" +msgstr "" + msgctxt "field:product.product,product_suppliers:" msgid "Suppliers" msgstr "" @@ -476,6 +496,12 @@ "The code the party as supplier has assigned to the company as customer." msgstr "" +msgctxt "help:party.party,supplier_lead_time:" +msgid "" +"The time from confirming the purchase order to receiving the goods from the party when used as a supplier.\n" +"Used if no lead time is set on the product supplier." +msgstr "" + msgctxt "help:purchase.configuration,purchase_process_after:" msgid "" "The grace period during which confirmed purchase can still be reset to draft.\n" @@ -495,6 +521,12 @@ msgid "Check to edit the delivery date." msgstr "" +msgctxt "help:purchase.product_supplier,lead_time:" +msgid "" +"The time from confirming the purchase order to receiving the products.\n" +"If empty the lead time of the supplier is used." +msgstr "" + msgctxt "help:purchase.product_supplier.price,quantity:" msgid "Minimal quantity." msgstr "" @@ -757,6 +789,10 @@ msgid "Party Customer Code" msgstr "" +msgctxt "model:party.party.supplier_lead_time,name:" +msgid "Supplier Lead Time" +msgstr "" + msgctxt "model:purchase.configuration,name:" msgid "Purchase Configuration" msgstr "" diff -r dd8add653b58 -r c3b343be4238 templates/sale.pot --- a/templates/sale.pot Sat Jan 30 16:42:03 2021 +0000 +++ b/templates/sale.pot Mon Feb 01 02:10:10 2021 +0100 @@ -10,6 +10,18 @@ msgid "Sales" msgstr "" +msgctxt "field:product.configuration,default_lead_time:" +msgid "Default Lead Time" +msgstr "" + +msgctxt "field:product.configuration.default_lead_time,company:" +msgid "Company" +msgstr "" + +msgctxt "field:product.configuration.default_lead_time,default_lead_time:" +msgid "Default Lead Time" +msgstr "" + msgctxt "field:product.product,lead_time:" msgid "Lead Time" msgstr "" @@ -566,6 +578,24 @@ msgid "Exception State" msgstr "" +msgctxt "help:product.configuration,default_lead_time:" +msgid "" +"The time from confirming the sales order to sending the products.\n" +"Used for products without a lead time." +msgstr "" + +msgctxt "help:product.product,lead_time:" +msgid "" +"The time from confirming the sales order to sending the products.\n" +"If empty the default lead time from the configuration is used." +msgstr "" + +msgctxt "help:product.template,lead_time:" +msgid "" +"The time from confirming the sales order to sending the products.\n" +"If empty the default lead time from the configuration is used." +msgstr "" + msgctxt "help:sale.configuration,sale_process_after:" msgid "" "The grace period during which confirmed sale can still be reset to draft.\n" @@ -893,6 +923,10 @@ msgid "Sales" msgstr "" +msgctxt "model:product.configuration.default_lead_time,name:" +msgid "Product Default Lead Time" +msgstr "" + msgctxt "model:product.sale.context,name:" msgid "Product Sale Context" msgstr "" diff -r dd8add653b58 -r c3b343be4238 templates/sale_opportunity.pot --- a/templates/sale_opportunity.pot Sat Jan 30 16:42:03 2021 +0000 +++ b/templates/sale_opportunity.pot Mon Feb 01 02:10:10 2021 +0100 @@ -389,6 +389,10 @@ msgid "Won" msgstr "" +msgctxt "model:ir.message,text:msg_modify_origin_opportunity" +msgid "You cannot modify the opportunity origin of the sale \"%(sale)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_opportunity_delete_cancel" msgid "To delete opportunity \"%(opportunity)s\", you must cancel it." msgstr "" diff -r dd8add653b58 -r c3b343be4238 templates/sao.pot --- a/templates/sao.pot Sat Jan 30 16:42:03 2021 +0000 +++ b/templates/sao.pot Mon Feb 01 02:10:10 2021 +0100 @@ -1,4 +1,4 @@ -# Generated by grunt-xgettext on Fri Jan 01 2021 02:10:54 GMT+0100 (Central European Standard Time) +# Generated by grunt-xgettext on Mon Feb 01 2021 02:09:39 GMT+0100 (Central European Standard Time) msgid "Are your sure to leave?" msgstr "" diff -r dd8add653b58 -r c3b343be4238 templates/stock.pot --- a/templates/stock.pot Sat Jan 30 16:42:03 2021 +0000 +++ b/templates/stock.pot Mon Feb 01 02:10:10 2021 +0100 @@ -314,6 +314,14 @@ msgid "Quantity" msgstr "" +msgctxt "field:stock.location,quantity_uom:" +msgid "Quantity UOM" +msgstr "" + +msgctxt "field:stock.location,quantity_uom_digits:" +msgid "Quantity UOM Digits" +msgstr "" + msgctxt "field:stock.location,right:" msgid "Right" msgstr "" @@ -570,6 +578,118 @@ msgid "At Date" msgstr "" +msgctxt "field:stock.reporting.margin.category,category:" +msgid "Category" +msgstr "" + +msgctxt "field:stock.reporting.margin.category,currency:" +msgid "Currency" +msgstr "" + +msgctxt "field:stock.reporting.margin.category,time_series:" +msgid "Time Series" +msgstr "" + +msgctxt "field:stock.reporting.margin.category.time_series,category:" +msgid "Category" +msgstr "" + +msgctxt "field:stock.reporting.margin.category.time_series,currency:" +msgid "Currency" +msgstr "" + +msgctxt "field:stock.reporting.margin.category.time_series,date:" +msgid "Date" +msgstr "" + +msgctxt "field:stock.reporting.margin.category.tree,children:" +msgid "Children" +msgstr "" + +msgctxt "field:stock.reporting.margin.category.tree,name:" +msgid "Name" +msgstr "" + +msgctxt "field:stock.reporting.margin.category.tree,parent:" +msgid "Parent" +msgstr "" + +msgctxt "field:stock.reporting.margin.context,company:" +msgid "Company" +msgstr "" + +msgctxt "field:stock.reporting.margin.context,from_date:" +msgid "From Date" +msgstr "" + +msgctxt "field:stock.reporting.margin.context,include_lost:" +msgid "Include Lost" +msgstr "" + +msgctxt "field:stock.reporting.margin.context,period:" +msgid "Period" +msgstr "" + +msgctxt "field:stock.reporting.margin.context,to_date:" +msgid "To Date" +msgstr "" + +msgctxt "field:stock.reporting.margin.product,currency:" +msgid "Currency" +msgstr "" + +msgctxt "field:stock.reporting.margin.product,internal_quantity:" +msgid "Internal Quantity" +msgstr "" + +msgctxt "field:stock.reporting.margin.product,product:" +msgid "Product" +msgstr "" + +msgctxt "field:stock.reporting.margin.product,quantity:" +msgid "Quantity" +msgstr "" + +msgctxt "field:stock.reporting.margin.product,time_series:" +msgid "Time Series" +msgstr "" + +msgctxt "field:stock.reporting.margin.product,unit:" +msgid "Unit" +msgstr "" + +msgctxt "field:stock.reporting.margin.product,unit_digits:" +msgid "Unit Digits" +msgstr "" + +msgctxt "field:stock.reporting.margin.product.time_series,currency:" +msgid "Currency" +msgstr "" + +msgctxt "field:stock.reporting.margin.product.time_series,date:" +msgid "Date" +msgstr "" + +msgctxt "field:stock.reporting.margin.product.time_series,internal_quantity:" +msgid "Internal Quantity" +msgstr "" + +msgctxt "field:stock.reporting.margin.product.time_series,product:" +msgid "Product" +msgstr "" + +msgctxt "field:stock.reporting.margin.product.time_series,quantity:" +msgid "Quantity" +msgstr "" + +msgctxt "field:stock.reporting.margin.product.time_series,unit:" +msgid "Unit" +msgstr "" + +msgctxt "field:stock.reporting.margin.product.time_series,unit_digits:" +msgid "Unit Digits" +msgstr "" + msgctxt "field:stock.shipment.assign.partial,moves:" msgid "Moves" msgstr "" @@ -1217,6 +1337,12 @@ "* A date in the past will provide historical values." msgstr "" +msgctxt "help:stock.reporting.margin.context,include_lost:" +msgid "" +"If checked, the cost of product moved to a lost and found location is " +"included." +msgstr "" + msgctxt "help:stock.shipment.assign.partial,moves:" msgid "The moves that were not assigned." msgstr "" @@ -1510,6 +1636,26 @@ msgid "Products by Locations" msgstr "" +msgctxt "model:ir.action,name:act_reporting_margin_category" +msgid "Margins per Category" +msgstr "" + +msgctxt "model:ir.action,name:act_reporting_margin_category_time_series" +msgid "Margins per Category" +msgstr "" + +msgctxt "model:ir.action,name:act_reporting_margin_category_tree" +msgid "Margins per Category" +msgstr "" + +msgctxt "model:ir.action,name:act_reporting_margin_product" +msgid "Margins per Product" +msgstr "" + +msgctxt "model:ir.action,name:act_reporting_margin_product_time_series" +msgid "Margins per Product" +msgstr "" + msgctxt "model:ir.action,name:act_shipment_in_form" msgid "Supplier Shipments" msgstr "" @@ -1866,6 +2012,38 @@ msgid "To delete shipment \"%(shipment)s\" you must cancel it." msgstr "" +msgctxt "model:ir.message,text:msg_stock_reporting_company" +msgid "Company" +msgstr "" + +msgctxt "model:ir.message,text:msg_stock_reporting_cost" +msgid "Cost" +msgstr "" + +msgctxt "model:ir.message,text:msg_stock_reporting_currency_digits" +msgid "Currency Digits" +msgstr "" + +msgctxt "model:ir.message,text:msg_stock_reporting_margin" +msgid "Margin" +msgstr "" + +msgctxt "model:ir.message,text:msg_stock_reporting_margin_trend" +msgid "Margin Trend" +msgstr "" + +msgctxt "model:ir.message,text:msg_stock_reporting_number" +msgid "Number" +msgstr "" + +msgctxt "model:ir.message,text:msg_stock_reporting_profit" +msgid "Profit" +msgstr "" + +msgctxt "model:ir.message,text:msg_stock_reporting_revenue" +msgid "Revenue" +msgstr "" + msgctxt "model:ir.model.button,confirm:inventory_cancel_button" msgid "Are you sure you want to cancel the inventory?" msgstr "" @@ -2163,6 +2341,10 @@ msgid "Reporting" msgstr "" +msgctxt "model:ir.ui.menu,name:menu_reporting_margin" +msgid "Margins" +msgstr "" + msgctxt "model:ir.ui.menu,name:menu_shipment_in_form" msgid "Supplier Shipments" msgstr "" @@ -2327,6 +2509,30 @@ msgid "Products by Locations" msgstr "" +msgctxt "model:stock.reporting.margin.category,name:" +msgid "Stock Reporting Margin per Category" +msgstr "" + +msgctxt "model:stock.reporting.margin.category.time_series,name:" +msgid "Stock Reporting Margin per Category" +msgstr "" + +msgctxt "model:stock.reporting.margin.category.tree,name:" +msgid "Stock Reporting Margin per Category" +msgstr "" + +msgctxt "model:stock.reporting.margin.context,name:" +msgid "Stock Reporting Margin Context" +msgstr "" + +msgctxt "model:stock.reporting.margin.product,name:" +msgid "Stock Reporting Margin per Product" +msgstr "" + +msgctxt "model:stock.reporting.margin.product.time_series,name:" +msgid "Stock Reporting Margin per Product" +msgstr "" + msgctxt "model:stock.shipment.assign.partial,name:" msgid "Assign Shipment" msgstr "" @@ -2679,6 +2885,18 @@ msgid "Draft" msgstr "" +msgctxt "selection:stock.reporting.margin.context,period:" +msgid "Day" +msgstr "" + +msgctxt "selection:stock.reporting.margin.context,period:" +msgid "Month" +msgstr "" + +msgctxt "selection:stock.reporting.margin.context,period:" +msgid "Year" +msgstr "" + msgctxt "selection:stock.shipment.in,state:" msgid "Cancelled" msgstr "" @@ -2807,6 +3025,26 @@ msgid "Cost Value" msgstr "" +msgctxt "view:stock.reporting.margin.category.time_series:" +msgid "%" +msgstr "" + +msgctxt "view:stock.reporting.margin.category.tree:" +msgid "%" +msgstr "" + +msgctxt "view:stock.reporting.margin.category:" +msgid "%" +msgstr "" + +msgctxt "view:stock.reporting.margin.product.time_series:" +msgid "%" +msgstr "" + +msgctxt "view:stock.reporting.margin.product:" +msgid "%" +msgstr "" + msgctxt "view:stock.shipment.assign.partial:" msgid "Unable to assign these products:" msgstr ""
