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
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@
108
108
applications: "Applications",
109
109
noRolesInfo: "You have no roles (which means you must be super-user)",
110
110
noRolesInstitutionAdmin: "You are an institution admin and you have no roles (but you might have access to applications)",
111
+
noRolesInstitutionAdminOther: "{{name}} is an institution admin and has no roles (but might have access to applications)",
111
112
noRolesNoApplicationsInstitutionAdmin: "You are an institution admin, but you have no roles and apparently your institution has also no access to applications",
112
113
guestRoleOnly: "You are not an administrator. Are you looking for <a href='{{welcomeUrl}}'>the apps you can access</a>?",
113
114
rolesInfo: "You have the following roles",
@@ -124,7 +125,9 @@
124
125
authority: "Authority",
125
126
endDate: "End date",
126
127
expiryDays: "Expiry days",
127
-
roleExpiryTooltip: "Sort on roles to see which roles will expire the soonest"
128
+
roleExpiryTooltip: "Sort on roles to see which roles will expire the soonest",
129
+
deleteFlash: "User {{name}} has been deleted",
130
+
deleteConfirmation: "Are you absolutely sure you want to delete user {{name}}? There is no undo button."
Copy file name to clipboardExpand all lines: client/src/locale/nl.js
+4-1Lines changed: 4 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,6 +108,7 @@ const nl = {
108
108
applications: "Applicaties",
109
109
noRolesInfo: "Je hebt geen rollen (je bent een super-user)",
110
110
noRolesInstitutionAdmin: "Je bent instellingsadmin, maar hebt nog geen rollen (maar je hebt wel toegang tot je applicaties)",
111
+
noRolesInstitutionAdminOther: "{{name}} is een instellingsadmin, maar heeft nog geen rollen (maar wel toegang tot applicaties)",
111
112
noRolesNoApplicationsInstitutionAdmin: "Je bent instellingsadmin, maar je hebt geen rollen en je instelling heeft blijkbaar ook geen toegang tot applicaties.",
112
113
guestRoleOnly: "Je bent geen admin. Ben je op zoek naar de <a href='{{welcomeUrl}}'>applicaties waar je toegang to hebt</a>?",
113
114
rolesInfo: "Je hebt de volgende rollen",
@@ -124,7 +125,9 @@ const nl = {
124
125
authority: "Autoriteit",
125
126
endDate: "Einddatum",
126
127
expiryDays: "Verloopdagen",
127
-
roleExpiryTooltip: "Sorteer op rollen, om te zien welke rol het eerst zal verlopen"
128
+
roleExpiryTooltip: "Sorteer op rollen, om te zien welke rol het eerst zal verlopen",
129
+
deleteFlash: "Gebruiker {{name}} is verwijderd",
130
+
deleteConfirmation: "Weet je heel zeker dat je gebruiker {{name}} wilt verwijderen? Er is geen undo functionaliteit."
0 commit comments