From 252c745e6b5a6ec3cd5312df29d2fd06d1991c28 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 7 Sep 2026 14:09:31 +0000 Subject: [PATCH] Approval in value-sets --- value-sets/ar/two_factor_auth_types.json | 9 +++++++++ value-sets/cs/two_factor_auth_types.json | 9 +++++++++ value-sets/de/two_factor_auth_types.json | 9 +++++++++ value-sets/dsb/two_factor_auth_types.json | 9 +++++++++ value-sets/en/two_factor_auth_types.json | 9 +++++++++ value-sets/es/two_factor_auth_types.json | 9 +++++++++ value-sets/fr/two_factor_auth_types.json | 9 +++++++++ value-sets/hi/two_factor_auth_types.json | 9 +++++++++ value-sets/hsb/two_factor_auth_types.json | 9 +++++++++ value-sets/hu/two_factor_auth_types.json | 9 +++++++++ value-sets/id/two_factor_auth_types.json | 9 +++++++++ value-sets/it/two_factor_auth_types.json | 9 +++++++++ value-sets/iw/two_factor_auth_types.json | 9 +++++++++ value-sets/kn/two_factor_auth_types.json | 9 +++++++++ value-sets/nl/two_factor_auth_types.json | 9 +++++++++ value-sets/pl/two_factor_auth_types.json | 9 +++++++++ value-sets/pt/two_factor_auth_types.json | 9 +++++++++ value-sets/qu/two_factor_auth_types.json | 9 +++++++++ value-sets/ro/two_factor_auth_types.json | 9 +++++++++ value-sets/ru/two_factor_auth_types.json | 9 +++++++++ value-sets/ta/two_factor_auth_types.json | 9 +++++++++ value-sets/te/two_factor_auth_types.json | 9 +++++++++ value-sets/tl/two_factor_auth_types.json | 9 +++++++++ value-sets/tr/two_factor_auth_types.json | 9 +++++++++ value-sets/uk/two_factor_auth_types.json | 9 +++++++++ value-sets/zh/two_factor_auth_types.json | 9 +++++++++ 26 files changed, 234 insertions(+) create mode 100644 value-sets/ar/two_factor_auth_types.json create mode 100644 value-sets/cs/two_factor_auth_types.json create mode 100644 value-sets/de/two_factor_auth_types.json create mode 100644 value-sets/dsb/two_factor_auth_types.json create mode 100644 value-sets/en/two_factor_auth_types.json create mode 100644 value-sets/es/two_factor_auth_types.json create mode 100644 value-sets/fr/two_factor_auth_types.json create mode 100644 value-sets/hi/two_factor_auth_types.json create mode 100644 value-sets/hsb/two_factor_auth_types.json create mode 100644 value-sets/hu/two_factor_auth_types.json create mode 100644 value-sets/id/two_factor_auth_types.json create mode 100644 value-sets/it/two_factor_auth_types.json create mode 100644 value-sets/iw/two_factor_auth_types.json create mode 100644 value-sets/kn/two_factor_auth_types.json create mode 100644 value-sets/nl/two_factor_auth_types.json create mode 100644 value-sets/pl/two_factor_auth_types.json create mode 100644 value-sets/pt/two_factor_auth_types.json create mode 100644 value-sets/qu/two_factor_auth_types.json create mode 100644 value-sets/ro/two_factor_auth_types.json create mode 100644 value-sets/ru/two_factor_auth_types.json create mode 100644 value-sets/ta/two_factor_auth_types.json create mode 100644 value-sets/te/two_factor_auth_types.json create mode 100644 value-sets/tl/two_factor_auth_types.json create mode 100644 value-sets/tr/two_factor_auth_types.json create mode 100644 value-sets/uk/two_factor_auth_types.json create mode 100644 value-sets/zh/two_factor_auth_types.json diff --git a/value-sets/ar/two_factor_auth_types.json b/value-sets/ar/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/ar/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/cs/two_factor_auth_types.json b/value-sets/cs/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/cs/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/de/two_factor_auth_types.json b/value-sets/de/two_factor_auth_types.json new file mode 100644 index 00000000..7693ffff --- /dev/null +++ b/value-sets/de/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "Keine Zwei-Faktor-Authentifizierung", + "email": "Per Mail", + "webauthn_2fa": "WebAuthn (f\u00fcr Zwei-Faktor-Authentifizierung)", + "webauthn_passwordless": "WebAuthn (passwortlos)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/dsb/two_factor_auth_types.json b/value-sets/dsb/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/dsb/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/en/two_factor_auth_types.json b/value-sets/en/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/en/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/es/two_factor_auth_types.json b/value-sets/es/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/es/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/fr/two_factor_auth_types.json b/value-sets/fr/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/fr/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/hi/two_factor_auth_types.json b/value-sets/hi/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/hi/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/hsb/two_factor_auth_types.json b/value-sets/hsb/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/hsb/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/hu/two_factor_auth_types.json b/value-sets/hu/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/hu/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/id/two_factor_auth_types.json b/value-sets/id/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/id/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/it/two_factor_auth_types.json b/value-sets/it/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/it/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/iw/two_factor_auth_types.json b/value-sets/iw/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/iw/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/kn/two_factor_auth_types.json b/value-sets/kn/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/kn/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/nl/two_factor_auth_types.json b/value-sets/nl/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/nl/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/pl/two_factor_auth_types.json b/value-sets/pl/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/pl/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/pt/two_factor_auth_types.json b/value-sets/pt/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/pt/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/qu/two_factor_auth_types.json b/value-sets/qu/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/qu/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/ro/two_factor_auth_types.json b/value-sets/ro/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/ro/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/ru/two_factor_auth_types.json b/value-sets/ru/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/ru/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/ta/two_factor_auth_types.json b/value-sets/ta/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/ta/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/te/two_factor_auth_types.json b/value-sets/te/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/te/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/tl/two_factor_auth_types.json b/value-sets/tl/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/tl/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/tr/two_factor_auth_types.json b/value-sets/tr/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/tr/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/uk/two_factor_auth_types.json b/value-sets/uk/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/uk/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file diff --git a/value-sets/zh/two_factor_auth_types.json b/value-sets/zh/two_factor_auth_types.json new file mode 100644 index 00000000..4e411d8e --- /dev/null +++ b/value-sets/zh/two_factor_auth_types.json @@ -0,0 +1,9 @@ +{ + "two_factor_auth_types": { + "none": "No two factor authentication", + "email": "By mail", + "webauthn_2fa": "WebAuthn (for two-factor authentication)", + "webauthn_passwordless": "WebAuthn (passwordless)", + "totp": "TOTP" + } +} \ No newline at end of file