details: https://code.tryton.org/translations/commit/0993848b91ab branch: default user: Languages add-on <[email protected]> date: Tue Mar 31 06:50:56 2026 +0000 description: Added translation using Weblate (zh_HANS (generated) (zh_HANS)) diffstat:
modules/account_deposit/locale/zh_HANS.po | 73 +++++++++++++++++++++++++++++++ 1 files changed, 73 insertions(+), 0 deletions(-) diffs (77 lines): diff -r 516e61303965 -r 0993848b91ab modules/account_deposit/locale/zh_HANS.po --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/modules/account_deposit/locale/zh_HANS.po Tue Mar 31 06:50:56 2026 +0000 @@ -0,0 +1,73 @@ +# +msgid "" +msgstr "" +"Last-Translator: Automatically generated\n" +"Language-Team: none\n" +"Language: zh_HANS\n" +"Content-Type: text/plain; charset=utf-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=n != 1;\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,currency:" +msgid "Currency" +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,string:" +msgid "Account Invoice Recall Deposit Start" +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 "" + +#, python-format +msgctxt "model:ir.message,text:msg_deposit_not_enough" +msgid "The account \"%(account)s\" has not enough deposit from party \"%(party)s\"." +msgstr "" + +#, python-format +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 ""
