Skip to content

Commit faf7ecd

Browse files
authored
Merge pull request #1111 from OpenConext/feature/missing-translation
Feature/missing translation
2 parents 85d4d04 + 4b58741 commit faf7ecd

6 files changed

Lines changed: 17 additions & 1 deletion

File tree

account-gui/src/components/Verification.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{/if}
3838
<div class="conditions-container">
3939
<p class="conditions">
40-
{@html verified ? I18n.t(`stepUpVerification.${explanation}`) : (DOMPurify.sanitize(explanationText) || I18n.t(`stepUpExplanation.${explanation}`))}
40+
{@html verified ? I18n.t(`StepUpVerification.${explanation}.COPY`) : (DOMPurify.sanitize(explanationText) || I18n.t(`StepUpExplanation.${explanation}.COPY`))}
4141
</p>
4242
<span class="icon">{@html verified ? oneMoreThingFilled : oneMoreThingEmpty}</span>
4343

account-gui/src/locale/js/en/strings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,9 +662,11 @@
662662
"StepUpExplanation.Linked_institution.COPY": "Your eduID must be connected to an official party.",
663663
"StepUpExplanation.Validate_names.COPY": "Your first name and last name must be verified by an official party.",
664664
"StepUpExplanation.Affiliation_student.COPY": "You need to prove that you are enrolled in education. You can do this by connecting your eduID to an official institution.",
665+
"StepUpExplanation.Profile_mfa.COPY": "You must log in using the eduID app for multi-factor authentication.",
665666
"StepUpVerification.Linked_institution.COPY": "Your eduID is connected to an official party.",
666667
"StepUpVerification.Validate_names.COPY": "Your first name and last name are verified by an official party.",
667668
"StepUpVerification.Affiliation_student.COPY": "You have proven that you are following education by connecting your eduID account to an official party.",
669+
"StepUpVerification.Profile_mfa.COPY": "You have successfully logged in using the eduID app with multi-factor authentication.",
668670
"NudgeApp.New.COPY": "Your eduID has been created",
669671
"NudgeApp.Header.COPY": "Want to log in quicker and more secure next time?",
670672
"NudgeApp.Info.COPY": "The <strong>eduID app</strong> allows you to log in extra securely, without needing a password. Installing the app is quick and easy.",

account-gui/src/locale/js/nl/strings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,9 +662,11 @@
662662
"StepUpExplanation.Linked_institution.COPY": "Je eduID moet gekoppeld zijn aan een officiële instelling.",
663663
"StepUpExplanation.Validate_names.COPY": "Je voornaam en achternaam moeten worden bevestigd door een officiële instelling.",
664664
"StepUpExplanation.Affiliation_student.COPY": "Je moet aantonen dat je student bent. Dit doe je door je eduID te koppelen aan een officiële instelling.",
665+
"StepUpExplanation.Profile_mfa.COPY": "Je moet inloggen met de eduID app voor multi-factor authenticatie.",
665666
"StepUpVerification.Linked_institution.COPY": "Je eduID is gekoppeld aan een officiële instelling.",
666667
"StepUpVerification.Validate_names.COPY": "Je voornaam en achternaam zijn bevestigd door een officiële instelling.",
667668
"StepUpVerification.Affiliation_student.COPY": "Je hebt aangetoond dat je student bent, doordat je eduID is gekoppeld aan een officiële instelling.",
669+
"StepUpVerification.Profile_mfa.COPY": "Je bent succesvol ingelogd met de eduID app met multi-factor authenticatie.",
668670
"NudgeApp.New.COPY": "Je eduID is aangemaakt",
669671
"NudgeApp.Header.COPY": "Wil je de volgende keer sneller en veiliger inloggen?",
670672
"NudgeApp.Info.COPY": "Met de <strong>eduID app</strong> log je extra veilig in, zonder wachtwoord. Het installeren van de app is zo gebeurd.",

localizations.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3239,6 +3239,10 @@ SHARED:
32393239
nl: >-
32403240
Je moet aantonen dat je student bent. Dit doe je door je eduID te
32413241
koppelen aan een officiële instelling.
3242+
Profile_mfa:
3243+
COPY:
3244+
en: You must log in using the eduID app for multi-factor authentication.
3245+
nl: Je moet inloggen met de eduID app voor multi-factor authenticatie.
32423246
StepUpVerification:
32433247
Linked_institution:
32443248
COPY:
@@ -3258,6 +3262,10 @@ SHARED:
32583262
nl: >-
32593263
Je hebt aangetoond dat je student bent, doordat je eduID is
32603264
gekoppeld aan een officiële instelling.
3265+
Profile_mfa:
3266+
COPY:
3267+
en: You have successfully logged in using the eduID app with multi-factor authentication.
3268+
nl: Je bent succesvol ingelogd met de eduID app met multi-factor authenticatie.
32613269
NudgeApp:
32623270
New:
32633271
COPY:

myconext-gui/src/locale/js/en/strings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,9 +662,11 @@
662662
"StepUpExplanation.Linked_institution.COPY": "Your eduID must be connected to an official party.",
663663
"StepUpExplanation.Validate_names.COPY": "Your first name and last name must be verified by an official party.",
664664
"StepUpExplanation.Affiliation_student.COPY": "You need to prove that you are enrolled in education. You can do this by connecting your eduID to an official institution.",
665+
"StepUpExplanation.Profile_mfa.COPY": "You must log in using the eduID app for multi-factor authentication.",
665666
"StepUpVerification.Linked_institution.COPY": "Your eduID is connected to an official party.",
666667
"StepUpVerification.Validate_names.COPY": "Your first name and last name are verified by an official party.",
667668
"StepUpVerification.Affiliation_student.COPY": "You have proven that you are following education by connecting your eduID account to an official party.",
669+
"StepUpVerification.Profile_mfa.COPY": "You have successfully logged in using the eduID app with multi-factor authentication.",
668670
"NudgeApp.New.COPY": "Your eduID has been created",
669671
"NudgeApp.Header.COPY": "Want to log in quicker and more secure next time?",
670672
"NudgeApp.Info.COPY": "The <strong>eduID app</strong> allows you to log in extra securely, without needing a password. Installing the app is quick and easy.",

myconext-gui/src/locale/js/nl/strings.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -662,9 +662,11 @@
662662
"StepUpExplanation.Linked_institution.COPY": "Je eduID moet gekoppeld zijn aan een officiële instelling.",
663663
"StepUpExplanation.Validate_names.COPY": "Je voornaam en achternaam moeten worden bevestigd door een officiële instelling.",
664664
"StepUpExplanation.Affiliation_student.COPY": "Je moet aantonen dat je student bent. Dit doe je door je eduID te koppelen aan een officiële instelling.",
665+
"StepUpExplanation.Profile_mfa.COPY": "Je moet inloggen met de eduID app voor multi-factor authenticatie.",
665666
"StepUpVerification.Linked_institution.COPY": "Je eduID is gekoppeld aan een officiële instelling.",
666667
"StepUpVerification.Validate_names.COPY": "Je voornaam en achternaam zijn bevestigd door een officiële instelling.",
667668
"StepUpVerification.Affiliation_student.COPY": "Je hebt aangetoond dat je student bent, doordat je eduID is gekoppeld aan een officiële instelling.",
669+
"StepUpVerification.Profile_mfa.COPY": "Je bent succesvol ingelogd met de eduID app met multi-factor authenticatie.",
668670
"NudgeApp.New.COPY": "Je eduID is aangemaakt",
669671
"NudgeApp.Header.COPY": "Wil je de volgende keer sneller en veiliger inloggen?",
670672
"NudgeApp.Info.COPY": "Met de <strong>eduID app</strong> log je extra veilig in, zonder wachtwoord. Het installeren van de app is zo gebeurd.",

0 commit comments

Comments
 (0)