Skip to content

Commit

Permalink
Translation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Nov 21, 2023
1 parent 6002d3e commit f6978b7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 10 deletions.
4 changes: 2 additions & 2 deletions client/src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ 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 then can invite guests.</p>", true],
["Roles", "<p>The application managers will invite colleagues for roles who can in turn invite guests.</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 provisioned to external SCIM API's.</p>", false]
["Groups", "<p>The roles are actually group memberships that can be used in SURFconext rules, or provisioned as attributes or to external SCIM API's.</p>", false]
],
footer: "<p>SURFconext Invite is a service for access management to SURFconext-connected service providers.</p>" +
"<p>Do you want to know more? <a href='https://support.surfconext.nl/invite-en'>Read more</a>.</p>",
Expand Down
3 changes: 1 addition & 2 deletions client/src/locale/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ const nl = {
//Arrays of titles and info blocks and if a function is an admin function
["Uitnodigen", "<p>Instellingsbeheerders kunnen rollen aanmaken voor hun applicaties.</p>" +
"<p>Applicaties zijn diensten gekoppeld aan SURFconext.</p>", true],
["Rollen", "<p>De applicatiebeheerders nodigen collega's die weer gasten kunnen uitnodigen.</p>" +
"<p>Uitnodigingen.</p>", true],
["Rollen", "<p>De applicatiebeheerders nodigen collega's uit die op hun beurt weer gasten kunnen uitnodigen.</p>", true],
["Word lid", "<p>Uitgenodigde collega's die op de uitnodiging zijn ingegaan krijgen toegang tot applicaties.</p><br/>", false],
["Groepen", "<p>De rollen zijn feitelijk groepslidmaatschappen die gebruikt kunnen worden in SURFconext autorisatieregels, doorgegeven als attributen of via externe SCIM API's.</p>", false]
],
Expand Down
7 changes: 3 additions & 4 deletions welcome/src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ 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 invite guests.</p>" +
"<p>Invites.</p>", true],
["Roles", "<p>The application managers will invite colleagues for roles who can in turn invite guests.</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 provisioned to external SCIM API's.</p>", false]
["Groups", "<p>The roles are actually group memberships that can be used in SURFconext rules, or provisioned as attributes or to external SCIM API's.</p>", false]
],
footer: "<p>SURFconext Invite is a service for access management of Dutch led service providers.</p>" +
footer: "<p>SURFconext Invite is a service for access management for research and education.</p>" +
"<p>Do you want to know more? <a href='https://support.surfconext.nl/invite-en'>Read more</a>.</p>",
},
header: {
Expand Down
3 changes: 1 addition & 2 deletions welcome/src/locale/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ const nl = {
//Arrays of titles and info blocks and if a function is an admin function
["Uitnodigen", "<p>Instellingsbeheerders kunnen rollen aanmaken voor hun applicaties.</p>" +
"<p>Applicaties zijn diensten gekoppeld aan SURFconext.</p>", true],
["Rollen", "<p>De applicatiebeheerders nodigen collega's die weer gasten kunnen uitnodigen.</p>" +
"<p>Uitnodigingen.</p>", true],
["Rollen", "<p>De applicatiebeheerders nodigen collega's uit die op hun beurt weer gasten kunnen uitnodigen.</p>", true],
["Word lid", "<p>Uitgenodigde collega's die op de uitnodiging zijn ingegaan krijgen toegang tot applicaties.</p><br/>", false],
["Groepen", "<p>De rollen zijn feitelijk groepslidmaatschappen die gebruikt kunnen worden in SURFconext autorisatieregels, doorgegeven als attributen of via externe SCIM API's.</p>", false]
],
Expand Down

0 comments on commit f6978b7

Please sign in to comment.