From 41cdebad23c1153338c74eb30d22510a092a81c0 Mon Sep 17 00:00:00 2001 From: Bosd Date: Mon, 19 Apr 2021 17:43:59 +0000 Subject: [PATCH] Translated using Weblate (Dutch) Currently translated at 76.2% (61 of 80 strings) Translation: account-financial-tools-14.0/account-financial-tools-14.0-account_move_template Translate-URL: https://translation.odoo-community.org/projects/account-financial-tools-14-0/account-financial-tools-14-0-account_move_template/nl/ --- account_move_template/i18n/nl.po | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/account_move_template/i18n/nl.po b/account_move_template/i18n/nl.po index 06677181..c0eae514 100644 --- a/account_move_template/i18n/nl.po +++ b/account_move_template/i18n/nl.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: Odoo Server 10.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-02-01 03:44+0000\n" -"PO-Revision-Date: 2021-04-18 10:46+0000\n" +"PO-Revision-Date: 2021-04-19 19:46+0000\n" "Last-Translator: Bosd \n" "Language-Team: Dutch (https://www.transifex.com/oca/teams/23907/nl/)\n" "Language: nl\n" @@ -22,6 +22,7 @@ msgstr "" #. module: account_move_template #: model:ir.model.fields,help:account_move_template.field_account_move_template_run__overwrite +#, fuzzy msgid "" "\n" "Valid dictionary to overwrite template lines:\n" @@ -29,6 +30,11 @@ msgid "" " 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" " " msgstr "" +"\n" +"Valid dictionary to overwrite template lines:\n" +"{'L1': {'partner_id': 1, 'amount': 100, 'name': 'some label'},\n" +" 'L2': {'partner_id': 2, 'amount': 200, 'name': 'some label 2'}, }\n" +" " #. module: account_move_template #: code:addons/account_move_template/models/account_move_template.py:0