changeset 018ff331478a in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset&node=018ff331478a description: Monthly update diffstat:
templates/account_invoice.pot | 6 +- templates/account_invoice_stock.pot | 8 ++ templates/account_payment.pot | 4 + templates/account_payment_braintree.pot | 8 ++ templates/account_payment_clearing.pot | 8 ++ templates/account_payment_stripe.pot | 16 ++++ templates/account_product.pot | 2 +- templates/account_stock_shipment_cost.pot | 10 ++ templates/ir.pot | 4 + templates/production.pot | 16 ++++ templates/sale_payment.pot | 12 --- templates/sale_point.pot | 4 + templates/sao.pot | 28 +++++-- templates/stock.pot | 12 +++ templates/stock_lot.pot | 68 ++++++++++++++++++- templates/stock_package.pot | 106 +++++++++++++++++++++++++++++- templates/stock_package_shipping_ups.pot | 32 +++++++++ templates/stock_shipment_measurements.pot | 20 +++++- 18 files changed, 331 insertions(+), 33 deletions(-) diffs (728 lines): diff -r 4a9265fb2529 -r 018ff331478a templates/account_invoice.pot --- a/templates/account_invoice.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/account_invoice.pot Mon Apr 04 20:28:55 2022 +0200 @@ -871,9 +871,9 @@ msgctxt "model:ir.message,text:msg_invoice_number_after" msgid "" -"To number the invoice \"%(invoice)s\", you must set an accounting date after" -" \"%(date)s\" because the sequence \"%(sequence)s\" has already been used " -"for invoice \"%(after_invoice)s\"." +"To number the invoice \"%(invoice)s\", you must set an invoice date after " +"\"%(date)s\" because the sequence \"%(sequence)s\" has already been used for" +" invoice \"%(after_invoice)s\"." msgstr "" msgctxt "model:ir.message,text:msg_invoice_overpay_paid" diff -r 4a9265fb2529 -r 018ff331478a templates/account_invoice_stock.pot --- a/templates/account_invoice_stock.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/account_invoice_stock.pot Mon Apr 04 20:28:55 2022 +0200 @@ -2,10 +2,18 @@ msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" +msgctxt "field:account.invoice,shipments:" +msgid "Shipments" +msgstr "" + msgctxt "field:account.invoice.line,correction:" msgid "Correction" msgstr "" +msgctxt "field:account.invoice.line,shipments:" +msgid "Shipments" +msgstr "" + msgctxt "field:account.invoice.line,stock_moves:" msgid "Stock Moves" msgstr "" diff -r 4a9265fb2529 -r 018ff331478a templates/account_payment.pot --- a/templates/account_payment.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/account_payment.pot Mon Apr 04 20:28:55 2022 +0200 @@ -439,6 +439,10 @@ msgid "Succeed" msgstr "" +msgctxt "model:ir.model.button,string:payment_proceed_button" +msgid "Processing" +msgstr "" + msgctxt "model:ir.model.button,string:payment_succeed_button" msgid "Succeed" msgstr "" diff -r 4a9265fb2529 -r 018ff331478a templates/account_payment_braintree.pot --- a/templates/account_payment_braintree.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/account_payment_braintree.pot Mon Apr 04 20:28:55 2022 +0200 @@ -148,6 +148,10 @@ msgid "Amount" msgstr "" +msgctxt "field:account.payment.braintree.refund,approved_by:" +msgid "Approved by" +msgstr "" + msgctxt "field:account.payment.braintree.refund,braintree_error_message:" msgid "Braintree Error Message" msgstr "" @@ -156,6 +160,10 @@ msgid "Braintree Transaction ID" msgstr "" +msgctxt "field:account.payment.braintree.refund,company:" +msgid "Company" +msgstr "" + msgctxt "field:account.payment.braintree.refund,currency:" msgid "Currency" msgstr "" diff -r 4a9265fb2529 -r 018ff331478a templates/account_payment_clearing.pot --- a/templates/account_payment_clearing.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/account_payment_clearing.pot Mon Apr 04 20:28:55 2022 +0200 @@ -10,6 +10,14 @@ msgid "Clearing Move" msgstr "" +msgctxt "field:account.payment,statement_lines:" +msgid "Statement Lines" +msgstr "" + +msgctxt "field:account.payment.group,statement_lines:" +msgid "Statement Lines" +msgstr "" + msgctxt "field:account.payment.journal,clearing_account:" msgid "Clearing Account" msgstr "" diff -r 4a9265fb2529 -r 018ff331478a templates/account_payment_stripe.pot --- a/templates/account_payment_stripe.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/account_payment_stripe.pot Mon Apr 04 20:28:55 2022 +0200 @@ -118,6 +118,10 @@ msgid "Secret Key" msgstr "" +msgctxt "field:account.payment.stripe.account,setup_intent_delay:" +msgid "Setup Intent Delay" +msgstr "" + msgctxt "field:account.payment.stripe.account,webhook_endpoint:" msgid "Webhook Endpoint" msgstr "" @@ -182,6 +186,14 @@ msgid "Amount" msgstr "" +msgctxt "field:account.payment.stripe.refund,approved_by:" +msgid "Approved by" +msgstr "" + +msgctxt "field:account.payment.stripe.refund,company:" +msgid "Company" +msgstr "" + msgctxt "field:account.payment.stripe.refund,currency:" msgid "Currency" msgstr "" @@ -253,6 +265,10 @@ msgid "Stripe Customer Source" msgstr "" +msgctxt "help:account.payment.stripe.account,setup_intent_delay:" +msgid "The delay before cancelling setup intent not succeeded." +msgstr "" + msgctxt "help:account.payment.stripe.account,webhook_endpoint:" msgid "The URL to be called by Stripe." msgstr "" diff -r 4a9265fb2529 -r 018ff331478a templates/account_product.pot --- a/templates/account_product.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/account_product.pot Mon Apr 04 20:28:55 2022 +0200 @@ -133,7 +133,7 @@ msgstr "" msgctxt "help:product.category,accounting:" -msgid "Check to convert into accounting category." +msgid "Check to indicate the category is used for accounting." msgstr "" msgctxt "help:product.category,customer_taxes:" diff -r 4a9265fb2529 -r 018ff331478a templates/account_stock_shipment_cost.pot --- a/templates/account_stock_shipment_cost.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/account_stock_shipment_cost.pot Mon Apr 04 20:28:55 2022 +0200 @@ -126,6 +126,16 @@ msgid "Posted" msgstr "" +msgctxt "model:ir.message,text:msg_shipment_cost_post_no_shipment" +msgid "The shipment cost \"%(shipment_cost)s\" has no shipment." +msgstr "" + +msgctxt "model:ir.message,text:msg_shipment_cost_post_same_parties" +msgid "" +"The shipment \"%(shipment)s\" of shipment cost \"%(shipment_cost)s\" has " +"already shipment cost from the same party \"%(other)s\"." +msgstr "" + msgctxt "model:ir.model.button,string:shipment_cost_cancel_button" msgid "Cancel" msgstr "" diff -r 4a9265fb2529 -r 018ff331478a templates/ir.pot --- a/templates/ir.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/ir.pot Mon Apr 04 20:28:55 2022 +0200 @@ -2401,6 +2401,10 @@ msgid "This record is part of the base configuration." msgstr "" +msgctxt "model:ir.message,text:msg_button_name_unique" +msgid "The name of the button must be unique per model." +msgstr "" + msgctxt "model:ir.message,text:msg_create_rule_error" msgid "" "You are not allowed to create records of \"%(model)s\" because they fail on at least one of these rules:\n" diff -r 4a9265fb2529 -r 018ff331478a templates/production.pot --- a/templates/production.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/production.pot Mon Apr 04 20:28:55 2022 +0200 @@ -251,6 +251,18 @@ msgid "Production Picking" msgstr "" +msgctxt "field:stock.lot.trace,production_input:" +msgid "Production Input" +msgstr "" + +msgctxt "field:stock.lot.trace,production_output:" +msgid "Production Output" +msgstr "" + +msgctxt "field:stock.move,production:" +msgid "Production" +msgstr "" + msgctxt "field:stock.move,production_cost_price_updated:" msgid "Cost Price Updated" msgstr "" @@ -362,6 +374,10 @@ msgid "You cannot create a recursive BOM for product \"%(product)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_stock_move_production_single" +msgid "Move can not be used for production input and output." +msgstr "" + msgctxt "model:ir.model.button,confirm:production_done_button" msgid "Are you sure you want to complete the production?" msgstr "" diff -r 4a9265fb2529 -r 018ff331478a templates/sale_payment.pot --- a/templates/sale_payment.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/sale_payment.pot Mon Apr 04 20:28:55 2022 +0200 @@ -10,18 +10,6 @@ msgid "Payments" msgstr "" -msgctxt "model:ir.message,text:msg_payment_sale_cancel" -msgid "" -"You cannot use sale \"%(sale)s\" on payment \"%(payment)s\" because it is a " -"cancelled sale." -msgstr "" - -msgctxt "model:ir.message,text:msg_payment_sale_draft" -msgid "" -"You cannot use sale \"%(sale)s\" on payment \"%(payment)s\" because it is a " -"draft sale." -msgstr "" - msgctxt "model:ir.message,text:msg_sale_cancel_payment" msgid "You cannot cancel sale \"%(sale)s\" because it has payments." msgstr "" diff -r 4a9265fb2529 -r 018ff331478a templates/sale_point.pot --- a/templates/sale_point.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/sale_point.pot Mon Apr 04 20:28:55 2022 +0200 @@ -30,6 +30,10 @@ msgid "Gross Prices" msgstr "" +msgctxt "field:sale.point,address:" +msgid "Address" +msgstr "" + msgctxt "field:sale.point,company:" msgid "Company" msgstr "" diff -r 4a9265fb2529 -r 018ff331478a templates/sao.pot --- a/templates/sao.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/sao.pot Mon Apr 04 20:28:55 2022 +0200 @@ -1,5 +1,3 @@ -# Generated by grunt-xgettext on Tue Mar 01 2022 02:12:04 GMT+0100 (Central European Standard Time) - msgid "Are your sure to leave?" msgstr "" @@ -237,10 +235,10 @@ msgid "Size" msgstr "" -msgid "Justify Left" +msgid "Justify Right" msgstr "" -msgid "Justify Right" +msgid "Justify Left" msgstr "" msgid "Justify Center" @@ -291,7 +289,9 @@ msgid "Import" msgstr "" -msgid "The following action requires to close all tabs.\nDo you want to continue?" +msgid "" +"The following action requires to close all tabs.\n" +"Do you want to continue?" msgstr "" msgid "Launch action" @@ -303,7 +303,9 @@ msgid "Print report" msgstr "" -msgid "This record has been modified\ndo you want to save it?" +msgid "" +"This record has been modified\n" +"do you want to save it?" msgstr "" msgid "Record saved." @@ -489,6 +491,7 @@ msgid "Choose a language" msgstr "" +#, javascript-format msgid "%1%" msgstr "" @@ -582,6 +585,11 @@ msgid "Import failed" msgstr "" +msgid "%1 record imported" +msgid_plural "%1 records imported" +msgstr[0] "" +msgstr[1] "" + msgid "CSV Export: %1" msgstr "" @@ -630,6 +638,11 @@ msgid "Override %1 definition?" msgstr "" +msgid "%1 record saved" +msgid_plural "%1 records saved" +msgstr[0] "" +msgstr[1] "" + msgid "E-mail %1" msgstr "" @@ -648,9 +661,6 @@ msgid "Reports" msgstr "" -msgid "" -msgstr "" - msgid "Attachments" msgstr "" diff -r 4a9265fb2529 -r 018ff331478a templates/stock.pot --- a/templates/stock.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/stock.pot Mon Apr 04 20:28:55 2022 +0200 @@ -2044,6 +2044,18 @@ "moves." msgstr "" +msgctxt "model:ir.message,text:msg_product_location_quantity" +msgid "" +"The product \"%(product)s\" has still some quantities in locations " +"\"%(locations)s\" for company \"%(company)s\"." +msgstr "" + +msgctxt "model:ir.message,text:msg_product_location_quantity_description" +msgid "" +"It is recommended to clear the stock from the storage locations before " +"deactivating the product." +msgstr "" + msgctxt "model:ir.message,text:msg_shipment_delete_cancel" msgid "To delete shipment \"%(shipment)s\" you must cancel it." msgstr "" diff -r 4a9265fb2529 -r 018ff331478a templates/stock_lot.pot --- a/templates/stock_lot.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/stock_lot.pot Mon Apr 04 20:28:55 2022 +0200 @@ -59,6 +59,46 @@ msgid "Quantity" msgstr "" +msgctxt "field:stock.lot.trace,company:" +msgid "Company" +msgstr "" + +msgctxt "field:stock.lot.trace,date:" +msgid "Date" +msgstr "" + +msgctxt "field:stock.lot.trace,document:" +msgid "Document" +msgstr "" + +msgctxt "field:stock.lot.trace,downward_traces:" +msgid "Downward Traces" +msgstr "" + +msgctxt "field:stock.lot.trace,lot:" +msgid "Lot" +msgstr "" + +msgctxt "field:stock.lot.trace,product:" +msgid "Product" +msgstr "" + +msgctxt "field:stock.lot.trace,quantity:" +msgid "Quantity" +msgstr "" + +msgctxt "field:stock.lot.trace,shipment:" +msgid "Shipment" +msgstr "" + +msgctxt "field:stock.lot.trace,unit:" +msgid "Unit" +msgstr "" + +msgctxt "field:stock.lot.trace,upward_traces:" +msgid "Upward Traces" +msgstr "" + msgctxt "field:stock.lots_by_location.context,forecast_date:" msgid "At Date" msgstr "" @@ -229,6 +269,14 @@ msgid "Lots" msgstr "" +msgctxt "model:ir.action,name:act_lot_trace_downward_relate" +msgid "Downward Traces" +msgstr "" + +msgctxt "model:ir.action,name:act_lot_trace_upward_relate" +msgid "Upward Traces" +msgstr "" + msgctxt "model:ir.action,name:act_lots_by_locations_relate" msgid "Lots by Locations" msgstr "" @@ -237,10 +285,6 @@ msgid "Lots By Warehouse" msgstr "" -msgctxt "model:ir.action,name:act_move_form_relate_lot" -msgid "Moves" -msgstr "" - msgctxt "model:ir.action,name:wizard_move_add_lots" msgid "Add Lots" msgstr "" @@ -263,6 +307,14 @@ msgid "You must select a stock lot instead of a product for \"%(product)s\"." msgstr "" +msgctxt "model:ir.model.button,string:lot_downward_traces_button" +msgid "Downward Traces" +msgstr "" + +msgctxt "model:ir.model.button,string:lot_upward_traces_button" +msgid "Upward Traces" +msgstr "" + msgctxt "" "model:ir.model.button,string:move_add_lots_start_duplicate_lot_button" msgid "Duplicate Lot" @@ -272,6 +324,10 @@ msgid "Add Lots" msgstr "" +msgctxt "model:ir.rule.group,name:rule_group_lot_trace_companies" +msgid "User in companies" +msgstr "" + msgctxt "model:ir.sequence.type,name:sequence_type_stock_lot" msgid "Stock Lot" msgstr "" @@ -288,6 +344,10 @@ msgid "Stock Lot" msgstr "" +msgctxt "model:stock.lot.trace,name:" +msgid "Lot Trace" +msgstr "" + msgctxt "model:stock.lots_by_location.context,name:" msgid "Lot by Location" msgstr "" diff -r 4a9265fb2529 -r 018ff331478a templates/stock_package.pot --- a/templates/stock_package.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/stock_package.pot Mon Apr 04 20:28:55 2022 +0200 @@ -30,12 +30,44 @@ msgid "Moves" msgstr "" +msgctxt "field:stock.package,packaging_height:" +msgid "Packaging Height" +msgstr "" + +msgctxt "field:stock.package,packaging_height_uom:" +msgid "Packaging Height UOM" +msgstr "" + +msgctxt "field:stock.package,packaging_length:" +msgid "Packaging Length" +msgstr "" + +msgctxt "field:stock.package,packaging_length_uom:" +msgid "Packaging Length UOM" +msgstr "" + +msgctxt "field:stock.package,packaging_volume:" +msgid "Packaging Volume" +msgstr "" + +msgctxt "field:stock.package,packaging_volume_uom:" +msgid "Packaging Volume UOM" +msgstr "" + msgctxt "field:stock.package,packaging_weight:" msgid "Packaging Weight" msgstr "" msgctxt "field:stock.package,packaging_weight_uom:" -msgid "Packaging Weight Uom" +msgid "Packaging Weight UOM" +msgstr "" + +msgctxt "field:stock.package,packaging_width:" +msgid "Packaging Width" +msgstr "" + +msgctxt "field:stock.package,packaging_width_uom:" +msgid "Packaging Width UOM" msgstr "" msgctxt "field:stock.package,parent:" @@ -58,12 +90,44 @@ msgid "Name" msgstr "" +msgctxt "field:stock.package.type,packaging_height:" +msgid "Packaging Height" +msgstr "" + +msgctxt "field:stock.package.type,packaging_height_uom:" +msgid "Packaging Height UOM" +msgstr "" + +msgctxt "field:stock.package.type,packaging_length:" +msgid "Packaging Length" +msgstr "" + +msgctxt "field:stock.package.type,packaging_length_uom:" +msgid "Packaging Length UOM" +msgstr "" + +msgctxt "field:stock.package.type,packaging_volume:" +msgid "Packaging Volume" +msgstr "" + +msgctxt "field:stock.package.type,packaging_volume_uom:" +msgid "Packaging Volume UOM" +msgstr "" + msgctxt "field:stock.package.type,packaging_weight:" msgid "Packaging Weight" msgstr "" msgctxt "field:stock.package.type,packaging_weight_uom:" -msgid "Packaging Weight Uom" +msgid "Packaging Weight UOM" +msgstr "" + +msgctxt "field:stock.package.type,packaging_width:" +msgid "Packaging Width" +msgstr "" + +msgctxt "field:stock.package.type,packaging_width_uom:" +msgid "Packaging Width UOM" msgstr "" msgctxt "field:stock.shipment.in.return,packages:" @@ -82,14 +146,46 @@ msgid "Packages" msgstr "" +msgctxt "help:stock.package,packaging_height:" +msgid "The height of the package." +msgstr "" + +msgctxt "help:stock.package,packaging_length:" +msgid "The length of the package." +msgstr "" + +msgctxt "help:stock.package,packaging_volume:" +msgid "The volume of the package." +msgstr "" + msgctxt "help:stock.package,packaging_weight:" msgid "The weight of the package when empty." msgstr "" +msgctxt "help:stock.package,packaging_width:" +msgid "The width of the package." +msgstr "" + +msgctxt "help:stock.package.type,packaging_height:" +msgid "The height of the package." +msgstr "" + +msgctxt "help:stock.package.type,packaging_length:" +msgid "The length of the package." +msgstr "" + +msgctxt "help:stock.package.type,packaging_volume:" +msgid "The volume of the package." +msgstr "" + msgctxt "help:stock.package.type,packaging_weight:" msgid "The weight of the package when empty." msgstr "" +msgctxt "help:stock.package.type,packaging_width:" +msgid "The width of the package." +msgstr "" + msgctxt "model:ir.action,name:act_package_type_form" msgid "Package Types" msgstr "" @@ -98,6 +194,12 @@ msgid "To process shipment \"%(shipment)s\", you must pack all its moves." msgstr "" +msgctxt "model:ir.message,text:msg_package_volume_too_small" +msgid "" +"The volume (%(volume)s) of package \"%(package)s\" is too small for summed " +"volume (%(children_volume)s) of its children packages." +msgstr "" + msgctxt "model:ir.rule.group,name:rule_group_package_companies" msgid "User in companies" msgstr "" diff -r 4a9265fb2529 -r 018ff331478a templates/stock_package_shipping_ups.pot --- a/templates/stock_package_shipping_ups.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/stock_package_shipping_ups.pot Mon Apr 04 20:28:55 2022 +0200 @@ -10,6 +10,10 @@ msgid "Label Image Format" msgstr "" +msgctxt "field:carrier,ups_notifications:" +msgid "Notifications" +msgstr "" + msgctxt "field:carrier,ups_service_type:" msgid "Service Type" msgstr "" @@ -96,6 +100,34 @@ 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 "" diff -r 4a9265fb2529 -r 018ff331478a templates/stock_shipment_measurements.pot --- a/templates/stock_shipment_measurements.pot Mon Mar 21 08:28:18 2022 +0000 +++ b/templates/stock_shipment_measurements.pot Mon Apr 04 20:28:55 2022 +0200 @@ -78,6 +78,10 @@ msgid "Weight Uom" msgstr "" +msgctxt "field:stock.shipment.in.return,packages_volume:" +msgid "Packages Volume" +msgstr "" + msgctxt "field:stock.shipment.in.return,packages_weight:" msgid "Packages Weight" msgstr "" @@ -98,6 +102,10 @@ msgid "Weight Uom" msgstr "" +msgctxt "field:stock.shipment.out,packages_volume:" +msgid "Packages Volume" +msgstr "" + msgctxt "field:stock.shipment.out,packages_weight:" msgid "Packages Weight" msgstr "" @@ -170,8 +178,12 @@ msgid "The total weight of the record's moves." msgstr "" +msgctxt "help:stock.shipment.in.return,packages_volume:" +msgid "The total volume of the packages." +msgstr "" + msgctxt "help:stock.shipment.in.return,packages_weight:" -msgid "The total weight of the packages in kg." +msgid "The total weight of the packages." msgstr "" msgctxt "help:stock.shipment.in.return,volume:" @@ -182,8 +194,12 @@ msgid "The total weight of the record's moves." msgstr "" +msgctxt "help:stock.shipment.out,packages_volume:" +msgid "The total volume of the packages." +msgstr "" + msgctxt "help:stock.shipment.out,packages_weight:" -msgid "The total weight of the packages in kg." +msgid "The total weight of the packages." msgstr "" msgctxt "help:stock.shipment.out,volume:"
