-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:Web3Auth/Web3Auth into v9
- Loading branch information
Showing
21 changed files
with
239 additions
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version": "8.12.4", | ||
"version": "8.12.7", | ||
"npmClient": "npm" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,9 +4,13 @@ | |
"adapter-loader.message1": "Verifieer uw {{adapter}}", | ||
"adapter-loader.message2": "account om door te gaan", | ||
"errors-invalid-number-email": "Ongeldig e-mailadres of telefoonnummer", | ||
"errors-invalid-number": "Ongeldig telefoonnummer", | ||
"errors-invalid-email": "Ongeldig e-mailadres", | ||
"errors-required": "Vereist", | ||
"external.back": "Terug", | ||
"external.connect": "Verbinden met portemonnee", | ||
"external.continue": "Ga verder met externe portemonnee", | ||
"external.no-wallets-found": "Geen portefeuilles gevonden", | ||
"external.title": "Externe portemonnee", | ||
"external.walletconnect-connect": "Verbinden", | ||
"external.walletconnect-copy": "Klik op de QR-code om te kopiëren naar het klembord", | ||
|
@@ -37,6 +41,7 @@ | |
"social.email-continue": "Doorgaan met e-mail", | ||
"social.email-new": "[email protected]", | ||
"social.passwordless-cta": "Doorgaan", | ||
"social.passwordless-login": "Log in", | ||
"social.passwordless-title": "E-mail of telefoon", | ||
"social.phone": "Telefoon", | ||
"social.policy": "We slaan geen gegevens op die verband houden met uw sociale logins.", | ||
|
@@ -46,6 +51,15 @@ | |
"social.sms-placeholder-text": "Bijv.:", | ||
"social.view-less": "Minder bekijken", | ||
"social.view-more": "Meer bekijken", | ||
"social.view-less-socials": "Bekijk minder socials", | ||
"social.view-more-socials": "Bekijk meer socials", | ||
"passkey.haveExisting": "Heeft u een bestaande passkey?", | ||
"passkey.use": "Ik heb een passkey", | ||
"passkey.or": "of", | ||
"passkey.register-title": "Registreer Passkey", | ||
"passkey.register-desc": "Met passkeys kunt u uw identiteit verifiëren via uw gezicht, vingerafdruk of beveiligingssleutels.", | ||
"passkey.learn-more": "Kom meer te weten", | ||
"passkey.add": "Passkey toevoegen", | ||
"post-loading.connected": "U bent verbonden met uw account", | ||
"post-loading.something-wrong": "Er is iets fout gegaan!" | ||
} | ||
|
Oops, something went wrong.