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
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -211,12 +211,14 @@ const en = {
211
211
disapproved_action: "Disapprove",
212
212
name: "Name",
213
213
schacHomeOrganization: "Schac home",
214
+
isInternal: "Internal",
214
215
createdAt: "Created",
215
216
memberCount: "# Members",
216
217
applicationCount: "# Apps",
217
218
status: "Status",
218
219
searchPlaceHolder: "Search for organizations...",
219
220
confirmation: "Are you sure you want to change the status to <strong>{{status}}</strong> for organization {{name}}?",
221
+
manageOrganizationInMutable: "Internal organizations (e.g. IdP's from Manage) are immutable in SURF Access. Only external organizations from external (commercial) service providers are mutable.",
220
222
flash: {
221
223
updated: "Organization {{name}} now has the status {{status}}",
222
224
deleted: "Organization {{name}} has been deleted",
@@ -952,7 +954,12 @@ const en = {
952
954
deleteWarning: "If you delete your organization, all of your applications and connections will also be deleted. There is no undo functionality for this action.",
953
955
deleteButton: "Delete my organization",
954
956
proceedButton: "Save",
955
-
flash: "Organization {{name}} is updated"
957
+
flash: "Organization {{name}} is updated",
958
+
generalInformation: "Algemene gegevens",
959
+
entityID: "Entity ID",
960
+
name: "name",
961
+
keyWords: "Keywords",
962
+
keyWordsInfo: "Keywords zijn shortcuts waarmee gebruikers in de WAYF snel deze organisatie terug kan vinden",
0 commit comments