Skip to content

Commit

Permalink
Fixes #701
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed Feb 19, 2025
1 parent ab37b57 commit edbe93a
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
11 changes: 9 additions & 2 deletions myconext-gui/src/locale/en.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const en = {
const en = {
sidebar: {
home: "Home",
personalInfo: "Personal info",
Expand Down Expand Up @@ -574,7 +574,14 @@
eherkenning: "eIDAS",
idin: "Idin",
studielink: "Studielink",
servicedesk: "Service Desk"
servicedesk: "Service Desk",
"abn amro": "ABN AMRO",
"asn bank": "ASN Bank",
bunq: "Bunq",
ing: "ING",
rabobank: "Rabobank",
regioBank: "RegioBank",
sns: "SNS"
}
}
};
Expand Down
4 changes: 4 additions & 0 deletions myconext-gui/src/locale/js/en/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,10 @@
"Account.Info.COPY": "On this page you can manage your account.",
"Account.Created.COPY": "Created on",
"Account.Delete.COPY": "Delete your account",
"Account.Delete.COPY1": "You can delete your eduID whenever you want.",
"Account.Delete.COPY2": "Proceed with care, as you will lose the unique eduID number currently associated with your email address. When you re-register for a new eduID with that same email address, you will receive a new eduID number. Some applications use this unique number to identify you, so for those applications you will be treated as a new user.",
"Account.Delete.COPY3": "Please note that deleting your eduID account does not mean all applications you accessed with that eduID account will also have your data removed.",
"Account.Delete.COPY4": "To fully complete the process of deleting your eduID account you must close your browser after your account has been removed.",
"Account.Cancel.COPY": "Cancel",
"Account.DeleteInfo.COPY": "Note: if you delete your eduID, you will also <strong>lose your unique eduID number</strong> connected to your email address.",
"Account.Data.COPY": "Download information",
Expand Down
4 changes: 4 additions & 0 deletions myconext-gui/src/locale/js/nl/strings.json
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,10 @@
"Account.Info.COPY": "Op deze pagina kun je je account beheren.",
"Account.Created.COPY": "Aangemaakt op",
"Account.Delete.COPY": "Verwijder je account",
"Account.Delete.COPY1": "Je kunt je eduID account verwijderen wanneer je maar wilt.",
"Account.Delete.COPY2": "Let op, je verliest de unieke eduID nummers die aan je e-mailadres zijn gekoppeld. Wanneer je je opnieuw registreert voor eduID met hetzelfde e-mailadres, krijg je nieuwe eduID nummers. Sommige applicaties gebruiken deze nummers om je te herkennen, dus voor die applicaties word je dan gezien als een nieuwe gebruiker. ",
"Account.Delete.COPY3": "Houd er rekening mee dat het verwijderen van je eduID niet betekent dat alle applicaties die je met je eduID hebt gebruikt, ook je gegevens zullen verwijderen.",
"Account.Delete.COPY4": "Om het verwijderen van je eduID volledig te voltooien, moet je nadat je account is verwijderd je browser afsluiten.",
"Account.Cancel.COPY": "Annuleer",
"Account.DeleteInfo.COPY": "Let op: als je je eduID verwijdert, <strong>verlies je ook je unieke eduID-nummer</strong> dat gekoppeld is aan je e-mailadres.",
"Account.Data.COPY": "Download gegevens",
Expand Down
9 changes: 8 additions & 1 deletion myconext-gui/src/locale/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,14 @@ const nl = {
eherkenning: "eIDAS",
idin: "Idin",
studielink: "Studielink",
servicedesk: "Service Desk"
servicedesk: "Service Desk",
"abn amro": "ABN AMRO",
"asn bank": "ASN Bank",
bunq: "Bunq",
ing: "ING",
rabobank: "Rabobank",
regioBank: "RegioBank",
sns: "SNS"
}
}
};
Expand Down

0 comments on commit edbe93a

Please sign in to comment.