changeset 414f0b2b66eb in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset;node=414f0b2b66eb description: Monthly update diffstat:
templates/account_payment.pot | 56 +++++++ templates/account_payment_sepa.pot | 10 +- templates/account_payment_stripe.pot | 8 + templates/account_product.pot | 2 +- templates/account_statement.pot | 4 +- templates/account_stock_landed_cost.pot | 2 +- templates/analytic_account.pot | 4 + templates/attendance.pot | 229 ++++++++++++++++++++++++++++++++ templates/commission.pot | 18 ++- templates/marketing_automation.pot | 12 + templates/notification_email.pot | 20 ++- templates/product.pot | 4 + templates/production.pot | 2 +- templates/purchase.pot | 7 +- templates/purchase_request.pot | 2 +- templates/purchase_requisition.pot | 2 +- templates/sale.pot | 15 +- templates/sale_subscription.pot | 2 +- templates/sale_supply_drop_shipment.pot | 2 +- templates/sao.pot | 4 +- templates/stock.pot | 26 ++- templates/stock_forecast.pot | 2 +- templates/stock_product_location.pot | 8 + templates/tryton.pot | 2 +- 24 files changed, 413 insertions(+), 30 deletions(-) diffs (884 lines): diff -r d5d3950538f8 -r 414f0b2b66eb templates/account_payment.pot --- a/templates/account_payment.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/account_payment.pot Sat Jul 04 22:30:41 2020 +0200 @@ -119,6 +119,10 @@ msgid "Company" msgstr "" +msgctxt "field:account.payment.group,currency_digits:" +msgid "Currency Digits" +msgstr "" + msgctxt "field:account.payment.group,journal:" msgid "Journal" msgstr "" @@ -131,6 +135,22 @@ msgid "Number" msgstr "" +msgctxt "field:account.payment.group,payment_amount:" +msgid "Payment Total Amount" +msgstr "" + +msgctxt "field:account.payment.group,payment_amount_succeeded:" +msgid "Payment Succeeded" +msgstr "" + +msgctxt "field:account.payment.group,payment_complete:" +msgid "Payment Complete" +msgstr "" + +msgctxt "field:account.payment.group,payment_count:" +msgid "Payment Count" +msgstr "" + msgctxt "field:account.payment.group,payments:" msgid "Payments" msgstr "" @@ -185,6 +205,22 @@ "Leave empty to use the lines' maturity dates." msgstr "" +msgctxt "help:account.payment.group,payment_amount:" +msgid "The sum of all payment amounts." +msgstr "" + +msgctxt "help:account.payment.group,payment_amount_succeeded:" +msgid "The sum of the amounts of the successful payments." +msgstr "" + +msgctxt "help:account.payment.group,payment_complete:" +msgid "All the payments in the group are complete." +msgstr "" + +msgctxt "help:account.payment.group,payment_count:" +msgid "The number of payments in the group." +msgstr "" + msgctxt "help:party.party,payment_direct_debit:" msgid "Check if supplier does direct debit." msgstr "" @@ -455,6 +491,26 @@ msgid "Payment" msgstr "" +msgctxt "view:account.payment.group:" +msgid "Complete" +msgstr "" + +msgctxt "view:account.payment.group:" +msgid "Count" +msgstr "" + +msgctxt "view:account.payment.group:" +msgid "Payments Info" +msgstr "" + +msgctxt "view:account.payment.group:" +msgid "Succeeded" +msgstr "" + +msgctxt "view:account.payment.group:" +msgid "Total Amount" +msgstr "" + msgctxt "view:account.payment.process.start:" msgid "Process Payments?" msgstr "" diff -r d5d3950538f8 -r 414f0b2b66eb templates/account_payment_sepa.pot --- a/templates/account_payment_sepa.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/account_payment_sepa.pot Sat Jul 04 22:30:41 2020 +0200 @@ -218,8 +218,8 @@ msgstr "" msgctxt "" -"model:ir.action.act_window.domain,name:act_message_form_domain_canceled" -msgid "Canceled" +"model:ir.action.act_window.domain,name:act_message_form_domain_cancelled" +msgid "Cancelled" msgstr "" msgctxt "model:ir.action.act_window.domain,name:act_message_form_domain_done" @@ -240,7 +240,7 @@ msgid "Receivable with Mandate" msgstr "" -msgctxt "model:ir.message,text:msg_mandate_delete_draft_canceled" +msgctxt "model:ir.message,text:msg_mandate_delete_draft_cancelled" msgid "" "To delete mandate \"%(mandate)s\" you must cancel it or reset its state to " "draft." @@ -493,7 +493,7 @@ msgstr "" msgctxt "selection:account.payment.sepa.mandate,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:account.payment.sepa.mandate,state:" @@ -517,7 +517,7 @@ msgstr "" msgctxt "selection:account.payment.sepa.message,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:account.payment.sepa.message,state:" diff -r d5d3950538f8 -r 414f0b2b66eb templates/account_payment_stripe.pot --- a/templates/account_payment_stripe.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/account_payment_stripe.pot Sat Jul 04 22:30:41 2020 +0200 @@ -376,10 +376,18 @@ msgstr "" msgctxt "report:account.payment.stripe.email_checkout:" +msgid "Button is not working? Paste this into your browser:" +msgstr "" + +msgctxt "report:account.payment.stripe.email_checkout:" msgid "Checkout" msgstr "" msgctxt "report:account.payment.stripe.email_checkout:" +msgid "If you didn't make this request, you can ignore this email." +msgstr "" + +msgctxt "report:account.payment.stripe.email_checkout:" msgid "You need to authorize the payment" msgstr "" diff -r d5d3950538f8 -r 414f0b2b66eb templates/account_product.pot --- a/templates/account_product.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/account_product.pot Sat Jul 04 22:30:41 2020 +0200 @@ -185,7 +185,7 @@ msgstr "" msgctxt "view:account.configuration:" -msgid "Category" +msgid "Product" msgstr "" msgctxt "view:account.create_chart.properties:" diff -r d5d3950538f8 -r 414f0b2b66eb templates/account_statement.pot --- a/templates/account_statement.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/account_statement.pot Sat Jul 04 22:30:41 2020 +0200 @@ -485,7 +485,7 @@ msgstr "" msgctxt "report:account.statement:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "report:account.statement:" @@ -529,7 +529,7 @@ msgstr "" msgctxt "selection:account.statement,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:account.statement,state:" diff -r d5d3950538f8 -r 414f0b2b66eb templates/account_stock_landed_cost.pot --- a/templates/account_stock_landed_cost.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/account_stock_landed_cost.pot Sat Jul 04 22:30:41 2020 +0200 @@ -135,7 +135,7 @@ msgstr "" msgctxt "selection:account.landed_cost,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:account.landed_cost,state:" diff -r d5d3950538f8 -r 414f0b2b66eb templates/analytic_account.pot --- a/templates/analytic_account.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/analytic_account.pot Sat Jul 04 22:30:41 2020 +0200 @@ -236,6 +236,10 @@ msgid "Only one account is allowed by analytic root and origin." msgstr "" +msgctxt "model:ir.model.button,string:line_apply_analytic_rules_button" +msgid "Apply Analytic Rules" +msgstr "" + msgctxt "model:ir.rule.group,name:rule_group_rule" msgid "User in company" msgstr "" diff -r d5d3950538f8 -r 414f0b2b66eb templates/attendance.pot --- a/templates/attendance.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/attendance.pot Sat Jul 04 22:30:41 2020 +0200 @@ -0,0 +1,229 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:attendance.line,at:" +msgid "At" +msgstr "" + +msgctxt "field:attendance.line,company:" +msgid "Company" +msgstr "" + +msgctxt "field:attendance.line,date:" +msgid "Date" +msgstr "" + +msgctxt "field:attendance.line,employee:" +msgid "Employee" +msgstr "" + +msgctxt "field:attendance.line,type:" +msgid "Type" +msgstr "" + +msgctxt "field:attendance.period,company:" +msgid "Company" +msgstr "" + +msgctxt "field:attendance.period,ends_at:" +msgid "Ends at" +msgstr "" + +msgctxt "field:attendance.period,state:" +msgid "State" +msgstr "" + +msgctxt "field:attendance.sheet,company:" +msgid "Company" +msgstr "" + +msgctxt "field:attendance.sheet,date:" +msgid "Date" +msgstr "" + +msgctxt "field:attendance.sheet,duration:" +msgid "Duration" +msgstr "" + +msgctxt "field:attendance.sheet,employee:" +msgid "Employee" +msgstr "" + +msgctxt "field:attendance.sheet,lines:" +msgid "Lines" +msgstr "" + +msgctxt "field:attendance.sheet,timesheet_duration:" +msgid "Timesheet Duration" +msgstr "" + +msgctxt "field:attendance.sheet.line,company:" +msgid "Company" +msgstr "" + +msgctxt "field:attendance.sheet.line,date:" +msgid "Date" +msgstr "" + +msgctxt "field:attendance.sheet.line,duration:" +msgid "Duration" +msgstr "" + +msgctxt "field:attendance.sheet.line,employee:" +msgid "Employee" +msgstr "" + +msgctxt "field:attendance.sheet.line,from_:" +msgid "From" +msgstr "" + +msgctxt "field:attendance.sheet.line,sheet:" +msgid "Sheet" +msgstr "" + +msgctxt "field:attendance.sheet.line,to:" +msgid "To" +msgstr "" + +msgctxt "help:attendance.line,company:" +msgid "The company which the employee attended." +msgstr "" + +msgctxt "help:attendance.period,company:" +msgid "The company the period is associated with." +msgstr "" + +msgctxt "help:attendance.period,state:" +msgid "The current state of the attendance period." +msgstr "" + +msgctxt "model:attendance.line,name:" +msgid "Attendance Line" +msgstr "" + +msgctxt "model:attendance.period,name:" +msgid "Attendance Period" +msgstr "" + +msgctxt "model:attendance.sheet,name:" +msgid "Attendance Sheet" +msgstr "" + +msgctxt "model:attendance.sheet.line,name:" +msgid "Attendance SheetLine" +msgstr "" + +msgctxt "model:ir.action,name:act_attendance" +msgid "Attendances" +msgstr "" + +msgctxt "model:ir.action,name:act_period_list" +msgid "Attendance Periods" +msgstr "" + +msgctxt "model:ir.action,name:act_sheet" +msgid "Attendance Sheet" +msgstr "" + +msgctxt "model:ir.message,text:msg_close_period_previous_open" +msgid "To close period \"%(period)s\" you must first close \"%(other_period)s\"." +msgstr "" + +msgctxt "model:ir.message,text:msg_delete_period_close" +msgid "To delete attendance \"%(attendance)s\" you must reopen period \"%(period)s\"." +msgstr "" + +msgctxt "model:ir.message,text:msg_draft_period_previous_closed" +msgid "" +"To change period \"%(period)s\" you must first change \"%(other_period)s\" " +"to draft." +msgstr "" + +msgctxt "model:ir.message,text:msg_modify_period_close" +msgid "To modify attendance \"%(attendance)s\" you must reopen period \"%(period)s\"." +msgstr "" + +msgctxt "model:ir.model.button,string:period_close_button" +msgid "Close" +msgstr "" + +msgctxt "model:ir.model.button,string:period_draft_button" +msgid "Draft" +msgstr "" + +msgctxt "model:ir.rule.group,name:rule_group_attendance" +msgid "Own attendance" +msgstr "" + +msgctxt "model:ir.rule.group,name:rule_group_attendance_admin" +msgid "Any attendance" +msgstr "" + +msgctxt "model:ir.rule.group,name:rule_group_sheet" +msgid "Own attendance sheet" +msgstr "" + +msgctxt "model:ir.rule.group,name:rule_group_sheet_admin" +msgid "Any attendance sheet" +msgstr "" + +msgctxt "model:ir.rule.group,name:rule_group_sheet_line" +msgid "Own attendance sheet line" +msgstr "" + +msgctxt "model:ir.rule.group,name:rule_group_sheet_line_admin" +msgid "Any attendance sheet line" +msgstr "" + +msgctxt "model:ir.ui.menu,name:menu_attendance" +msgid "Attendances" +msgstr "" + +msgctxt "model:ir.ui.menu,name:menu_configuration" +msgid "Configuration" +msgstr "" + +msgctxt "model:ir.ui.menu,name:menu_main_attendance" +msgid "Attendance" +msgstr "" + +msgctxt "model:ir.ui.menu,name:menu_period_list" +msgid "Attendance Periods" +msgstr "" + +msgctxt "model:ir.ui.menu,name:menu_sheet" +msgid "Attendance Sheet" +msgstr "" + +msgctxt "model:res.group,name:group_attendance_admin" +msgid "Attendance Administration" +msgstr "" + +msgctxt "selection:attendance.line,type:" +msgid "In" +msgstr "" + +msgctxt "selection:attendance.line,type:" +msgid "Out" +msgstr "" + +msgctxt "selection:attendance.period,state:" +msgid "Closed" +msgstr "" + +msgctxt "selection:attendance.period,state:" +msgid "Draft" +msgstr "" + +msgctxt "view:attendance.line:" +msgid "Date" +msgstr "" + +msgctxt "view:attendance.line:" +msgid "Time" +msgstr "" + +msgctxt "view:attendance.period:" +msgid "Time" +msgstr "" diff -r d5d3950538f8 -r 414f0b2b66eb templates/commission.pot --- a/templates/commission.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/commission.pot Sat Jul 04 22:30:41 2020 +0200 @@ -6,6 +6,10 @@ msgid "Commission Agent" msgstr "" +msgctxt "field:account.invoice.credit.start,with_agent:" +msgid "With Agent" +msgstr "" + msgctxt "field:account.invoice.line,commissions:" msgid "Commissions" msgstr "" @@ -86,6 +90,14 @@ msgid "Agent" msgstr "" +msgctxt "field:commission.agent.selection,company:" +msgid "Company" +msgstr "" + +msgctxt "field:commission.agent.selection,employee:" +msgid "Employee" +msgstr "" + msgctxt "field:commission.agent.selection,end_date:" msgid "End Date" msgstr "" @@ -174,6 +186,10 @@ msgid "The agent who receives a commission for the invoice." msgstr "" +msgctxt "help:account.invoice.credit.start,with_agent:" +msgid "Check to keep the original invoice's agent." +msgstr "" + msgctxt "help:account.invoice.line,principal:" msgid "The principal who pays a commission for the invoice line." msgstr "" @@ -386,7 +402,7 @@ msgstr "" msgctxt "selection:commission,invoice_state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:commission,invoice_state:" diff -r d5d3950538f8 -r 414f0b2b66eb templates/marketing_automation.pot --- a/templates/marketing_automation.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/marketing_automation.pot Sat Jul 04 22:30:41 2020 +0200 @@ -158,6 +158,12 @@ "The Genshi syntax can be used with 'record' in the evaluation context." msgstr "" +msgctxt "help:marketing.automation.activity,email_title:" +msgid "" +"The subject of the email.\n" +"The Genshi syntax can be used with 'record' in the evaluation context." +msgstr "" + msgctxt "help:marketing.automation.activity,negative:" msgid "" "Check to execute the activity if the event has not happened by the end of " @@ -239,6 +245,12 @@ "\"%(exception)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_activity_invalid_email_title" +msgid "" +"Invalid e-mail title in activity \"%(activity)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_activity_record_unique" msgid "Record Activity must be unique by record and activity." msgstr "" diff -r d5d3950538f8 -r 414f0b2b66eb templates/notification_email.pot --- a/templates/notification_email.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/notification_email.pot Sat Jul 04 22:30:41 2020 +0200 @@ -54,6 +54,10 @@ msgid "Secondary Recipients" msgstr "" +msgctxt "field:notification.email,subject:" +msgid "Subject" +msgstr "" + msgctxt "field:notification.email,triggers:" msgid "Triggers" msgstr "" @@ -130,6 +134,12 @@ msgid "The field that contains the secondary recipient(s)." msgstr "" +msgctxt "help:notification.email,subject:" +msgid "" +"The Genshi syntax can be used with 'record' in the evaluation context.\n" +"If empty the report name will be used." +msgstr "" + msgctxt "help:notification.email,triggers:" msgid "Add a trigger for the notification." msgstr "" @@ -142,12 +152,18 @@ msgid "Logs" msgstr "" +msgctxt "model:ir.message,text:msg_notification_invalid_subject" +msgid "" +"Invalid e-mail subject in notification \"%(notification)s\" with exception " +"\"%(exception)s\"." +msgstr "" + msgctxt "model:ir.ui.menu,name:menu_email_form" msgid "Notification Emails" msgstr "" msgctxt "model:notification.email,name:" -msgid "Email Notitification" +msgid "Email Notification" msgstr "" msgctxt "model:notification.email.attachment,name:" @@ -155,7 +171,7 @@ msgstr "" msgctxt "model:notification.email.log,name:" -msgid "Notitification Email Log" +msgid "Notification Email Log" msgstr "" msgctxt "selection:ir.trigger,action:" diff -r d5d3950538f8 -r 414f0b2b66eb templates/product.pot --- a/templates/product.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/product.pot Sat Jul 04 22:30:41 2020 +0200 @@ -2,6 +2,10 @@ msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" +msgctxt "field:ir.configuration,product_price_decimal:" +msgid "Product Price Decimal" +msgstr "" + msgctxt "field:product.category,childs:" msgid "Children" msgstr "" diff -r d5d3950538f8 -r 414f0b2b66eb templates/production.pot --- a/templates/production.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/production.pot Sat Jul 04 22:30:41 2020 +0200 @@ -492,7 +492,7 @@ msgstr "" msgctxt "selection:production,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:production,state:" diff -r d5d3950538f8 -r 414f0b2b66eb templates/purchase.pot --- a/templates/purchase.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/purchase.pot Sat Jul 04 22:30:41 2020 +0200 @@ -574,6 +574,11 @@ msgstr "" msgctxt "" +"model:ir.action.act_window.domain,name:act_purchase_form_domain_exception" +msgid "Exception" +msgstr "" + +msgctxt "" "model:ir.action.act_window.domain,name:act_purchase_form_domain_processing" msgid "Processing" msgstr "" @@ -933,7 +938,7 @@ msgstr "" msgctxt "selection:purchase.purchase,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:purchase.purchase,state:" diff -r d5d3950538f8 -r 414f0b2b66eb templates/purchase_request.pot --- a/templates/purchase_request.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/purchase_request.pot Sat Jul 04 22:30:41 2020 +0200 @@ -189,7 +189,7 @@ msgstr "" msgctxt "selection:purchase.request,state:" -msgid "Cancel" +msgid "Cancelled" msgstr "" msgctxt "selection:purchase.request,state:" diff -r d5d3950538f8 -r 414f0b2b66eb templates/purchase_requisition.pot --- a/templates/purchase_requisition.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/purchase_requisition.pot Sat Jul 04 22:30:41 2020 +0200 @@ -227,7 +227,7 @@ msgstr "" msgctxt "selection:purchase.requisition,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:purchase.requisition,state:" diff -r d5d3950538f8 -r 414f0b2b66eb templates/sale.pot --- a/templates/sale.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/sale.pot Sat Jul 04 22:30:41 2020 +0200 @@ -498,6 +498,10 @@ msgid "Shipments" msgstr "" +msgctxt "field:sale.sale,shipping_date:" +msgid "Shipping Date" +msgstr "" + msgctxt "field:sale.sale,state:" msgid "State" msgstr "" @@ -565,6 +569,10 @@ "The selected invoices will be recreated. The other ones will be ignored." msgstr "" +msgctxt "help:sale.sale,shipping_date:" +msgid "When the shipping of goods should start." +msgstr "" + msgctxt "model:ir.action,name:act_invoice_form" msgid "Invoices" msgstr "" @@ -691,6 +699,11 @@ msgstr "" msgctxt "" +"model:ir.action.act_window.domain,name:act_sale_form_domain_exception" +msgid "Exception" +msgstr "" + +msgctxt "" "model:ir.action.act_window.domain,name:act_sale_form_domain_processing" msgid "Processing" msgstr "" @@ -1137,7 +1150,7 @@ msgstr "" msgctxt "selection:sale.sale,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:sale.sale,state:" diff -r d5d3950538f8 -r 414f0b2b66eb templates/sale_subscription.pot --- a/templates/sale_subscription.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/sale_subscription.pot Sat Jul 04 22:30:41 2020 +0200 @@ -484,7 +484,7 @@ msgstr "" msgctxt "selection:sale.subscription,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:sale.subscription,state:" diff -r d5d3950538f8 -r 414f0b2b66eb templates/sale_supply_drop_shipment.pot --- a/templates/sale_supply_drop_shipment.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/sale_supply_drop_shipment.pot Sat Jul 04 22:30:41 2020 +0200 @@ -237,7 +237,7 @@ msgstr "" msgctxt "selection:stock.shipment.drop,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:stock.shipment.drop,state:" diff -r d5d3950538f8 -r 414f0b2b66eb templates/sao.pot --- a/templates/sao.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/sao.pot Sat Jul 04 22:30:41 2020 +0200 @@ -1,4 +1,4 @@ -# Generated by grunt-xgettext on Fri May 01 2020 02:10:21 GMT+0200 (Central European Summer Time) +# Generated by grunt-xgettext on Sat Jul 04 2020 22:30:10 GMT+0200 (Central European Summer Time) msgid "Are your sure to leave?" msgstr "" @@ -366,7 +366,7 @@ msgid ", " msgstr "" -msgid ",…" +msgid ",..." msgstr "" msgid "%1 (%2)" diff -r d5d3950538f8 -r 414f0b2b66eb templates/stock.pot --- a/templates/stock.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/stock.pot Sat Jul 04 22:30:41 2020 +0200 @@ -346,6 +346,10 @@ msgid "Cost Price" msgstr "" +msgctxt "field:stock.move,cost_price_required:" +msgid "Cost Price Required" +msgstr "" + msgctxt "field:stock.move,currency:" msgid "Currency" msgstr "" @@ -402,6 +406,10 @@ msgid "Unit Price" msgstr "" +msgctxt "field:stock.move,unit_price_company:" +msgid "Unit Price" +msgstr "" + msgctxt "field:stock.move,unit_price_required:" msgid "Unit Price Required" msgstr "" @@ -1082,6 +1090,10 @@ msgid "Where the stock is moved to." msgstr "" +msgctxt "help:stock.move,unit_price_company:" +msgid "Unit price in company currency." +msgstr "" + msgctxt "help:stock.move,uom:" msgid "The unit in which the quantity is specified." msgstr "" @@ -2455,7 +2467,7 @@ msgstr "" msgctxt "selection:stock.inventory,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:stock.inventory,state:" @@ -2507,7 +2519,7 @@ msgstr "" msgctxt "selection:stock.move,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:stock.move,state:" @@ -2531,7 +2543,7 @@ msgstr "" msgctxt "selection:stock.shipment.in,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:stock.shipment.in,state:" @@ -2551,7 +2563,7 @@ msgstr "" msgctxt "selection:stock.shipment.in.return,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:stock.shipment.in.return,state:" @@ -2571,7 +2583,7 @@ msgstr "" msgctxt "selection:stock.shipment.internal,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:stock.shipment.internal,state:" @@ -2599,7 +2611,7 @@ msgstr "" msgctxt "selection:stock.shipment.out,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:stock.shipment.out,state:" @@ -2619,7 +2631,7 @@ msgstr "" msgctxt "selection:stock.shipment.out.return,state:" -msgid "Canceled" +msgid "Cancelled" msgstr "" msgctxt "selection:stock.shipment.out.return,state:" diff -r d5d3950538f8 -r 414f0b2b66eb templates/stock_forecast.pot --- a/templates/stock_forecast.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/stock_forecast.pot Sat Jul 04 22:30:41 2020 +0200 @@ -170,7 +170,7 @@ msgstr "" msgctxt "selection:stock.forecast,state:" -msgid "Cancel" +msgid "Cancelled" msgstr "" msgctxt "selection:stock.forecast,state:" diff -r d5d3950538f8 -r 414f0b2b66eb templates/stock_product_location.pot --- a/templates/stock_product_location.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/stock_product_location.pot Sat Jul 04 22:30:41 2020 +0200 @@ -6,11 +6,19 @@ msgid "Default Locations" msgstr "" +msgctxt "field:product.template,locations:" +msgid "Default Locations" +msgstr "" + msgctxt "field:stock.product.location,location:" msgid "Storage Location" msgstr "" msgctxt "field:stock.product.location,product:" +msgid "Variant" +msgstr "" + +msgctxt "field:stock.product.location,template:" msgid "Product" msgstr "" diff -r d5d3950538f8 -r 414f0b2b66eb templates/tryton.pot --- a/templates/tryton.pot Fri Jun 19 11:37:50 2020 +0000 +++ b/templates/tryton.pot Sat Jul 04 22:30:41 2020 +0200 @@ -27,7 +27,7 @@ msgid ", " msgstr "" -msgid ",…" +msgid ",..." msgstr "" #, python-format
