Skip to content

Commit

Permalink
Update some translation strings
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Sep 25, 2023
1 parent 8ad39c7 commit 6a8f7cc
Show file tree
Hide file tree
Showing 4 changed files with 277 additions and 278 deletions.
22 changes: 11 additions & 11 deletions client/src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const en = {
header: {
title: "Manage access to your applications",
login: "Login",
sup: "The SURFwelcome application is by invite only.",
sup: "The SURFconext Invite application is by invite only.",
},
works: "How does it work?",
adminFunction: "admin function",
Expand All @@ -19,11 +19,11 @@ const en = {
["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]
],
footer: "<p>SURFwelcome is a service for access management of Dutch led service providers.</p>" +
footer: "<p>SURFconext Invite is a service for access management of Dutch led service providers.</p>" +
"<p>Do you want to know more? Please visit <a href='https://surf.nl/en/access'>https://surf.nl/en/access</a>.</p>",
},
header: {
title: "SURFwelcome",
title: "SURFconext Invite",
subTitle: "Everything will be Owl right",
links: {
login: "Login",
Expand All @@ -34,7 +34,7 @@ const en = {
help: "Help",
profile: "Profile",
logout: "Logout",
helpUrl: "https://support.surfconext.nl/help-access-en"
helpUrl: "https://support.surfconext.nl/help-invite-en"
},
},
tabs: {
Expand All @@ -51,7 +51,7 @@ const en = {
cron: "Cron"
},
home: {
access: "SURFwelcome",
access: "SURFconext Invite",
},
impersonate: {
exit: "Stop impersonating",
Expand Down Expand Up @@ -208,25 +208,25 @@ const en = {
alreadyExistsParent: "The {{attribute}} {{value}} already exists within {{parent}}",
required: "The {{attribute}} is required",
invalid: "The value '{{value}}' is invalid for {{attribute}}",
error: "You can <a href=\"mailto:welcome@surf.nl\" target=\"_blank\">contact SURFwelcome</a> for more information.<br/><br/>" +
error: "You can <a href=\"mailto:support@surfconext.nl\">contact SURFconext Invite</a> for more information.<br/><br/>" +
"The reference number for this exception is {{reference}}."
},
profile: {
info: "The account of {{name}} was created on {{createdAt}}",
your: "Your account was created on {{createdAt}}"
},
inviteOnly: {
welcome: "Welcome to SURFwelcome",
welcome: "Welcome to SURFconext Invite",
roles: "You don't have any roles.",
info: "The SURFwelcome application is by invite only. If you want to enter, but don't have access, please contact <a href='mailto:access@surf.nl'>welcome@surf.nl</a>.",
info: "The SURFconext Invite application is by invite only. If you want to enter, but don't have access, please contact <a href='mailto:support@surfconext.nl'>support@surfconect.nl</a>.",
preLogin: "Or ",
login: "login",
postLogin: " again with a different institution",
},
missingAttributes: {
welcome: "Welcome to SURFwelcome",
welcome: "Welcome to SURFconext Invite",
attributes: "Your institution has not provided all required attributes. The following attributes are missing:",
info: "If you want more information, please contact <a href='mailto:access@surf.nl'>welcome@surf.nl</a>.",
info: "If you want more information, please contact <a href='mailto:support@surfconext.nl'>support@surfconext.nl</a>.",
preLogin: "Or ",
login: "login",
postLogin: " again with a different institution.",
Expand All @@ -242,7 +242,7 @@ const en = {
role: "role",
roles: "roles",
progress: "1",
info: "SURFwelcome provides access to application based on your roles.",
info: "SURFconext Invite provides access to application based on your roles.",
infoLogin: "You can login with your institution account or edulD.",
infoLoginAgain: "To accept the invitation you'll need to login again.",
login: "Login",
Expand Down
Loading

0 comments on commit 6a8f7cc

Please sign in to comment.