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
+32-1Lines changed: 32 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -920,6 +920,8 @@ const en = {
920
920
forms: {
921
921
cancel: "Cancel",
922
922
submit: "Submit",
923
+
new: "New",
924
+
create: "Create",
923
925
save: "Save",
924
926
sure: "I'm sure",
925
927
edit: "Edit",
@@ -1051,7 +1053,7 @@ const en = {
1051
1053
cancelRequest: "Cancel the request.",
1052
1054
cancelRequestTitle: "Cancel the request.",
1053
1055
cancelRequestQuestion: "Are you sure you don't want to have access to this application? The request will be withdrawn.",
1054
-
config: "⚡️ Configureer automatische toegang op basis van kenmerken",
1056
+
config: "⚡️ Configure automatic access based on attributes",
1055
1057
accessFor: "There is access for:",
1056
1058
everyBody: "Everybody from {{name}}",
1057
1059
noAccessFor: "Geen toegang voor:",
@@ -1068,6 +1070,35 @@ const en = {
1068
1070
roleUsers: "<strong>{{count}}</strong> users with role",
1069
1071
eduIDOnly: "eduID only",
1070
1072
everyIdp: "any IdP",
1073
+
backToAccess: "← back to access",
1074
+
authorizationRules: "Authorization rules for:",
1075
+
noPolicies: "No authorization rules have been configured yet",
1076
+
newPolicy: "New authorization rule",
1077
+
targetGroup: "Target group",
1078
+
placeholderTargetGroup: "Give the rule a logical name",
1079
+
allowDeny: "Allow or deny access?",
1080
+
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.",
1081
+
allow: "Allow",
1082
+
deny: "Deny",
1083
+
allAttributesMatch: "Match all or any filters?",
1084
+
allAttributesMatchTooltip: "Policies with a logical AND rule enforce that all attributes defined must match those of the person trying to log in.<br/><br/>Policies defined with a logical OR only require one of the attributes to match the attributes of the person requesting access.",
1085
+
all: "All",
1086
+
any: "Any",
1087
+
filters: "Filter on attributes",
1088
+
attribute: "Attribute",
1089
+
attributePlaceholder: "Select an attribute",
1090
+
permittedValues: "Permitted value(s)",
1091
+
permittedValuesPlaceholder: "Add values(s)...",
1092
+
denyEn: "English message for users without access",
1093
+
denyNl: "Dutch message for users without access",
1094
+
denyPlaceholder: "Type your descriptive message",
1095
+
submitNew: "Save and activate",
1096
+
submitExisting: "Update",
1097
+
flash: {
1098
+
created: "Policy {{name}} has been created and is ready for use",
0 commit comments