changeset c34c318b53df in modules/account_tax_cash:default details: https://hg.tryton.org/modules/account_tax_cash?cmd=changeset&node=c34c318b53df description: Update translations [skip ci] diffstat:
locale/es.po | 4 +- locale/uk.po | 85 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 87 insertions(+), 2 deletions(-) diffs (110 lines): diff -r ee520e1e07f5 -r c34c318b53df locale/es.po --- a/locale/es.po Sat Oct 29 09:38:08 2022 +0200 +++ b/locale/es.po Sat Oct 29 09:54:09 2022 +0200 @@ -32,7 +32,7 @@ msgctxt "field:account.tax.group.cash,period:" msgid "Period" -msgstr "Período" +msgstr "Periodo" msgctxt "field:account.tax.group.cash,tax_group:" msgid "Tax Group" @@ -44,7 +44,7 @@ msgctxt "field:account.tax.line,period:" msgid "Period" -msgstr "Período" +msgstr "Periodo" msgctxt "field:party.party,supplier_tax_group_on_cash_basis:" msgid "Supplier Tax Group On Cash Basis" diff -r ee520e1e07f5 -r c34c318b53df 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,85 @@ +# +msgid "" +msgstr "Content-Type: text/plain; charset=utf-8\n" + +msgctxt "field:account.fiscalyear,tax_group_on_cash_basis:" +msgid "Tax Group On Cash Basis" +msgstr "" + +msgctxt "field:account.invoice,tax_group_on_cash_basis:" +msgid "Tax Group On Cash Basis" +msgstr "" + +msgctxt "field:account.invoice.tax.group.cash,invoice:" +msgid "Invoice" +msgstr "" + +msgctxt "field:account.invoice.tax.group.cash,tax_group:" +msgid "Tax Group" +msgstr "" + +msgctxt "field:account.period,tax_group_on_cash_basis:" +msgid "Tax Group On Cash Basis" +msgstr "" + +msgctxt "field:account.tax.group.cash,fiscalyear:" +msgid "Fiscal Year" +msgstr "" + +msgctxt "field:account.tax.group.cash,party:" +msgid "Party" +msgstr "" + +msgctxt "field:account.tax.group.cash,period:" +msgid "Period" +msgstr "" + +msgctxt "field:account.tax.group.cash,tax_group:" +msgid "Tax Group" +msgstr "" + +msgctxt "field:account.tax.line,on_cash_basis:" +msgid "On Cash Basis" +msgstr "" + +msgctxt "field:account.tax.line,period:" +msgid "Period" +msgstr "" + +msgctxt "field:party.party,supplier_tax_group_on_cash_basis:" +msgid "Supplier Tax Group On Cash Basis" +msgstr "" + +msgctxt "help:account.fiscalyear,tax_group_on_cash_basis:" +msgid "The tax group reported on cash basis for this fiscal year." +msgstr "" + +msgctxt "help:account.invoice,tax_group_on_cash_basis:" +msgid "The tax group reported on cash basis for this invoice." +msgstr "" + +msgctxt "help:account.period,tax_group_on_cash_basis:" +msgid "The tax group reported on cash basis for this period." +msgstr "" + +msgctxt "help:party.party,supplier_tax_group_on_cash_basis:" +msgid "The tax group reported on cash basis for this supplier." +msgstr "" + +msgctxt "model:account.invoice.tax.group.cash,name:" +msgid "Tax Group on Cash Basis per Invoice" +msgstr "" + +msgctxt "model:account.tax.group.cash,name:" +msgid "Tax Group On Cash Basis" +msgstr "" + +msgctxt "model:ir.message,text:msg_close_period_line_payment" +msgid "" +"To close period \"%(period)s\" you must link all payable/receivable lines to" +" invoices." +msgstr "" + +msgctxt "view:account.fiscalyear:" +msgid "Taxes" +msgstr ""
