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
info: "You do not have access to <strong>{{name}}</strong>'s environment. You can request access from the administrator.",
@@ -224,7 +226,7 @@ const en = {
224
226
status: "Status",
225
227
searchPlaceHolder: "Search for organisations...",
226
228
confirmation: "Are you sure you want to change the status to <strong>{{status}}</strong> for organisation {{name}}?",
227
-
manageOrganizationInMutable: "Internal organisations (e.g. IdP's from Manage) are immutable in SURF Access. Only external organisations from external (commercial) service providers are mutable.",
229
+
manageOrganizationInMutable: "Internal organisations (e.g. IdP's from ManageImport) are immutable in SURF Access. Only external organisations from external (commercial) service providers are mutable.",
228
230
flash: {
229
231
updated: "Organisation {{name}} now has the status {{status}}",
230
232
deleted: "Organisation {{name}} has been deleted",
@@ -324,7 +326,7 @@ const en = {
324
326
team: {
325
327
name: "Team",
326
328
info: "Give team members or external users access to manage this app",
327
-
members: "Manage team members"
329
+
members: "ManageImport team members"
328
330
},
329
331
production: {
330
332
name: "Production",
@@ -820,7 +822,7 @@ const en = {
820
822
eduid: "EduID Identity Provider",
821
823
idp: "Your IdP",
822
824
invite: "SURF Invite",
823
-
manage: "SURF Manage",
825
+
manage: "SURF ManageImport",
824
826
orcid: "ORCID organisation",
825
827
sabrest: "SURF SAB",
826
828
voot: "SURF Memberships",
@@ -885,6 +887,7 @@ const en = {
885
887
profile: "profile",
886
888
attributes: "attribute",
887
889
motivation: "motivation",
890
+
allowedall: "Allowed all",
888
891
refreshTokenValidity: "Refresh token validity in seconds",
889
892
visible_to_all: "All organisations",
890
893
visible_to_none: "No one (hide the app for now)",
@@ -968,7 +971,7 @@ const en = {
968
971
myOrganization: {
969
972
title: "My organisation",
970
973
info: "To view other information about your organisation, visit <a target='_blank' href='https://mijn.surf.nl'>mijn.surf.nl</a>",
971
-
maintenance: "Manage {{name}}",
974
+
maintenance: "ManageImport {{name}}",
972
975
contactPersons: "Contacts",
973
976
general: "General information",
974
977
delete: "Delete organisation",
@@ -1160,11 +1163,11 @@ const en = {
1160
1163
regTitle: "Authorization policy",
1161
1164
regInfo: "Controls which users can access an application.",
1162
1165
regChoice: "Choose Authorization policy if:",
1163
-
regExplanation:"→ You need to decide which users or groups get access to an application",
1166
+
regExplanation:"→ You need to decide which users or groups get access to an application",
1164
1167
stepTitle: "Step-up policy",
1165
1168
stepInfo: "Defines the required Level of Assurance (LoA) for access to an application.",
stepExplanation:"→ Users may access the application, but must log in with a higher LoA or MFA"
1170
+
stepExplanation:"→ Users may access the application, but must log in with a higher LoA or MFA"
1168
1171
},
1169
1172
negateApplication: "Select <strong>Negate selection</strong> to apply this policy to all service providers except the ones you chose.",
1170
1173
},
@@ -1174,35 +1177,43 @@ const en = {
1174
1177
type: "Entity type",
1175
1178
oidc10_rp: "OIDC Relying Party",
1176
1179
saml20_sp: "SAML Service Provider",
1177
-
searchPlaceHolder: "Search for Manage entities",
1180
+
searchPlaceHolder: "Search for ManageImport entities",
1178
1181
notFound: "Nothing found"
1179
1182
},
1180
1183
manageDetail: {
1181
1184
backToSystem: "← Back to manage apps",
1182
1185
importAsNewApplication: "Import as new application",
1183
1186
importAsNewConnection: "Import as new connection",
1184
-
migrate: "Migrate",
1187
+
import: "Import",
1185
1188
notInAccess: "This entity is not known in Access. You can import it by choosing first an organisation. "+
1186
1189
"Then choose either an existing application from this organization, or import this entity as a new application.",
1187
-
inAccess: "This entity from Manage is a connection named <strong>{{connection}}</strong> in the application <strong>{{application}}</strong>"+
1188
-
" in the organisation <strong>{{organisation}}</strong>. You can migrate the application <strong>{{application}}</strong> to a different organisation.",
1190
+
inAccess: "This entity from Manage is an Access connection named <strong>{{connection}}</strong> in the application <strong>{{application}}</strong>"+
1191
+
" in the organisation <strong>{{organisation}}</strong>. There is nothing to import.",
1189
1192
chooseOrganisation: "Choose an organisation",
1190
-
chooseOrganisationPlaceholder: "Find and choose an organisation to migrate the application",
1191
1193
chooseImportOrganisationPlaceholder: "Find and choose an organisation to import this entity",
1192
1194
chooseApplication: "Find and choose an application",
1193
1195
chooseApplicationPlaceholder: "Optional: find and choose an application",
1194
-
migrateConfirmation: "Are you absolutely sure you want to migrate application <strong>{{application}}</strong> from the current "+
1195
-
"organisation <strong>{{organisation}}</strong> to the new organisation <strong>{{newOrganisation}}</strong>?",
1196
1196
impportApplicationConfirmation: "Are you absolutely sure you want to import entity <strong>{{entity}}</strong> in to "+
1197
1197
"organisation <strong>{{organisation}}</strong> as a new application?",
1198
1198
impportConnectionConfirmation: "Are you absolutely sure you want to import entity <strong>{{entity}}</strong> in to "+
1199
1199
"organisation <strong>{{organisation}}</strong> as a new connection of application {{application}}?",
1200
1200
flash: {
1201
1201
migrated: "Application {{application}} has been migrated to organisation {{organisation}}",
1202
-
imported: "Entity {{entity}} has been imported into organisation {{organisation}}"
1203
1202
}
1204
-
1205
-
1203
+
},
1204
+
applicationMigrate: {
1205
+
migrate: "Migrate",
1206
+
findApplicationInfo: "An app migration is only changing the organisation name in the Manage metadata and changing the database "+
1207
+
"reference. If contracts need to be changed please refer to SURF klant support",
1208
+
findApplication: "Find an application to migrate",
1209
+
findApplicationPlaceholder: "Find and select an application...",
1210
+
chooseOrganisation: "Choose the target organisation",
1211
+
chooseOrganisationPlaceholder: "Find and select an organisation to migrate the application to...",
1212
+
migrateConfirmation: "Are you absolutely sure you want to migrate application <strong>{{application}}</strong> from its current "+
1213
+
"organisation <strong>{{organisation}}</strong> to the new organisation <strong>{{newOrganisation}}</strong>?",
1214
+
flash: {
1215
+
migrated: "Application {{application}} has been migrated to organisation {{organisation}}",
confirmation: "Are you sure you want to change the status to <strong>{{status}}</strong> for organisation {{name}}?",
223
-
manageOrganizationInMutable: "Internal organisations (e.g. IdP's from Manage) are immutable in SURF Access. Only external organisations from external (commercial) service providers are mutable.",
223
+
manageOrganizationInMutable: "Internal organisations (e.g. IdP's from ManageImport) are immutable in SURF Access. Only external organisations from external (commercial) service providers are mutable.",
224
224
flash: {
225
225
updated: "Organisation {{name}} now has the status {{status}}",
226
226
deleted: "Organisation {{name}} has been deleted",
@@ -319,7 +319,7 @@ const nl = {
319
319
team: {
320
320
name: "Team",
321
321
info: "Give team members or external users access to manage this app",
322
-
members: "Manage team members"
322
+
members: "ManageImport team members"
323
323
},
324
324
production: {
325
325
name: "Production",
@@ -815,7 +815,7 @@ const nl = {
815
815
eduid: "EduID Identity Provider",
816
816
idp: "Your IdP",
817
817
invite: "SURF Invite",
818
-
manage: "SURF Manage",
818
+
manage: "SURF ManageImport",
819
819
orcid: "ORCID organisation",
820
820
sabrest: "SURF SAB",
821
821
voot: "SURF Memberships",
@@ -964,7 +964,7 @@ const nl = {
964
964
myOrganization: {
965
965
title: "My organisation",
966
966
info: "To view other information about your organisation, visit <a target='_blank' href='https://mijn.surf.nl'>mijn.surf.nl</a>",
0 commit comments