changeset 8117b3171289 in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset&node=8117b3171289 description: Monthly update diffstat:
templates/account.pot | 44 ++++++++++- templates/account_invoice.pot | 4 + templates/account_invoice_watermark.pot | 15 ++++ templates/account_payment_clearing.pot | 8 -- templates/account_statement.pot | 8 +- templates/account_tax_non_deductible.pot | 15 ++++ templates/ir.pot | 28 +++++++ templates/party.pot | 28 +++++++ templates/party_siret.pot | 12 --- templates/product.pot | 4 + templates/product_measurements.pot | 64 +++++++++++++++-- templates/sale_invoice_date.pot | 85 ++++++++++++++++++++++++ templates/sao.pot | 5 +- templates/stock.pot | 4 - templates/stock_shipment_measurements.pot | 106 ++++++++++++++++++++++++++--- templates/web_shop_shopify.pot | 12 +++ 16 files changed, 384 insertions(+), 58 deletions(-) diffs (899 lines): diff -r ce50102cf1af -r 8117b3171289 templates/account.pot --- a/templates/account.pot Mon Feb 28 17:09:42 2022 +0000 +++ b/templates/account.pot Tue Mar 01 02:12:32 2022 +0100 @@ -70,6 +70,10 @@ msgid "Left" msgstr "" +msgctxt "field:account.account,line_count:" +msgid "Line Count" +msgstr "" + msgctxt "field:account.account,name:" msgid "Name" msgstr "" @@ -158,6 +162,10 @@ msgid "Fiscal Year" msgstr "" +msgctxt "field:account.account.deferral,line_count:" +msgid "Line Count" +msgstr "" + msgctxt "field:account.account.deferral,second_currency:" msgid "Second Currency" msgstr "" @@ -214,6 +222,10 @@ msgid "End Date" msgstr "" +msgctxt "field:account.account.party,line_count:" +msgid "Line Count" +msgstr "" + msgctxt "field:account.account.party,name:" msgid "Name" msgstr "" @@ -749,6 +761,10 @@ msgid "General Ledger Balance" msgstr "" +msgctxt "field:account.general_ledger.account,line_count:" +msgid "Line Count" +msgstr "" + msgctxt "field:account.general_ledger.account,lines:" msgid "Lines" msgstr "" @@ -845,6 +861,10 @@ msgid "End Debit" msgstr "" +msgctxt "field:account.general_ledger.account.party,line_count:" +msgid "Line Count" +msgstr "" + msgctxt "field:account.general_ledger.account.party,party:" msgid "Party" msgstr "" @@ -2719,7 +2739,7 @@ msgstr "" msgctxt "model:ir.action,name:act_account_type_template_tree" -msgid "Types" +msgid "Account Types" msgstr "" msgctxt "model:ir.action,name:act_account_type_tree" @@ -2915,11 +2935,11 @@ msgstr "" msgctxt "model:ir.action,name:act_tax_rule_form" -msgid "Tax Rules" +msgid "Rules" msgstr "" msgctxt "model:ir.action,name:act_tax_rule_template_form" -msgid "Rules" +msgid "Tax Rules" msgstr "" msgctxt "model:ir.action,name:act_tax_template_list" @@ -3193,6 +3213,18 @@ "date or the period." msgstr "" +msgctxt "model:ir.message,text:msg_move_template_expession_not_number" +msgid "" +"The value \"%(value)s\" of \"%(expression)s\" from template \"%(template)s\"" +" is not a number." +msgstr "" + +msgctxt "model:ir.message,text:msg_move_template_invalid_expression" +msgid "" +"Failed to evaluate expression \"%(expression)s\" from template \"%(template)s\" with error:\n" +"\"%(error)s\"" +msgstr "" + msgctxt "model:ir.message,text:msg_no_fiscalyear_date" msgid "To continue, you must create a fiscal year for the date \"%(date)s\"." msgstr "" @@ -3474,7 +3506,7 @@ msgstr "" msgctxt "model:ir.ui.menu,name:menu_account_type_template_tree" -msgid "Types" +msgid "Account Types" msgstr "" msgctxt "model:ir.ui.menu,name:menu_account_type_tree" @@ -3626,11 +3658,11 @@ msgstr "" msgctxt "model:ir.ui.menu,name:menu_tax_rule_form" -msgid "Tax Rules" +msgid "Rules" msgstr "" msgctxt "model:ir.ui.menu,name:menu_tax_rule_template_form" -msgid "Rules" +msgid "Tax Rules" msgstr "" msgctxt "model:ir.ui.menu,name:menu_tax_template_list" diff -r ce50102cf1af -r 8117b3171289 templates/account_invoice.pot --- a/templates/account_invoice.pot Mon Feb 28 17:09:42 2022 +0000 +++ b/templates/account_invoice.pot Tue Mar 01 02:12:32 2022 +0100 @@ -912,6 +912,10 @@ "and on line \"%(line)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_invoice_similar" +msgid "The invoice \"%(invoice)s\" is similar to invoice \"%(similar)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_invoice_tax_create" msgid "" "You cannot add a tax to invoice \"%(invoice)s\" because it is posted, paid " diff -r ce50102cf1af -r 8117b3171289 templates/account_invoice_watermark.pot --- a/templates/account_invoice_watermark.pot Mon Feb 28 17:09:42 2022 +0000 +++ b/templates/account_invoice_watermark.pot Tue Mar 01 02:12:32 2022 +0100 @@ -0,0 +1,15 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "model:ir.action,name:report_invoice_watermark_draft" +msgid "Invoice Watermark Draft" +msgstr "" + +msgctxt "model:ir.action,name:report_invoice_watermark_paid" +msgid "Invoice Watermark Paid" +msgstr "" + +msgctxt "report:account.invoice.watermark:" +msgid "DRAFT" +msgstr "" diff -r ce50102cf1af -r 8117b3171289 templates/account_payment_clearing.pot --- a/templates/account_payment_clearing.pot Mon Feb 28 17:09:42 2022 +0000 +++ b/templates/account_payment_clearing.pot Tue Mar 01 02:12:32 2022 +0100 @@ -26,14 +26,6 @@ msgid "Date" msgstr "" -msgctxt "field:account.statement.line,payment:" -msgid "Payment" -msgstr "" - -msgctxt "field:account.statement.line,payment_group:" -msgid "Payment Group" -msgstr "" - msgctxt "help:account.payment,account:" msgid "Define the account to use for clearing move." msgstr "" diff -r ce50102cf1af -r 8117b3171289 templates/account_statement.pot --- a/templates/account_statement.pot Mon Feb 28 17:09:42 2022 +0000 +++ b/templates/account_statement.pot Tue Mar 01 02:12:32 2022 +0100 @@ -138,10 +138,6 @@ msgid "Description" msgstr "" -msgctxt "field:account.statement.line,invoice:" -msgid "Invoice" -msgstr "" - msgctxt "field:account.statement.line,move:" msgid "Account Move" msgstr "" @@ -158,6 +154,10 @@ msgid "Party" msgstr "" +msgctxt "field:account.statement.line,related_to:" +msgid "Related To" +msgstr "" + msgctxt "field:account.statement.line,statement:" msgid "Statement" msgstr "" diff -r ce50102cf1af -r 8117b3171289 templates/account_tax_non_deductible.pot --- a/templates/account_tax_non_deductible.pot Mon Feb 28 17:09:42 2022 +0000 +++ b/templates/account_tax_non_deductible.pot Tue Mar 01 02:12:32 2022 +0100 @@ -0,0 +1,15 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:account.tax,non_deductible:" +msgid "Non-Deductible" +msgstr "" + +msgctxt "field:account.tax.template,non_deductible:" +msgid "Non-Deductible" +msgstr "" + +msgctxt "help:account.tax.template,non_deductible:" +msgid "Check to always include the tax amount as expense." +msgstr "" diff -r ce50102cf1af -r 8117b3171289 templates/ir.pot --- a/templates/ir.pot Mon Feb 28 17:09:42 2022 +0000 +++ b/templates/ir.pot Tue Mar 01 02:12:32 2022 +0100 @@ -1474,6 +1474,22 @@ msgid "User" msgstr "" +msgctxt "field:ir.ui.view_tree_optional,field:" +msgid "Field" +msgstr "" + +msgctxt "field:ir.ui.view_tree_optional,user:" +msgid "User" +msgstr "" + +msgctxt "field:ir.ui.view_tree_optional,value:" +msgid "Value" +msgstr "" + +msgctxt "field:ir.ui.view_tree_optional,view_id:" +msgid "View ID" +msgstr "" + msgctxt "field:ir.ui.view_tree_state,child_name:" msgid "Child Name" msgstr "" @@ -1896,6 +1912,10 @@ msgid "Show View" msgstr "" +msgctxt "model:ir.action,name:act_view_tree_optional_form" +msgid "View Tree Optional" +msgstr "" + msgctxt "model:ir.action,name:act_view_tree_state" msgid "Tree State" msgstr "" @@ -3214,6 +3234,10 @@ msgid "View Search" msgstr "" +msgctxt "model:ir.ui.menu,name:menu_view_tree_optional" +msgid "View Tree Optional" +msgstr "" + msgctxt "model:ir.ui.menu,name:menu_view_tree_state" msgid "Tree State" msgstr "" @@ -3242,6 +3266,10 @@ msgid "View Search" msgstr "" +msgctxt "model:ir.ui.view_tree_optional,name:" +msgid "View Tree Optional" +msgstr "" + msgctxt "model:ir.ui.view_tree_state,name:" msgid "View Tree State" msgstr "" diff -r ce50102cf1af -r 8117b3171289 templates/party.pot --- a/templates/party.pot Mon Feb 28 17:09:42 2022 +0000 +++ b/templates/party.pot Tue Mar 01 02:12:32 2022 +0100 @@ -18,6 +18,10 @@ msgid "Full Address" msgstr "" +msgctxt "field:party.address,identifiers:" +msgid "Identifiers" +msgstr "" + msgctxt "field:party.address,name:" msgid "Building Name" msgstr "" @@ -178,6 +182,10 @@ msgid "Party" msgstr "" +msgctxt "field:party.identifier,address:" +msgid "Address" +msgstr "" + msgctxt "field:party.identifier,code:" msgid "Code" msgstr "" @@ -190,6 +198,10 @@ msgid "Type" msgstr "" +msgctxt "field:party.identifier,type_address:" +msgid "Type of Address" +msgstr "" + msgctxt "field:party.party,addresses:" msgid "Addresses" msgstr "" @@ -353,6 +365,10 @@ msgid "The party to be erased." msgstr "" +msgctxt "help:party.identifier,address:" +msgid "The address identified by this record." +msgstr "" + msgctxt "help:party.identifier,party:" msgid "The party identified by this record." msgstr "" @@ -836,6 +852,14 @@ msgstr "" msgctxt "selection:party.configuration,identifier_types:" +msgid "French Company Establishment Identification Number" +msgstr "" + +msgctxt "selection:party.configuration,identifier_types:" +msgid "French Company Identification Number" +msgstr "" + +msgctxt "selection:party.configuration,identifier_types:" msgid "French Personal Identification Number" msgstr "" @@ -1203,6 +1227,10 @@ msgid "Website" msgstr "" +msgctxt "view:party.address:" +msgid "General" +msgstr "" + msgctxt "view:party.party:" msgid "General" msgstr "" diff -r ce50102cf1af -r 8117b3171289 templates/party_siret.pot --- a/templates/party_siret.pot Mon Feb 28 17:09:42 2022 +0000 +++ b/templates/party_siret.pot Tue Mar 01 02:12:32 2022 +0100 @@ -6,18 +6,6 @@ msgid "SIRET" msgstr "" -msgctxt "field:party.address,siret_nic:" -msgid "SIRET NIC" -msgstr "" - msgctxt "field:party.party,siren:" msgid "SIREN" msgstr "" - -msgctxt "model:ir.message,text:msg_invalid_siren" -msgid "The SIREN number \"%(number)s\" for party \"%(party)s\" is not valid." -msgstr "" - -msgctxt "model:ir.message,text:msg_invalid_siret" -msgid "The SIRET number \"%(number)s\" for address \"%(address)s\" is not valid." -msgstr "" diff -r ce50102cf1af -r 8117b3171289 templates/product.pot --- a/templates/product.pot Mon Feb 28 17:09:42 2022 +0000 +++ b/templates/product.pot Tue Mar 01 02:12:32 2022 +0100 @@ -483,6 +483,10 @@ msgid "Code of active product must be unique." msgstr "" +msgctxt "model:ir.message,text:msg_uom_decrease_digits" +msgid "You cannot decrease the digits of UOM \"%(uom)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_uom_incompatible_factor_rate" msgid "Incompatible factor and rate values on UOM \"%(uom)s\"." msgstr "" diff -r ce50102cf1af -r 8117b3171289 templates/product_measurements.pot --- a/templates/product_measurements.pot Mon Feb 28 17:09:42 2022 +0000 +++ b/templates/product_measurements.pot Tue Mar 01 02:12:32 2022 +0100 @@ -7,7 +7,7 @@ msgstr "" msgctxt "field:product.product,height_uom:" -msgid "Height Uom" +msgid "Height UOM" msgstr "" msgctxt "field:product.product,length:" @@ -15,7 +15,7 @@ msgstr "" msgctxt "field:product.product,length_uom:" -msgid "Length Uom" +msgid "Length UOM" msgstr "" msgctxt "field:product.product,volume:" @@ -23,7 +23,7 @@ msgstr "" msgctxt "field:product.product,volume_uom:" -msgid "Volume Uom" +msgid "Volume UOM" msgstr "" msgctxt "field:product.product,weight:" @@ -31,7 +31,7 @@ msgstr "" msgctxt "field:product.product,weight_uom:" -msgid "Weight Uom" +msgid "Weight UOM" msgstr "" msgctxt "field:product.product,width:" @@ -39,7 +39,7 @@ msgstr "" msgctxt "field:product.product,width_uom:" -msgid "Width Uom" +msgid "Width UOM" msgstr "" msgctxt "field:product.template,height:" @@ -47,7 +47,7 @@ msgstr "" msgctxt "field:product.template,height_uom:" -msgid "Height Uom" +msgid "Height UOM" msgstr "" msgctxt "field:product.template,length:" @@ -55,7 +55,7 @@ msgstr "" msgctxt "field:product.template,length_uom:" -msgid "Length Uom" +msgid "Length UOM" msgstr "" msgctxt "field:product.template,volume:" @@ -63,7 +63,7 @@ msgstr "" msgctxt "field:product.template,volume_uom:" -msgid "Volume Uom" +msgid "Volume UOM" msgstr "" msgctxt "field:product.template,weight:" @@ -71,7 +71,7 @@ msgstr "" msgctxt "field:product.template,weight_uom:" -msgid "Weight Uom" +msgid "Weight UOM" msgstr "" msgctxt "field:product.template,width:" @@ -79,9 +79,53 @@ msgstr "" msgctxt "field:product.template,width_uom:" -msgid "Width Uom" +msgid "Width UOM" +msgstr "" + +msgctxt "help:product.product,height:" +msgid "Height for 1 default UOM." +msgstr "" + +msgctxt "help:product.product,length:" +msgid "Length for 1 default UOM." +msgstr "" + +msgctxt "help:product.product,volume:" +msgid "Volume for 1 default UOM." +msgstr "" + +msgctxt "help:product.product,weight:" +msgid "Weight for 1 default UOM." +msgstr "" + +msgctxt "help:product.product,width:" +msgid "Width for 1 default UOM." +msgstr "" + +msgctxt "help:product.template,height:" +msgid "Height for 1 default UOM." +msgstr "" + +msgctxt "help:product.template,length:" +msgid "Length for 1 default UOM." +msgstr "" + +msgctxt "help:product.template,volume:" +msgid "Volume for 1 default UOM." +msgstr "" + +msgctxt "help:product.template,weight:" +msgid "Weight for 1 default UOM." +msgstr "" + +msgctxt "help:product.template,width:" +msgid "Width for 1 default UOM." msgstr "" msgctxt "view:product.template:" msgid "Measurements" msgstr "" + +msgctxt "view:product.template:" +msgid "Measurements for 1 default UOM." +msgstr "" diff -r ce50102cf1af -r 8117b3171289 templates/sale_invoice_date.pot --- a/templates/sale_invoice_date.pot Mon Feb 28 17:09:42 2022 +0000 +++ b/templates/sale_invoice_date.pot Tue Mar 01 02:12:32 2022 +0100 @@ -0,0 +1,85 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:party.party,sale_invoice_term:" +msgid "Sale Invoice Term" +msgstr "" + +msgctxt "field:party.party.sale_method,sale_invoice_term:" +msgid "Sale Invoice Term" +msgstr "" + +msgctxt "field:sale.configuration,sale_invoice_term:" +msgid "Sale Invoice Term" +msgstr "" + +msgctxt "field:sale.configuration.sale_method,sale_invoice_term:" +msgid "Sale Invoice Term" +msgstr "" + +msgctxt "field:sale.invoice.term,name:" +msgid "Name" +msgstr "" + +msgctxt "field:sale.invoice.term,relative_deltas:" +msgid "Deltas" +msgstr "" + +msgctxt "field:sale.invoice.term.relative_delta,day:" +msgid "Day of Month" +msgstr "" + +msgctxt "field:sale.invoice.term.relative_delta,days:" +msgid "Number of Days" +msgstr "" + +msgctxt "field:sale.invoice.term.relative_delta,month:" +msgid "Month" +msgstr "" + +msgctxt "field:sale.invoice.term.relative_delta,months:" +msgid "Number of Months" +msgstr "" + +msgctxt "field:sale.invoice.term.relative_delta,term:" +msgid "Invoice Term" +msgstr "" + +msgctxt "field:sale.invoice.term.relative_delta,weekday:" +msgid "Day of Week" +msgstr "" + +msgctxt "field:sale.invoice.term.relative_delta,weeks:" +msgid "Number of Weeks" +msgstr "" + +msgctxt "field:sale.sale,invoice_term:" +msgid "Invoice Term" +msgstr "" + +msgctxt "help:party.party,sale_invoice_term:" +msgid "" +"The default sale invoice term for the customer.\n" +"Leave empty to use the default value from the configuration." +msgstr "" + +msgctxt "help:sale.invoice.term,name:" +msgid "The main identifier of the invoice term." +msgstr "" + +msgctxt "model:ir.action,name:act_invoice_term_form" +msgid "Invoice Terms" +msgstr "" + +msgctxt "model:ir.ui.menu,name:menu_invoice_term_form" +msgid "Invoice Terms" +msgstr "" + +msgctxt "model:sale.invoice.term,name:" +msgid "Invoice Term" +msgstr "" + +msgctxt "model:sale.invoice.term.relative_delta,name:" +msgid "Invoice Term Delta" +msgstr "" diff -r ce50102cf1af -r 8117b3171289 templates/sao.pot --- a/templates/sao.pot Mon Feb 28 17:09:42 2022 +0000 +++ b/templates/sao.pot Tue Mar 01 02:12:32 2022 +0100 @@ -1,4 +1,4 @@ -# Generated by grunt-xgettext on Tue Feb 01 2022 02:12:31 GMT+0100 (Central European Standard Time) +# 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 "" @@ -495,6 +495,9 @@ msgid ": " msgstr "" +msgid "Customize" +msgstr "" + msgid "More" msgstr "" diff -r ce50102cf1af -r 8117b3171289 templates/stock.pot --- a/templates/stock.pot Mon Feb 28 17:09:42 2022 +0000 +++ b/templates/stock.pot Tue Mar 01 02:12:32 2022 +0100 @@ -214,10 +214,6 @@ msgid "Search" msgstr "" -msgctxt "field:stock.inventory.count.search,search_model:" -msgid "Search Model" -msgstr "" - msgctxt "field:stock.inventory.line,expected_quantity:" msgid "Expected Quantity" msgstr "" diff -r ce50102cf1af -r 8117b3171289 templates/stock_shipment_measurements.pot --- a/templates/stock_shipment_measurements.pot Mon Feb 28 17:09:42 2022 +0000 +++ b/templates/stock_shipment_measurements.pot Tue Mar 01 02:12:32 2022 +0100 @@ -2,6 +2,26 @@ msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" +msgctxt "field:stock.configuration,measurement_volume_uom:" +msgid "Measurement Volume Uom" +msgstr "" + +msgctxt "field:stock.configuration,measurement_weight_uom:" +msgid "Measurement Weight Uom" +msgstr "" + +msgctxt "field:stock.configuration.measurement,company:" +msgid "Company" +msgstr "" + +msgctxt "field:stock.configuration.measurement,measurement_volume_uom:" +msgid "Measurement Volume Uom" +msgstr "" + +msgctxt "field:stock.configuration.measurement,measurement_weight_uom:" +msgid "Measurement Weight Uom" +msgstr "" + msgctxt "field:stock.move,internal_volume:" msgid "Internal Volume" msgstr "" @@ -14,6 +34,10 @@ msgid "Additional Weight" msgstr "" +msgctxt "field:stock.package,additional_weight_uom:" +msgid "Additional Weight Uom" +msgstr "" + msgctxt "field:stock.package,total_volume:" msgid "Total Volume" msgstr "" @@ -26,18 +50,34 @@ msgid "Volume" msgstr "" +msgctxt "field:stock.package,volume_uom:" +msgid "Volume Uom" +msgstr "" + msgctxt "field:stock.package,weight:" msgid "Weight" msgstr "" +msgctxt "field:stock.package,weight_uom:" +msgid "Weight Uom" +msgstr "" + msgctxt "field:stock.shipment.in,volume:" msgid "Volume" msgstr "" +msgctxt "field:stock.shipment.in,volume_uom:" +msgid "Volume Uom" +msgstr "" + msgctxt "field:stock.shipment.in,weight:" msgid "Weight" msgstr "" +msgctxt "field:stock.shipment.in,weight_uom:" +msgid "Weight Uom" +msgstr "" + msgctxt "field:stock.shipment.in.return,packages_weight:" msgid "Packages Weight" msgstr "" @@ -46,10 +86,18 @@ msgid "Volume" msgstr "" +msgctxt "field:stock.shipment.in.return,volume_uom:" +msgid "Volume Uom" +msgstr "" + msgctxt "field:stock.shipment.in.return,weight:" msgid "Weight" msgstr "" +msgctxt "field:stock.shipment.in.return,weight_uom:" +msgid "Weight Uom" +msgstr "" + msgctxt "field:stock.shipment.out,packages_weight:" msgid "Packages Weight" msgstr "" @@ -58,18 +106,34 @@ msgid "Volume" msgstr "" +msgctxt "field:stock.shipment.out,volume_uom:" +msgid "Volume Uom" +msgstr "" + msgctxt "field:stock.shipment.out,weight:" msgid "Weight" msgstr "" +msgctxt "field:stock.shipment.out,weight_uom:" +msgid "Weight Uom" +msgstr "" + msgctxt "field:stock.shipment.out.return,volume:" msgid "Volume" msgstr "" +msgctxt "field:stock.shipment.out.return,volume_uom:" +msgid "Volume Uom" +msgstr "" + msgctxt "field:stock.shipment.out.return,weight:" msgid "Weight" msgstr "" +msgctxt "field:stock.shipment.out.return,weight_uom:" +msgid "Weight Uom" +msgstr "" + msgctxt "help:stock.move,internal_volume:" msgid "The volume of the moved product in liter." msgstr "" @@ -79,31 +143,31 @@ msgstr "" msgctxt "help:stock.package,additional_weight:" -msgid "The weight to add to the packages in kg." +msgid "The weight to add to the packages." msgstr "" msgctxt "help:stock.package,total_volume:" -msgid "The total volume of the packages in liter." +msgid "The total volume of the packages." msgstr "" msgctxt "help:stock.package,total_weight:" -msgid "The total weight of the packages in kg." +msgid "The total weight of the packages." msgstr "" msgctxt "help:stock.package,volume:" -msgid "The total volume of the record's moves in liter." +msgid "The total volume of the record's moves." msgstr "" msgctxt "help:stock.package,weight:" -msgid "The total weight of the record's moves in kg." +msgid "The total weight of the record's moves." msgstr "" msgctxt "help:stock.shipment.in,volume:" -msgid "The total volume of the record's moves in liter." +msgid "The total volume of the record's moves." msgstr "" msgctxt "help:stock.shipment.in,weight:" -msgid "The total weight of the record's moves in kg." +msgid "The total weight of the record's moves." msgstr "" msgctxt "help:stock.shipment.in.return,packages_weight:" @@ -111,11 +175,11 @@ msgstr "" msgctxt "help:stock.shipment.in.return,volume:" -msgid "The total volume of the record's moves in liter." +msgid "The total volume of the record's moves." msgstr "" msgctxt "help:stock.shipment.in.return,weight:" -msgid "The total weight of the record's moves in kg." +msgid "The total weight of the record's moves." msgstr "" msgctxt "help:stock.shipment.out,packages_weight:" @@ -123,19 +187,35 @@ msgstr "" msgctxt "help:stock.shipment.out,volume:" -msgid "The total volume of the record's moves in liter." +msgid "The total volume of the record's moves." msgstr "" msgctxt "help:stock.shipment.out,weight:" -msgid "The total weight of the record's moves in kg." +msgid "The total weight of the record's moves." msgstr "" msgctxt "help:stock.shipment.out.return,volume:" -msgid "The total volume of the record's moves in liter." +msgid "The total volume of the record's moves." msgstr "" msgctxt "help:stock.shipment.out.return,weight:" -msgid "The total weight of the record's moves in kg." +msgid "The total weight of the record's moves." +msgstr "" + +msgctxt "model:stock.configuration.measurement,name:" +msgid "Stock Configuration Measurement" +msgstr "" + +msgctxt "view:stock.configuration:" +msgid "Measurements" +msgstr "" + +msgctxt "view:stock.configuration:" +msgid "Volume" +msgstr "" + +msgctxt "view:stock.configuration:" +msgid "Weight" msgstr "" msgctxt "view:stock.shipment.in.return:" diff -r ce50102cf1af -r 8117b3171289 templates/web_shop_shopify.pot --- a/templates/web_shop_shopify.pot Mon Feb 28 17:09:42 2022 +0000 +++ b/templates/web_shop_shopify.pot Tue Mar 01 02:12:32 2022 +0100 @@ -62,6 +62,14 @@ msgid "Warehouses" msgstr "" +msgctxt "field:web.shop,shopify_webhook_endpoint_order:" +msgid "Webhook Order Endpoint" +msgstr "" + +msgctxt "field:web.shop,shopify_webhook_shared_secret:" +msgid "Webhook Shared Secret" +msgstr "" + msgctxt "field:web.shop-stock.location,shopify_id:" msgid "Shopify ID" msgstr "" @@ -98,6 +106,10 @@ msgid "Shop" msgstr "" +msgctxt "help:web.shop,shopify_webhook_endpoint_order:" +msgid "The URL to be called by Shopify for Order events." +msgstr "" + msgctxt "help:web.shop-stock.location,shopify_stock_skip_warehouse:" msgid "Check to use only the quantity of the storage zone." msgstr ""
