changeset 2c842eb7acea in modules/account_deposit:default details: https://hg.tryton.org/modules/account_deposit?cmd=changeset&node=2c842eb7acea description: Update translations [skip ci] diffstat:
locale/it.po | 2 - locale/uk.po | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 2 deletions(-) diffs (81 lines): diff -r 25e00d03f9fb -r 2c842eb7acea locale/it.po --- a/locale/it.po Sat Oct 29 09:38:07 2022 +0200 +++ b/locale/it.po Sat Oct 29 09:54:08 2022 +0200 @@ -2,12 +2,10 @@ msgid "" msgstr "Content-Type: text/plain; charset=utf-8\n" -#, fuzzy msgctxt "field:account.account.type,deposit:" msgid "Deposit" msgstr "Deposito" -#, fuzzy msgctxt "field:account.account.type.template,deposit:" msgid "Deposit" msgstr "Deposito" diff -r 25e00d03f9fb -r 2c842eb7acea locale/uk.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locale/uk.po Sat Oct 29 09:54:08 2022 +0200 @@ -0,0 +1,61 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:account.account.type,deposit:" +msgid "Deposit" +msgstr "" + +msgctxt "field:account.account.type.template,deposit:" +msgid "Deposit" +msgstr "" + +msgctxt "field:account.invoice.recall_deposit.start,account:" +msgid "Account" +msgstr "" + +msgctxt "field:account.invoice.recall_deposit.start,company:" +msgid "Company" +msgstr "" + +msgctxt "field:account.invoice.recall_deposit.start,description:" +msgid "Description" +msgstr "" + +msgctxt "field:party.party,deposit:" +msgid "Deposit" +msgstr "" + +msgctxt "model:account.invoice.recall_deposit.start,name:" +msgid "Recall deposit on Invoice" +msgstr "" + +msgctxt "model:ir.action,name:act_move_line_deposit" +msgid "Deposit Lines" +msgstr "" + +msgctxt "model:ir.action,name:wizard_recall_deposit" +msgid "Recall Deposit" +msgstr "" + +msgctxt "model:ir.message,text:msg_deposit_not_enough" +msgid "The account \"%(account)s\" has not enough deposit from party \"%(party)s\"." +msgstr "" + +msgctxt "model:ir.message,text:msg_erase_party_deposit" +msgid "" +"You cannot erase party \"%(party)s\" while they have deposit at company " +"\"%(company)s\"." +msgstr "" + +msgctxt "model:ir.model.button,string:invoice_recall_deposit_button" +msgid "Recall Deposit" +msgstr "" + +msgctxt "wizard_button:account.invoice.recall_deposit,start,end:" +msgid "Cancel" +msgstr "" + +msgctxt "wizard_button:account.invoice.recall_deposit,start,recall:" +msgid "Recall" +msgstr ""
