# Translation of Odoo Server. # This file contains the translation of the following modules: # * auth_totp_mail # # "Dylan Kiss (dyki)" , 2025. # "Larissa Manderfeld (lman)" , 2025, 2026. msgid "" msgstr "" "Project-Id-Version: Odoo Server saas~18.4\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2026-01-25 18:36+0000\n" "PO-Revision-Date: 2026-02-12 13:36+0000\n" "Last-Translator: \"Larissa Manderfeld (lman)\" \n" "Language-Team: German \n" "Language: de\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Plural-Forms: nplurals=2; plural=n != 1;\n" "X-Generator: Weblate 5.14.3\n" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.auth_totp_mail_form msgid "" ".\n" "
" msgstr "" ".\n" "
" #. module: auth_totp_mail #: model:mail.template,body_html:auth_totp_mail.mail_template_totp_invite msgid "" "
\n" "

\n" " Dear

\n" " requested you activate two-factor " "authentication to protect your account.

\n" " Two-factor Authentication (\"2FA\") is a system of double " "authentication.\n" " The first one is done with your password and the second one with a " "code you get from a dedicated mobile app.\n" " Popular ones include Authy, Google Authenticator or the Microsoft " "Authenticator.\n" "\n" "

\n" " \n" " Activate my two-factor Authentication\n" " \n" "

\n" " \n" "
\n" " " msgstr "" "
\n" "

\n" " Guten Tag

\n" " fordert Sie dazu auf, die Zwei-Faktor-" "Authentisierung zu aktivieren, um Ihr Konto zu schützen.

\n" " Zwei-Faktor-Authentisierung („2FA“) ist ein Verfahren zur doppelten " "Authentifizierung.\n" " Die erste erfolgt mit Ihrem Passwort, die zweite mit einem Code, den " "Sie über eine gesonderte mobile App erhalten.\n" " Zu den beliebtesten gehören Authy, Google Authenticator oder " "Microsoft Authenticator.\n" "\n" "

\n" " " "\n" " 2-Faktor-Authentisierung aktivieren\n" " \n" "

\n" " \n" "
\n" " " #. module: auth_totp_mail #: model:mail.template,body_html:auth_totp_mail.mail_template_totp_mail_code msgid "" "
\n" "Dear

\n" "

Someone is trying to log in into your account with a new device.

\n" "
    \n" " N/A\n" "
  • Location:
  • \n" "
  • Device:
  • \n" "
  • Browser:
  • \n" "
  • IP address:
  • \n" "
\n" "

If this is you, please enter the following code to complete the login:\n" "\n" "\n" "\n" "

\n" " \n" "
\n" "Please note that this code expires in .\n" "\n" "

\n" " If you did NOT initiate this log-in,\n" " you should immediately change your password to ensure account security.\n" "

\n" "\n" "

\n" " We also strongly recommend enabling the two-factor authentication using " "an authenticator app to help secure your account.\n" "

\n" "\n" "

\n" " \n" " Activate my two-factor authentication\n" " \n" "

\n" "
\n" " " msgstr "" "
\n" " Guten Tag ,

\n" "

jemand versucht, sich mit einem neuen Gerät in Ihrem Konto " "anzumelden.

\n" "
    \n" " k. A.\n" "
  • Ort:
  • \n" "
  • Gerät:
  • \n" "
  • Browser:
  • " "\n" "
  • IP-Adresse:
  • \n" "
\n" "

Wenn Sie das sind, geben Sie bitte den folgenden Code ein, um die " "Anmeldung abzuschließen:

\n" " \n" " \n" " \n" "
\n" " \n" "
\n" " Dieser Code läuft in ab.\n" "\n" "

\n" " Wenn Sie diese Anmeldung NICHT veranlasst haben,\n" "sollten Sie sofort Ihr Passwort ändern, um die Sicherheit Ihres Kontos zu " "gewährleisten.\n" "

\n" "\n" "

\n" " Wir empfehlen außerdem dringend, die Zwei-Faktor-Authentifizierung " "mit einer Authentifizierungsapp zu aktivieren, um Ihr Konto doppelt zu " "sichern.\n" "

\n" "\n" "

\n" " \n" " Zwei-Faktor-Authentifizierung aktivieren\n" " \n" "

\n" "
\n" " " #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.auth_totp_mail_form msgid "" "\n" " To login, enter below the six-digit authentication code just " "sent via email to" msgstr "" "\n" " Um sich anzumelden, geben Sie unten den sechsstelligen " "Authentifizierungscode ein, der soeben per E-Mail versandt wurde an" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_users_view_form msgid "" "\n" " Recommended for extra security.\n" " " msgstr "" "\n" " Für erhöhte Sicherheit empfohlen.\n" " " #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.account_security_alert msgid "Consider also" msgstr "Ziehen Sie auch in Erwägung," #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "A new device was used to sign in to your account." msgstr "Es wurde ein neues Gerät verwendet, um sie in Ihrem Konto anzumelden" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/auth_totp_device.py:0 msgid "" "A trusted device has just been removed from your account: %(device_names)s" msgstr "" "Von Ihrem Konto wurde gerade ein vertrauenswürdiges Gerät entfernt: %" "(device_names)s" #. module: auth_totp_mail #: model:ir.model.fields.selection,name:auth_totp_mail.selection__res_config_settings__auth_totp_policy__all_required msgid "All users" msgstr "Alle Benutzer" #. module: auth_totp_mail #: model:ir.model,name:auth_totp_mail.model_auth_totp_device msgid "Authentication Device" msgstr "Gerät zur Authentifizierung" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Cannot send email: user %s has no email address." msgstr "" "E-Mail kann nicht versendet werden: Benutzer %s hat keine E-Mail-Adresse" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_users_view_form msgid "Click to enable 2FA." msgstr "Klicken Sie hier, um 2FA zu aktivieren." #. module: auth_totp_mail #: model:ir.model,name:auth_totp_mail.model_res_config_settings msgid "Config Settings" msgstr "Konfigurationseinstellungen" #. module: auth_totp_mail #: model:ir.model.fields,field_description:auth_totp_mail.field_auth_totp_device__display_name #: model:ir.model.fields,field_description:auth_totp_mail.field_res_config_settings__display_name #: model:ir.model.fields,field_description:auth_totp_mail.field_res_users__display_name msgid "Display Name" msgstr "Anzeigename" #. module: auth_totp_mail #: model:ir.model.fields.selection,name:auth_totp_mail.selection__res_config_settings__auth_totp_policy__employee_required msgid "Employees only" msgstr "Nur Mitarbeiter" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_users_view_form msgid "Enable 2FA" msgstr "2FA aktivieren" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_config_settings_view_form msgid "" "Enforce the two-factor authentication by email for employees or for all " "users (including portal users) if they didn't enable any other two-factor " "authentication method." msgstr "" "Erzwingen Sie die Zwei-Faktor-Authentifizierung per E-Mail für Mitarbeiter " "oder für alle Benutzer (einschließlich Portalbenutzer), wenn sie keine " "andere Zwei-Faktor-Authentifizierungsmethode aktiviert haben." #. module: auth_totp_mail #: model:ir.model.fields,field_description:auth_totp_mail.field_res_config_settings__auth_totp_enforce msgid "Enforce two-factor authentication" msgstr "Zwei-Faktor-Authentifizierung erzwingen" #. module: auth_totp_mail #: model:ir.model.fields,field_description:auth_totp_mail.field_auth_totp_device__id #: model:ir.model.fields,field_description:auth_totp_mail.field_res_config_settings__id #: model:ir.model.fields,field_description:auth_totp_mail.field_res_users__id msgid "ID" msgstr "ID" #. module: auth_totp_mail #: model:mail.template,subject:auth_totp_mail.mail_template_totp_invite msgid "Invitation to activate two-factor authentication on your Odoo account" msgstr "" "Aufforderung zur Aktivierung der Zwei-Faktor-Authentifizierung für Ihr Odoo-" "Konto" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "" "Invitation to use two-factor authentication sent for the following user(s): " "%s" msgstr "" "Einladung zur Verwendung der Zwei-Faktor-Authentifizierung für folgende(n) " "Benutzer gesendet: %s" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.view_users_form msgid "Invite to use 2FA" msgstr "Zur Nutzung von 2FA einladen" #. module: auth_totp_mail #: model:ir.actions.server,name:auth_totp_mail.action_invite_totp msgid "Invite to use two-factor authentication" msgstr "Einladung zur Verwendung der Zwei-Faktor-Authentifizierung" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.auth_totp_mail_form msgid "Learn More" msgstr "Mehr erfahren" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "New Connection to your Account" msgstr "Neue Anmeldung in Ihrem Konto" #. module: auth_totp_mail #: model:ir.actions.server,name:auth_totp_mail.action_activate_two_factor_authentication msgid "Open two-factor authentication configuration" msgstr "Konfiguration der Zwei-Faktor-Authentifizierung öffnen" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.auth_totp_mail_form msgid "Re-send email" msgstr "E-Mail erneut senden" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Security" msgstr "Sicherheit" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Security Update: 2FA Activated" msgstr "Sicherheitsupdate: 2FA geändert" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Security Update: 2FA Deactivated" msgstr "Sicherheitsupdate: 2FA deaktiviert" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/auth_totp_device.py:0 msgid "Security Update: Device Removed" msgstr "Sicherheitsupdate: Gerät hinzugefügt" #. module: auth_totp_mail #: model:mail.template,name:auth_totp_mail.mail_template_totp_invite msgid "Settings: 2Fa Invitation" msgstr "Einstellungen: 2FA-Einladung" #. module: auth_totp_mail #: model:mail.template,name:auth_totp_mail.mail_template_totp_mail_code msgid "Settings: 2Fa New Login" msgstr "Einstellungen: 2FA für neue Anmeldung" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.res_users_view_form msgid "Two-factor Authentication" msgstr "Zwei-Faktor-Authentifizierung" #. module: auth_totp_mail #: model:ir.model.fields,field_description:auth_totp_mail.field_res_config_settings__auth_totp_policy msgid "Two-factor authentication enforcing policy" msgstr "Richtlinien zur Erzwingung der Zwei-Faktor-Authentifizierung" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Two-factor authentication has been activated on your account" msgstr "Die Zwei-Faktor-Authentifizierung wurde für Ihr Konto aktiviert" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Two-factor authentication has been deactivated on your account" msgstr "Die Zwei-Faktor-Authentifizierung wurde für Ihr Konto deaktiviert" #. module: auth_totp_mail #: model:ir.model,name:auth_totp_mail.model_res_users msgid "User" msgstr "Benutzer" #. module: auth_totp_mail #. odoo-python #: code:addons/auth_totp_mail/models/res_users.py:0 msgid "Verification failed, please double-check the 6-digit code" msgstr "" "Verifizierung fehlgeschlagen, bitte überprüfen Sie den 6-stelligen Code " "erneut" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.auth_totp_mail_form msgid "" "We strongly recommend enabling the two-factor authentication using an " "authenticator app to help secure your account.\n" "
" msgstr "" "Wir empfehlen dringend, die Zwei-Faktor-Authentifizierung mit einer " "Authentifizierungsapp zu aktivieren, um Ihr Konto zu schützen.\n" "
" #. module: auth_totp_mail #: model:mail.template,subject:auth_totp_mail.mail_template_totp_mail_code msgid "Your two-factor authentication code" msgstr "Ihr Zwei-Faktor-Authentifizierungscode" #. module: auth_totp_mail #: model_terms:ir.ui.view,arch_db:auth_totp_mail.account_security_alert msgid "activating Two-factor Authentication" msgstr "die Zwei-Faktoren-Authentifizierung zu aktivieren" #~ msgid "Account Security" #~ msgstr "Kontosicherheit" #~ msgid "Name" #~ msgstr "Name"