You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: client/src/locale/en.js
+14-1Lines changed: 14 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
consten={
1
+
consten={
2
2
code: "EN",
3
3
name: "English",
4
4
select_locale: "Change language to English",
@@ -244,6 +244,11 @@
244
244
expired: "Expired",
245
245
enforceEmailEquality: "Email equality",
246
246
eduIDOnly: "eduID only",
247
+
requestedAuthnContext: "ACR value",
248
+
requestedAuthnContextPlaceHolder: "Choose a ACR value for user stepup...",
249
+
requestedAuthnContextWarning: "To enforce the selected ACR also on the application(s) {{applications}} associated "+
250
+
"with the role(s) {{roles}}, additional configuration is needed on the eduID identity provider. "+
251
+
"Please contact <a href=\"mailto:support@surfconext.nl\">support@surfconext.nl</a> to request this change.",
247
252
new: "Invite role manager or inviter",
248
253
newInvitation: "Invite inviter",
249
254
newInvite: "New invite",
@@ -421,6 +426,7 @@
421
426
defaultExpiryDays: "The default number of days the role will expire, from the moment a user has accepted the invitation for this role",
422
427
enforceEmailEqualityTooltip: "When checked the invitee must accept the invitation with an account with the email address where the invitation was sent to",
423
428
eduIDOnlyTooltip: "When checked the invitees will be required to log in with eduID",
429
+
requestedAuthnContextTooltip: "The user will be forced to step up the authentication when logging in with eduID with the specified ARC",
424
430
roleExpiryDateTooltip: "The end date of this role. After this date the role is removed from the user.",
425
431
expiryDateTooltip: "The date on which this invitation expires",
426
432
inviterDisplayName: "The functional address which will used in the invitations of the role.<br><br>Default the name of the inviter is show.",
@@ -529,6 +535,13 @@
529
535
title: "Roles to be expired the next month",
530
536
searchPlaceHolder: "Zoek...",
531
537
noResults: "Yeah, no user-roles to be expired within one month"
Copy file name to clipboardExpand all lines: client/src/locale/nl.js
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -244,6 +244,11 @@ const nl = {
244
244
expired: "Verlopen",
245
245
enforceEmailEquality: "E-mailadres moet overeenkomen",
246
246
eduIDOnly: "Uitsluitend eduID",
247
+
requestedAuthnContext: "ACR waarde",
248
+
requestedAuthnContextPlaceHolder: "Kies een ACR waarde voor de gebruiker stepup...",
249
+
requestedAuthnContextWarning: "Om de geselecteerde ACR ook af te dwingen op de applicatie(s) {{applications}} "+
250
+
"die gekoppeld zijn aan de rol(len) {{roles}}, is aanvullende configuratie nodig voor de eduID-identiteitsprovider. "+
251
+
"Neem contact op met <a href=\"mailto: support@surfconext.nl\">support@surfconext.nl</a> om deze wijziging aan te vragen.",
247
252
new: "Nodig rolmanager of uitnodiger uit",
248
253
newInvitation: "Nodig uitnodiger uit",
249
254
newInvite: "Nieuwe uitnodiging",
@@ -421,6 +426,7 @@ const nl = {
421
426
defaultExpiryDays: "Het standaardaantal dagen waarna de rol verloopt, gerekend vanaf het moment dat de gebruiker de uitnodiging voor de rol accepteert.",
422
427
enforceEmailEqualityTooltip: "Indien ingeschakeld moet de genodigde de uitnodiging accepteren met een account dat hetzelfde e-mailadres voert als waarheen deze uitnodiging gestuurd is",
423
428
eduIDOnlyTooltip: "Indien ingeschakeld moeten de genodigden eduID gebruiken om in te loggen bij het accepteren",
429
+
requestedAuthnContextTooltip: "De gebruiker wordt gedwongen de authenticatie te verhogen bij het inloggen met eduID met de opgegeven ARC",
424
430
roleExpiryDateTooltip: "De einddatum van deze rol. Na deze datum wordt de rol verwijderd bij de gebruiker.",
425
431
expiryDateTooltip: "De datum waarop deze uitnodiging verloopt",
426
432
inviterDisplayName: "De specifieke naam van de uitnodiger zal worden getoond in de uitnodiging.<br><br>Standaard tonen we de naam van de daadwerkelijke uitnodiger.",
@@ -529,7 +535,15 @@ const nl = {
529
535
title: "Roles to be expired the next month",
530
536
searchPlaceHolder: "Zoek...",
531
537
noResults: "Yeah, no user-roles to be expired within one month"
0 commit comments