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
+18-9Lines changed: 18 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1034,13 +1034,11 @@ const en = {
1034
1034
request: "Request connection",
1035
1035
requestMember: "Request application",
1036
1036
back: "← Back to other apps",
1037
-
defaultAccess: "Hoe wil je default toegang instellen?",
1037
+
defaultAccessTitle: "Koppelen aan {{name}}",
1038
1038
requestConnection: "Koppeling met deze applicatie moet worden aangevraagd",
1039
1039
requestConnectionInfo: "De leverancier van deze applicatie ontvangt en beoordeelt de aanvraag. ",
1040
-
access: {
1041
-
all: "Iedereen van de {{orgName}} heeft direct automatisch toegang",
1042
-
some: "Pas toegangsregels toe"
1043
-
},
1040
+
defaultAccessInfo: "Deze applicatie is direct koppelbaar, er is geen toestemming van de leverancier voor nodig.",
1041
+
defaultAccessInfo2: "Na de koppeling kan de toegang tot de applicatie direct worden ingesteld.",
1044
1042
memberRequestInfo: {
1045
1043
info:"Om een applicatie gekoppelde te krijgen met het SURF Access platform, moet akkoord gegeven worden worden door de SURF Access Verantwoordelijke van de {{orgName}} organisatie.",
1046
1044
subInfo:"Geef hieronder aan waarom je deze applicatie geactiveerd wil hebben. Wij versturen het bericht naar hem of haar, je ontvangt zelf ook een kopie."
@@ -1061,9 +1059,11 @@ const en = {
1061
1059
cancelRequestTitle: "Cancel the request.",
1062
1060
cancelRequestQuestion: "Are you sure you don't want to have access to this application? The request will be withdrawn.",
1063
1061
config: "⚡️ Configure automatic access based on attributes",
1062
+
edit: "Maintain policies",
1064
1063
accessFor: "There is access for:",
1065
-
everyBody: "Everybody from {{name}}",
1066
-
notEveryBody: "Not everybody from {{name}}",
1064
+
everyBody: "Everybody from {{name}} has access",
1065
+
notEveryBody: "Automatic access is limited",
1066
+
policies: "{{nbr}} policies active",
1067
1067
noAccessFor: "No access for:",
1068
1068
noOneGroups: "There are no groups excluded from access",
1069
1069
groupsPresent: "There are certain groups excluded from access",
@@ -1080,10 +1080,11 @@ const en = {
1080
1080
eduIDOnly: "eduID only",
1081
1081
everyIdp: "any IdP",
1082
1082
backToAccess: "← back to access",
1083
-
authorizationRules: "Authorization rules for:",
1083
+
authorizationRules: "Authorization rules",
1084
1084
noPolicies: "No authorization rules have been configured yet",
1085
1085
newPolicy: "New authorization rule",
1086
1086
editPolicy: "Edit authorization rule",
1087
+
new: "New policy",
1087
1088
active: "Active",
1088
1089
paused: "Paused",
1089
1090
activate: "Activate",
@@ -1113,13 +1114,21 @@ const en = {
1113
1114
denyPlaceholder: "Type your descriptive message",
1114
1115
submitNew: "Save and activate",
1115
1116
submitExisting: "Update",
1117
+
breakdown: {
1118
+
if: "If",
1119
+
when: "When"
1120
+
},
1116
1121
flash: {
1117
1122
created: "Policy {{name}} has been created and is ready for use",
1118
1123
updated: "Policy {{name}} has been updated",
1119
1124
deleted: "Policy {{name}} has been deleted",
1125
+
paused: "Policy {{name}} has been paused",
1126
+
activated: "Policy {{name}} has been activated",
1120
1127
},
1121
1128
confirmation: {
1122
-
deleteQuestion: "Are you sure you want to delete this policy?"
1129
+
deleteQuestion: "Are you sure you want to delete this policy?",
1130
+
activateQuestion: "Are you sure you want to activate this policy?",
1131
+
pauseQuestion: "Are you sure you want to pause this policy? The policy will no longer be evaluated.",
0 commit comments