You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: public-gui/src/locale/en.js
+6-66Lines changed: 6 additions & 66 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ const en = {
5
5
tabs: {
6
6
home: "Home",
7
7
support: "Help",
8
-
about: "About eduID"
8
+
about: "About eduID",
9
+
verify: "Verify",
10
+
servicedesk: "Service Desk"
9
11
},
10
12
header: {
11
13
mineEduID: "My eduID",
@@ -18,9 +20,9 @@ const en = {
18
20
eduID: "eduID",
19
21
title: "Easily prove who you are",
20
22
whatCanYouDo: "What is eduID for?",
21
-
info1: "Verify your identity for education and research in the Netherlands",
22
-
info2: "Log in to a growing number of websites and online services",
23
-
info3: "For students, staff, and professionals",
23
+
info1: "Log in to a growing number of education and research services, whether you're a student, staff member, or professional.",
24
+
info2: "Your eduID stays with you throughout your entire career, from your studies to work and courses later in life.",
25
+
info3: "You always have full insight into and control over your personal data.",
24
26
readMore: "Learn more about eduID",
25
27
eduIdApp: "Want to log in faster and more securely?",
26
28
appInfo: "With the <strong>eduID app</strong>, you can log in without a password or checking your email. Installation is quick and easy.",
@@ -29,47 +31,6 @@ const en = {
29
31
appStoreAlt: "Download on the App Store",
30
32
googlePlayAlt: "Get it on Google Play",
31
33
},
32
-
about: {
33
-
eduID: "About eduID",
34
-
title: "One account for educational and research institutions",
35
-
why: "What is eduID?",
36
-
whyInfo1: "eduID helps students, staff, and professionals easily prove their identity at educational and research institutions in the Netherlands. Students are increasingly attending courses at multiple institutions. Previously, students couldn't log in to one institution using an account from another. Staff, professionals, and guests experience the same problems and are often active at multiple institutions.",
37
-
whyInfo2: "eduID solves this problem by providing one account to verify your identity across multiple Dutch educational and research institutions.",
38
-
register: "How to get an eduID?",
39
-
registerInfo: "Creating an eduID is simple. Press <strong>Create an eduID</strong> at the top of the page. After creating your eduID, you may need to verify your identity through an official party, such as your school, university, or bank.",
40
-
logins: "How to confirm your identity?",
41
-
loginsInfo: "In most cases, you must prove your identity through an official party before you can fully use your eduID. You can do this in the following ways:",
42
-
43
-
magicLink: "Code in email",
44
-
password: "Password",
45
-
passKey: "Passkey",
46
-
identity: "How to use eduID?",
47
-
identityInfo1: "You can use eduID to log in to websites and online services in the Netherlands. We recommend using the eduID app for the most secure and convenient experience. The app lets you log in without a password, and two-factor authentication (2FA) adds an extra layer of security.",
48
-
identityInfo2: "Prefer not to download an app? You can also log in using:",
49
-
institution: "Via a Dutch educational institution",
50
-
institutionInfo: "Log in to your institution, which will then share details like your name and role (student, lecturer, etc.) with us.",
51
-
bank: "Via a Dutch banking app",
52
-
bankInfo: "Log in to your bank, which will provide us with your name and date of birth. No payment is required.",
53
-
european: "With a European ID",
54
-
europeanInfo: "Show your ID and a verification code at an eduID Service Desk (online or at an institution).",
55
-
manage: "Where can you find your data?",
56
-
manageInfo: "In <a href='{{url}}'>My eduID</a>, you can view your name, email address, and security settings. You can also check which websites and services you’ve accessed with eduID and download or delete your data."
57
-
},
58
-
support: {
59
-
eduID: "Help",
60
-
title: "When you need assistance",
61
-
studying: "Do you study in the Netherlands?",
62
-
connect: "Connect your educational institution",
63
-
studyInfo: "Before you can use eduID for services in Dutch education, we need to verify your identity. That’s why we ask you to add the following information to your eduID:",
64
-
informationBullet1: "Your full name, verified by an official party",
65
-
informationBullet2: "Proof that you are a student",
66
-
informationBullet3: "Your current institutionValidation of your full name by a third party",
67
-
allAtOnce: "You can add this information all at once by connecting your educational institution to eduID. To do this, press <strong>Add an institution</strong> in the eduID app or <a href='{{url}}'>My eduID</a>.",
68
-
mobileScreenshotAlt: "Screenshot of the eduID app showing where to add an institution",
69
-
note: "<strong>Note</strong>: did you create an eduID last school year? You may need to connect your institution again.",
70
-
help: "Need more help?",
71
-
helpInfo: "Have a look at the <a href=\"https://servicedesk.surf.nl/wiki/x/MIJsB\">eduID documentation</a> and the <a href=\"https://servicedesk.surf.nl/wiki/x/ToJsB\">FAQ</a>, or send an email to <a href='mailto:help@eduid.nl'>help@eduid.nl</a>. We’ll get back to you as soon as possible."
72
-
},
73
34
privacy: {
74
35
eduID: "Privacy Policy",
75
36
title: "Version October 18, 2024"
@@ -78,33 +39,12 @@ const en = {
78
39
eduID: "Terms of Use",
79
40
title: "Version June 17, 2024"
80
41
},
81
-
servicedesk: {
82
-
title: "Servicedesk",
83
-
info:"For more information about how, when and by which service desk you can verify your eduID using a code, please visit our"+
Copy file name to clipboardExpand all lines: public-gui/src/locale/nl.js
+3-37Lines changed: 3 additions & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@ const nl = {
5
5
tabs: {
6
6
home: "Home",
7
7
support: "Help",
8
-
about: "Over eduID"
8
+
about: "Over eduID",
9
+
verify: "Verificatie",
10
+
servicedesk: "Servicedesk"
9
11
},
10
12
header: {
11
13
mineEduID: "Mijn eduID",
@@ -29,34 +31,6 @@ const nl = {
29
31
appStoreAlt: "Download in de App Store",
30
32
googlePlayAlt: "Ontdek het op Google Play",
31
33
},
32
-
about: {
33
-
eduID: "Over eduID",
34
-
title: "Eén account voor onderwijs- en onderzoeksinstellingen",
35
-
why: "Wat is eduID?",
36
-
whyInfo1: "eduID is één account waarmee je eenvoudig inlogt bij verschillende onderwijs- en onderzoeksinstellingen in Nederland, of je nu student, medewerker of professional bent.",
37
-
whyInfo2: "eduID is de oplossing: één account waarmee je bij verschillende Nederlandse onderwijs- en onderzoeksinstellingen kunt bewijzen wie je bent.",
38
-
register: "Hoe gebruik je eduID?",
39
-
createEduId: "1. Maak een eduID aan",
40
-
createEduIdInfo: "Klik op 'eduID aanmaken' en volg de stappen.</br>. Gebruik een persoonlijk e-mailadres dat je blijft gebruiken, ook als je van school of baan verandert.",
41
-
logins: "Waar vind je je account en gegevens terug?",
42
-
loginsInfo: "Heb je een eduID aangemaakt? Dan vind je in <a href='{{}}' target='_blank'>Mijn eduID</a> alle gegevens, zoals je naam, e-mailadres en hoe je eduID beveiligd is. Deze gegevens kun je beheren en aanpassen als je dat wilt. In Mijn eduID kun je ook zien bij welke websites en diensten je bent ingelogd met eduID.",
43
-
44
-
},
45
-
support: {
46
-
eduID: "Help",
47
-
title: "Voor als je er niet uit komt",
48
-
studying: "Studeer je in Nederland?",
49
-
connect: "Koppel je onderwijsinstelling",
50
-
studyInfo: "We moeten eerst zeker zijn wie je bent. Alleen zo kun je eduID gebruiken voor diensten in het Nederlandse onderwijs. Daarom vragen we je deze gegevens toe te voegen aan je eduID:",
51
-
informationBullet1: "Je volledige naam, bevestigd door een officiële partij",
52
-
informationBullet2: "Bewijs dat je student bent",
53
-
informationBullet3: "Je huidige instelling",
54
-
allAtOnce: "Je kunt deze gegevens in één keer toevoegen door je onderwijsinstelling te koppelen met eduID. Druk hiervoor op <strong>Voeg instelling toe</strong> in de eduID app of <a href='{{url}}'>Mijn eduID</a>.",
55
-
mobileScreenshotAlt: "Screenshot van de eduID app waarop te zien is waar je een instelling toevoegt",
56
-
note: "<strong>Let op:</strong> heb je vorig schooljaar al een eduID gemaakt? Dan moet je misschien opnieuw je instelling koppelen",
57
-
help: "Meer hulp nodig?",
58
-
helpInfo: "Bekijk de <a href=\"https://servicedesk.surf.nl/wiki/x/L4JsB\">eduID documentatie</a> en de <a href=\"https://servicedesk.surf.nl/wiki/x/UIJsB\">veelgestelde vragen</a>. Als je er niet uit komt kun je een e-mail sturen naar <a href='mailto:help@eduID.nl'>help@eduid.nl</a>. We komen zo snel mogelijk bij je terug."
59
-
},
60
34
privacy: {
61
35
eduID: "Privacyverklaring",
62
36
title: "Versie 18 oktober 2024"
@@ -65,20 +39,12 @@ const nl = {
65
39
eduID: "Gebruiksvoorwaarden",
66
40
title: "Versie 17 juni 2024"
67
41
},
68
-
servicedesk: {
69
-
title: "Servicedesk",
70
-
info:"Meer informatie over hoe, wanneer en bij welke service desk je je eduID met behulp van een code kan verifiëren? Kijk dan op onze"+
0 commit comments