Skip to content
This repository has been archived by the owner on Mar 15, 2024. It is now read-only.

Commit

Permalink
Change all "twofactorauth.org" references to "2fa.directory" (#840)
Browse files Browse the repository at this point in the history
  • Loading branch information
phallobst authored and cscharf committed Feb 22, 2021
1 parent 9326a9a commit f52926a
Show file tree
Hide file tree
Showing 42 changed files with 43 additions and 43 deletions.
2 changes: 1 addition & 1 deletion src/app/tools/inactive-two-factor-report.component.ts
Expand Up @@ -77,7 +77,7 @@ export class InactiveTwoFactorReportComponent extends CipherReportComponent impl
if (this.services.size > 0) {
return;
}
const response = await fetch(new Request('https://twofactorauth.org/api/v1/data.json'));
const response = await fetch(new Request('https://2fa.directory/api/v1/data.json'));
if (response.status !== 200) {
throw new Error();
}
Expand Down
2 changes: 1 addition & 1 deletion src/locales/af/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Logins Without 2FA Found"
},
"inactive2faFoundDesc": {
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.",
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to 2fa.directory). To further protect these accounts, you should enable two-factor authentication.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/be/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Logins Without 2FA Found"
},
"inactive2faFoundDesc": {
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.",
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to 2fa.directory). To further protect these accounts, you should enable two-factor authentication.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/bg/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Открити са записи без двустепенна идентификация"
},
"inactive2faFoundDesc": {
"message": "В трезора ви има записи за $COUNT$ уебсайта, които е възможно да не са настроени за работа с двустепенна идентификация (според сайта twofactorauth.org). За да защитите тези регистрации, трябва да включите двустепенната идентификация.",
"message": "В трезора ви има записи за $COUNT$ уебсайта, които е възможно да не са настроени за работа с двустепенна идентификация (според сайта 2fa.directory). За да защитите тези регистрации, трябва да включите двустепенната идентификация.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ca/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "S'han trobat registres sense 2FA"
},
"inactive2faFoundDesc": {
"message": "Hem trobat $COUNT$ llocs web a la vostra caixa forta que no es poden configurar amb l'autenticació de dos factors (d'acord amb twofactorauth.org). Per protegir encara més aquests comptes, haureu d'habilitar l'autenticació de dos factors.",
"message": "Hem trobat $COUNT$ llocs web a la vostra caixa forta que no es poden configurar amb l'autenticació de dos factors (d'acord amb 2fa.directory). Per protegir encara més aquests comptes, haureu d'habilitar l'autenticació de dos factors.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/cs/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Nalezena přihlášení bez 2FA"
},
"inactive2faFoundDesc": {
"message": "Některé weby ($COUNT$) ve vašem trezoru zřejmě nejsou nakonfigurovány pro použití dvoufaktorového přihlášení (dle twofactorauth.org). Pro lepší ochranu vašich účtů byste měli dvoufaktorové přihlášení povolit.",
"message": "Některé weby ($COUNT$) ve vašem trezoru zřejmě nejsou nakonfigurovány pro použití dvoufaktorového přihlášení (dle 2fa.directory). Pro lepší ochranu vašich účtů byste měli dvoufaktorové přihlášení povolit.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/da/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Logins uden 2FA fundet"
},
"inactive2faFoundDesc": {
"message": "Vi har fundet $COUNT$ hjemmeside(r) i din boks, der muligvis ikke er konfigureret med to-faktor autentificering (ifølge twofactorauth.org). For at beskytte disse konti yderligere bør du aktivere to-faktor autentificering.",
"message": "Vi har fundet $COUNT$ hjemmeside(r) i din boks, der muligvis ikke er konfigureret med to-faktor autentificering (ifølge 2fa.directory). For at beskytte disse konti yderligere bør du aktivere to-faktor autentificering.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/de/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Anmeldungen ohne 2FA gefunden"
},
"inactive2faFoundDesc": {
"message": "Wir haben $COUNT$ Webseiten in Ihrem Tresor gefunden, die eine Zwei-Faktor Authentifizierung anbieten (laut twofactorauth.org), aber bei denen diese Funktion möglicherweise nicht aktiviert ist. Um diese Accounts abzusichern, sollten Sie die Zwei-Faktor Authentifizierung aktivieren.",
"message": "Wir haben $COUNT$ Webseiten in Ihrem Tresor gefunden, die eine Zwei-Faktor Authentifizierung anbieten (laut 2fa.directory), aber bei denen diese Funktion möglicherweise nicht aktiviert ist. Um diese Accounts abzusichern, sollten Sie die Zwei-Faktor Authentifizierung aktivieren.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/el/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Βρέθηκαν Συνδέσεις Χωρίς 2FA"
},
"inactive2faFoundDesc": {
"message": "Βρήκαμε $COUNT$ ιστοσελίδα(ες) στο vault σας, που ενδέχεται να μην έχει ρυθμιστεί ο έλεγχος ταυτότητας δύο παραγόντων (σύμφωνα με το twofactorauth.org). Για επιπλέον προστασία αυτών των λογαριασμών, θα πρέπει να ενεργοποιήσετε τον έλεγχο ταυτότητας δύο παραγόντων.",
"message": "Βρήκαμε $COUNT$ ιστοσελίδα(ες) στο vault σας, που ενδέχεται να μην έχει ρυθμιστεί ο έλεγχος ταυτότητας δύο παραγόντων (σύμφωνα με το 2fa.directory). Για επιπλέον προστασία αυτών των λογαριασμών, θα πρέπει να ενεργοποιήσετε τον έλεγχο ταυτότητας δύο παραγόντων.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Logins Without 2FA Found"
},
"inactive2faFoundDesc": {
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.",
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to 2fa.directory). To further protect these accounts, you should enable two-factor authentication.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en_GB/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Logins without 2FA found"
},
"inactive2faFoundDesc": {
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.",
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to 2fa.directory). To further protect these accounts, you should enable two-factor authentication.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en_IN/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Logins without 2FA found"
},
"inactive2faFoundDesc": {
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.",
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to 2fa.directory). To further protect these accounts, you should enable two-factor authentication.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/eo/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Logins Without 2FA Found"
},
"inactive2faFoundDesc": {
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.",
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to 2fa.directory). To further protect these accounts, you should enable two-factor authentication.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/es/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Inicios de sesión sin 2FA encontrados"
},
"inactive2faFoundDesc": {
"message": "Hemos encontrado $COUNT$ sitio(s) web en su caja fuerte que no pueden ser configuradas con autenticación de dos factores (según twofactorauth.org). Para proteger estas cuentas, debe habilitar autenticación de dos factores.",
"message": "Hemos encontrado $COUNT$ sitio(s) web en su caja fuerte que no pueden ser configuradas con autenticación de dos factores (según 2fa.directory). Para proteger estas cuentas, debe habilitar autenticación de dos factores.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/et/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Kaheastmelise kinnituseta kontod"
},
"inactive2faFoundDesc": {
"message": "Leidsime sinu hoidlast $COUNT$ veebilehte, kus kaheastmeline kinnitamine ei pruugi olla sisselülitatud (kontrolliks kasutatakse twofactorauth.org). Nende kontode paremaks kaitsmiseks soovitame kaheastmelise kinnitamise sisse lülitada.",
"message": "Leidsime sinu hoidlast $COUNT$ veebilehte, kus kaheastmeline kinnitamine ei pruugi olla sisselülitatud (kontrolliks kasutatakse 2fa.directory). Nende kontode paremaks kaitsmiseks soovitame kaheastmelise kinnitamise sisse lülitada.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/fi/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Löydettiin tunnuksia ilman kaksivaiheista kirjautumista"
},
"inactive2faFoundDesc": {
"message": "Löysimme holvistasi $COUNT$ sivustoa, joita ei ehkä ole määritetty käyttämään kaksivaiheista kirjautumista (twofactorauth.org-sivuston mukaan). Suojataksesi nämä tilit paremmin, sinun tulisi ottaa kaksivaiheinen kirjautuminen käyttöön.",
"message": "Löysimme holvistasi $COUNT$ sivustoa, joita ei ehkä ole määritetty käyttämään kaksivaiheista kirjautumista (2fa.directory-sivuston mukaan). Suojataksesi nämä tilit paremmin, sinun tulisi ottaa kaksivaiheinen kirjautuminen käyttöön.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/fr/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Identifiants sans 2FA trouvés"
},
"inactive2faFoundDesc": {
"message": "Nous avons trouvé $COUNT$ site(s) web(s) dans votre coffre qui ne sont peut-être pas configurés avec une authentification à deux facteurs (d'après twofactorauth.org). Pour mieux protéger ces comptes, vous devriez activer l'authentification à deux facteurs.",
"message": "Nous avons trouvé $COUNT$ site(s) web(s) dans votre coffre qui ne sont peut-être pas configurés avec une authentification à deux facteurs (d'après 2fa.directory). Pour mieux protéger ces comptes, vous devriez activer l'authentification à deux facteurs.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/he/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "נמצאו פרטי כניסות שלא פעילה בהן אופציית 2FA"
},
"inactive2faFoundDesc": {
"message": "מצאנו $COUNT$ אתר(ים) בכספת שלך שלא מוגדרים לעבוד עם אימות דו-שלבי (לפי twofactorauth.org). בכדי להגן על החשבונות הללו, עליך להפעיל את האימות הדו-שלבי עבורם.",
"message": "מצאנו $COUNT$ אתר(ים) בכספת שלך שלא מוגדרים לעבוד עם אימות דו-שלבי (לפי 2fa.directory). בכדי להגן על החשבונות הללו, עליך להפעיל את האימות הדו-שלבי עבורם.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/hr/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Logins Without 2FA Found"
},
"inactive2faFoundDesc": {
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.",
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to 2fa.directory). To further protect these accounts, you should enable two-factor authentication.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/hu/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "2FA nélküli bejelentkezések találhatók."
},
"inactive2faFoundDesc": {
"message": "$COUNT$ olyan webhely van a széfben, amely nincs kétlépcsős hitelesítéssel konfigurálva (a twofactorauth.org alapján). Ezen fiókok további védelme érdekében, javasolt lenne a kétlépcsős hitelesítés használata.",
"message": "$COUNT$ olyan webhely van a széfben, amely nincs kétlépcsős hitelesítéssel konfigurálva (a 2fa.directory alapján). Ezen fiókok további védelme érdekében, javasolt lenne a kétlépcsős hitelesítés használata.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/id/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Login Tanpa Ditemukan 2FA"
},
"inactive2faFoundDesc": {
"message": "Kami menemukan $COUNT$ situs web di lemari besi Anda yang mungkin tidak dikonfigurasi dengan otentikasi dua faktor (menurut twofactorauth.org). Untuk lebih melindungi akun ini, Anda harus mengaktifkan otentikasi dua faktor.",
"message": "Kami menemukan $COUNT$ situs web di lemari besi Anda yang mungkin tidak dikonfigurasi dengan otentikasi dua faktor (menurut 2fa.directory). Untuk lebih melindungi akun ini, Anda harus mengaktifkan otentikasi dua faktor.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/it/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Login senza 2FA trovato"
},
"inactive2faFoundDesc": {
"message": "Abbiamo trovato $COUNT$ sito(i) Web nella tua cassaforte che potrebbero non essere configurati con l'autenticazione a due fattori (secondo twofactorauth.org). Per proteggere ulteriormente questi account, è necessario abilitare l'autenticazione a due fattori.",
"message": "Abbiamo trovato $COUNT$ sito(i) Web nella tua cassaforte che potrebbero non essere configurati con l'autenticazione a due fattori (secondo 2fa.directory). Per proteggere ulteriormente questi account, è necessario abilitare l'autenticazione a due fattori.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ja/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "二段階認証を利用していないアイテムが見つかりました"
},
"inactive2faFoundDesc": {
"message": "保管庫内に二段階認証(ウェブサイトが対応しているかはtwofactorauth.orgによる情報)が設定されていない可能性がある$COUNT$個のウェブサイトが見つかりました。これらのアカウントをよりセキュアにするため、二段階認証を有効化すべきです。",
"message": "保管庫内に二段階認証(ウェブサイトが対応しているかは2fa.directoryによる情報)が設定されていない可能性がある$COUNT$個のウェブサイトが見つかりました。これらのアカウントをよりセキュアにするため、二段階認証を有効化すべきです。",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ko/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "2단계 인증이 없는 로그인이 발견됨"
},
"inactive2faFoundDesc": {
"message": "보관함에 (twofactorauth.org에 따른) 2단계 인증이 설정되지 않은 웹 사이트를 $COUNT$개 발견했습니다. 이러한 계정을 더욱 보호하려면 2단계 인증을 사용하십시오.",
"message": "보관함에 (2fa.directory에 따른) 2단계 인증이 설정되지 않은 웹 사이트를 $COUNT$개 발견했습니다. 이러한 계정을 더욱 보호하려면 2단계 인증을 사용하십시오.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/lv/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Atrasti konti bez 2FA"
},
"inactive2faFoundDesc": {
"message": "Mēs atradām $COUNT$ vietni(-es) jūsu seifā kurām iespējams nav uzstādīta divpakāpju autentifikācija (atbilstoši twofactorauth.org). Lai labāk aizsargātu šos kontus jums vajadzētu iespējot divfaktoru autentifikāciju.",
"message": "Mēs atradām $COUNT$ vietni(-es) jūsu seifā kurām iespējams nav uzstādīta divpakāpju autentifikācija (atbilstoši 2fa.directory). Lai labāk aizsargātu šos kontus jums vajadzētu iespējot divfaktoru autentifikāciju.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ml/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Logins Without 2FA Found"
},
"inactive2faFoundDesc": {
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to twofactorauth.org). To further protect these accounts, you should enable two-factor authentication.",
"message": "We found $COUNT$ website(s) in your vault that may not be configured with two-factor authentication (according to 2fa.directory). To further protect these accounts, you should enable two-factor authentication.",
"placeholders": {
"count": {
"content": "$1",
Expand Down
4 changes: 2 additions & 2 deletions src/locales/nb/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Pålogginger som støtter 2FA ble funnet"
},
"inactive2faFoundDesc": {
"message": "Vi fant $COUNT$ nettsted(er) i hvelvet ditt som kanskje eller kanskje ikke er satt opp for 2-trinnsinnlogging (i følge twofactorauth.org). For å beskytte disse kontoene ytterligere, burde du skru på 2-trinnsinnlogging.",
"message": "Vi fant $COUNT$ nettsted(er) i hvelvet ditt som kanskje eller kanskje ikke er satt opp for 2-trinnsinnlogging (i følge 2fa.directory). For å beskytte disse kontoene ytterligere, burde du skru på 2-trinnsinnlogging.",
"placeholders": {
"count": {
"content": "$1",
Expand All @@ -1373,7 +1373,7 @@
}
},
"noInactive2fa": {
"message": "Ingen nettsteder som støtter 2-trinnsinnlogging i følge twofactorauth.org ble funnet i hvelvet ditt."
"message": "Ingen nettsteder som støtter 2-trinnsinnlogging i følge 2fa.directory ble funnet i hvelvet ditt."
},
"instructions": {
"message": "Instruksjoner"
Expand Down
2 changes: 1 addition & 1 deletion src/locales/nl/messages.json
Expand Up @@ -1364,7 +1364,7 @@
"message": "Logins zonder 2FA gevonden"
},
"inactive2faFoundDesc": {
"message": "We hebben $COUNT$ website(s) in je kluis gevonden waar je tweestapsaanmelding nog kunt configureren (volgens twofactorauth.org). Om deze accounts verder te beschermen, zou je tweestapsaanmelding moeten inschakelen.",
"message": "We hebben $COUNT$ website(s) in je kluis gevonden waar je tweestapsaanmelding nog kunt configureren (volgens 2fa.directory). Om deze accounts verder te beschermen, zou je tweestapsaanmelding moeten inschakelen.",
"placeholders": {
"count": {
"content": "$1",
Expand Down

0 comments on commit f52926a

Please sign in to comment.