From 592501f34836a91108cc64ebc7074818d2f0c686 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 7 Sep 2026 14:09:31 +0000 Subject: [PATCH] Approval. --- ar/two_factor_auth_types.php | 9 +++++++++ cs/two_factor_auth_types.php | 9 +++++++++ de/two_factor_auth_types.php | 9 +++++++++ dsb/two_factor_auth_types.php | 9 +++++++++ en/two_factor_auth_types.php | 9 +++++++++ es/two_factor_auth_types.php | 9 +++++++++ fr/two_factor_auth_types.php | 9 +++++++++ hi/two_factor_auth_types.php | 9 +++++++++ hsb/two_factor_auth_types.php | 9 +++++++++ hu/two_factor_auth_types.php | 9 +++++++++ id/two_factor_auth_types.php | 9 +++++++++ it/two_factor_auth_types.php | 9 +++++++++ iw/two_factor_auth_types.php | 9 +++++++++ kn/two_factor_auth_types.php | 9 +++++++++ nl/two_factor_auth_types.php | 9 +++++++++ pl/two_factor_auth_types.php | 9 +++++++++ pt/two_factor_auth_types.php | 9 +++++++++ qu/two_factor_auth_types.php | 9 +++++++++ ro/two_factor_auth_types.php | 9 +++++++++ ru/two_factor_auth_types.php | 9 +++++++++ ta/two_factor_auth_types.php | 9 +++++++++ te/two_factor_auth_types.php | 9 +++++++++ tl/two_factor_auth_types.php | 9 +++++++++ tr/two_factor_auth_types.php | 9 +++++++++ uk/two_factor_auth_types.php | 9 +++++++++ zh/two_factor_auth_types.php | 9 +++++++++ 26 files changed, 234 insertions(+) create mode 100644 ar/two_factor_auth_types.php create mode 100644 cs/two_factor_auth_types.php create mode 100644 de/two_factor_auth_types.php create mode 100644 dsb/two_factor_auth_types.php create mode 100644 en/two_factor_auth_types.php create mode 100644 es/two_factor_auth_types.php create mode 100644 fr/two_factor_auth_types.php create mode 100644 hi/two_factor_auth_types.php create mode 100644 hsb/two_factor_auth_types.php create mode 100644 hu/two_factor_auth_types.php create mode 100644 id/two_factor_auth_types.php create mode 100644 it/two_factor_auth_types.php create mode 100644 iw/two_factor_auth_types.php create mode 100644 kn/two_factor_auth_types.php create mode 100644 nl/two_factor_auth_types.php create mode 100644 pl/two_factor_auth_types.php create mode 100644 pt/two_factor_auth_types.php create mode 100644 qu/two_factor_auth_types.php create mode 100644 ro/two_factor_auth_types.php create mode 100644 ru/two_factor_auth_types.php create mode 100644 ta/two_factor_auth_types.php create mode 100644 te/two_factor_auth_types.php create mode 100644 tl/two_factor_auth_types.php create mode 100644 tr/two_factor_auth_types.php create mode 100644 uk/two_factor_auth_types.php create mode 100644 zh/two_factor_auth_types.php diff --git a/ar/two_factor_auth_types.php b/ar/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/ar/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/cs/two_factor_auth_types.php b/cs/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/cs/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/de/two_factor_auth_types.php b/de/two_factor_auth_types.php new file mode 100644 index 0000000..6f315f7 --- /dev/null +++ b/de/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'Keine Zwei-Faktor-Authentifizierung', + 'email' => 'Per Mail', + 'webauthn_2fa' => 'WebAuthn (für Zwei-Faktor-Authentifizierung)', + 'webauthn_passwordless' => 'WebAuthn (passwortlos)', + 'totp' => 'TOTP', +); diff --git a/dsb/two_factor_auth_types.php b/dsb/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/dsb/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/en/two_factor_auth_types.php b/en/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/en/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/es/two_factor_auth_types.php b/es/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/es/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/fr/two_factor_auth_types.php b/fr/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/fr/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/hi/two_factor_auth_types.php b/hi/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/hi/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/hsb/two_factor_auth_types.php b/hsb/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/hsb/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/hu/two_factor_auth_types.php b/hu/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/hu/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/id/two_factor_auth_types.php b/id/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/id/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/it/two_factor_auth_types.php b/it/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/it/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/iw/two_factor_auth_types.php b/iw/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/iw/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/kn/two_factor_auth_types.php b/kn/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/kn/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/nl/two_factor_auth_types.php b/nl/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/nl/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/pl/two_factor_auth_types.php b/pl/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/pl/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/pt/two_factor_auth_types.php b/pt/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/pt/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/qu/two_factor_auth_types.php b/qu/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/qu/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/ro/two_factor_auth_types.php b/ro/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/ro/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/ru/two_factor_auth_types.php b/ru/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/ru/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/ta/two_factor_auth_types.php b/ta/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/ta/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/te/two_factor_auth_types.php b/te/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/te/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/tl/two_factor_auth_types.php b/tl/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/tl/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/tr/two_factor_auth_types.php b/tr/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/tr/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/uk/two_factor_auth_types.php b/uk/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/uk/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +); diff --git a/zh/two_factor_auth_types.php b/zh/two_factor_auth_types.php new file mode 100644 index 0000000..607b5d9 --- /dev/null +++ b/zh/two_factor_auth_types.php @@ -0,0 +1,9 @@ + 'No two factor authentication', + 'email' => 'By mail', + 'webauthn_2fa' => 'WebAuthn (for two-factor authentication)', + 'webauthn_passwordless' => 'WebAuthn (passwordless)', + 'totp' => 'TOTP', +);