changeset 22e34db8875c in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset&node=22e34db8875c description: Monthly update diffstat:
templates/account_asset.pot | 8 ++++++ templates/commission.pot | 4 --- templates/ir.pot | 14 +++++++++++ templates/production.pot | 4 --- templates/sale_gift_card.pot | 6 +---- templates/sale_shipment_cost.pot | 20 ---------------- templates/sao.pot | 2 +- templates/stock_shipment_cost.pot | 48 +++++++++++++++++++++++++++++++++++++++ 8 files changed, 72 insertions(+), 34 deletions(-) diffs (208 lines): diff -r 1e7f984fa958 -r 22e34db8875c templates/account_asset.pot --- a/templates/account_asset.pot Thu May 27 06:30:48 2021 +0000 +++ b/templates/account_asset.pot Tue Jun 01 02:10:36 2021 +0200 @@ -424,6 +424,10 @@ msgid "You cannot delete asset \"%(asset)s\" because it is not in \"draft\" state." msgstr "" +msgctxt "model:ir.message,text:msg_asset_draft_lines" +msgid "You cannot reset to draft asset \"%(asset)s\" because it has lines." +msgstr "" + msgctxt "model:ir.message,text:msg_asset_invoice_line_unique" msgid "Invoice line can be used only once on asset." msgstr "" @@ -464,6 +468,10 @@ msgid "Create Lines" msgstr "" +msgctxt "model:ir.model.button,string:asset_draft_button" +msgid "Draft" +msgstr "" + msgctxt "model:ir.model.button,string:asset_run_button" msgid "Run" msgstr "" diff -r 1e7f984fa958 -r 22e34db8875c templates/commission.pot --- a/templates/commission.pot Thu May 27 06:30:48 2021 +0000 +++ b/templates/commission.pot Tue Jun 01 02:10:36 2021 +0200 @@ -375,10 +375,6 @@ msgid "User in companies" msgstr "" -msgctxt "model:ir.rule.group,name:rule_group_agent_selection_companies" -msgid "User in companies" -msgstr "" - msgctxt "model:ir.ui.menu,name:menu_agent_form" msgid "Agents" msgstr "" diff -r 1e7f984fa958 -r 22e34db8875c templates/ir.pot --- a/templates/ir.pot Thu May 27 06:30:48 2021 +0000 +++ b/templates/ir.pot Tue Jun 01 02:10:36 2021 +0200 @@ -2214,6 +2214,10 @@ msgid "Portuguese" msgstr "" +msgctxt "model:ir.lang,name:lang_ro" +msgid "Romanian" +msgstr "" + msgctxt "model:ir.lang,name:lang_ru" msgid "Russian" msgstr "" @@ -2506,6 +2510,10 @@ msgid "ID must be positive." msgstr "" +msgctxt "model:ir.message,text:msg_language_code_unique" +msgid "The code on language must be unique." +msgstr "" + msgctxt "model:ir.message,text:msg_language_default_translatable" msgid "The default language \"%(language)s\" must be translatable." msgstr "" @@ -2609,6 +2617,12 @@ "sequence." msgstr "" +msgctxt "model:ir.message,text:msg_sequence_invalid_number_increment_next" +msgid "" +"Invalid \"Increment Number\" (%s) or \"Next Number\" (%s) with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_sequence_invalid_prefix" msgid "Invalid prefix \"%(affix)s\" for sequence \"%(sequence)s\"." msgstr "" diff -r 1e7f984fa958 -r 22e34db8875c templates/production.pot --- a/templates/production.pot Thu May 27 06:30:48 2021 +0000 +++ b/templates/production.pot Tue Jun 01 02:10:36 2021 +0200 @@ -372,10 +372,6 @@ msgid "Waiting" msgstr "" -msgctxt "model:ir.message,text:msg_product_bom_unique" -msgid "Products can only appear once on each BOM." -msgstr "" - msgctxt "model:ir.message,text:msg_recursive_bom" msgid "You cannot create a recursive BOM for product \"%(product)s\"." msgstr "" diff -r 1e7f984fa958 -r 22e34db8875c templates/sale_gift_card.pot --- a/templates/sale_gift_card.pot Thu May 27 06:30:48 2021 +0000 +++ b/templates/sale_gift_card.pot Tue Jun 01 02:10:36 2021 +0200 @@ -188,11 +188,7 @@ msgstr "" msgctxt "report:sale.gift_card.email:" -msgid "You received a gift card of" -msgstr "" - -msgctxt "report:sale.gift_card.email:" -msgid "for" +msgid "You received a gift card of %(value)s for %(company)s." msgstr "" msgctxt "view:account.configuration:" diff -r 1e7f984fa958 -r 22e34db8875c templates/sale_shipment_cost.pot --- a/templates/sale_shipment_cost.pot Thu May 27 06:30:48 2021 +0000 +++ b/templates/sale_shipment_cost.pot Tue Jun 01 02:10:36 2021 +0200 @@ -30,18 +30,6 @@ msgid "Shipment Cost Method" msgstr "" -msgctxt "field:stock.shipment.out,carrier:" -msgid "Carrier" -msgstr "" - -msgctxt "field:stock.shipment.out,cost:" -msgid "Cost" -msgstr "" - -msgctxt "field:stock.shipment.out,cost_edit:" -msgid "Edit Cost" -msgstr "" - msgctxt "field:stock.shipment.out,cost_invoice_line:" msgid "Cost Invoice Line" msgstr "" @@ -62,14 +50,6 @@ msgid "Cost Sale" msgstr "" -msgctxt "field:stock.shipment.out,cost_used:" -msgid "Cost" -msgstr "" - -msgctxt "help:stock.shipment.out,cost_edit:" -msgid "Check to edit the cost." -msgstr "" - msgctxt "model:ir.message,text:msg_sale_invalid_carrier" msgid "To confirm sale \"%(sale)s\" you must change the carrier \"%(carrier)s\"." msgstr "" diff -r 1e7f984fa958 -r 22e34db8875c templates/sao.pot --- a/templates/sao.pot Thu May 27 06:30:48 2021 +0000 +++ b/templates/sao.pot Tue Jun 01 02:10:36 2021 +0200 @@ -1,4 +1,4 @@ -# Generated by grunt-xgettext on Sat May 01 2021 02:11:54 GMT+0200 (Central European Summer Time) +# Generated by grunt-xgettext on Tue Jun 01 2021 02:10:02 GMT+0200 (Central European Summer Time) msgid "Are your sure to leave?" msgstr "" diff -r 1e7f984fa958 -r 22e34db8875c templates/stock_shipment_cost.pot --- a/templates/stock_shipment_cost.pot Thu May 27 06:30:48 2021 +0000 +++ b/templates/stock_shipment_cost.pot Tue Jun 01 02:10:36 2021 +0200 @@ -9,3 +9,51 @@ msgctxt "field:stock.reporting.margin.context,include_shipment_cost:" msgid "Include Shipment Cost" msgstr "" + +msgctxt "field:stock.shipment.out,carrier:" +msgid "Carrier" +msgstr "" + +msgctxt "field:stock.shipment.out,cost:" +msgid "Cost" +msgstr "" + +msgctxt "field:stock.shipment.out,cost_edit:" +msgid "Edit Cost" +msgstr "" + +msgctxt "field:stock.shipment.out,cost_used:" +msgid "Cost" +msgstr "" + +msgctxt "field:stock.shipment.out.return,carrier:" +msgid "Carrier" +msgstr "" + +msgctxt "field:stock.shipment.out.return,cost:" +msgid "Cost" +msgstr "" + +msgctxt "field:stock.shipment.out.return,cost_edit:" +msgid "Edit Cost" +msgstr "" + +msgctxt "field:stock.shipment.out.return,cost_used:" +msgid "Cost" +msgstr "" + +msgctxt "help:stock.shipment.out,cost_edit:" +msgid "Check to edit the cost." +msgstr "" + +msgctxt "help:stock.shipment.out.return,cost_edit:" +msgid "Check to edit the cost." +msgstr "" + +msgctxt "view:stock.shipment.out.return:" +msgid "Costs" +msgstr "" + +msgctxt "view:stock.shipment.out:" +msgid "Costs" +msgstr ""
