New to Translating WordPress? Read through our Translator Handbook to get started. Hide

Translation of Development Readme (trunk): German

Filter ↓ Sort ↓ All (33) Translated (33) Untranslated (0) Waiting (0) Changes requested (0) Fuzzy (0) Warnings (0)
1 2 3
Prio Original string Translation
Enable Two-Factor Authentication (2FA) using time-based one-time passwords (TOTP), Universal 2nd Factor (U2F), email, and backup verification codes.
Priority: high
Aktiviere die Zwei-Faktor-Authentifizierung (2FA) mit zeitbasierten Einmalpasswörtern (TOTP), universellem zweiten Faktor (U2F), E-Mail und Backup-Bestätigungscodes. Details
Enable Two-Factor Authentication (2FA) using time-based one-time passwords (TOTP), Universal 2nd Factor (U2F), email, and backup verification codes.
Comment

Short description.

You have to log in to edit this translation.

Two-Factor
Priority: high
Two Factor Details
Two-Factor
Comment

Plugin name.

You have to log in to edit this translation.

<code>two_factor_rest_api_can_edit_user</code> filter overrides whether a user’s Two-Factor settings can be edited via the REST API. First argument is the current <code>$can_edit</code> boolean, the second argument is the user ID. Der Filter <code>two_factor_rest_api_can_edit_user</code> überschreibt, ob sich die Zwei-Faktor-Einstellungen eines Benutzers über die REST-API bearbeiten lassen. Das erste Argument ist das aktuelle Boolesche <code>$can_edit</code>, das zweite Argument ist die Benutzer-ID. Details
<code>two_factor_rest_api_can_edit_user</code> filter overrides whether a user’s Two-Factor settings can be edited via the REST API. First argument is the current <code>$can_edit</code> boolean, the second argument is the user ID.
Comment

Found in description list item.

You have to log in to edit this translation.

This plugin supports the last two major versions of WordPress and <a href="https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/">the minimum PHP version</a> supported by those WordPress versions. Dieses Plugin funktioniert mit den letzten beiden Hauptversionen von WordPress und <a href="https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/">der Mindestversion von PHP</a>, die von diesen WordPress-Versionen unterstützt wird. Details
This plugin supports the last two major versions of WordPress and <a href="https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/">the minimum PHP version</a> supported by those WordPress versions.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

What PHP and WordPress versions does the Two-Factor plugin support? Welche PHP- und WordPress-Versionen unterstützt das Two-Factor-Plugin? Details
What PHP and WordPress versions does the Two-Factor plugin support?
Comment

Found in faq header.

You have to log in to edit this translation.

<code>two_factor_user_api_login_enable</code> filter restricts authentication for REST API and XML-RPC to application passwords only. Provides the user ID as the second argument. Der Filter <code>two_factor_user_api_login_enable</code> beschränkt die Authentifizierung für REST-API und XML-RPC nur auf Anwendungskennwörter. Gibt die Benutzer-ID als zweites Argument an. Details
<code>two_factor_user_api_login_enable</code> filter restricts authentication for REST API and XML-RPC to application passwords only. Provides the user ID as the second argument.
Comment

Found in description list item.

You have to log in to edit this translation.

Login with email code. Anmeldung mit E-Mail-Code. Details
Login with email code.
Comment

Screenshot description.

You have to log in to edit this translation.

Login with recovery code. Anmeldung mit Wiederherstellungs-Code. Details
Login with recovery code.
Comment

Screenshot description.

You have to log in to edit this translation.

Login with authentication app code. Anmeldung mit Authenticator-App-Code. Details
Login with authentication app code.
Comment

Screenshot description.

You have to log in to edit this translation.

<code>two_factor_providers_for_user</code> filter overrides the available two-factor providers for a specific user. Array values are instances of provider classes and the user object <code>WP_User</code> is available as the second argument. Der Filter <code>two_factor_providers_for_user</code> setzt die verfügbaren Zwei-Faktor-Anbieter für einen bestimmten Benutzer zurück. Array-Werte sind Instanzen von Anbieterklassen und das Benutzerobjekt <code>WP_User</code> ist als zweites Argument verfügbar. Details
<code>two_factor_providers_for_user</code> filter overrides the available two-factor providers for a specific user. Array values are instances of provider classes and the user object <code>WP_User</code> is available as the second argument.
Comment

Found in description list item.

You have to log in to edit this translation.

<code>two_factor_backup_code_length</code> filter overrides the default 8 character count for backup codes. Provides the <code>WP_User</code> of the associated user as the second argument. Der Filter <code>two_factor_backup_code_length</code> überschreibt die 8-Zeichen-Vorgabe für Backup-Codes. Liefert den <code>WP_User</code> des verknüpften Benutzers als zweites Argument. Details
<code>two_factor_backup_code_length</code> filter overrides the default 8 character count for backup codes. Provides the <code>WP_User</code> of the associated user as the second argument.
Comment

Found in description list item.

You have to log in to edit this translation.

<code>two_factor_email_token_length</code> filter overrides the default 8 character count for email tokens. Der Filter <code>two_factor_email_token_length</code> überschreibt die 8-Zeichen-Vorgabe für E-Mail-Tokens. Details
<code>two_factor_email_token_length</code> filter overrides the default 8 character count for email tokens.
Comment

Found in description list item.

You have to log in to edit this translation.

To report a security issue, please visit the <a href="https://hackerone.com/wordpress">WordPress HackerOne</a> program. Um ein Sicherheitsproblem zu melden, besuche bitte das <a href="https://hackerone.com/wordpress">WordPress-HackerOne</a>-Programm. Details
To report a security issue, please visit the <a href="https://hackerone.com/wordpress">WordPress HackerOne</a> program.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

The plugin contributors and WordPress community take security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions. Die Plugin-Mitwirkenden und die WordPress-Community nehmen Sicherheitslücken ernst. Wir schätzen deine Bemühungen, deine Entdeckungen verantwortungsvoll zu veröffentlichen und werden uns bemühen, deine Beiträge zu würdigen. Details
The plugin contributors and WordPress community take security bugs seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

The best place to report bugs, feature suggestions, or any other (non-security) feedback is at <a href="https://github.com/WordPress/two-factor/issues">the Two Factor GitHub issues page</a>. Before submitting a new issue, please search the existing issues to check if someone else has reported the same feedback. Der beste Ort, um Fehler zu melden, neue Funktionen vorzuschlagen oder für sonstige Rückmeldungen ist <a href="https://github.com/WordPress/two-factor/issues">die Two-Factor-Problemseite bei GitHub</a>. Bevor du ein neues Problem meldest, durchsuche bitte die bisherigen Themen danach, ob nicht jemand anderes bereits das gleiche Feedback hinterlassen hat. Details
The best place to report bugs, feature suggestions, or any other (non-security) feedback is at <a href="https://github.com/WordPress/two-factor/issues">the Two Factor GitHub issues page</a>. Before submitting a new issue, please search the existing issues to check if someone else has reported the same feedback.
Comment

Found in faq paragraph.

You have to log in to edit this translation.

Legend:
Current
Waiting
Rejected
Fuzzy
Old
Changes requested
With warnings
1 2 3

Export as