Skip to content

Commit

Permalink
Update translation files
Browse files Browse the repository at this point in the history
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/
  • Loading branch information
weblate committed Feb 27, 2024
1 parent 7017fd2 commit ad514d1
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 40 deletions.
57 changes: 46 additions & 11 deletions donation_direct_debit/i18n/de.po
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,8 @@ msgstr ""
#: code:addons/donation_direct_debit/models/donation.py:0
#, python-format
msgid ""
"A new draft direct debit order <a href=# data-oe-model=account.payment.order "
"data-oe-id=%d>%s</a> has been automatically created"
msgstr ""

#. module: donation_direct_debit
#: code:addons/donation_direct_debit/models/donation.py:0
#, python-format
msgid ""
"A new payment line has been automatically added to the existing draft direct "
"debit order <a href=# data-oe-model=account.payment.order data-oe-id=%d>%s</"
"a>."
"A new payment line %s has been automatically added to the draft direct debit "
"order <a href=# data-oe-model=account.payment.order data-oe-id=%d>%s</a>."
msgstr ""

#. module: donation_direct_debit
Expand All @@ -39,6 +30,7 @@ msgid ""
msgstr ""

#. module: donation_direct_debit
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__display_name
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation__display_name
msgid "Display Name"
msgstr ""
Expand All @@ -49,11 +41,23 @@ msgid "Donation"
msgstr ""

#. module: donation_direct_debit
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__donation_debit_order_account_id
msgid "Donation by Debit Order Account"
msgstr ""

#. module: donation_direct_debit
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__id
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation__id
msgid "ID"
msgstr ""

#. module: donation_direct_debit
#: model:ir.model,name:donation_direct_debit.model_account_journal
msgid "Journal"
msgstr ""

#. module: donation_direct_debit
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal____last_update
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation____last_update
msgid "Last Modified on"
msgstr ""
Expand All @@ -68,6 +72,37 @@ msgstr ""
msgid "Mandate Required"
msgstr ""

#. module: donation_direct_debit
#: code:addons/donation_direct_debit/models/donation.py:0
#, python-format
msgid "Missing Donation by Debit Order Account on journal '%s'."
msgstr ""

#. module: donation_direct_debit
#: code:addons/donation_direct_debit/models/account_journal.py:0
#, python-format
msgid ""
"The Donation by Debit Order Account of journal '%(journal)s' must be a "
"receivable account, but the account '%(account)s' is configured with type "
"'%(account_type)s'."
msgstr ""

#. module: donation_direct_debit
#: code:addons/donation_direct_debit/models/account_journal.py:0
#, python-format
msgid ""
"The Donation by Debit Order Account of journal '%(journal)s' must be "
"reconciliable, but the account '%(account)s' is not reconciliable."
msgstr ""

#. module: donation_direct_debit
#: model:ir.model.fields,help:donation_direct_debit.field_account_journal__donation_debit_order_account_id
msgid ""
"Transfer account for donations by debit order. Leave empty if you don't "
"handle donations by debit order on this bank account.This account must be a "
"receivable account, otherwise the debit order will not work."
msgstr ""

#. module: donation_direct_debit
#: code:addons/donation_direct_debit/models/donation.py:0
#, python-format
Expand Down
84 changes: 66 additions & 18 deletions donation_direct_debit/i18n/es.po
Original file line number Diff line number Diff line change
Expand Up @@ -20,34 +20,21 @@ msgstr ""
#: code:addons/donation_direct_debit/models/donation.py:0
#, python-format
msgid ""
"A new draft direct debit order <a href=# data-oe-model=account.payment.order"
" data-oe-id=%d>%s</a> has been automatically created"
"A new payment line %s has been automatically added to the draft direct debit "
"order <a href=# data-oe-model=account.payment.order data-oe-id=%d>%s</a>."
msgstr ""
"Se ha creado automáticamente un nuevo borrador de orden de domiciliación "
"bancaria <a href=# data-oe-model=account.paid.order data-oe-id=%d>%s</a>"

#. module: donation_direct_debit
#: code:addons/donation_direct_debit/models/donation.py:0
#, python-format
msgid ""
"A new payment line has been automatically added to the existing draft direct"
" debit order <a href=# data-oe-model=account.payment.order data-oe-"
"id=%d>%s</a>."
msgstr ""
"Se ha agregado automáticamente una nueva línea de pago al borrador de orden "
"de domiciliación bancaria existente <a href=# data-oe-"
"model=account.paid.order data-oe-id=%d>%s</a>."

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

#. module: donation_direct_debit
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__display_name
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation__display_name
msgid "Display Name"
msgstr "Mostrar Nombre"
Expand All @@ -58,11 +45,23 @@ msgid "Donation"
msgstr "Donación"

#. module: donation_direct_debit
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__donation_debit_order_account_id
msgid "Donation by Debit Order Account"
msgstr ""

#. module: donation_direct_debit
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__id
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation__id
msgid "ID"
msgstr "ID"

#. module: donation_direct_debit
#: model:ir.model,name:donation_direct_debit.model_account_journal
msgid "Journal"
msgstr ""

#. module: donation_direct_debit
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal____last_update
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation____last_update
msgid "Last Modified on"
msgstr "Última Modificación el"
Expand All @@ -77,6 +76,37 @@ msgstr "Mandato"
msgid "Mandate Required"
msgstr "Mandato Requerido"

#. module: donation_direct_debit
#: code:addons/donation_direct_debit/models/donation.py:0
#, python-format
msgid "Missing Donation by Debit Order Account on journal '%s'."
msgstr ""

#. module: donation_direct_debit
#: code:addons/donation_direct_debit/models/account_journal.py:0
#, python-format
msgid ""
"The Donation by Debit Order Account of journal '%(journal)s' must be a "
"receivable account, but the account '%(account)s' is configured with type "
"'%(account_type)s'."
msgstr ""

#. module: donation_direct_debit
#: code:addons/donation_direct_debit/models/account_journal.py:0
#, python-format
msgid ""
"The Donation by Debit Order Account of journal '%(journal)s' must be "
"reconciliable, but the account '%(account)s' is not reconciliable."
msgstr ""

#. module: donation_direct_debit
#: model:ir.model.fields,help:donation_direct_debit.field_account_journal__donation_debit_order_account_id
msgid ""
"Transfer account for donations by debit order. Leave empty if you don't "
"handle donations by debit order on this bank account.This account must be a "
"receivable account, otherwise the debit order will not work."
msgstr ""

#. module: donation_direct_debit
#: code:addons/donation_direct_debit/models/donation.py:0
#, python-format
Expand All @@ -86,3 +116,21 @@ msgid ""
msgstr ""
"No puede anular una donación vinculada a una línea de pago de una orden de "
"domiciliación bancaria. Elimínelo de la siguiente orden de domiciliación: %s."

#, python-format
#~ msgid ""
#~ "A new draft direct debit order <a href=# data-oe-model=account.payment."
#~ "order data-oe-id=%d>%s</a> has been automatically created"
#~ msgstr ""
#~ "Se ha creado automáticamente un nuevo borrador de orden de domiciliación "
#~ "bancaria <a href=# data-oe-model=account.paid.order data-oe-id=%d>%s</a>"

#, python-format
#~ msgid ""
#~ "A new payment line has been automatically added to the existing draft "
#~ "direct debit order <a href=# data-oe-model=account.payment.order data-oe-"
#~ "id=%d>%s</a>."
#~ msgstr ""
#~ "Se ha agregado automáticamente una nueva línea de pago al borrador de "
#~ "orden de domiciliación bancaria existente <a href=# data-oe-model=account."
#~ "paid.order data-oe-id=%d>%s</a>."
57 changes: 46 additions & 11 deletions donation_direct_debit/i18n/fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,8 @@ msgstr ""
#: code:addons/donation_direct_debit/models/donation.py:0
#, python-format
msgid ""
"A new draft direct debit order <a href=# data-oe-model=account.payment.order "
"data-oe-id=%d>%s</a> has been automatically created"
msgstr ""

#. module: donation_direct_debit
#: code:addons/donation_direct_debit/models/donation.py:0
#, python-format
msgid ""
"A new payment line has been automatically added to the existing draft direct "
"debit order <a href=# data-oe-model=account.payment.order data-oe-id=%d>%s</"
"a>."
"A new payment line %s has been automatically added to the draft direct debit "
"order <a href=# data-oe-model=account.payment.order data-oe-id=%d>%s</a>."
msgstr ""

#. module: donation_direct_debit
Expand All @@ -41,6 +32,7 @@ msgid ""
msgstr ""

#. module: donation_direct_debit
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__display_name
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation__display_name
msgid "Display Name"
msgstr ""
Expand All @@ -51,11 +43,23 @@ msgid "Donation"
msgstr "Don"

#. module: donation_direct_debit
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__donation_debit_order_account_id
msgid "Donation by Debit Order Account"
msgstr ""

#. module: donation_direct_debit
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal__id
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation__id
msgid "ID"
msgstr ""

#. module: donation_direct_debit
#: model:ir.model,name:donation_direct_debit.model_account_journal
msgid "Journal"
msgstr ""

#. module: donation_direct_debit
#: model:ir.model.fields,field_description:donation_direct_debit.field_account_journal____last_update
#: model:ir.model.fields,field_description:donation_direct_debit.field_donation_donation____last_update
msgid "Last Modified on"
msgstr ""
Expand All @@ -70,6 +74,37 @@ msgstr "Mandat"
msgid "Mandate Required"
msgstr ""

#. module: donation_direct_debit
#: code:addons/donation_direct_debit/models/donation.py:0
#, python-format
msgid "Missing Donation by Debit Order Account on journal '%s'."
msgstr ""

#. module: donation_direct_debit
#: code:addons/donation_direct_debit/models/account_journal.py:0
#, python-format
msgid ""
"The Donation by Debit Order Account of journal '%(journal)s' must be a "
"receivable account, but the account '%(account)s' is configured with type "
"'%(account_type)s'."
msgstr ""

#. module: donation_direct_debit
#: code:addons/donation_direct_debit/models/account_journal.py:0
#, python-format
msgid ""
"The Donation by Debit Order Account of journal '%(journal)s' must be "
"reconciliable, but the account '%(account)s' is not reconciliable."
msgstr ""

#. module: donation_direct_debit
#: model:ir.model.fields,help:donation_direct_debit.field_account_journal__donation_debit_order_account_id
msgid ""
"Transfer account for donations by debit order. Leave empty if you don't "
"handle donations by debit order on this bank account.This account must be a "
"receivable account, otherwise the debit order will not work."
msgstr ""

#. module: donation_direct_debit
#: code:addons/donation_direct_debit/models/donation.py:0
#, python-format
Expand Down

0 comments on commit ad514d1

Please sign in to comment.