Skip to content

Commit ad514d1

Browse files
committed
Update translation files
Updated by "Update PO files to match POT (msgmerge)" hook in Weblate. Translation: donation-14.0/donation-14.0-donation_direct_debit Translate-URL: https://translation.odoo-community.org/projects/donation-14-0/donation-14-0-donation_direct_debit/
1 parent 7017fd2 commit ad514d1

File tree

3 files changed

+158
-40
lines changed

3 files changed

+158
-40
lines changed

donation_direct_debit/i18n/de.po

+46-11
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,8 @@ msgstr ""
1818
#: code:addons/donation_direct_debit/models/donation.py:0
1919
#, python-format
2020
msgid ""
21-
"A new draft direct debit order <a href=# data-oe-model=account.payment.order "
22-
"data-oe-id=%d>%s</a> has been automatically created"
23-
msgstr ""
24-
25-
#. module: donation_direct_debit
26-
#: code:addons/donation_direct_debit/models/donation.py:0
27-
#, python-format
28-
msgid ""
29-
"A new payment line has been automatically added to the existing draft direct "
30-
"debit order <a href=# data-oe-model=account.payment.order data-oe-id=%d>%s</"
31-
"a>."
21+
"A new payment line %s has been automatically added to the draft direct debit "
22+
"order <a href=# data-oe-model=account.payment.order data-oe-id=%d>%s</a>."
3223
msgstr ""
3324

3425
#. module: donation_direct_debit
@@ -39,6 +30,7 @@ msgid ""
3930
msgstr ""
4031

4132
#. module: donation_direct_debit
33+
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__display_name
4234
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation__display_name
4335
msgid "Display Name"
4436
msgstr ""
@@ -49,11 +41,23 @@ msgid "Donation"
4941
msgstr ""
5042

5143
#. module: donation_direct_debit
44+
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__donation_debit_order_account_id
45+
msgid "Donation by Debit Order Account"
46+
msgstr ""
47+
48+
#. module: donation_direct_debit
49+
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__id
5250
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation__id
5351
msgid "ID"
5452
msgstr ""
5553

5654
#. module: donation_direct_debit
55+
#: model:ir.model,name:donation_direct_debit.model_account_journal
56+
msgid "Journal"
57+
msgstr ""
58+
59+
#. module: donation_direct_debit
60+
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal____last_update
5761
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation____last_update
5862
msgid "Last Modified on"
5963
msgstr ""
@@ -68,6 +72,37 @@ msgstr ""
6872
msgid "Mandate Required"
6973
msgstr ""
7074

75+
#. module: donation_direct_debit
76+
#: code:addons/donation_direct_debit/models/donation.py:0
77+
#, python-format
78+
msgid "Missing Donation by Debit Order Account on journal '%s'."
79+
msgstr ""
80+
81+
#. module: donation_direct_debit
82+
#: code:addons/donation_direct_debit/models/account_journal.py:0
83+
#, python-format
84+
msgid ""
85+
"The Donation by Debit Order Account of journal '%(journal)s' must be a "
86+
"receivable account, but the account '%(account)s' is configured with type "
87+
"'%(account_type)s'."
88+
msgstr ""
89+
90+
#. module: donation_direct_debit
91+
#: code:addons/donation_direct_debit/models/account_journal.py:0
92+
#, python-format
93+
msgid ""
94+
"The Donation by Debit Order Account of journal '%(journal)s' must be "
95+
"reconciliable, but the account '%(account)s' is not reconciliable."
96+
msgstr ""
97+
98+
#. module: donation_direct_debit
99+
#: model:ir.model.fields,help:donation_direct_debit.field_account_journal__donation_debit_order_account_id
100+
msgid ""
101+
"Transfer account for donations by debit order. Leave empty if you don't "
102+
"handle donations by debit order on this bank account.This account must be a "
103+
"receivable account, otherwise the debit order will not work."
104+
msgstr ""
105+
71106
#. module: donation_direct_debit
72107
#: code:addons/donation_direct_debit/models/donation.py:0
73108
#, python-format

donation_direct_debit/i18n/es.po

+66-18
Original file line numberDiff line numberDiff line change
@@ -20,34 +20,21 @@ msgstr ""
2020
#: code:addons/donation_direct_debit/models/donation.py:0
2121
#, python-format
2222
msgid ""
23-
"A new draft direct debit order <a href=# data-oe-model=account.payment.order"
24-
" data-oe-id=%d>%s</a> has been automatically created"
23+
"A new payment line %s has been automatically added to the draft direct debit "
24+
"order <a href=# data-oe-model=account.payment.order data-oe-id=%d>%s</a>."
2525
msgstr ""
26-
"Se ha creado automáticamente un nuevo borrador de orden de domiciliación "
27-
"bancaria <a href=# data-oe-model=account.paid.order data-oe-id=%d>%s</a>"
28-
29-
#. module: donation_direct_debit
30-
#: code:addons/donation_direct_debit/models/donation.py:0
31-
#, python-format
32-
msgid ""
33-
"A new payment line has been automatically added to the existing draft direct"
34-
" debit order <a href=# data-oe-model=account.payment.order data-oe-"
35-
"id=%d>%s</a>."
36-
msgstr ""
37-
"Se ha agregado automáticamente una nueva línea de pago al borrador de orden "
38-
"de domiciliación bancaria existente <a href=# data-oe-"
39-
"model=account.paid.order data-oe-id=%d>%s</a>."
4026

4127
#. module: donation_direct_debit
4228
#: model:ir.model.fields,help:donation_direct_debit.field_donation_donation__mandate_required
4329
msgid ""
44-
"Activate this option if this payment method requires your customer to sign a"
45-
" direct debit mandate with your company."
30+
"Activate this option if this payment method requires your customer to sign a "
31+
"direct debit mandate with your company."
4632
msgstr ""
4733
"Active esta opción si este método de pago requiere que su cliente firme un "
4834
"mandato de domiciliación bancaria con su compañía."
4935

5036
#. module: donation_direct_debit
37+
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__display_name
5138
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation__display_name
5239
msgid "Display Name"
5340
msgstr "Mostrar Nombre"
@@ -58,11 +45,23 @@ msgid "Donation"
5845
msgstr "Donación"
5946

6047
#. module: donation_direct_debit
48+
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__donation_debit_order_account_id
49+
msgid "Donation by Debit Order Account"
50+
msgstr ""
51+
52+
#. module: donation_direct_debit
53+
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__id
6154
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation__id
6255
msgid "ID"
6356
msgstr "ID"
6457

6558
#. module: donation_direct_debit
59+
#: model:ir.model,name:donation_direct_debit.model_account_journal
60+
msgid "Journal"
61+
msgstr ""
62+
63+
#. module: donation_direct_debit
64+
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal____last_update
6665
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation____last_update
6766
msgid "Last Modified on"
6867
msgstr "Última Modificación el"
@@ -77,6 +76,37 @@ msgstr "Mandato"
7776
msgid "Mandate Required"
7877
msgstr "Mandato Requerido"
7978

79+
#. module: donation_direct_debit
80+
#: code:addons/donation_direct_debit/models/donation.py:0
81+
#, python-format
82+
msgid "Missing Donation by Debit Order Account on journal '%s'."
83+
msgstr ""
84+
85+
#. module: donation_direct_debit
86+
#: code:addons/donation_direct_debit/models/account_journal.py:0
87+
#, python-format
88+
msgid ""
89+
"The Donation by Debit Order Account of journal '%(journal)s' must be a "
90+
"receivable account, but the account '%(account)s' is configured with type "
91+
"'%(account_type)s'."
92+
msgstr ""
93+
94+
#. module: donation_direct_debit
95+
#: code:addons/donation_direct_debit/models/account_journal.py:0
96+
#, python-format
97+
msgid ""
98+
"The Donation by Debit Order Account of journal '%(journal)s' must be "
99+
"reconciliable, but the account '%(account)s' is not reconciliable."
100+
msgstr ""
101+
102+
#. module: donation_direct_debit
103+
#: model:ir.model.fields,help:donation_direct_debit.field_account_journal__donation_debit_order_account_id
104+
msgid ""
105+
"Transfer account for donations by debit order. Leave empty if you don't "
106+
"handle donations by debit order on this bank account.This account must be a "
107+
"receivable account, otherwise the debit order will not work."
108+
msgstr ""
109+
80110
#. module: donation_direct_debit
81111
#: code:addons/donation_direct_debit/models/donation.py:0
82112
#, python-format
@@ -86,3 +116,21 @@ msgid ""
86116
msgstr ""
87117
"No puede anular una donación vinculada a una línea de pago de una orden de "
88118
"domiciliación bancaria. Elimínelo de la siguiente orden de domiciliación: %s."
119+
120+
#, python-format
121+
#~ msgid ""
122+
#~ "A new draft direct debit order <a href=# data-oe-model=account.payment."
123+
#~ "order data-oe-id=%d>%s</a> has been automatically created"
124+
#~ msgstr ""
125+
#~ "Se ha creado automáticamente un nuevo borrador de orden de domiciliación "
126+
#~ "bancaria <a href=# data-oe-model=account.paid.order data-oe-id=%d>%s</a>"
127+
128+
#, python-format
129+
#~ msgid ""
130+
#~ "A new payment line has been automatically added to the existing draft "
131+
#~ "direct debit order <a href=# data-oe-model=account.payment.order data-oe-"
132+
#~ "id=%d>%s</a>."
133+
#~ msgstr ""
134+
#~ "Se ha agregado automáticamente una nueva línea de pago al borrador de "
135+
#~ "orden de domiciliación bancaria existente <a href=# data-oe-model=account."
136+
#~ "paid.order data-oe-id=%d>%s</a>."

donation_direct_debit/i18n/fr.po

+46-11
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,8 @@ msgstr ""
2020
#: code:addons/donation_direct_debit/models/donation.py:0
2121
#, python-format
2222
msgid ""
23-
"A new draft direct debit order <a href=# data-oe-model=account.payment.order "
24-
"data-oe-id=%d>%s</a> has been automatically created"
25-
msgstr ""
26-
27-
#. module: donation_direct_debit
28-
#: code:addons/donation_direct_debit/models/donation.py:0
29-
#, python-format
30-
msgid ""
31-
"A new payment line has been automatically added to the existing draft direct "
32-
"debit order <a href=# data-oe-model=account.payment.order data-oe-id=%d>%s</"
33-
"a>."
23+
"A new payment line %s has been automatically added to the draft direct debit "
24+
"order <a href=# data-oe-model=account.payment.order data-oe-id=%d>%s</a>."
3425
msgstr ""
3526

3627
#. module: donation_direct_debit
@@ -41,6 +32,7 @@ msgid ""
4132
msgstr ""
4233

4334
#. module: donation_direct_debit
35+
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__display_name
4436
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation__display_name
4537
msgid "Display Name"
4638
msgstr ""
@@ -51,11 +43,23 @@ msgid "Donation"
5143
msgstr "Don"
5244

5345
#. module: donation_direct_debit
46+
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__donation_debit_order_account_id
47+
msgid "Donation by Debit Order Account"
48+
msgstr ""
49+
50+
#. module: donation_direct_debit
51+
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__id
5452
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation__id
5553
msgid "ID"
5654
msgstr ""
5755

5856
#. module: donation_direct_debit
57+
#: model:ir.model,name:donation_direct_debit.model_account_journal
58+
msgid "Journal"
59+
msgstr ""
60+
61+
#. module: donation_direct_debit
62+
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal____last_update
5963
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation____last_update
6064
msgid "Last Modified on"
6165
msgstr ""
@@ -70,6 +74,37 @@ msgstr "Mandat"
7074
msgid "Mandate Required"
7175
msgstr ""
7276

77+
#. module: donation_direct_debit
78+
#: code:addons/donation_direct_debit/models/donation.py:0
79+
#, python-format
80+
msgid "Missing Donation by Debit Order Account on journal '%s'."
81+
msgstr ""
82+
83+
#. module: donation_direct_debit
84+
#: code:addons/donation_direct_debit/models/account_journal.py:0
85+
#, python-format
86+
msgid ""
87+
"The Donation by Debit Order Account of journal '%(journal)s' must be a "
88+
"receivable account, but the account '%(account)s' is configured with type "
89+
"'%(account_type)s'."
90+
msgstr ""
91+
92+
#. module: donation_direct_debit
93+
#: code:addons/donation_direct_debit/models/account_journal.py:0
94+
#, python-format
95+
msgid ""
96+
"The Donation by Debit Order Account of journal '%(journal)s' must be "
97+
"reconciliable, but the account '%(account)s' is not reconciliable."
98+
msgstr ""
99+
100+
#. module: donation_direct_debit
101+
#: model:ir.model.fields,help:donation_direct_debit.field_account_journal__donation_debit_order_account_id
102+
msgid ""
103+
"Transfer account for donations by debit order. Leave empty if you don't "
104+
"handle donations by debit order on this bank account.This account must be a "
105+
"receivable account, otherwise the debit order will not work."
106+
msgstr ""
107+
73108
#. module: donation_direct_debit
74109
#: code:addons/donation_direct_debit/models/donation.py:0
75110
#, python-format

0 commit comments

Comments
 (0)