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
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1003,11 +1003,13 @@ const en = {
1003
1003
},
1004
1004
profile: {
1005
1005
title: "Profile",
1006
-
info: "Your account was created on {{createdAt}}",
1006
+
info: "Your account was created on {{createdAt}}, and your last activity was on {{lastActivity}}",
1007
1007
name: "Name",
1008
1008
email: "Mail",
1009
1009
eduPersonPrincipalName: "EPPN",
1010
1010
schacHomeOrganization: "Institution identifier",
1011
+
authenticatingAuthority: "Identity provider",
1012
+
loaLevel: "Level of Assurance",
1011
1013
superUser: "Congrats🥳, your are a super user",
1012
1014
institutionAdmin: "Congrats🥳, your are an institution admin of {{orgName}}",
1013
1015
delete: "Delete",
@@ -1048,7 +1050,7 @@ const en = {
1048
1050
},
1049
1051
appAccess: {
1050
1052
title: "Central Access",
1051
-
users: "User from {{name}}",
1053
+
users: "Users from {{name}}",
1052
1054
requestedAccessNotification: "You have requested access to this application. If the supplier (SP) approves this, you can manage access to the app below. Still don't want to connect?",
1053
1055
cancelRequest: "Cancel the request.",
1054
1056
cancelRequestTitle: "Cancel the request.",
@@ -1075,6 +1077,9 @@ const en = {
1075
1077
noPolicies: "No authorization rules have been configured yet",
1076
1078
newPolicy: "New authorization rule",
1077
1079
targetGroup: "Target group",
1080
+
duplicateName: "Name {{name}} is already taken, please pick a different name.",
1081
+
description: "Description",
1082
+
placeholderDescription: "Describe the implications of this policy rule",
1078
1083
placeholderTargetGroup: "Give the rule a logical name",
1079
1084
allowDeny: "Allow or deny access?",
1080
1085
denyRuleTooltip: "Permit policies enforce that only a successful match of the attributes defined will result in a Permit. No match will result in a Deny<br/><br/>Deny policies are less common to use. If the attributes in the policy match those of the person trying to log in then this will result in a Deny. No match will result in a Permit.",
0 commit comments