From edbe93afa890d4745ce76fedafcc4289b9367c93 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Wed, 19 Feb 2025 12:56:31 +0100 Subject: [PATCH] Fixes #701 --- myconext-gui/src/locale/en.js | 11 +++++++++-- myconext-gui/src/locale/js/en/strings.json | 4 ++++ myconext-gui/src/locale/js/nl/strings.json | 4 ++++ myconext-gui/src/locale/nl.js | 9 ++++++++- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/myconext-gui/src/locale/en.js b/myconext-gui/src/locale/en.js index b43e7d06..9e735bd7 100644 --- a/myconext-gui/src/locale/en.js +++ b/myconext-gui/src/locale/en.js @@ -1,4 +1,4 @@ - const en = { +const en = { sidebar: { home: "Home", personalInfo: "Personal info", @@ -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" } } }; diff --git a/myconext-gui/src/locale/js/en/strings.json b/myconext-gui/src/locale/js/en/strings.json index 816112a8..89f98f4a 100644 --- a/myconext-gui/src/locale/js/en/strings.json +++ b/myconext-gui/src/locale/js/en/strings.json @@ -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 lose your unique eduID number connected to your email address.", "Account.Data.COPY": "Download information", diff --git a/myconext-gui/src/locale/js/nl/strings.json b/myconext-gui/src/locale/js/nl/strings.json index fadd1c45..8d59b975 100644 --- a/myconext-gui/src/locale/js/nl/strings.json +++ b/myconext-gui/src/locale/js/nl/strings.json @@ -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, verlies je ook je unieke eduID-nummer dat gekoppeld is aan je e-mailadres.", "Account.Data.COPY": "Download gegevens", diff --git a/myconext-gui/src/locale/nl.js b/myconext-gui/src/locale/nl.js index e279bec0..0d35f1e9 100644 --- a/myconext-gui/src/locale/nl.js +++ b/myconext-gui/src/locale/nl.js @@ -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" } } };