Skip to content

Commit e427d7f

Browse files
committed
refactor: Completely removed dependency on webcrypto.
1 parent 2063ab7 commit e427d7f

40 files changed

Lines changed: 440 additions & 375 deletions
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"confirmActionPickerDialog": {
3+
"title": "Was möchten Sie tun?",
4+
"confirm": {
5+
"title": "Bestätigen Sie Ihr Konto",
6+
"subtitle": "Fügen Sie den Code ein, den Sie per E-Mail erhalten haben, um Ihr Konto zu bestätigen."
7+
},
8+
"cancelConfirmation": {
9+
"title": "Kontobestätigung aufheben",
10+
"subtitle": "Heben Sie Ihre Kontobestätigung auf.",
11+
"validationDialog": {
12+
"title": "Bestätigung",
13+
"message": "Sind Sie sicher?"
14+
}
15+
}
16+
},
17+
"success": "E-Mail erfolgreich bestätigt.",
18+
"codeDialog": {
19+
"title": "Bestätigungscode",
20+
"message": "Besuchen Sie entweder den Link mit diesem Gerät oder fügen Sie den Code unten ein, um Ihre E-Mail-Adresse zu bestätigen."
21+
}
22+
}

lib/i18n/de/intro.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"fourthParagraph": "Dieses Limit kann jederzeit aufgehoben werden, indem Sie in den $app-Einstellungen den Mitwirkender-Plan abonnieren.",
1313
"button": {
1414
"loggedOut": "Einloggen",
15-
"loggedIn": "Erfolgreich eingeloggt"
15+
"loggedIn": "Erfolgreich eingeloggt",
16+
"confirmEmail": "E-Mail bestätigen"
1617
}
1718
},
1819
"password": {

lib/i18n/de/settings.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -89,27 +89,7 @@
8989
},
9090
"confirmEmail": {
9191
"title": "E-Mail bestätigt.",
92-
"subtitle(rich)": "Eine Bestätigungs-E-Mail wurde an $email gesendet. Klicken Sie auf den Link, um die Anmeldung abzuschließen, oder tippen Sie hier, um den Code manuell einzugeben.",
93-
"success": "E-Mail erfolgreich bestätigt.",
94-
"confirmActionPickerDialog": {
95-
"title": "Was möchten Sie tun?",
96-
"confirm": {
97-
"title": "Bestätigen Sie Ihr Konto",
98-
"subtitle": "Fügen Sie den Code ein, den Sie per E-Mail erhalten haben, um Ihr Konto zu bestätigen."
99-
},
100-
"cancelConfirmation": {
101-
"title": "Kontobestätigung aufheben",
102-
"subtitle": "Heben Sie Ihre Kontobestätigung auf.",
103-
"validationDialog": {
104-
"title": "Bestätigung",
105-
"message": "Sind Sie sicher?"
106-
}
107-
}
108-
},
109-
"codeDialog": {
110-
"title": "Bestätigungscode",
111-
"message": "Besuchen Sie entweder den Link mit diesem Gerät oder fügen Sie den Code unten ein, um Ihre E-Mail-Adresse zu bestätigen."
112-
}
92+
"subtitle(rich)": "Eine Bestätigungs-E-Mail wurde an $email gesendet. Klicken Sie auf den Link, um die Anmeldung abzuschließen, oder tippen Sie hier, um den Code manuell einzugeben."
11393
},
11494
"synchronizeTotps": {
11595
"title": "TOTPs synchronisieren",
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"confirmActionPickerDialog": {
3+
"title": "What do you want to do ?",
4+
"confirm": {
5+
"title": "Confirm your account",
6+
"subtitle": "Paste the code you received by email to confirm your account."
7+
},
8+
"cancelConfirmation": {
9+
"title": "Cancel account confirmation",
10+
"subtitle": "Cancel your account confirmation.",
11+
"validationDialog": {
12+
"title": "Confirmation",
13+
"message": "Are you sure ?"
14+
}
15+
}
16+
},
17+
"success": "Email confirmed with success.",
18+
"codeDialog": {
19+
"title": "Confirmation code",
20+
"message": "Either visit the link with this device or paste the code below to confirm your email address."
21+
}
22+
}

lib/i18n/en/intro.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"fourthParagraph": "This limit can be removed at any time by subscribing to the Contributor Plan in the $app settings.",
1313
"button": {
1414
"loggedOut": "Log in",
15-
"loggedIn": "Logged in with success"
15+
"loggedIn": "Logged in with success",
16+
"confirmEmail": "Confirm email"
1617
}
1718
},
1819
"password": {

lib/i18n/en/settings.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -89,27 +89,7 @@
8989
},
9090
"confirmEmail": {
9191
"title": "Confirm your email",
92-
"subtitle(rich)": "A confirmation email has been sent to your email address : $email.\nPlease click on the link to finish your login. You can also tap on this tile to enter it manually.",
93-
"success": "Email confirmed with success.",
94-
"confirmActionPickerDialog": {
95-
"title": "What do you want to do ?",
96-
"confirm": {
97-
"title": "Confirm your account",
98-
"subtitle": "Paste the code you received by email to confirm your account."
99-
},
100-
"cancelConfirmation": {
101-
"title": "Cancel account confirmation",
102-
"subtitle": "Cancel your account confirmation.",
103-
"validationDialog": {
104-
"title": "Confirmation",
105-
"message": "Are you sure ?"
106-
}
107-
}
108-
},
109-
"codeDialog": {
110-
"title": "Confirmation code",
111-
"message": "Either visit the link with this device or paste the code below to confirm your email address."
112-
}
92+
"subtitle(rich)": "A confirmation email has been sent to your email address : $email.\nPlease click on the link to finish your login. You can also tap on this tile to enter it manually."
11393
},
11494
"synchronizeTotps": {
11595
"title": "Synchronize TOTPs",
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"confirmActionPickerDialog": {
3+
"title": "Que voulez-vous faire ?",
4+
"confirm": {
5+
"title": "Valider votre compte",
6+
"subtitle": "Collez le code que vous avez reçu par e-mail pour confirmer votre compte."
7+
},
8+
"cancelConfirmation": {
9+
"title": "Annuler la confirmation du compte",
10+
"subtitle": "Annuler la confirmation du compte.",
11+
"validationDialog": {
12+
"title": "Confirmation",
13+
"message": "Êtes-vous sûr ?"
14+
}
15+
}
16+
},
17+
"success": "Adresse mail confirmée avec succès.",
18+
"codeDialog": {
19+
"title": "Code de confirmation",
20+
"message": "Soit visitez le lien avec cet appareil, soit collez le code ci-dessous pour confirmer votre adresse e-mail."
21+
}
22+
}

lib/i18n/fr/intro.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
1212
"fourthParagraph": "Cette limite peut être supprimée à tout moment en souscrivant à l'Abonnement Contributeur dans les paramètres d'$app.",
1313
"button": {
1414
"loggedOut": "Connexion",
15-
"loggedIn": "Connecté avec succès"
15+
"loggedIn": "Connecté avec succès",
16+
"confirmEmail": "Confirmer l'adresse e-mail"
1617
}
1718
},
1819
"password": {

lib/i18n/fr/settings.json

Lines changed: 1 addition & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -89,27 +89,7 @@
8989
},
9090
"confirmEmail": {
9191
"title": "Confirmer votre adresse mail",
92-
"subtitle(rich)": "Un email de confirmation a été envoyé à votre adresse mail : $email.\nVeuillez cliquer sur le lien pour poursuivre la connexion. Vous pouvez également taper ici pour l'entrer manuellement.",
93-
"success": "Adresse mail confirmée avec succès.",
94-
"confirmActionPickerDialog": {
95-
"title": "Que voulez-vous faire ?",
96-
"confirm": {
97-
"title": "Valider votre compte",
98-
"subtitle": "Collez le code que vous avez reçu par e-mail pour confirmer votre compte."
99-
},
100-
"cancelConfirmation": {
101-
"title": "Annuler la confirmation du compte",
102-
"subtitle": "Annuler la confirmation du compte.",
103-
"validationDialog": {
104-
"title": "Confirmation",
105-
"message": "Êtes-vous sûr ?"
106-
}
107-
}
108-
},
109-
"codeDialog": {
110-
"title": "Code de confirmation",
111-
"message": "Soit visitez le lien avec cet appareil, soit collez le code ci-dessous pour confirmer votre adresse e-mail."
112-
}
92+
"subtitle(rich)": "Un email de confirmation a été envoyé à votre adresse mail : $email.\nVeuillez cliquer sur le lien pour poursuivre la connexion. Vous pouvez également taper ici pour l'entrer manuellement."
11393
},
11494
"synchronizeTotps": {
11595
"title": "Synchroniser vos TOTPs",
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"confirmActionPickerDialog": {
3+
"title": "Cosa vuoi fare?",
4+
"confirm": {
5+
"title": "Conferma il tuo account",
6+
"subtitle": "Incolla il codice che hai ricevuto via email per confermare il tuo account."
7+
},
8+
"cancelConfirmation": {
9+
"title": "Annulla la conferma dell'account",
10+
"subtitle": "Annulla la conferma del tuo account.",
11+
"validationDialog": {
12+
"title": "Conferma",
13+
"message": "Sei sicuro?"
14+
}
15+
}
16+
},
17+
"success": "Email confermata con successo.",
18+
"codeDialog": {
19+
"title": "Codice di conferma",
20+
"message": "Visita il link con questo dispositivo o incolla il codice qui sotto per confermare il tuo indirizzo email."
21+
}
22+
}

0 commit comments

Comments
 (0)