Skip to content

Commit

Permalink
Merge pull request #305 from OpenConext/MarliesRikken-patch-1
Browse files Browse the repository at this point in the history
Update en.js
  • Loading branch information
MarliesRikken authored Sep 13, 2024
2 parents f8b4286 + 4cf5598 commit 9703f94
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions client/src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const en = {
//Arrays of titles and info blocks and if a function is an admin function
["Invites", "<p>SURF invites institution managers who can create roles for their applications.</p>" +
"<p>Applications are services connected to SURFconext.</p>", true],
["Roles", "<p>The application managers will invite colleagues for roles who can in turn invite guests.</p>", true],
["Roles", "<p>The application managers will invite colleagues for roles who can in turn invite users.</p>", true],
["Join", "<p>Invited colleagues who accept the invitation are granted access rights for the applications.</p><br/>", false],
["Groups", "<p>The roles are actually group memberships that can be used in SURFconext authorisation rules, or provisioned as attributes or to external SCIM APIs.</p>", false]
],
Expand All @@ -47,12 +47,12 @@ const en = {
users: "Users",
applicationUsers: "Users",
maintainers: "Role managers & inviters",
guests: "Guest with this role",
guests: "User with this role",
invitations: "Invitations",
roles: "Access roles",
profile: "Profile",
userRoles: "Role managers & inviters",
guestRoles: "Guests with this role",
guestRoles: "Users with this role",
cron: "Cron",
invite: "Invite",
tokens: "API tokens",
Expand All @@ -79,7 +79,7 @@ const en = {
INSTITUTION_ADMIN: "Institution admin",
MANAGER: "Manager",
INVITER: "Inviter",
GUEST: "Guest",
GUEST: "User",
"No member": "No member"
},
users: {
Expand All @@ -104,7 +104,7 @@ const en = {
noRolesInfo: "You have no roles (which means you must be super-user)",
noRolesInstitutionAdmin: "You are an institution admin and you have no roles (but you might have access to applications)",
noRolesNoApplicationsInstitutionAdmin: "You are an institution admin, but you have no roles and apparently your institution has also no access to applications",
guestRoleOnly: "You are a guest user. Are you looking for the <a href='{{welcomeUrl}}'>inviter app for guests</a>?",
guestRoleOnly: "You are not an administrator. Are you looking for <a href='{{welcomeUrl}}'>for the apps you can access</a>?",
rolesInfo: "You have the following roles",
applicationsInfo: "You have access to the following applications",
noRolesFound: "No roles are found.",
Expand Down Expand Up @@ -208,7 +208,7 @@ const en = {
multipleUserRoles: "user roles",
searchPlaceHolder: "Search for users...",
noResults: "No user roles where found",
guestRoles: "{{count}} guest users",
guestRoles: "{{count}} users",
managerRoles: "{{count}} managers & inviters",
notAllowed: "You're not allowed to delete this user role because of missing roles",
updateConfirmation: "Are you sure you want to change the end date of role {{roleName}} for {{userName}}",
Expand Down Expand Up @@ -237,7 +237,7 @@ const en = {
new: "Invite manager or inviter",
newInvitation: "Invite inviter",
newInvite: "New invite",
newGuest: "Invite new guest",
newGuest: "Invite new user",
invitees: "Invitees",
intendedRoles: "Roles",
inviteesPlaceholder: "Invitee email addresses",
Expand All @@ -259,7 +259,7 @@ const en = {
message: "Personal note",
messagePlaceholder: "Add a personal note to your invitation",
invite: "Send invite",
guestRoleIncluded: "Add the guest role?",
guestRoleIncluded: "Add the user role?",
invalidEmails: "Invalid email addresses removed: {{emails}}.",
createFlash: "Invitation was sent",
delete: "Revoke",
Expand Down Expand Up @@ -356,7 +356,7 @@ const en = {
info: "Manage who gets access to the <strong>educational applications</strong> at <strong>your institution</strong>.",
sendInvite: "Send new invite",
viewHistory: "view history",
manage: "You can manage guests and send invites for",
manage: "You can manage users and send invites for",
details: "Show details",
history: "Invitation history"
},
Expand Down Expand Up @@ -404,10 +404,10 @@ const en = {
inviteesTooltip: "Add email addresses separated by comma, space or semi-colon or on seperate lines. You can also paste a csv file with line-separated email addresses.",
removeInvitation: "Delete all selected invitations",
resendInvitation: "Resend all selected invitations",
inviter: "Send invitations to persons who will - once accepted - become guest users for the application",
inviter: "Send invitations to persons who will - once accepted - gain user access to the application",
overrideSettingsAllowed: "When checked, invitations for this role can override the advanced settings (e.g. email equality, eduID only and the role expiry end date)",
removeUserRole: "Remove all selected user roles",
guestRoleIncludedTooltip: "Do you also want to grant the invitees the guest role when they accept the invitation?",
guestRoleIncludedTooltip: "Do you also want to grant the invitees the user role when they accept the invitation?",
expiredUserRole: "This role will expire soon",
},
confirmationDialog: {
Expand Down

0 comments on commit 9703f94

Please sign in to comment.