changeset ec3a7f637816 in modules/account_payment_clearing:default details: https://hg.tryton.org/modules/account_payment_clearing?cmd=changeset&node=ec3a7f637816 description: Update translations [skip ci] diffstat:
locale/it.po | 3 +- locale/uk.po | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 90 insertions(+), 2 deletions(-) diffs (108 lines): diff -r 91809eb54064 -r ec3a7f637816 locale/it.po --- a/locale/it.po Sat Oct 29 09:38:08 2022 +0200 +++ b/locale/it.po Sat Oct 29 09:54:09 2022 +0200 @@ -10,10 +10,9 @@ msgid "Clearing Move" msgstr "Movimento di compensazione" -#, fuzzy msgctxt "field:account.payment,clearing_reconciled:" msgid "Clearing Reconciled" -msgstr "Movimento di compensazione" +msgstr "" msgctxt "field:account.payment,statement_lines:" msgid "Statement Lines" diff -r 91809eb54064 -r ec3a7f637816 locale/uk.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/locale/uk.po Sat Oct 29 09:54:09 2022 +0200 @@ -0,0 +1,89 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:account.payment,account:" +msgid "Account" +msgstr "" + +msgctxt "field:account.payment,clearing_move:" +msgid "Clearing Move" +msgstr "" + +msgctxt "field:account.payment,clearing_reconciled:" +msgid "Clearing Reconciled" +msgstr "" + +msgctxt "field:account.payment,statement_lines:" +msgid "Statement Lines" +msgstr "" + +msgctxt "field:account.payment.group,clearing_reconciled:" +msgid "Clearing Reconciled" +msgstr "" + +msgctxt "field:account.payment.group,statement_lines:" +msgid "Statement Lines" +msgstr "" + +msgctxt "field:account.payment.journal,clearing_account:" +msgid "Clearing Account" +msgstr "" + +msgctxt "field:account.payment.journal,clearing_journal:" +msgid "Clearing Journal" +msgstr "" + +msgctxt "field:account.payment.journal,clearing_posting_delay:" +msgid "Clearing Posting Delay" +msgstr "" + +msgctxt "field:account.payment.succeed.start,date:" +msgid "Date" +msgstr "" + +msgctxt "help:account.payment,account:" +msgid "Define the account to use for clearing move." +msgstr "" + +msgctxt "help:account.payment,clearing_reconciled:" +msgid "Checked if clearing line is reconciled." +msgstr "" + +msgctxt "help:account.payment.group,clearing_reconciled:" +msgid "All payments in the group are reconciled." +msgstr "" + +msgctxt "help:account.payment.journal,clearing_posting_delay:" +msgid "" +"Post automatically the clearing moves after the delay.\n" +"Leave empty for no posting." +msgstr "" + +msgctxt "model:account.payment.succeed.start,name:" +msgid "Succeed Payment" +msgstr "" + +msgctxt "model:ir.action,name:wizard_succeed" +msgid "Succeed Payments" +msgstr "" + +msgctxt "model:ir.model.button,string:payment_succeed_wizard_button" +msgid "Succeed" +msgstr "" + +msgctxt "selection:ir.cron,method:" +msgid "Post Clearing Moves" +msgstr "" + +msgctxt "view:account.payment.journal:" +msgid "Clearing" +msgstr "" + +msgctxt "wizard_button:account.payment.succeed,start,end:" +msgid "Cancel" +msgstr "" + +msgctxt "wizard_button:account.payment.succeed,start,succeed:" +msgid "Succeed" +msgstr ""
