changeset 0bd28b10de1e in weblate:default details: https://hg.tryton.org/weblate?cmd=changeset;node=0bd28b10de1e description: Monthly update diffstat:
templates/account.pot | 20 +++++++++++++ templates/account_cash_rounding.pot | 53 +++++++++++++++++++++++++++++++++++++ templates/account_invoice_stock.pot | 4 ++ templates/account_payment.pot | 4 ++- templates/authentication_sms.pot | 4 ++ templates/currency.pot | 2 +- templates/ir.pot | 8 +---- templates/notification_email.pot | 12 +++++-- templates/party_relationship.pot | 8 +++++ templates/product.pot | 20 +++++++++++++ templates/project_invoice.pot | 50 +++++++++++++++------------------- templates/purchase.pot | 8 +++++ templates/purchase_requisition.pot | 4 ++ templates/res.pot | 4 ++ templates/sale.pot | 8 +++++ templates/sale_opportunity.pot | 4 ++ templates/sale_subscription.pot | 8 +++++ templates/sao.pot | 2 +- templates/stock.pot | 22 +++++++++----- templates/stock_secondary_unit.pot | 12 ++++++++ templates/tryton.pot | 17 ++++------ 21 files changed, 215 insertions(+), 59 deletions(-) diffs (666 lines): diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/account.pot --- a/templates/account.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/account.pot Wed Apr 01 12:08:45 2020 +0200 @@ -46,6 +46,10 @@ msgid "Debit" msgstr "" +msgctxt "field:account.account,debit_type:" +msgid "Debit Type" +msgstr "" + msgctxt "field:account.account,deferral:" msgid "Deferral" msgstr "" @@ -182,6 +186,10 @@ msgid "Code" msgstr "" +msgctxt "field:account.account.template,debit_type:" +msgid "Debit Type" +msgstr "" + msgctxt "field:account.account.template,deferral:" msgid "Deferral" msgstr "" @@ -629,6 +637,10 @@ msgid "Debit" msgstr "" +msgctxt "field:account.general_ledger.account,debit_type:" +msgid "Debit Type" +msgstr "" + msgctxt "field:account.general_ledger.account,end_balance:" msgid "End Balance" msgstr "" @@ -1901,6 +1913,10 @@ msgid "Check to prevent posting move on the account." msgstr "" +msgctxt "help:account.account,debit_type:" +msgid "The type used if not empty and debit > credit." +msgstr "" + msgctxt "help:account.account,general_ledger_balance:" msgid "Display only the balance in the general ledger report." msgstr "" @@ -2514,6 +2530,10 @@ msgid "Account Moves" msgstr "" +msgctxt "model:ir.action,name:act_move_form_grouping" +msgid "Grouped Account Move" +msgstr "" + msgctxt "model:ir.action,name:act_move_from_template" msgid "Account Move" msgstr "" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/account_cash_rounding.pot --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/account_cash_rounding.pot Wed Apr 01 12:08:45 2020 +0200 @@ -0,0 +1,53 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:account.configuration,cash_rounding:" +msgid "Cash Rounding" +msgstr "" + +msgctxt "field:account.configuration,cash_rounding_credit_account:" +msgid "Cash Rounding Credit Account" +msgstr "" + +msgctxt "field:account.configuration,cash_rounding_debit_account:" +msgid "Cash Rounding Debit Account" +msgstr "" + +msgctxt "field:account.configuration.cash_rounding_account,cash_rounding:" +msgid "Cash Rounding" +msgstr "" + +msgctxt "" +"field:account.configuration.cash_rounding_account,cash_rounding_credit_account:" +msgid "Cash Rounding Credit Account" +msgstr "" + +msgctxt "" +"field:account.configuration.cash_rounding_account,cash_rounding_debit_account:" +msgid "Cash Rounding Debit Account" +msgstr "" + +msgctxt "field:account.configuration.cash_rounding_account,company:" +msgid "Company" +msgstr "" + +msgctxt "field:account.invoice,cash_rounding:" +msgid "Cash Rounding" +msgstr "" + +msgctxt "field:currency.currency,cash_rounding:" +msgid "Cash Rounding Factor" +msgstr "" + +msgctxt "field:purchase.purchase,cash_rounding:" +msgid "Cash Rounding" +msgstr "" + +msgctxt "model:account.configuration.cash_rounding_account,name:" +msgid "Account Configuration Cash Rounding Account" +msgstr "" + +msgctxt "model:ir.message,text:msg_missing_cash_rounding_account" +msgid "There is not cash rounding account configured." +msgstr "" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/account_invoice_stock.pot --- a/templates/account_invoice_stock.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/account_invoice_stock.pot Wed Apr 01 12:08:45 2020 +0200 @@ -18,6 +18,10 @@ msgid "Invoice Lines" msgstr "" +msgctxt "field:stock.move,invoice_types:" +msgid "Invoice Types" +msgstr "" + msgctxt "model:account.invoice.line-stock.move,name:" msgid "Invoice Line - Stock Move" msgstr "" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/account_payment.pot --- a/templates/account_payment.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/account_payment.pot Wed Apr 01 12:08:45 2020 +0200 @@ -180,7 +180,9 @@ msgstr "" msgctxt "help:account.move.line.pay.start,date:" -msgid "When the payments are scheduled to happen." +msgid "" +"When the payments are scheduled to happen.\n" +"Leave empty to use the lines' maturity dates." msgstr "" msgctxt "help:party.party,payment_direct_debit:" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/authentication_sms.pot --- a/templates/authentication_sms.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/authentication_sms.pot Wed Apr 01 12:08:45 2020 +0200 @@ -26,6 +26,10 @@ msgid "%(name)s code %(code)s" msgstr "" +msgctxt "model:ir.message,text:msg_user_sms_code" +msgid "SMS Code for %(login)s" +msgstr "" + msgctxt "model:res.user.login.sms_code,name:" msgid "SMS Code" msgstr "" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/currency.pot --- a/templates/currency.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/currency.pot Wed Apr 01 12:08:45 2020 +0200 @@ -91,7 +91,7 @@ msgstr "" msgctxt "model:currency.currency.rate,name:" -msgid "Rate" +msgid "Currency Rate" msgstr "" msgctxt "model:ir.action,name:act_currency_form" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/ir.pot --- a/templates/ir.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/ir.pot Wed Apr 01 12:08:45 2020 +0200 @@ -1102,12 +1102,8 @@ msgid "Language" msgstr "" -msgctxt "field:ir.trigger,action_function:" -msgid "Action Function" -msgstr "" - -msgctxt "field:ir.trigger,action_model:" -msgid "Action Model" +msgctxt "field:ir.trigger,action:" +msgid "Action" msgstr "" msgctxt "field:ir.trigger,condition:" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/notification_email.pot --- a/templates/notification_email.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/notification_email.pot Wed Apr 01 12:08:45 2020 +0200 @@ -2,12 +2,12 @@ msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" -msgctxt "field:ir.trigger,action_model_name:" -msgid "Action Model Name" +msgctxt "field:ir.trigger,notification_email:" +msgid "Email Notification" msgstr "" -msgctxt "field:ir.trigger,notification_email:" -msgid "Email Notification" +msgctxt "field:ir.trigger,notification_email_required:" +msgid "Notification Email Required" msgstr "" msgctxt "field:notification.email,attachments:" @@ -158,6 +158,10 @@ msgid "Notitification Email Log" msgstr "" +msgctxt "selection:ir.trigger,action:" +msgid "Email Notification" +msgstr "" + msgctxt "view:notification.email.log:" msgid "Time" msgstr "" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/party_relationship.pot --- a/templates/party_relationship.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/party_relationship.pot Wed Apr 01 12:08:45 2020 +0200 @@ -2,6 +2,10 @@ msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" +msgctxt "field:party.party,distance:" +msgid "Distance" +msgstr "" + msgctxt "field:party.party,relations:" msgid "Relations" msgstr "" @@ -38,6 +42,10 @@ msgid "Reverse Relation" msgstr "" +msgctxt "field:party.relation.type,usages:" +msgid "Usages" +msgstr "" + msgctxt "help:party.relation.type,name:" msgid "The main identifier of the relation type." msgstr "" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/product.pot --- a/templates/product.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/product.pot Wed Apr 01 12:08:45 2020 +0200 @@ -147,6 +147,14 @@ msgid "Name" msgstr "" +msgctxt "field:product.product,prefix_code:" +msgid "Prefix Code" +msgstr "" + +msgctxt "field:product.product,suffix_code:" +msgid "Suffix Code" +msgstr "" + msgctxt "field:product.product,template:" msgid "Product Template" msgstr "" @@ -163,6 +171,10 @@ msgid "Categories" msgstr "" +msgctxt "field:product.template,code:" +msgid "Code" +msgstr "" + msgctxt "field:product.template,consumable:" msgid "Consumable" msgstr "" @@ -271,6 +283,10 @@ msgid "Add other identifiers to the variant." msgstr "" +msgctxt "help:product.product,suffix_code:" +msgid "The unique identifier for the product (aka SKU)." +msgstr "" + msgctxt "help:product.uom,factor:" msgid "" "The coefficient for the formula:\n" @@ -323,6 +339,10 @@ msgid "The %(type)s \"%(code)s\" for product \"%(product)s\" is not valid." msgstr "" +msgctxt "model:ir.message,text:msg_product_code_unique" +msgid "Code of active product must be unique." +msgstr "" + msgctxt "model:ir.message,text:msg_uom_incompatible_factor_rate" msgid "Incompatible factor and rate values on UOM \"%(uom)s\"." msgstr "" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/project_invoice.pot --- a/templates/project_invoice.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/project_invoice.pot Wed Apr 01 12:08:45 2020 +0200 @@ -2,8 +2,8 @@ msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" -msgctxt "field:project.work,duration_to_invoice:" -msgid "Duration to Invoice" +msgctxt "field:project.work,amount_to_invoice:" +msgid "Amount to Invoice" msgstr "" msgctxt "field:project.work,invoice_line:" @@ -18,10 +18,6 @@ msgid "Invoiced Amount" msgstr "" -msgctxt "field:project.work,invoiced_duration:" -msgid "Invoiced Duration" -msgstr "" - msgctxt "field:project.work,invoiced_progress:" msgid "Invoiced Progress" msgstr "" @@ -30,14 +26,18 @@ msgid "Invoice Method" msgstr "" -msgctxt "field:project.work.invoiced_progress,effort_duration:" -msgid "Effort" +msgctxt "field:project.work,quantity_to_invoice:" +msgid "Quantity to Invoice" msgstr "" msgctxt "field:project.work.invoiced_progress,invoice_line:" msgid "Invoice Line" msgstr "" +msgctxt "field:project.work.invoiced_progress,progress:" +msgid "Progress" +msgstr "" + msgctxt "field:project.work.invoiced_progress,work:" msgid "Work" msgstr "" @@ -58,6 +58,10 @@ msgid "You cannot delete an invoiced line." msgstr "" +msgctxt "model:ir.message,text:msg_missing_account_revenue" +msgid "To invoice work \"%(work)s\" you must configure a default account revenue." +msgstr "" + msgctxt "model:ir.message,text:msg_missing_list_price" msgid "There is no list price on work \"%(work)s\"." msgstr "" @@ -66,12 +70,14 @@ msgid "There is no party on work \"%(work)s\"." msgstr "" -msgctxt "model:ir.message,text:msg_missing_product" -msgid "There is no product on work \"%(work)s\"." +msgctxt "model:ir.message,text:msg_modify_invoiced_line" +msgid "You cannot modify an invoiced line." msgstr "" -msgctxt "model:ir.message,text:msg_modify_invoiced_line" -msgid "You cannot modify an invoiced line." +msgctxt "model:ir.message,text:msg_product_missing_account_revenue" +msgid "" +"To invoice work \"%(work)s\" you must define an account revenue for product " +"\"%(product)s\"." msgstr "" msgctxt "model:ir.model.button,string:work_invoice_button" @@ -86,22 +92,6 @@ msgid "Project Invoice" msgstr "" -msgctxt "selection:project.work,invoice_method:" -msgid "Manual" -msgstr "" - -msgctxt "selection:project.work,invoice_method:" -msgid "On Effort" -msgstr "" - -msgctxt "selection:project.work,invoice_method:" -msgid "On Progress" -msgstr "" - -msgctxt "selection:project.work,invoice_method:" -msgid "On Timesheet" -msgstr "" - msgctxt "selection:project.work,project_invoice_method:" msgid "Manual" msgstr "" @@ -117,3 +107,7 @@ msgctxt "selection:project.work,project_invoice_method:" msgid "On Timesheet" msgstr "" + +msgctxt "view:project.work.invoiced_progress:" +msgid "%" +msgstr "" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/purchase.pot --- a/templates/purchase.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/purchase.pot Wed Apr 01 12:08:45 2020 +0200 @@ -279,6 +279,10 @@ msgid "Company" msgstr "" +msgctxt "field:purchase.purchase,contact:" +msgid "Contact" +msgstr "" + msgctxt "field:purchase.purchase,currency:" msgid "Currency" msgstr "" @@ -303,6 +307,10 @@ msgid "Invoice Method" msgstr "" +msgctxt "field:purchase.purchase,invoice_party:" +msgid "Invoice Party" +msgstr "" + msgctxt "field:purchase.purchase,invoice_state:" msgid "Invoice State" msgstr "" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/purchase_requisition.pot --- a/templates/purchase_requisition.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/purchase_requisition.pot Wed Apr 01 12:08:45 2020 +0200 @@ -158,6 +158,10 @@ msgid "Draft" msgstr "" +msgctxt "model:ir.model.button,string:requisition_process_button" +msgid "Process" +msgstr "" + msgctxt "model:ir.model.button,string:requisition_reject_button" msgid "Reject" msgstr "" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/res.pot --- a/templates/res.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/res.pot Wed Apr 01 12:08:45 2020 +0200 @@ -316,6 +316,10 @@ "deactivated." msgstr "" +msgctxt "model:ir.message,text:msg_user_password" +msgid "Password for %(login)s" +msgstr "" + msgctxt "model:ir.model.button,help:user_reset_password_button" msgid "Send by email a new temporary password to the user" msgstr "" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/sale.pot --- a/templates/sale.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/sale.pot Wed Apr 01 12:08:45 2020 +0200 @@ -378,6 +378,10 @@ msgid "Company" msgstr "" +msgctxt "field:sale.sale,contact:" +msgid "Contact" +msgstr "" + msgctxt "field:sale.sale,currency:" msgid "Currency" msgstr "" @@ -398,6 +402,10 @@ msgid "Invoice Method" msgstr "" +msgctxt "field:sale.sale,invoice_party:" +msgid "Invoice Party" +msgstr "" + msgctxt "field:sale.sale,invoice_state:" msgid "Invoice State" msgstr "" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/sale_opportunity.pot --- a/templates/sale_opportunity.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/sale_opportunity.pot Wed Apr 01 12:08:45 2020 +0200 @@ -26,6 +26,10 @@ msgid "Company" msgstr "" +msgctxt "field:sale.opportunity,contact:" +msgid "Contact" +msgstr "" + msgctxt "field:sale.opportunity,conversion_probability:" msgid "Conversion Probability" msgstr "" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/sale_subscription.pot --- a/templates/sale_subscription.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/sale_subscription.pot Wed Apr 01 12:08:45 2020 +0200 @@ -14,6 +14,10 @@ msgid "Company" msgstr "" +msgctxt "field:sale.subscription,contact:" +msgid "Contact" +msgstr "" + msgctxt "field:sale.subscription,currency:" msgid "Currency" msgstr "" @@ -30,6 +34,10 @@ msgid "Invoice Address" msgstr "" +msgctxt "field:sale.subscription,invoice_party:" +msgid "Invoice Party" +msgstr "" + msgctxt "field:sale.subscription,invoice_recurrence:" msgid "Invoice Recurrence" msgstr "" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/sao.pot --- a/templates/sao.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/sao.pot Wed Apr 01 12:08:45 2020 +0200 @@ -1,4 +1,4 @@ -# Generated by grunt-xgettext on Sun Mar 01 2020 02:18:27 GMT+0100 (Central European Standard Time) +# Generated by grunt-xgettext on Wed Apr 01 2020 12:08:11 GMT+0200 (Central European Summer Time) msgid "Are your sure to leave?" msgstr "" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/stock.pot --- a/templates/stock.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/stock.pot Wed Apr 01 12:08:45 2020 +0200 @@ -178,10 +178,6 @@ msgid "Location" msgstr "" -msgctxt "field:stock.inventory,lost_found:" -msgid "Lost and Found" -msgstr "" - msgctxt "field:stock.inventory,number:" msgid "Number" msgstr "" @@ -286,6 +282,10 @@ msgid "Left" msgstr "" +msgctxt "field:stock.location,lost_found_location:" +msgid "Lost and Found" +msgstr "" + msgctxt "field:stock.location,name:" msgid "Name" msgstr "" @@ -944,10 +944,6 @@ msgid "The location inventoried." msgstr "" -msgctxt "help:stock.inventory,lost_found:" -msgid "Used for the balancing entries needed when the stock is corrected." -msgstr "" - msgctxt "help:stock.inventory,number:" msgid "The main identifier for the inventory." msgstr "" @@ -1012,6 +1008,10 @@ msgid "Where incoming stock is received." msgstr "" +msgctxt "help:stock.location,lost_found_location:" +msgid "Used, by inventories, when correcting stock levels in the warehouse." +msgstr "" + msgctxt "help:stock.location,output_location:" msgid "Where outgoing stock is sent from." msgstr "" @@ -1650,6 +1650,12 @@ msgid "Inventory line \"%(line)s\" is not unique on inventory \"%(inventory)s\"." msgstr "" +msgctxt "model:ir.message,text:msg_inventory_location_missing_lost_found" +msgid "" +"To confirm the inventory \"%(inventory)s\" you must set a lost and found on " +"a parent of location \"%(location)s\"." +msgstr "" + msgctxt "model:ir.message,text:msg_inventory_missing_empty_quantity" msgid "" "To confirm the inventory \"%(inventory)s\" you must select an option for " diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/stock_secondary_unit.pot --- a/templates/stock_secondary_unit.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/stock_secondary_unit.pot Wed Apr 01 12:08:45 2020 +0200 @@ -21,3 +21,15 @@ msgctxt "field:stock.move,secondary_unit_price:" msgid "Secondary Unit Price" msgstr "" + +msgctxt "view:stock.move:" +msgid "Quantity:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit Price:" +msgstr "" + +msgctxt "view:stock.move:" +msgid "Unit:" +msgstr "" diff -r 1b263dcd9a89 -r 0bd28b10de1e templates/tryton.pot --- a/templates/tryton.pot Fri Mar 27 21:27:43 2020 +0000 +++ b/templates/tryton.pot Wed Apr 01 12:08:45 2020 +0200 @@ -244,15 +244,12 @@ msgid "Form" msgstr "" -msgid "Save Width/Height" +msgid "Save Column Width" msgstr "" msgid "Save Tree State" msgstr "" -msgid "Fast Tabbing" -msgstr "" - msgid "Spell Checking" msgstr "" @@ -280,9 +277,6 @@ msgid "Help" msgstr "" -msgid "Quit" -msgstr "" - msgid "No result found." msgstr "" @@ -306,6 +300,9 @@ msgid "Global" msgstr "" +msgid "Preferences" +msgstr "" + msgid "Search menu" msgstr "" @@ -321,6 +318,9 @@ msgid "Shortcuts" msgstr "" +msgid "Quit" +msgstr "" + msgid "Edition Shortcuts" msgstr "" @@ -639,9 +639,6 @@ msgid "Notes (%s)" msgstr "" -msgid "Preferences" -msgstr "" - msgid "Edit User Preferences" msgstr ""
