277 lines
9.0 KiB
Plaintext
277 lines
9.0 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * payment_authorize
|
|
#
|
|
# Translators:
|
|
# Wil Odoo, 2023
|
|
# Larissa Manderfeld, 2023
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 17.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
|
|
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
|
|
"Last-Translator: Larissa Manderfeld, 2023\n"
|
|
"Language-Team: German (https://app.transifex.com/odoo/teams/41243/de/)\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: \n"
|
|
"Language: de\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#. module: payment_authorize
|
|
#: model_terms:ir.ui.view,arch_db:payment_authorize.inline_form
|
|
msgid ""
|
|
"<select id=\"o_authorize_account_type\" required=\"\" class=\"form-select\">\n"
|
|
" <option value=\"checking\">Personal Checking</option>\n"
|
|
" <option value=\"savings\">Personal Savings</option>\n"
|
|
" <option value=\"businessChecking\">Business Checking</option>\n"
|
|
" </select>"
|
|
msgstr ""
|
|
"<select id=\"o_authorize_account_type\" required=\"\" class=\"form-select\">\n"
|
|
" <option value=\"checking\">Persönliches Girokonto</option>\n"
|
|
" <option value=\"savings\">Persönliches Sparkonto</option>\n"
|
|
" <option value=\"businessChecking\">Geschäftliches Girokonto</option>\n"
|
|
" </select>"
|
|
|
|
#. module: payment_authorize
|
|
#: model_terms:ir.ui.view,arch_db:payment_authorize.inline_form
|
|
msgid "ABA Routing Number"
|
|
msgstr "ABA-Routing-Nummer"
|
|
|
|
#. module: payment_authorize
|
|
#: model:ir.model.fields,field_description:payment_authorize.field_payment_provider__authorize_client_key
|
|
msgid "API Client Key"
|
|
msgstr "AP-Client-Schlüssel"
|
|
|
|
#. module: payment_authorize
|
|
#: model:ir.model.fields,field_description:payment_authorize.field_payment_provider__authorize_login
|
|
msgid "API Login ID"
|
|
msgstr "API-Anmelde-ID"
|
|
|
|
#. module: payment_authorize
|
|
#: model:ir.model.fields,field_description:payment_authorize.field_payment_provider__authorize_signature_key
|
|
msgid "API Signature Key"
|
|
msgstr "API-Signaturschlüssel"
|
|
|
|
#. module: payment_authorize
|
|
#: model:ir.model.fields,field_description:payment_authorize.field_payment_provider__authorize_transaction_key
|
|
msgid "API Transaction Key"
|
|
msgstr "API Transaction Key"
|
|
|
|
#. module: payment_authorize
|
|
#: model_terms:ir.ui.view,arch_db:payment_authorize.inline_form
|
|
msgid "Account Number"
|
|
msgstr "Kontonummer"
|
|
|
|
#. module: payment_authorize
|
|
#: model:ir.model.fields.selection,name:payment_authorize.selection__payment_provider__code__authorize
|
|
msgid "Authorize.Net"
|
|
msgstr "Authorize.Net"
|
|
|
|
#. module: payment_authorize
|
|
#: model:ir.model.fields,field_description:payment_authorize.field_payment_token__authorize_profile
|
|
msgid "Authorize.Net Profile ID"
|
|
msgstr "Authorize.Net-Profil-ID"
|
|
|
|
#. module: payment_authorize
|
|
#: model_terms:ir.ui.view,arch_db:payment_authorize.inline_form
|
|
msgid "Bank Account Type"
|
|
msgstr "Bankverbindungstyp"
|
|
|
|
#. module: payment_authorize
|
|
#: model_terms:ir.ui.view,arch_db:payment_authorize.inline_form
|
|
msgid "Bank Name"
|
|
msgstr "Bankname"
|
|
|
|
#. module: payment_authorize
|
|
#: model_terms:ir.ui.view,arch_db:payment_authorize.inline_form
|
|
msgid "Card Code"
|
|
msgstr "Kartencode"
|
|
|
|
#. module: payment_authorize
|
|
#: model_terms:ir.ui.view,arch_db:payment_authorize.inline_form
|
|
msgid "Card Number"
|
|
msgstr "Kartennummer"
|
|
|
|
#. module: payment_authorize
|
|
#: model:ir.model.fields,field_description:payment_authorize.field_payment_provider__code
|
|
msgid "Code"
|
|
msgstr "Code"
|
|
|
|
#. module: payment_authorize
|
|
#. odoo-python
|
|
#: code:addons/payment_authorize/models/payment_provider.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"Could not fetch merchant details:\n"
|
|
"%s"
|
|
msgstr ""
|
|
"Es konnten keine Händlerdetails abgerufen werden:\n"
|
|
"%s"
|
|
|
|
#. module: payment_authorize
|
|
#. odoo-python
|
|
#: code:addons/payment_authorize/models/payment_transaction.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"Could not retrieve the transaction details. (error code: %s; error_details: "
|
|
"%s)"
|
|
msgstr ""
|
|
"Die Transaktionsdetails konnten nicht abgerufen werden. (Fehlercode: %s; "
|
|
"error_details: %s)"
|
|
|
|
#. module: payment_authorize
|
|
#: model_terms:ir.ui.view,arch_db:payment_authorize.inline_form
|
|
msgid "Expiration"
|
|
msgstr "Gültigkeit"
|
|
|
|
#. module: payment_authorize
|
|
#. odoo-python
|
|
#: code:addons/payment_authorize/models/payment_provider.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"Failed to authenticate.\n"
|
|
"%s"
|
|
msgstr ""
|
|
"Authentifizierung fehlgeschlagen.\n"
|
|
"%s"
|
|
|
|
#. module: payment_authorize
|
|
#: model_terms:ir.ui.view,arch_db:payment_authorize.payment_provider_form
|
|
msgid "Generate Client Key"
|
|
msgstr "Client-Schlüssel generieren"
|
|
|
|
#. module: payment_authorize
|
|
#: model_terms:ir.ui.view,arch_db:payment_authorize.payment_provider_form
|
|
msgid "How to get paid with Authorize.Net"
|
|
msgstr "Wie Sie mit Authorize.Net bezahlt werden"
|
|
|
|
#. module: payment_authorize
|
|
#: model_terms:ir.ui.view,arch_db:payment_authorize.inline_form
|
|
msgid "MM"
|
|
msgstr "MM"
|
|
|
|
#. module: payment_authorize
|
|
#: model_terms:ir.ui.view,arch_db:payment_authorize.inline_form
|
|
msgid "Name On Account"
|
|
msgstr "Name für Konto"
|
|
|
|
#. module: payment_authorize
|
|
#. odoo-python
|
|
#: code:addons/payment_authorize/models/payment_transaction.py:0
|
|
#, python-format
|
|
msgid "No transaction found matching reference %s."
|
|
msgstr "Keine Transaktion gefunden, die der Referenz %s entspricht."
|
|
|
|
#. module: payment_authorize
|
|
#. odoo-python
|
|
#: code:addons/payment_authorize/models/payment_provider.py:0
|
|
#, python-format
|
|
msgid "Only one currency can be selected by Authorize.Net account."
|
|
msgstr "Pro Authorize.Net-Konto kann nur eine Währung ausgewählt werden."
|
|
|
|
#. module: payment_authorize
|
|
#: model:ir.model,name:payment_authorize.model_payment_provider
|
|
msgid "Payment Provider"
|
|
msgstr "Zahlungsanbieter"
|
|
|
|
#. module: payment_authorize
|
|
#: model:ir.model,name:payment_authorize.model_payment_token
|
|
msgid "Payment Token"
|
|
msgstr "Zahlungs-Token"
|
|
|
|
#. module: payment_authorize
|
|
#: model:ir.model,name:payment_authorize.model_payment_transaction
|
|
msgid "Payment Transaction"
|
|
msgstr "Zahlungstransaktion"
|
|
|
|
#. module: payment_authorize
|
|
#. odoo-javascript
|
|
#: code:addons/payment_authorize/static/src/js/payment_form.js:0
|
|
#: code:addons/payment_authorize/static/src/js/payment_form.js:0
|
|
#, python-format
|
|
msgid "Payment processing failed"
|
|
msgstr "Zahlungsverarbeitung fehlgeschlagen"
|
|
|
|
#. module: payment_authorize
|
|
#. odoo-python
|
|
#: code:addons/payment_authorize/models/payment_transaction.py:0
|
|
#, python-format
|
|
msgid "Received data with status code \"%(status)s\" and error code \"%(error)s\""
|
|
msgstr "Daten empfangen mit Statuscode \"%(status)s\" und Fehlercode \"%(error)s\""
|
|
|
|
#. module: payment_authorize
|
|
#. odoo-python
|
|
#: code:addons/payment_authorize/controllers/main.py:0
|
|
#, python-format
|
|
msgid "Received tampered payment request data."
|
|
msgstr "Es wurden manipulierte Zahlungsanforderungsdaten empfangen."
|
|
|
|
#. module: payment_authorize
|
|
#: model_terms:ir.ui.view,arch_db:payment_authorize.payment_provider_form
|
|
msgid "Set Account Currency"
|
|
msgstr "Kontowährung bestimmen"
|
|
|
|
#. module: payment_authorize
|
|
#: model:ir.model.fields,help:payment_authorize.field_payment_provider__authorize_login
|
|
msgid "The ID solely used to identify the account with Authorize.Net"
|
|
msgstr ""
|
|
"Die ID, die ausschließlich zur Identifizierung des Kontos bei Authorize.Net "
|
|
"verwendet wird"
|
|
|
|
#. module: payment_authorize
|
|
#: model:ir.model.fields,help:payment_authorize.field_payment_provider__authorize_client_key
|
|
msgid ""
|
|
"The public client key. To generate directly from Odoo or from Authorize.Net "
|
|
"backend."
|
|
msgstr ""
|
|
"Der öffentliche Client-Schlüssel. Direkt aus Odoo oder aus dem "
|
|
"Authorize.Net-Backend zu generieren."
|
|
|
|
#. module: payment_authorize
|
|
#: model:ir.model.fields,help:payment_authorize.field_payment_provider__code
|
|
msgid "The technical code of this payment provider."
|
|
msgstr "Der technische Code dieses Zahlungsanbieters."
|
|
|
|
#. module: payment_authorize
|
|
#. odoo-python
|
|
#: code:addons/payment_authorize/models/payment_transaction.py:0
|
|
#, python-format
|
|
msgid ""
|
|
"The transaction is not in a status to be refunded. (status: %s, details: %s)"
|
|
msgstr ""
|
|
"Die Transaktion befindet sich nicht in einem Status, in dem sie erstattet "
|
|
"werden kann. (Status: %s, Details: %s)"
|
|
|
|
#. module: payment_authorize
|
|
#. odoo-python
|
|
#: code:addons/payment_authorize/models/payment_transaction.py:0
|
|
#, python-format
|
|
msgid "The transaction is not linked to a token."
|
|
msgstr "Die Transaktion ist nicht mit einem Token verknüpft."
|
|
|
|
#. module: payment_authorize
|
|
#: model:ir.model.fields,help:payment_authorize.field_payment_token__authorize_profile
|
|
msgid ""
|
|
"The unique reference for the partner/token combination in the Authorize.net "
|
|
"backend."
|
|
msgstr ""
|
|
"Die eindeutige Referenz für die Partner/Token-Kombination im Authorize.net "
|
|
"Backend."
|
|
|
|
#. module: payment_authorize
|
|
#. odoo-python
|
|
#: code:addons/payment_authorize/models/payment_provider.py:0
|
|
#, python-format
|
|
msgid "This action cannot be performed while the provider is disabled."
|
|
msgstr ""
|
|
"Diese Aktion kann nicht durchgeführt werden, wenn der Anbieter deaktiviert "
|
|
"ist."
|
|
|
|
#. module: payment_authorize
|
|
#: model_terms:ir.ui.view,arch_db:payment_authorize.inline_form
|
|
msgid "YY"
|
|
msgstr "YY"
|