diff --git a/.github/workflows/localicious.yaml b/.github/workflows/localicious.yaml index d62a17ea..8e972b61 100644 --- a/.github/workflows/localicious.yaml +++ b/.github/workflows/localicious.yaml @@ -26,9 +26,9 @@ jobs: - name: Create Localizable.strings files run: | cd ${{ github.workspace }} - yarn localicious render ./localizations.yaml ./account-gui/src/locale/ --languages en,nl --outputTypes js -c SHARED + localicious render ./localizations.yaml ./account-gui/src/locale/ --languages en,nl --outputTypes js -c SHARED rm -fr ./account-gui/src/locale/js/Localizable.ts - yarn localicious render ./localizations.yaml ./myconext-gui/src/locale/ --languages en,nl --outputTypes js -c SHARED + localicious render ./localizations.yaml ./myconext-gui/src/locale/ --languages en,nl --outputTypes js -c SHARED rm -fr ./myconext-gui/src/locale/js/Localizable.ts - name: Commit updated files uses: stefanzweifel/git-auto-commit-action@v4 diff --git a/account-gui/src/locale/js/Localizable.ts b/account-gui/src/locale/js/Localizable.ts new file mode 100644 index 00000000..a1d5755d --- /dev/null +++ b/account-gui/src/locale/js/Localizable.ts @@ -0,0 +1,45 @@ +// DO NOT EDIT. This file is auto-generated using Localicious (https://github.com/PicnicSupermarket/localicious). + +import en from "./en/strings.json"; +import nl from "./nl/strings.json"; + +type LanguageStrings = | typeof en | typeof nl; + +type Language = | "en" | "nl"; + +type EnumDictionary = { + [K in T]: U; +}; + +export type TranslationKey = keyof LanguageStrings; + +const strings: EnumDictionary = { + en: en, + nl: nl, +}; + +const format = (string: string, ...args: string[]) => { + let result = string; + for (let i = 0; i < args.length; i++) { + const pos = i + 1; + if (typeof args[i] === "string") { + result = result.replace("%" + pos + "$s", args[i]); + } + if (typeof args[i] === "number") { + result = result.replace("%" + pos + "$d", args[i]); + } + } + return result; +}; + +export const translation = ( + language: Language, + key: TranslationKey, + ...args: string[] +): string | undefined => { + // Check if translation exists. + if (!(language in strings) && !(key in strings[language])) { + return undefined; + } + return format(strings[language][key], ...args); +}; diff --git a/account-gui/src/locale/js/en/strings.json b/account-gui/src/locale/js/en/strings.json index a1e330a9..02cfee73 100644 --- a/account-gui/src/locale/js/en/strings.json +++ b/account-gui/src/locale/js/en/strings.json @@ -3,18 +3,18 @@ "About.Info.COPY": "App information", "Sidebar.Home.COPY": "Home", "Sidebar.PersonalInfo.COPY": "Personal info", - "Sidebar.DataActivity.COPY": "Data & activity", + "Sidebar.DataActivity.COPY": "Activity", "Sidebar.Security.COPY": "Security", "Sidebar.Account.COPY": "Account", "Start.Hi.COPY": "Hi %1$s!", - "Start.Manage.COPY": "Manage your personal info, your privacy, and the security of your eduID account.", + "Start.Manage.COPY": "Manage your personal info, your privacy, and the security of your eduID.", "EnvironmentSwitcher.Button.COPY": "Environment", "EnvironmentSwitcher.Title.COPY": "Switch environment", "EnvironmentSwitcher.Subtitle.COPY": "Click on one of the environments to use it in the app for communicating", "FeatureFlags.Title.COPY": "Feature flags", "FeatureFlags.IdentityVerification.COPY": "Identity verification", "PromptForOAuth.Title.COPY": "Please log in", - "PromptForOAuth.Description.COPY": "To retrieve the information you must be logged in.", + "PromptForOAuth.Description.COPY": "You must be logged in to retrieve the information.", "HomeView.MainText.FirstPart.COPY": "Your eduID app", "HomeView.MainText.SecondPart.COPY": "is ready for use", "HomeView.SecurityButton.COPY": "Security", @@ -22,7 +22,7 @@ "HomeView.ActivityButton.COPY": "Activity", "HomeView.ScanQRButton.COPY": "Scan QR", "ScanView.Title.COPY": "Scan the QR-code", - "ScanView.MainText.COPY": "Don't see a QR code?
\nGo to eduid.nl/security
\nCreate your personal QR code
\nScan it here\n", + "ScanView.MainText.COPY": "Don't see a QR code?
\nGo to eduid.nl/security on your computer
\nCreate a QR code
\nScan the code here\n", "ScanView.MainTextBoldPart.COPY": "Don't see a QR code?", "ScanView.Flashlight.NotAvailable.COPY": "Torch isn't available", "ScanView.Flashlight.TurnOn.COPY": "Turn on flashlight", @@ -33,16 +33,16 @@ "Landing.LogoutTitle.COPY": "You have been logged out", "RegistrationCheck.MainText.COPY": "Checking for\nexisting registration\n", "RegistrationCheck.HighLight.COPY": "existing registration", - "RegistrationCheck.LogoutStatus.COPY": "To finalise the logout process you must now close this browser.", - "RegistrationCheck.LoginAgain.COPY": "Login again", - "RegistrationCheck.DeleteTitle.COPY": "Your eduID account has been deleted", - "RegistrationCheck.DeleteStatus.COPY": "To finalise the removal process you must now close this browser.", + "RegistrationCheck.LogoutStatus.COPY": "Close the browser to log out.", + "RegistrationCheck.LoginAgain.COPY": "Log in again", + "RegistrationCheck.DeleteTitle.COPY": "Your eduID has been deleted", + "RegistrationCheck.DeleteStatus.COPY": "Close the browser to delete the eduID.", "RegistrationCheck.RegisterAgain.COPY": "Register again", "NotFound.Title.COPY": "Whoops…", "NotFound.Title2.COPY": "Something went wrong (404)", "YourVerifiedInformation.Title.COPY": "Your verified information", - "YourVerifiedInformation.Subtitle.COPY": "This is an overview of the verified information we have received from trusted sources.", - "YourVerifiedInformation.ExplainIcon.COPY": "This icon indicates the information is used on ‘your personal info’ as default.", + "YourVerifiedInformation.Subtitle.COPY": "This is an overview of your information verified by educational or research institutions.", + "YourVerifiedInformation.ExplainIcon.COPY": "This icon indicates that your eduID uses this information.", "YourVerifiedInformation.FromInstitution.COPY": "From %1$s", "YourVerifiedInformation.AtInstitution.COPY": "At %1$s", "YourVerifiedInformation.ReceivedOn.COPY": "Received on ", @@ -50,12 +50,12 @@ "YourVerifiedInformation.RemoveThisInformation.COPY": "Remove this information", "YourVerifiedInformation.FromYourEduID.COPY": " from you eduID", "YourVerifiedInformation.ConfirmRemoval.Title.COPY": "Delete this information?", - "YourVerifiedInformation.ConfirmRemoval.Description.COPY": "Some applications you want to login to with eduID require validated information. By deleting this information you will not be able to login to those applications.\n\n You might be prompted to validate your information again if you want to access them again.", - "YourVerifiedInformation.ConfirmRemoval.Button.Cancel.COPY": "Cancel", + "YourVerifiedInformation.ConfirmRemoval.Description.COPY": "Note: This information is required to log in with your eduID on certain websites. You can add the information again later.", + "YourVerifiedInformation.ConfirmRemoval.Button.Cancel.COPY": "No, go back", "YourVerifiedInformation.ConfirmRemoval.Button.YesDelete.COPY": "Yes, delete", "Profile.YouAreLoggedIn.COPY": "You are logged in", - "Profile.ManageYourAccount.COPY": "Manage your account", - "Profile.AccountLinkError.Title.COPY": "Could not retrieve URL for linking your current account.", + "Profile.ManageYourAccount.COPY": "Manage your eduID", + "Profile.AccountLinkError.Title.COPY": "Could not retrieve URL for connecting your current account.", "Profile.AddAnOrganisation.COPY": "Add an organisation", "Profile.OrganisationsHeader.COPY": "Organisations", "Profile.Me.COPY": "me", @@ -63,11 +63,11 @@ "Profile.RemoveServicePrompt.Title.COPY": "Are you sure?", "Profile.RemoveServicePrompt.Description.COPY": "The service will be permanently be removed.", "Profile.RemoveServicePrompt.Delete.COPY": "Delete", - "Profile.RemoveServicePrompt.Cancel.COPY": "Cancel", + "Profile.RemoveServicePrompt.Cancel.COPY": "Go back", "Profile.ProvidedBy.COPY": "provided by", "Profile.ProvidedByYou.COPY": "Provided by you", "Profile.Title.COPY": "Your personal info", - "Profile.Info.COPY": "When you use eduID to logon to other websites, the following information can be shared.", + "Profile.Info.COPY": "Your personal information may be shared when you use eduID to log in to other websites.", "Profile.YourIdentity.COPY": "Your identity", "Profile.Verified.COPY": "verified", "Profile.NotVerified.COPY": "not verified", @@ -77,8 +77,8 @@ "Profile.LinkedAccountCreatedAt.COPY": "• on ", "Profile.LinkedAccountValidUntil.COPY": "• valid until ", "Profile.ManageYourVerifiedInformation.COPY": "Manage your verified information", - "Profile.VerifyNow.Title.COPY": "Some services require your identity to be verified by a trusted party.", - "Profile.VerifyNow.Button.COPY": "Verify now", + "Profile.VerifyNow.Title.COPY": "For some websites, you need to verify your identity through an official party, such as your educational institution or bank.", + "Profile.VerifyNow.Button.COPY": "Confirm your identity", "Profile.FirstName.COPY": "First name", "Profile.LastName.COPY": "Last name", "Profile.ContactDetails.COPY": "Contact details", @@ -88,63 +88,63 @@ "Profile.Name.COPY": "Name", "Profile.Validated.COPY": "Validated information", "Profile.FirstAndLastName.COPY": "First and last name", - "Profile.FirstAndLastNameInfo.COPY": "Your first and last name are not yet verified by a third party", + "Profile.FirstAndLastNameInfo.COPY": "Your first and last name are not yet verified by a official party", "Profile.Verify.COPY": "Verify", "Profile.Student.COPY": "Proof of student", "Profile.StudentInfo.COPY": "You have not yet proven that you are a student in the Netherlands.", "Profile.Prove.COPY": "Prove", - "Profile.Trusted.COPY": "Link with third party", - "Profile.TrustedInfo.COPY": "You eduID account is not yet linked to a third party", - "Profile.Link.COPY": "Link", - "Profile.Institution.COPY": "Institution", + "Profile.Trusted.COPY": "Connection with official party", + "Profile.TrustedInfo.COPY": "You eduID is not yet connected to a official party", + "Profile.Link.COPY": "Connect", + "Profile.Institution.COPY": "Educational or research institution", "Profile.InstitutionAt.COPY": "At ", "Profile.Employee.COPY": "Employee", - "Profile.Affiliations.COPY": "Affiliation(s)", - "Profile.Expires.COPY": "Link expires", + "Profile.Affiliations.COPY": "Role(s)", + "Profile.Expires.COPY": "Connection expires", "Profile.ExpiresValue.COPY": "%1$s", "Profile.VerifiedBy.COPY": "Verified by %1$s ", "Profile.VerifiedOn.COPY": "on %1$s", "Profile.Proceed.COPY": "Proceed", "Profile.VerifyFirstAndLastName.AddInstitution.COPY": "Verify name", - "Profile.VerifyFirstAndLastName.AddInstitutionConfirmation.COPY": "When you proceed you will be asked to login at the institution you want to link to your eduID. First, select which institution you want to connect; then, login at that institution.

After a successful login you will come back here.", + "Profile.VerifyFirstAndLastName.AddInstitutionConfirmation.COPY": "When you proceed you will be asked to login at the institution you want to connect to your eduID. First, select which institution you want to connect; then, login at that institution.

After a successful login you will come back here.", "Profile.VerifyStudent.AddInstitution.COPY": "Prove student", - "Profile.VerifyStudent.AddInstitutionConfirmation.COPY": "When you proceed you will be asked to login at the institution you want to link to your eduID. First, select which institution you want to connect; then, login at that institution.

After a successful login you will come back here.", - "Profile.VerifyParty.AddInstitution.COPY": "Link party", - "Profile.VerifyParty.AddInstitutionConfirmation.COPY": "When you proceed you will be asked to login at the institution you want to link to your eduID. First, select which institution you want to connect; then, login at that institution.

After a successful login you will come back here.", - "EppnAlreadyLinked.Title.COPY": "Account not linked!", - "EppnAlreadyLinked.Info.COPY": "Your eduID could not be linked. The trusted account with which you just logged in, is already linked to a different eduID account: %1$s.", + "Profile.VerifyStudent.AddInstitutionConfirmation.COPY": "When you proceed you will be asked to login at the institution you want to connect to your eduID. First, select which institution you want to connect; then, login at that institution.

After a successful login you will come back here.", + "Profile.VerifyParty.AddInstitution.COPY": "Connect institution", + "Profile.VerifyParty.AddInstitutionConfirmation.COPY": "When you proceed you will be asked to login at the institution you want to connect to your eduID. First, select which institution you want to connect; then, login at that institution.

After a successful login you will come back here.", + "EppnAlreadyLinked.Title.COPY": "Account not connected!", + "EppnAlreadyLinked.Info.COPY": "Your eduID could not be connected. The account with which you just logged in, is already connected to a different eduID: %1$s.", "EppnAlreadyLinked.RetryButton.COPY": "Retry", "Edit.Title.COPY": "Name", - "Edit.Info.COPY": "Please provide your full name", + "Edit.Info.COPY": "Please provide your full name.", "Edit.GivenName.COPY": "Your first name", "Edit.FamilyName.COPY": "Your last name", "Edit.Update.COPY": "Update", "Edit.Cancel.COPY": "Cancel", - "Edit.Updated.COPY": "Your profile has been updated", + "Edit.Updated.COPY": "Your profile has been updated.", "Edit.Back.COPY": "/personal", - "Email.OpenLinkToConfirm.COPY": "To confirm your change, click the link in the email we sent to %1$s.", - "Email.UpdateError.COPY": "Could not confirm changing to your new email address: %1$s.", + "Email.OpenLinkToConfirm.COPY": "Press the link in the email to confirm your change. The email was sent to %1$s.", + "Email.UpdateError.COPY": "We couldn't confirm the change to your new email address: %1$s.", "Email.Title.Edit.COPY": "Edit", "Email.Title.EmailAddress.COPY": "Email address", - "Email.Info.COPY": "Please enter your new email address. A verification mail will be sent to this address.", + "Email.Info.COPY": "Please enter your new email address. You’ll receive an email afterwards to confirm this email address.", "Email.NewEmail.COPY": "Your new email address", "Email.Placeholder.COPY": "eg tim@bernerslee.com", "Email.Update.COPY": "Request", "Email.Cancel.COPY": "Cancel", "Email.Save.COPY": "Save", - "Email.Updated.COPY": "A verification email has been sent to %1$s", + "Email.Updated.COPY": "An email has been sent to %1$s", "Email.Confirmed.COPY": "Your email address has been changed to %1$s", "Email.Back.COPY": "/personal", "Email.EmailEquality.COPY": "Your new email address is the same as your current email", "Email.DuplicateEmail.COPY": "This email address is already in use.", "Email.OutstandingPasswordForgotten.COPY": "Outstanding password forgotten request", - "Email.OutstandingPasswordForgottenConfirmation.COPY": "You have requested a password forgotten link. This link will no longer be valid if you confirm your email change.", - "NameUpdated.Title.YourSchool.COPY": "Your school/uni", - "NameUpdated.Title.ContactedSuccessfully.COPY": "was contacted successfully", - "NameUpdated.Title.ContactedError.COPY": "could not be contacted", - "NameUpdated.Title.FailReason.AlreadyLinked.COPY": "Reason: The account is already linked: %1$s", + "Email.OutstandingPasswordForgottenConfirmation.COPY": "A link to reset your password was previously sent to you. This link will no longer be valid if you confirm your email change.", + "NameUpdated.Title.YourSchool.COPY": "Your school or educational institution", + "NameUpdated.Title.ContactedSuccessfully.COPY": "was connected successfully", + "NameUpdated.Title.ContactedError.COPY": "could not be connected", + "NameUpdated.Title.FailReason.AlreadyLinked.COPY": "Reason: The account is already connected: %1$s", "NameUpdated.Title.FailReason.SessionExpired.COPY": "Reason: Your session expired.", - "NameUpdated.Description.COPY": "The following information has been added to your eduID and can now be shared.", + "NameUpdated.Description.COPY": "The following information has been added to your eduID.", "NameUpdated.FullName.COPY": "Full name", "NameUpdated.Continue.COPY": "Continue", "EditName.Title.Edit.COPY": "Edit", @@ -153,39 +153,39 @@ "EditName.LastName.COPY": "Last name", "EditName.Button.Save.COPY": "Save", "EditName.Button.Cancel.COPY": "Cancel", - "DeleteAccount.Title.COPY": "Delete your account", - "DeleteAccount.Disclaimer.COPY": "Proceed with care, as you will lose the unique eduID number currently associated with your email address.", - "DeleteAccount.LongDescription.COPY": "You can delete your eduID whenever you want.\nWhen you re-register for a new eduID with that same email address, you will receive a new eduID number. Some services use this unique number to identify you, so for those services you will be treated as a new user. Please note that deleting your eduID account does not mean all services you accessed with that eduID account will also have your data removed.", + "DeleteAccount.Title.COPY": "Delete your eduID", + "DeleteAccount.Disclaimer.COPY": "Note: if you delete your eduID, you will also lose your unique eduID number connected to your email address.", + "DeleteAccount.LongDescription.COPY": "You can delete your eduID whenever you want.\nWhen you create a new eduID with the same email address, you’ll receive a new eduID number. This new number may cause some websites to recognize you as a new user. Good to know: deleting your eduID does not mean that all websites connected to your eduID will also delete your personal info.", "DeleteAccount.DeleteAccountButton.COPY": "Delete your account", - "OneTimePassword.GenerateError.Title.COPY": "Cannot generate OTP", - "OneTimePassword.GenerateError.Description.COPY": "Something went wrong when generating your one time password.", - "OneTimePassword.Title.COPY": "You appear to be offline", - "OneTimePassword.Description.COPY": "Don't worry! Click the QR code on the website. You will be asked to enter the following one-time credentials:", + "OneTimePassword.GenerateError.Title.COPY": "Unable to generate a one-time password", + "OneTimePassword.GenerateError.Description.COPY": "Something went wrong when generating your one-time password.", + "OneTimePassword.Title.COPY": "You phone appears to be offline", + "OneTimePassword.Description.COPY": "No worries, you can still log in another way: 1. Select ‘Enter Code’ under the QR code on your computer. 2. Enter the following code:", "OneTimePassword.YourId.COPY": "Your ID is:", - "OneTimePassword.OneTimePassword.COPY": "One-time password:", + "OneTimePassword.OneTimePassword.COPY": "One-time code:", "OneTimePassword.PinNotVerified.Title.COPY": "Note: your PIN has not been verified yet.", "OneTimePassword.PinNotVerified.Description.COPY": "If you can't login with the credentials above, scan again and enter the correct PIN code.", "OneTimePassword.CloseButton.COPY": "Close", - "ConfirmDelete.Title.COPY": "Delete your account for all eternity?", - "ConfirmDelete.Disclaimer.COPY": "There is no way to undo this action.", - "ConfirmDelete.TypeNameToConfirm.COPY": "If you wish to proceed, please type in your full name for confirmation.", + "ConfirmDelete.Title.COPY": "Are you sure you want to delete your eduID?", + "ConfirmDelete.Disclaimer.COPY": "You cannot undo this action.", + "ConfirmDelete.TypeNameToConfirm.COPY": "Type your first and last name as they appear in 'Your personal info' to proceed.", "ConfirmDelete.YourFullNameLabel.COPY": "Your full name", "ConfirmDelete.Placeholder.COPY": "Your full name as used on your profile", "ConfirmDelete.Button.Cancel.COPY": "Cancel", "ConfirmDelete.Button.Confirm.COPY": "Confirm", "ConfirmDelete.NameDoesNotMatchError.Title.COPY": "Name mismatch", - "ConfirmDelete.NameDoesNotMatchError.Description.COPY": "The name you have typed does not match the name in your profile. We were expecting: \"%1$s\"", - "ConfirmDelete.DeleteError.Title.COPY": "Could not delete account", - "MyAccount.Title.COPY": "Your account", - "MyAccount.AccountCreatedOn.COPY": "Your account was created on", + "ConfirmDelete.NameDoesNotMatchError.Description.COPY": "The name you have typed does not match the name in your profile: \"%1$s\"", + "ConfirmDelete.DeleteError.Title.COPY": "Your eduID couldn't be deleted", + "MyAccount.Title.COPY": "Information in your eduID", + "MyAccount.AccountCreatedOn.COPY": "Your eduID was created on", "MyAccount.AccountCreatedAt.COPY": "at", - "MyAccount.PersonalDataDisclaimer.COPY": "All of your personal data from your eduID is yours and can be either downloaded or deleted. This data also contains technical keys and references.", - "MyAccount.DownloadDataButton.COPY": "Download my data", - "MyAccount.DeleteAccountButton.COPY": "Delete your account", - "MyAccount.DownloadSuccess.COPY": "Your data was downloaded in your downloads folder.", - "MyAccount.DownloadError.COPY": "Failed to download your data", - "Security.Title.COPY": "Security settings", - "Security.SubTitle.COPY": "How you sign in with eduID", + "MyAccount.PersonalDataDisclaimer.COPY": "All the information in your eduID belongs to you. You can download or delete this information. It also includes technical keys and references.", + "MyAccount.DownloadDataButton.COPY": "Download information", + "MyAccount.DeleteAccountButton.COPY": "Delete your eduID", + "MyAccount.DownloadSuccess.COPY": "Your information was downloaded in your Downloads folder.", + "MyAccount.DownloadError.COPY": "Failed to download your information", + "Security.Title.COPY": "Security", + "Security.SubTitle.COPY": "How to log in to eduID", "Security.OtherMethods.COPY": "Other methods", "Security.AddPassword.COPY": "Add a password", "Security.PasswordPlaceholder.COPY": "• • • • • • • • • •", @@ -195,13 +195,13 @@ "Security.NotAddedYet.COPY": "Not added to your eduID yet", "Security.NotSupported.COPY": "Not supported", "Security.UseMagicLink.COPY": "Magic link email", - "Security.AddSecurityKeyInfo.COPY": "You can add a passkey to your eduID account which can be used to login. You can use, for example, the built-in sensor of your device (TouchID, FaceID) or a separate hardware key (YubiKey).", + "Security.AddSecurityKeyInfo.COPY": "You can add a passkey to your eduIDto log in. You can use, for example, the built-in sensor of your device (TouchID, FaceID) or a separate hardware key (YubiKey).", "Security.RememberMeInfo.COPY": "Your device is currently remembered. You will be automatically logged in to eduID.", "Security.NoRememberMeInfo.COPY": "When logging in with your eduID, you can choose to stay logged in. This remembers your login on the device you use at that moment.", "Security.ForgetMe.COPY": "Forget me", - "Security.Tiqr.Title.COPY": "Want to sign in quicker and more secure next time?", - "Security.Tiqr.Info.COPY": "Get the eduID app and securely sign in without passwords or accessing your email.", - "Security.Tiqr.Fetch.COPY": "Get it now", + "Security.Tiqr.Title.COPY": "Want to log in quicker and more secure next time?", + "Security.Tiqr.Info.COPY": "The eduID app allows you to log in extra securely, without needing a password.", + "Security.Tiqr.Fetch.COPY": "Download app", "Security.Tiqr.Deactivate.COPY": "Deactivate", "Security.Tiqr.BackupCodes.COPY": "Recovery method", "Security.Tiqr.App.COPY": "eduID app", @@ -211,7 +211,7 @@ "Security.Tiqr.FCM.COPY": "Android", "Security.Tiqr.GCM.COPY": "Android", "Security.Tiqr.FCM_DIRECT.COPY": "Android", - "Security.Tiqr.AppCode.COPY": "Appcode", + "Security.Tiqr.AppCode.COPY": "App code", "Security.Tiqr.LastLogin.COPY": "Last login", "Security.Tiqr.Activated.COPY": "Activated on", "Security.Tiqr.DateTimeOn.COPY": "on", @@ -225,7 +225,7 @@ "Security.Tiqr.EnrollmentIncomplete.Title.COPY": "Enrollment incomplete", "Security.Tiqr.EnrollmentIncomplete.Description.COPY": "Enrollment is incomplete, either recovery was not complete or access was revoked", "Security.Tiqr.AlreadyEnrolled.Title.COPY": "Already enrolled on a different device", - "Security.Tiqr.AlreadyEnrolled.Description.COPY": "This account already has a eduid app registration\nWould you like to deactivate the existing app registration and add this device?\n", + "Security.Tiqr.AlreadyEnrolled.Description.COPY": "There is already a eduID app connected to this eduID.\nWould you like to unconnect that app and connect this one?\n", "PasswordResetLink.Title.AddPassword.COPY": "Add password", "PasswordResetLink.Title.ChangePassword.COPY": "Change or delete password", "PasswordResetLink.Description.AddPassword.COPY": "We will send you an email instantly with a link to add a password.", @@ -234,34 +234,34 @@ "PasswordResetLink.Button.SendEmail.COPY": "Send email", "ChangePassword.Title.AddPassword.COPY": "Add password", "ChangePassword.Title.ChangePassword.COPY": "Change password", - "ChangePassword.Description.NewPassword.COPY": "Make sure your new password is at least 15 characters OR at least 8 characters including a number and a uppercase letter.", - "ChangePassword.Description.BoldPart.COPY": "Make sure your new password", + "ChangePassword.Description.NewPassword.COPY": "Pick a password that’s at least 8 characters long, containing at least one uppercase letter and a number. A longer password of 15 or more characters is also acceptable.", + "ChangePassword.Description.BoldPart.COPY": "Pick a password", "ChangePassword.MissingHashError.COPY": "Could not find the required info to change your password.", "ChangePassword.Label.NewPassword.COPY": "Your password", "ChangePassword.Label.RepeatPassword.COPY": "Repeat password", - "ChangePassword.Label.MismatchError.COPY": "The two passwords don't match!", + "ChangePassword.Label.MismatchError.COPY": "The two passwords don't match.", "ChangePassword.Label.Placeholder.COPY": "••••••••••", "ChangePassword.DeleteHeader.Title.COPY": "Want to delete your password entirely?", "ChangePassword.DeleteHeader.Description.COPY": "When you prefer other methods than a password, you can delete your current one.", - "ChangePassword.Button.Reset.COPY": "Reset your password", + "ChangePassword.Button.Reset.COPY": "Reset password", "ChangePassword.Button.Add.COPY": "Add password", "ChangePassword.Button.Delete.COPY": "Delete my password", "TwoFactorKeys.Title.COPY": "2FA sleutel(s)", - "TwoFactorKeys.Description.COPY": "Keys to securely sign in without passwords or accessing your email.", + "TwoFactorKeys.Description.COPY": "Keys to securely log in without passwords or accessing your email.", "TwoFactorKeys.YourKeys.COPY": "Your key(s)", "TwoFactorKeys.NoKeys.COPY": "You have no local keys.", "TwoFactorKeys.Label.Account.COPY": "Account", "TwoFactorKeys.Label.UniqueKeyId.COPY": "Unique KeyID", - "TwoFactorKeys.Label.UseBiometrics.COPY": "Use biometrics", + "TwoFactorKeys.Label.UseBiometrics.COPY": "Turn on biometric login", "TwoFactorKeys.DeleteKey.COPY": "Delete key", "ConfirmDeleteKey.Title.COPY": "Delete key", - "ConfirmDeleteKey.Subtitle.COPY": "There is no way to undo this action", + "ConfirmDeleteKey.Subtitle.COPY": "You can't undo this action", "ConfirmDeleteKey.Description.COPY": "Are you sure you want to delete your key?", - "ConfirmDeleteKey.Button.Confirm.COPY": "Confirm", - "ConfirmDeleteKey.Button.Cancel.COPY": "Cancel", + "ConfirmDeleteKey.Button.Confirm.COPY": "Yes, delete", + "ConfirmDeleteKey.Button.Cancel.COPY": "No, back", "Home.Home.COPY": "Home", "Home.Welcome.COPY": "Welcome %1$s", - "Home.DataAndActivity.COPY": "Data & activity", + "Home.DataAndActivity.COPY": "Activity", "Home.Personal.COPY": "Personal info", "Home.Security.COPY": "Security", "Home.Account.COPY": "Account", @@ -271,51 +271,51 @@ "Home.Settings.COPY": "Settings", "Home.Links.Teams.COPY": "Teams", "Home.Links.TeamsHref.COPY": "https://teams.%1$s", - "Account.Title.COPY": "Your account", - "Account.TitleDelete.COPY": "Delete your eduID account", + "Account.Title.COPY": "Your eduID account", + "Account.TitleDelete.COPY": "Delete your eduID", "Account.Info.COPY": "On this page you can manage your account.", "Account.Created.COPY": "Created on", - "Account.Delete.COPY": "Delete my account", + "Account.Delete.COPY": "Delete your account", "Account.Cancel.COPY": "Cancel", - "Account.DeleteInfo.COPY": "Proceed with care, as you will lose the unique eduID identifiers currently associated wth your email address.", - "Account.Data.COPY": "Download your data", - "Account.PersonalInfo.COPY": "Click the button left to download all your personal data from your eduID account.", + "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", + "Account.PersonalInfo.COPY": "Press the button to download all your personal data from your eduID .", "Account.DownloadData.COPY": "Download", - "Account.DownloadDataConfirmation.COPY": "The download of your personal data from your eduID account contains all the information we have about you. It also contains technical keys and references.", - "Account.DeleteTitle.COPY": "Deleting your eduID account", + "Account.DownloadDataConfirmation.COPY": "The download of your personal info from your eduID account contains all the information we have about you. It also contains technical keys and references.", + "Account.DeleteTitle.COPY": "Deleting your eduID", "Account.Info1.COPY": "You can delete your eduID whenever you want.", - "Account.Info2.COPY": "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 services use this unique number to identify you, so for those services you will be treated as a new user.", - "Account.Info3.COPY": "Please note that deleting your eduID account does not mean all services you accessed with that eduID account will also have your data removed.", - "Account.Info4.COPY": "To fully complete the process of deleting your eduID account you must close your browser after your account has been removed.", - "Account.DeleteAccount.COPY": "Delete my account", - "Account.DeleteAccountConfirmation.COPY": "Are you sure you want to delete your eduID account?", - "Account.DeleteAccountSure.COPY": "Delete your account for all eternity?", - "Account.DeleteAccountWarning.COPY": "There is no way to undo this action.", - "Account.Proceed.COPY": "If you wish to proceed, please type in your full name for confirmation.", - "Account.Name.COPY": "Full name", + "Account.Info2.COPY": "Note: if you delete your eduID, you will also lose your unique eduID number connected to your email address. When you create a new eduID with the same email address, you’ll receive a new eduID number. This new number may cause some websites to recognize you as a new user.", + "Account.Info3.COPY": "Good to know: deleting your eduID does not mean that all websites connected to your eduID will also delete your info.", + "Account.Info4.COPY": "Close the browser to delete your eduID.", + "Account.DeleteAccount.COPY": "Delete your eduID", + "Account.DeleteAccountConfirmation.COPY": "Are you sure you want to delete your eduID?", + "Account.DeleteAccountSure.COPY": "Delete your account forever?", + "Account.DeleteAccountWarning.COPY": "You won’t be able to undo this action afterwards.", + "Account.Proceed.COPY": "Type your first and last name exactly as they appear in Your personal info to proceed.", + "Account.Name.COPY": "Your full name", "Account.NamePlaceholder.COPY": "Your full name as used on your profile", - "DataActivity.Title.COPY": "Data & Activity", + "DataActivity.Title.COPY": "Activity", "DataActivity.Info.COPY": "When you use eduID to logon to other websites, the following information can be shared.", - "DataActivity.ExplainIcon.COPY": "This icon indicates the service has access to your data.", - "DataActivity.AppsHeader.COPY": "Apps you logged into using eduID.", + "DataActivity.ExplainIcon.COPY": "This icon indicates the service has access to your info.", + "DataActivity.AppsHeader.COPY": "Services you logged into using eduID.", "DataActivity.NoServices.COPY": "You did not yet use eduID to login to any service.", "DataActivity.Name.COPY": "Name", "DataActivity.Add.COPY": "Connect new institution", - "DataActivity.Access.COPY": "Can access your data", + "DataActivity.Access.COPY": "Can access your info", "DataActivity.Details.On.COPY": "on", "DataActivity.Details.Login.COPY": "Login details", "DataActivity.Details.Delete.COPY": "Delete these login details", "DataActivity.Details.FirstLogin.COPY": "First login: ", "DataActivity.Details.UniqueEduID.COPY": "eduID#: ", "DataActivity.Details.HomePage.COPY": "Homepage", - "DataActivity.Details.DeleteDisclaimer.COPY": "* Deleting these login details means eduID removes this information from your eduID account. You still have an account at the service itself. If you want that removed, please do so at the service.", + "DataActivity.Details.DeleteDisclaimer.COPY": "* If you delete these login details, this information will be removed from your eduID. You will still have an account with the service itself. To delete that account, please contact the service directly.", "DataActivity.Details.Access.COPY": "Granted access rights", "DataActivity.Details.Details.COPY": "Access details", "DataActivity.Details.Consent.COPY": "Consent given on: ", "DataActivity.Details.Expires.COPY": "Access expires on: ", "DataActivity.Details.Revoke.COPY": "Revoke these access right", "DeleteService.Title.COPY": "Delete login details of ", - "DeleteService.Description.COPY": "Deleting these login details means eduID removes this information from your eduID account. You still have an account at the service itself. If you want that removed, please do so at the service.", + "DeleteService.Description.COPY": "If you delete these login details, this information will\n be removed from your eduID. You will still have an\n account with the service itself. To delete that account,\n please contact the service directly.", "DeleteService.Button.Confirm.COPY": "Yes, delete", "DeleteService.Button.Cancel.COPY": "Cancel", "DeleteService.Error.COPY": "Cannot remove service", @@ -325,11 +325,11 @@ "RevokeAccessToken.Button.Cancel.COPY": "Cancel", "RevokeAccessToken.Error.COPY": "Cannot remove access", "Institution.Title.COPY": "Connected institution", - "Institution.Info.COPY": "This institution was connected to your eduID account on %1$s at %2$s:%3$s", - "Institution.Name.COPY": "Institution name", + "Institution.Info.COPY": "This institution was connected to your eduID on %1$s at %2$s:%3$s", + "Institution.Name.COPY": "Name of educational or research institution", "Institution.Eppn.COPY": "Identifier at institution", "Institution.DisplayName.COPY": "Display name", - "Institution.Affiliations.COPY": "Affiliation(s) at institution", + "Institution.Affiliations.COPY": "Role(s) at institution", "Institution.Expires.COPY": "This connection expires at", "Institution.ExpiresValue.COPY": "%1$s", "Institution.Delete.COPY": "Remove connection", @@ -337,7 +337,7 @@ "Institution.Deleted.COPY": "The connection with your institution %1$s has been removed", "Institution.Back.COPY": "/institutions", "Institution.DeleteInstitution.COPY": "Delete institution", - "Institution.DeleteInstitutionConfirmation.COPY": "Are you sure you want to delete the connection with this institution?

Some services require that you your eduID is connected to an institution. You might be prompted to connect an institution if you access one of those services.", + "Institution.DeleteInstitutionConfirmation.COPY": "Are you sure you want to delete the connection with this institution?

Some services require that you your eduID is connected to an educational institution. You may be asked to connect an institution again if you use such a service in the future.", "Credential.Title.COPY": "Edit passkey", "Credential.Info.COPY": "You added this passkey on %1$s at %2$s:%3$s", "Credential.Name.COPY": "Passkey name", @@ -347,31 +347,31 @@ "Credential.Updated.COPY": "Your passkey %1$s has been updated", "Credential.Back.COPY": "/weauthn", "Credential.DeleteCredential.COPY": "Delete passkey", - "Credential.DeleteCredentialConfirmation.COPY": "Are you sure you want to delete your passkey %1$s? The passkey will be deleted from your eduID account, but will not be removed from your browser and / or Yubikey device.", + "Credential.DeleteCredentialConfirmation.COPY": "Are you sure you want to delete your passkey %1$s? The passkey will be deleted from your eduID, but will not be removed from your browser and / or Yubikey device.", "Password.AddTitle.COPY": "Add password", "Password.UpdateTitle.COPY": "Change password", - "Password.AddInfo.COPY": "If you want to add a password to your eduID account, press Confirm below to instantly receive an email with a link to add a password.", - "Password.UpdateInfo.COPY": "If you want to reset or delete your password from your eduID account, press Confirm below to instantly receive an email with a link to change or delete your current password.", + "Password.AddInfo.COPY": "Do you want to add a password to your eduID? Press Confirm below to instantly receive an email with a link to add a password.", + "Password.UpdateInfo.COPY": "Do you want to reset or delete your eduID password? Press Confirm below to receive an email with a link. You can use this link to either reset or delete your password.", "Password.ResetTitle.COPY": "Reset your password", "Password.NewPassword.COPY": "New password", "Password.ConfirmPassword.COPY": "Confirm new password", - "Password.SetUpdate.COPY": "Set password", + "Password.SetUpdate.COPY": "Set a new password", "Password.UpdateUpdate.COPY": "Update password", "Password.Cancel.COPY": "Cancel", - "Password.Set.COPY": "Your password has been set", + "Password.Set.COPY": "Your password has been successfully updated", "Password.Reset.COPY": "Your password has been reset to a new password", "Password.Updated.COPY": "Your password has been updated", "Password.Deleted.COPY": "Your password has been deleted", "Password.DeletePassword.COPY": "Delete password", - "Password.DeletePasswordConfirmation.COPY": "Are you sure that you want to delete your password? Login with a password will be no longer possible.", + "Password.DeletePasswordConfirmation.COPY": "Are you sure you want to delete your password? Log in with a password will be no longer possible.", "Password.Back.COPY": "/security", "Password.PasswordDisclaimer.COPY": "Make sure it's at least 15 characters OR at least 8 characters including a number and an uppercase letter.", "Password.InvalidCurrentPassword.COPY": "Your current password is invalid.", "Password.PasswordResetHashExpired.COPY": "Your password reset link has expired. ", - "Password.ForgotPassword.COPY": "Help! I forgot my current password", + "Password.ForgotPassword.COPY": "I forgot my password", "Password.PasswordResetSendAgain.COPY": "Send an email to reset my password.", "Password.ForgotPasswordConfirmation.COPY": "Forgot your password? Press 'Confirm' below to instantly receive an email with a link to reset your current password.", - "Password.OutstandingEmailReset.COPY": "Outstanding email change request", + "Password.OutstandingEmailReset.COPY": "Outstanding email address change request", "Password.OutstandingEmailResetConfirmation.COPY": "You have an outstanding new email confirmation link. This link will no longer be valid if you confirm your password forgotten request.", "Password.Flash.PasswordLink.COPY": "An email has been sent to %1$s with a link to reset your password", "Webauthn.SetTitle.COPY": "Add passkey", @@ -381,19 +381,19 @@ "Webauthn.NameRequired.COPY": "Before you can add a new passkey you must give it a name.", "Webauthn.Revoke.COPY": "Revoke", "Webauthn.AddDevice.COPY": "Add device", - "Webauthn.Info.COPY": "You can choose to use a Bluetooth security key, USB security key or the security key built into your device.", + "Webauthn.Info.COPY": "A passkey is a separate or built-in device that is strictly personal to you, allowing you to prove that you are the owner of your eduID. Once you’ve added a passkey to your eduID, you can use it to log in. You can still log in using an email link or password as well.", "Webauthn.Back.COPY": "/security", "Webauthn.SetUpdate.COPY": "Start", "Webauthn.UpdateUpdate.COPY": "Add passkey", "Webauthn.CredentialName.COPY": "Passkey name", "Webauthn.CredentialNamePlaceholder.COPY": "e.g. my red Yubikey", "Webauthn.Test.COPY": "Test", - "Webauthn.TestInfo.COPY": "Click the test button to test one of your passkeys.\n You will be redirected to the eduID login screen.", + "Webauthn.TestInfo.COPY": "Press the test button to test one of your passkeys.\n You will be redirected to the eduID login screen.", "Webauthn.TestFlash.COPY": "You successfully tested your security key to authenticate.", "RememberMe.Yes.COPY": "Yes", "RememberMe.No.COPY": "No", "RememberMe.Header.COPY": "Stay signed in?", - "RememberMe.Info.COPY": "Stay signed in on this device so you don't have to sign in next time.", + "RememberMe.Info.COPY": "Stay signed in on this device.", "Footer.Privacy.COPY": "Privacy policy", "Footer.Terms.COPY": "Terms of Use", "Footer.Help.COPY": "Help", @@ -402,122 +402,122 @@ "Modal.Confirm.COPY": "Confirm", "Format.CreationDate.COPY": "%1$s at %2$s:%3$s", "GetApp.Header.COPY": "Download the eduID app", - "GetApp.Info.COPY": "Download and install the eduID app (issued by SURF) on your mobile device.", + "GetApp.Info.COPY": "Download the eduID app (by SURF) in one of the app stores.", "GetApp.Google.COPY": "https://play.google.com/store/apps/details?id=nl.eduid", "GetApp.Apple.COPY": "https://apps.apple.com/", - "GetApp.After.COPY": "When you've downloaded the eduID app on your phone, come back here and click next.", + "GetApp.After.COPY": "Have you installed the app? Then press ‘Next’", "GetApp.Back.COPY": "Back", "GetApp.Next.COPY": "Next", "Sms.Header.COPY": "Check your phone", - "Sms.Info.COPY": "Enter the six-digit code we sent to your phone to continue", + "Sms.Info.COPY": "Enter the SMS code you received. It consists of 6 digits.", "Sms.CodeIncorrect.COPY": "The code is incorrect", "Sms.SendSMSAgain.COPY": "Resend code", - "Sms.MaxAttemptsPre.COPY": "Max attempts reached. Click", + "Sms.MaxAttemptsPre.COPY": "Max attempts reached. Press", "Sms.MaxAttemptsPost.COPY": "to use a different phone number or resend code to receive a new verification", "Sms.Here.COPY": " here ", "EnrollApp.Header.COPY": "Finish setup in the eduID app", "Recovery.Header.COPY": "Set up a recovery method", - "Recovery.Info.COPY": "If you can't access eduID with the app or via email, you can use a recovery method to sign in to your eduID account.", - "Recovery.Methods.COPY": "The following methods are available.", - "Recovery.PhoneNumber.COPY": "Add a recovery phone number.", - "Recovery.PhoneNumberInfo.COPY": "You'll receive a text message with a code.", + "Recovery.Info.COPY": "Can’t log in to eduID through the app or email? Try using a recovery method instead.", + "Recovery.Methods.COPY": "You can choose from these methods:", + "Recovery.PhoneNumber.COPY": "Add a recovery phone number", + "Recovery.PhoneNumberInfo.COPY": "You'll receive a SMS with a code.", "Recovery.BackupCode.COPY": "Request a recovery code.", - "Recovery.BackupCodeInfo.COPY": "The code can be used to sign in with.", - "Recovery.Save.COPY": "Save the code somewhere safe.", - "Recovery.Active.COPY": "This code is active now, but you can generate a new code within My-eduID anytime.", + "Recovery.BackupCodeInfo.COPY": "The code can be used to log in with.", + "Recovery.Save.COPY": "Save the code somewhere safe", + "Recovery.Active.COPY": "This code is active now, but you can generate a new code anytime.", "Recovery.Copy.COPY": "Copy the code", "Recovery.Copied.COPY": "Copied", - "Recovery.Continue.COPY": "My code is safe. Continue", + "Recovery.Continue.COPY": "I've saved the code. Continue", "Recovery.LeaveConfirmation.COPY": "Are you sure you want to leave the page? Changes will not be saved.", - "PhoneVerification.Header.COPY": "Add a recovery phone number", - "PhoneVerification.Info.COPY": "Your phone number will be used for security purposes, such as helping you get back into your account if you ever lose your app", - "PhoneVerification.Text.COPY": "We will text you a code to verify your number", - "PhoneVerification.Verify.COPY": "Verify this phone number", + "PhoneVerification.Header.COPY": "Add a phone number", + "PhoneVerification.Info.COPY": "Your phone number is only needed for the security of your eduID, such as logging in if you forget your password.", + "PhoneVerification.Text.COPY": "We will send you a code to verify your phone number.", + "PhoneVerification.Verify.COPY": "Send code", "PhoneVerification.PlaceHolder.COPY": "+31 612345678", "PhoneVerification.PhoneIncorrect.COPY": "Phone number is incorrect", "Congrats.Header.COPY": "Success", - "Congrats.Info.COPY": "You can now use the eduID app to quickly login to services which require you to login with your eduID.", - "Congrats.Next.COPY": "Onwards to %1$s", + "Congrats.Info.COPY": "You can now use the eduID app to quickly log in to services that require eduID.", + "Congrats.Next.COPY": "Continue to %1$s", "Deactivate.TitleDelete.COPY": "Deactivate your eduID app", "Deactivate.Info.COPY": "You can deactivate your eduID app if you want to reinstall this app or if you have a new device.", "Deactivate.RecoveryCode.COPY": "Recovery code", "Deactivate.RecoveryCodeInfo.COPY": "Enter the recovery code you've saved during the eduID app registration.", - "Deactivate.VerificationCode.COPY": "Text message verification code", + "Deactivate.VerificationCode.COPY": "Send verification code", "Deactivate.CodeIncorrect.COPY": "Wrong recovery code", "Deactivate.Next.COPY": "Next", "Deactivate.DeactivateApp.COPY": "Deactivate", - "Deactivate.SendSms.COPY": "Press next to send a verification code text message to your registered phone number", + "Deactivate.SendSms.COPY": "Press next to send a SMS with a verification code to your phone number.", "Deactivate.MaxAttempts.COPY": "Max attempts used. Please contact help@eduid.nl for support", "BackupCodes.Title.COPY": "Recovery method", - "BackupCodes.Info.COPY": "You have installed and registered the eduID app. To change your recovery method, you must first authenticate with the eduID app.", + "BackupCodes.Info.COPY": "You’ve installed and registered the eduID app. Want to change your recovery method? First, confirm your identity using the eduID app.", "BackupCodes.PhoneNumber.COPY": "Phone number", "BackupCodes.StartTiqrAuthentication.COPY": "Change", "BackupCodes.Code.COPY": "Code", "UseApp.Header.COPY": "Check your eduID app", - "UseApp.Info.COPY": "We have sent a push-notification to your app, to verify it's you trying to sign in.", + "UseApp.Info.COPY": "We have sent a push-notification to your app, to check it's you trying to log in.", "UseApp.Scan.COPY": "Scan this QR code with your eduID app", "UseApp.NoNotification.COPY": "No notification?", "UseApp.QrCodeLink.COPY": "Create a QR-code", "UseApp.QrCodePostfix.COPY": "and scan it.", - "UseApp.Offline.COPY": "When your device is offline, you must enter a", - "UseApp.OfflineLink.COPY": "one time code.", + "UseApp.Offline.COPY": "Is your phone displaying a code?", + "UseApp.OfflineLink.COPY": "Enter code", "UseApp.OpenEduIDApp.COPY": "Open the app on this device", "UseApp.Lost.COPY": "Lost your app?", "UseApp.LostLink.COPY": "Learn how to register a new one.", "UseApp.TimeOut.COPY": "Session timeout", - "UseApp.TimeOutInfoFirst.COPY": "Your session timed out. Click this ", + "UseApp.TimeOutInfoFirst.COPY": "Your session timed out. Press this ", "UseApp.TimeOutInfoLast.COPY": " to try again.", "UseApp.TimeOutInfoLink.COPY": "link", - "UseApp.ResponseIncorrect.COPY": "The response is invalid.", + "UseApp.ResponseIncorrect.COPY": "The code is invalid.", "UseApp.SuspendedResult.COPY": "The verification from your eduID app failed. ", "UseApp.AccountNotSuspended.COPY": "You can try again.", "UseApp.AccountSuspended.COPY": "You'll have to wait %1$s %2$s before you can try again.", "UseApp.Minutes.COPY": "minutes", "UseApp.Minute.COPY": "minute", "CreateFromInstitution.Title.COPY": "Create an eduID from your institution", - "CreateFromInstitution.Header.COPY": "You are about to create an eduID account that will be linked to your institution account.", + "CreateFromInstitution.Header.COPY": "You are about to create an eduID that will be connected to your institution account.", "CreateFromInstitution.AlreadyHaveAnEduID.COPY": "Already have an eduID account? Login!", - "CreateFromInstitution.Info.COPY": "When you proceed you will be asked to login at the institution you want to link to your eduID. After a successful login you will come back here.", + "CreateFromInstitution.Info.COPY": "When you proceed you will be asked to login at the institution you want to connect to your eduID. After a successful login you will come back here.", "CreateFromInstitution.StartFlow.COPY": "Start registration", - "CreateFromInstitution.Welcome.COPY": "Your eduID account has been created", - "CreateFromInstitution.WelcomeExisting.COPY": "Your eduID account has been linked to your insitutional account", + "CreateFromInstitution.Welcome.COPY": "Your eduID has been created", + "CreateFromInstitution.WelcomeExisting.COPY": "Your eduID has been connected to your insitutional account", "LinkFromInstitution.Header.COPY": "Hi %1$s", - "LinkFromInstitution.Info.COPY": "You have successfully logged in at your institution. Please enter your personal email which will be your eduID email.", + "LinkFromInstitution.Info.COPY": "You have successfully logged in at your institution. Please enter your personal email address now. This will be the email address eduID uses.", "LinkFromInstitution.Email.COPY": "Your email address", "LinkFromInstitution.EmailPlaceholder.COPY": "e.g. user@gmail.com", - "LinkFromInstitution.EmailForbidden.COPY": "The creation of an eduID account for this email-domain is denied, please contact help@eduid.nl if you think this email-domain is valid.", - "LinkFromInstitution.EmailInUse1.COPY": "This email is already in use.", + "LinkFromInstitution.EmailForbidden.COPY": "The creation of an eduID for this email address is denied. Please contact help@eduid.nl if you think this email address is valid.", + "LinkFromInstitution.EmailInUse1.COPY": "This email address is already in use.", "LinkFromInstitution.EmailInUse2.COPY": "Try another, or ", - "LinkFromInstitution.EmailInUse3.COPY": " link with this eduID account.", - "LinkFromInstitution.InvalidEmail.COPY": "Invalid email", - "LinkFromInstitution.InstitutionDomainNameWarning.COPY": "It looks like you entered an institutional email address. Please note that when you no longer study at or work for that institution, you can no longer use that email address.", + "LinkFromInstitution.EmailInUse3.COPY": " connect with this eduID.", + "LinkFromInstitution.InvalidEmail.COPY": "Invalid email address", + "LinkFromInstitution.InstitutionDomainNameWarning.COPY": "This appears to be an email address from an educational or research institution. Note: if, in the future, you no longer study or work at this institution, you will lose access to this email address.", "LinkFromInstitution.InstitutionDomainNameWarning2.COPY": "We recommend using your personal email address for eduID.", "LinkFromInstitution.AllowedDomainNamesError.COPY": "Domain name %1$s not allowed.", "LinkFromInstitution.AllowedDomainNamesError2.COPY": "eduID is restricted to be used only for allowed domains.", - "LinkFromInstitution.AgreeWithTerms.COPY": "I agree with the terms of service. I also understand the privacy policy.", - "LinkFromInstitution.RequestEduIdButton.COPY": "Request your eduID", - "PollFromInstitution.Header.COPY": "Check your email!", + "LinkFromInstitution.AgreeWithTerms.COPY": "I agree with the terms of service and I've readthe privacy policy.", + "LinkFromInstitution.RequestEduIdButton.COPY": "Make an eduID", + "PollFromInstitution.Header.COPY": "We will send you an email", "PollFromInstitution.Awaiting.COPY": "Waiting for you to click the link…", - "PollFromInstitution.OpenGMail.COPY": "Open Gmail.com", - "PollFromInstitution.OpenOutlook.COPY": "Open Outlook.com", + "PollFromInstitution.OpenGMail.COPY": "Open gmail.com", + "PollFromInstitution.OpenOutlook.COPY": "Open outlook.com", "PollFromInstitution.Spam.COPY": "Can't find the email? Check your spam folder.", "PollFromInstitution.LoggedIn.COPY": "Login succeeded!", "PollFromInstitution.LoggedInInfo.COPY": "You can close this tab / window.", - "PollFromInstitution.TimeOutReached.COPY": "Timeout!", - "PollFromInstitution.TimeOutReachedInfo.COPY": "Your link has expired. Please go back to the service you where heading to and try again.", + "PollFromInstitution.TimeOutReached.COPY": "Your link has expired", + "PollFromInstitution.TimeOutReachedInfo.COPY": "Go back to the website where you wanted to log in and try again. You will then receive a new link.", "PollFromInstitution.Resend.COPY": "Still can't find the email?", "PollFromInstitution.ResendLink.COPY": "Send the email again.", - "PollFromInstitution.MailResend.COPY": "Check your inbox again. We've sent another email with a validation link.", - "Login.RequestEduId.COPY": "No eduID?", - "Login.RequestEduId2.COPY": "Create one!", - "Login.LoginEduId.COPY": "Login!", + "PollFromInstitution.MailResend.COPY": "Check your inbox again. We've sent another email with a link.", + "Login.RequestEduId.COPY": "No eduID yet?", + "Login.RequestEduId2.COPY": "Create an eduID", + "Login.LoginEduId.COPY": "Login", "Login.Whatis.COPY": "What is eduID?", - "Login.Header.COPY": "Sign in with eduID", + "Login.Header.COPY": "Log in with eduID", "Login.HeaderSubTitle.COPY": "to continue to ", - "Login.Header2.COPY": "Request your eduID", + "Login.Header2.COPY": "Create an eduID", "Login.Trust.COPY": "Trust this computer", - "Login.LoginOptions.COPY": "Other sign-in options", - "Login.LoginOptionsToolTip.COPY": "We offer 3 ways to sign-in:
  1. You can receive a magic link sent to your email address.
  2. You can use a password. You must first set this up in My eduID.
  3. You can use a passkey. You must first set this up in My eduID.
", + "Login.LoginOptions.COPY": "Other options", + "Login.LoginOptionsToolTip.COPY": "There are three ways to log in:
  1. You can receive an e-mail with a link
  2. You can use a password. You must first set this up in your eduID.
  3. You can use a passkey. You must first set this up in your eduID.
", "Login.Email.COPY": "Your email address", "Login.EmailPlaceholder.COPY": "e.g. user@gmail.com", "Login.PasswordPlaceholder.COPY": "Password", @@ -525,19 +525,19 @@ "Login.GivenName.COPY": "First name", "Login.FamilyNamePlaceholder.COPY": "e.g. Berners-Lee", "Login.GivenNamePlaceholder.COPY": "e.g. Tim", - "Login.SendMagicLink.COPY": "Email a magic link", - "Login.LoginWebAuthn.COPY": "Login with passkey", + "Login.SendMagicLink.COPY": "Send a link", + "Login.LoginWebAuthn.COPY": "Log in with passkey", "Login.UsePassword.COPY": "type a password.", "Login.UsePasswordNoWebAuthn.COPY": "Type a password.", "Login.UseMagicLink.COPY": "Email a magic link", "Login.UseMagicLinkNoWebAuthn.COPY": "Email a magic link.", - "Login.UseWebAuth.COPY": "Sign in with a security key", + "Login.UseWebAuth.COPY": "Log in with a security key", "Login.UseOr.COPY": "or", - "Login.RequestEduIdButton.COPY": "Request your eduID", + "Login.RequestEduIdButton.COPY": "Create an eduID", "Login.RememberMe.COPY": "Stay logged in", "Login.Password.COPY": "Your password", - "Login.PasswordForgotten.COPY": "Forgot your password or prefer a magic link? ", - "Login.PasswordForgottenLink.COPY": "Receive an email to sign in instantly.", + "Login.PasswordForgotten.COPY": "Forgot your password or prefer to log in with a link? ", + "Login.PasswordForgottenLink.COPY": "Receive an email to log in instantly.", "Login.Login.COPY": "Login", "Login.Create.COPY": "Create", "Login.NewTo.COPY": "New to eduID?", @@ -548,226 +548,226 @@ "Login.EmailInUse1.COPY": "This email is already in use.", "Login.EmailInUse2.COPY": "Try another, or ", "Login.EmailInUse3.COPY": " login with this eduID account.", - "Login.EmailForbidden.COPY": "The creation of an eduID account for this email-domain is denied, please contact help@eduid.nl if you think this email-domain is valid.", - "Login.EmailNotFound1.COPY": "We could not find an eduID with that email.", + "Login.EmailForbidden.COPY": "The creation of an eduID for this email address is denied. Please contact help@eduid.nl if you think this email address is valid.", + "Login.EmailNotFound1.COPY": "We could not find an eduID with that email address.", "Login.EmailNotFound2.COPY": "Try another, or ", - "Login.EmailNotFound3.COPY": "create a new eduID account.", - "Login.EmailOrPasswordIncorrect.COPY": "Email or password are incorrect", - "Login.InstitutionDomainNameWarning.COPY": "It looks like you entered an institutional email address. Please note that when you no longer study at or work for that institution, you can no longer use that email address.", + "Login.EmailNotFound3.COPY": "create a new eduID.", + "Login.EmailOrPasswordIncorrect.COPY": "Email address or password are incorrect", + "Login.InstitutionDomainNameWarning.COPY": "This appears to be an email address from an educational or research institution. Note: if, in the future, you no longer study or work at this institution, you will lose access to this email address.", "Login.InstitutionDomainNameWarning2.COPY": "We recommend using your personal email address for eduID.", - "Login.AllowedDomainNamesError.COPY": "Domain name %1$s not allowed.", - "Login.AllowedDomainNamesError2.COPY": "eduID is restricted to be used only for allowed domains.", - "Login.PasswordDisclaimer.COPY": "Make sure it's at least 15 characters long OR at least 8 characters when including a number and an UpperCase letter.", + "Login.AllowedDomainNamesError.COPY": "E-mail address %1$s not allowed.", + "Login.AllowedDomainNamesError2.COPY": "eduID is restricted to be used only for allowed e-mail addresses.", + "Login.PasswordDisclaimer.COPY": "Make sure it's at least 15 characters long. Or at least 8 characters when including a number and an UpperCase letter.", "Login.AlreadyGuestAccount.COPY": "Already have an eduID?", "Login.UsePasswordLink.COPY": "Type a password anyway", "Login.UseWebAuthnLink.COPY": "Or use a passkey", - "Login.AgreeWithTerms.COPY": "I agree with the terms of service. I also understand the privacy policy.", + "Login.AgreeWithTerms.COPY": "I agree with the terms of service and I've readthe privacy policy.", "Login.Next.COPY": "Next", "Login.UseOtherAccount.COPY": "Use another account", "Login.NoAppAccess.COPY": "No access to your app?", "Login.NoMailAccess.COPY": "No access to your mail?", "Login.ForgotPassword.COPY": "Forgot your password?", "Login.UseAnother.COPY": "Use another", - "Login.OptionsLink.COPY": "sign-in option.", + "Login.OptionsLink.COPY": "login option.", "Options.Header.COPY": "How do you want to login?", "Options.NoLogin.COPY": "Still not able to login?", "Options.Learn.COPY": "Learn how to", "Options.LearnLink.COPY": "recover your acccount", - "Options.UseApp.COPY": "Use the eduID app to sign in with your mobile device.", + "Options.UseApp.COPY": "Use the eduID app to log in with your mobile device.", "Options.UseWebAuthn.COPY": "Use your passkey.", - "Options.UseLink.COPY": "Get a magic link sent to your inbox.", + "Options.UseLink.COPY": "Get a link sent to your inbox.", "Options.UsePassword.COPY": "Use a password.", - "MagicLink.OpenMailTitle.COPY": "Open the mail app", - "MagicLink.OpenMailDisclaimer.COPY": "If you can't find the email? Also check the spam folder", + "MagicLink.OpenMailTitle.COPY": "Open your e-mail", + "MagicLink.OpenMailDisclaimer.COPY": "Can't find the email? Check the spam folder", "MagicLink.Header.COPY": "Check your email", - "MagicLink.Info.COPY": "To sign in, click the link in the email we sent to %1$s.", - "MagicLink.Awaiting.COPY": "Waiting for you to click the link…", - "MagicLink.OpenGMail.COPY": "Open Gmail.com", - "MagicLink.OpenOutlook.COPY": "Open Outlook.com", + "MagicLink.Info.COPY": "Press the link we sent to %1$s.", + "MagicLink.Awaiting.COPY": "Waiting for you to press the link…", + "MagicLink.OpenGMail.COPY": "Open gmail.com", + "MagicLink.OpenOutlook.COPY": "Open outlook.com", "MagicLink.Spam.COPY": "Can't find it? Check your spam folder.", "MagicLink.LoggedIn.COPY": "Login succeeded!", "MagicLink.LoggedInInfo.COPY": "You can close this tab / window.", - "MagicLink.TimeOutReached.COPY": "Timeout!", - "MagicLink.TimeOutReachedInfo.COPY": "Your link has expired. Please go back to the service you where heading to and try again.", + "MagicLink.TimeOutReached.COPY": "Your link has expired", + "MagicLink.TimeOutReachedInfo.COPY": "Go back to the website where you wanted to log in and try again. You will then receive a new link.", "MagicLink.Resend.COPY": "Still can't find the email?", "MagicLink.ResendLink.COPY": "Send the email again.", - "MagicLink.MailResend.COPY": "Check your inbox again. We've sent another email with a magic link.", - "MagicLink.LoggedInDifferentDevice.COPY": "Verification code required", - "MagicLink.LoggedInDifferentDeviceInInfo.COPY": "The magic link we sent you opened in a different browser than the one used to request the magic link. As an extra security measure you must enter a verification code.", + "MagicLink.MailResend.COPY": "Check your inbox again. We've sent another email with a link.", + "MagicLink.LoggedInDifferentDevice.COPY": "You need a verification code", + "MagicLink.LoggedInDifferentDeviceInInfo.COPY": "You used the link in a different browser than the one you used to request it. For security reasons, we ask you to enter a verification code.", "MagicLink.LoggedInDifferentDeviceInInfo2.COPY": "We sent you an extra email with the verification code.", "MagicLink.VerificationCodeError.COPY": "Wrong verification code.", "MagicLink.Verify.COPY": "Verify", "Confirm.Header.COPY": "Success!", - "Confirm.Thanks.COPY": "Your eduID account has been created. Proceed to your destination.", + "Confirm.Thanks.COPY": "Your eduID has been created. Proceed to your destination.", "ConfirmStepup.Header.COPY": "Thanks!", "ConfirmStepup.Proceed.COPY": "Go to %1$s", "ConfirmStepup.ConditionMet.COPY": "All conditions are met.", - "Stepup.Header.COPY": "One more thing!", - "Stepup.Info.COPY": "To proceed to %1$s, you must meet the following condition(s).", + "Stepup.Header.COPY": "Almost there", + "Stepup.Info.COPY": "To continue to %1$s, just complete the following:", "Stepup.Link.COPY": "Verify this via SURFconext", "Stepup.LinkExternalValidation.COPY": "Verify this via ReadID", "Success.Title.COPY": "Login almost done!", - "Success.Info.COPY": "Please go back to the screen where you requested the magic link and follow the instructions there.

You can close this tab / window.", - "Expired.Title.COPY": "Expired magic link", - "Expired.Info.COPY": "The magic link you used is either expired or has already been used.", + "Success.Info.COPY": "Please go back to the screen where you requested the link and follow the instructions there.

You can close this tab / window.", + "Expired.Title.COPY": "Your link is invalid", + "Expired.Info.COPY": "The link you used is either expired or has already been used.", "Expired.Back.COPY": "Go to eduid.nl", "MaxAttempt.Title.COPY": "Maximum attempts reached", "MaxAttempt.Info.COPY": "You've reached the maximum verification attempts.", "WebAuthn.Info.COPY": "Add security key", - "WebAuthn.BrowserPrompt.COPY": "Click the button below to add a security key to your eduID account. Please follow the instructions given by your browser.", + "WebAuthn.BrowserPrompt.COPY": "Press the button below to add a security key to your eduID. Please follow the instructions given by your browser.", "WebAuthn.Start.COPY": "Start", - "WebAuthn.Header.COPY": "Sign in with a passkey", - "WebAuthn.Explanation.COPY": "Your device will open a security window. Follow the instructions there to sign in.", + "WebAuthn.Header.COPY": "Log in with a passkey", + "WebAuthn.Explanation.COPY": "Your device will open a new window. Follow the instructions there to log in.", "WebAuthn.Next.COPY": "Log in with a passkey", - "WebAuthn.Error.COPY": "Currently you can not use your passkey to login.", - "UseLink.Header.COPY": "Request a magic link", - "UseLink.Next.COPY": "Email a magic link", + "WebAuthn.Error.COPY": "You can;t use the passkey at this moment", + "UseLink.Header.COPY": "Request a link", + "UseLink.Next.COPY": "Send a link", "UsePassword.Header.COPY": "Enter your password", "UsePassword.PasswordIncorrect.COPY": "Password is incorrect", "WebAuthnTest.Info.COPY": "Test security key", - "WebAuthnTest.BrowserPrompt.COPY": "Click the button below to test a security key. Please follow the instructions given by your browser.", + "WebAuthnTest.BrowserPrompt.COPY": "Press the button below to test a security key. Please follow the instructions given by your browser.", "WebAuthnTest.Start.COPY": "Test", - "AffiliationMissing.Header.COPY": "Account linked, but…", - "AffiliationMissing.Info.COPY": "Your eduID is successfully linked, however the institution you choose did not provide the correct affiliation.", - "AffiliationMissing.Proceed.COPY": "You can try to link to another institution or proceed to %1$s.", + "AffiliationMissing.Header.COPY": "Account is connected, but…", + "AffiliationMissing.Info.COPY": "Your eduID is successfully connected, however the institution you choose did not provide the correct affiliation.", + "AffiliationMissing.Proceed.COPY": "You can try to connect to another institution or proceed to %1$s.", "AffiliationMissing.ProceedLink.COPY": "Proceed", "AffiliationMissing.RetryLink.COPY": "Retry", - "ValidNameMissing.Header.COPY": "Account linked, but…", - "ValidNameMissing.Info.COPY": "Your eduID is successfully linked, however the institution you choose did not provide a valid name.", - "ValidNameMissing.Proceed.COPY": "You can try to link to another institution or proceed to %1$s.", + "ValidNameMissing.Header.COPY": "Account is connected, but…", + "ValidNameMissing.Info.COPY": "Your eduID is successfully connected, however the institution you choose did not provide a valid name.", + "ValidNameMissing.Proceed.COPY": "You can try to connect to another institution or proceed to %1$s.", "ValidNameMissing.ProceedLink.COPY": "Proceed", "ValidNameMissing.RetryLink.COPY": "Retry", - "StepUpExplanation.Linked_institution.COPY": "Your eduID account must be linked to a trusted party.", - "StepUpExplanation.Validate_names.COPY": "Your first name and last name must be verified by a trusted party.", - "StepUpExplanation.Affiliation_student.COPY": "You must prove that you are following education by linking your eduID account to a trusted party.", - "StepUpVerification.Linked_institution.COPY": "Your eduID account is linked to a trusted party.", - "StepUpVerification.Validate_names.COPY": "Your first name and last name are verified by a trusted party.", - "StepUpVerification.Affiliation_student.COPY": "You have proven that you are following education by linking your eduID account to a trusted party.", - "NudgeApp.New.COPY": "Your eduID account has been created!", - "NudgeApp.Header.COPY": "Want to sign in quicker and more secure next time?", - "NudgeApp.Info.COPY": "Get the eduID app and securely sign in without passwords or accessing your email. It will only take a minute.", - "NudgeApp.No.COPY": "No thanks", + "StepUpExplanation.Linked_institution.COPY": "Your eduID must be connected to an official party.", + "StepUpExplanation.Validate_names.COPY": "Your first name and last name must be verified by an official party.", + "StepUpExplanation.Affiliation_student.COPY": "You need to prove that you are enrolled in education. You can do this by connecting your eduID to an official institution.", + "StepUpVerification.Linked_institution.COPY": "Your eduID is connected to an official party.", + "StepUpVerification.Validate_names.COPY": "Your first name and last name are verified by an official party.", + "StepUpVerification.Affiliation_student.COPY": "You have proven that you are following education by connecting your eduID account to an official party.", + "NudgeApp.New.COPY": "Your eduID has been created", + "NudgeApp.Header.COPY": "Want to log in quicker and more secure next time?", + "NudgeApp.Info.COPY": "The eduID app allows you to log in extra securely, without needing a password. Installing the app is quick and easy.", + "NudgeApp.No.COPY": "No, thanks", "NudgeApp.NoLink.COPY": "/proceed", - "NudgeApp.Yes.COPY": "Get it now", + "NudgeApp.Yes.COPY": "Download app", "NudgeApp.YesLink.COPY": "/eduid-app", - "AppRequired.Header.COPY": "Login with the eduID app", - "AppRequired.Info.COPY": "Login with the eduID app to ensure your identity.", - "AppRequired.Info2.COPY": "Get the eduID app and securely sign in without passwords or accessing your email. It will only take a minute. Please click Proceed for the next step.", + "AppRequired.Header.COPY": "Log in with the eduID app", + "AppRequired.Info.COPY": "Log in with the eduID app to ensure your identity.", + "AppRequired.Info2.COPY": "The eduID app allows you to log in extra securely, without needing a password. Installing the app is quick and easy. Please press Proceed for the next step.", "AppRequired.Cancel.COPY": "/cancel", "AppRequired.No.COPY": "I refuse", "AppRequired.YesLink.COPY": "/proceed", "AppRequired.Yes.COPY": "Proceed", - "AppRequired.Warning.COPY": "Login without the eduApp is strongly discouraged. The service %1$s will not receive your attributes.", - "AppRequired.WarningTitle.COPY": "Get the eduApp", - "AppRequired.ConfirmLabel.COPY": "Get the eduApp", + "AppRequired.Warning.COPY": "We discourage to log in without the eduID app. The service %1$s will not receive your attributes.", + "AppRequired.WarningTitle.COPY": "Get the eduID app", + "AppRequired.ConfirmLabel.COPY": "Get the eduID app", "AppRequired.CancelLabel.COPY": "I still refuse", - "SubContent.WarningTitle.COPY": "Please reconsider", - "SubContent.Warning.COPY": "The service your logging into has explicitly requested you login using your eduID app. If you login with a different method, this service will not receive your attributes.", + "SubContent.WarningTitle.COPY": "Are you sure?", + "SubContent.Warning.COPY": "The service you're logging into has explicitly requested you log in using the eduID app. If you log in with a different method, this service will not receive your attributes.", "SubContent.ConfirmLabel.COPY": "Change login option anyway", "SubContent.CancelLabel.COPY": "Did not know that", - "PinAndBioMetrics.SetupBiometrics.COPY": "Set up biometric access", + "PinAndBioMetrics.SetupBiometrics.COPY": "Set up biometric login", "PinAndBioMetrics.Skip.COPY": "Skip this", "PinAndBioMetrics.BiometricsApproval.COPY": "Biometric approval", - "PinAndBioMetrics.BiometricsExplain.COPY": "Do you want to use your biometrics to access the eduID app more easily?", + "PinAndBioMetrics.BiometricsExplain.COPY": "Do you want to use biometric login to access the eduID app more easily?", "PinAndBioMetrics.BiometricsExplainBoldPart.COPY": "biometrics", - "PinAndBioMetrics.BiometricsPrompt.COPY": "Using Biometrics to login", - "PinAndBioMetrics.SkipAlertTitle.COPY": "Proceed without using biometric access?", + "PinAndBioMetrics.BiometricsPrompt.COPY": "Using biometric login", + "PinAndBioMetrics.SkipAlertTitle.COPY": "Proceed without using biometric login?", "PinAndBioMetrics.SkipAlertText.COPY": "This permanently disables this feature", "PinAndBioMetrics.FirstPinScreenSelectTitle.COPY": "Select a PIN code", - "PinAndBioMetrics.PinScreenEnterTitle.COPY": "Enter your eduID PIN", - "PinAndBioMetrics.FirstPinScreenText.COPY": "To use the eduID app you need a PIN code", - "PinAndBioMetrics.SecondPinScreenSelectTitle.COPY": "Repeat selected PIN", + "PinAndBioMetrics.PinScreenEnterTitle.COPY": "Enter your PIN code", + "PinAndBioMetrics.FirstPinScreenText.COPY": "You need a PIN code to use eduID.", + "PinAndBioMetrics.SecondPinScreenSelectTitle.COPY": "Repeat your PIN code", "PinAndBioMetrics.SecondPinScreenText.COPY": "Please enter your PIN code again", - "PinAndBioMetrics.VerifyPinScreenText.COPY": "Enter the PIN and press OK", + "PinAndBioMetrics.VerifyPinScreenText.COPY": "Enter the PIN code and press OK", "PinAndBioMetrics.SignIn.COPY": "Log in", "PinAndBioMetrics.OKButton.COPY": "OK", "PinAndBioMetrics.LoginRequest.COPY": "Request to log on", "PinAndBioMetrics.DoYouWantToLogInTo.COPY": "Do you want to log in to", "PinAndBioMetrics.EnteredPinNotEqual.COPY": "The entered PIN codes were not equal", "PinAndBioMetrics.RetryPin.COPY": "Oops, let's try again", - "PinAndBioMetrics.VerifyPin.COPY": "Verify this pin code", + "PinAndBioMetrics.VerifyPin.COPY": "Verify this PIN code", "PinAndBioMetrics.Button.Retry.COPY": "Try again", "PinAndBioMetrics.Button.Back.COPY": "Back", "PinAndBioMetrics.CheckMessages.COPY": "Check your messages", - "PinAndBioMetrics.EnterSixDigitCode.COPY": "Enter the six-digit code we sent to your phone to continue", + "PinAndBioMetrics.EnterSixDigitCode.COPY": "Enter the SMS code you received. It consists of 6 digits.", "PinAndBioMetrics.SixDigitCode.COPY": "six-digit", "PinAndBioMetrics.Authenticate.COPY": "Authenticate", - "PinAndBioMetrics.AuthenticateForUseTitle.COPY": "To use the eduID for authentication you need to enter your PIN code", + "PinAndBioMetrics.AuthenticateForUseTitle.COPY": "Enter your PIN code to verify your identity with eduID.", "Generic.RequestError.Title.COPY": "Cannot complete request", "Generic.RequestError.Description.COPY": "Unexpected error: %1$s, please retry.", "Generic.RequestError.CloseButton.COPY": "Close", - "WelcomeToApp.Title.COPY": "Welcome! Use this app to", + "WelcomeToApp.Title.COPY": "Welcome! You can use the eduID app for", "WelcomeToApp.Quickly.Text.COPY": "to educational services", - "WelcomeToApp.Quickly.Highlight.COPY": "Quickly login", - "WelcomeToApp.ViewWhat.Text.COPY": "what details of your eduID get shared with those services", - "WelcomeToApp.ViewWhat.Highlight.COPY": "View", - "WelcomeToApp.VerifyYour.Text.COPY": "so you can access more secure services", - "WelcomeToApp.VerifyYour.Highlight.COPY": "Verify your identity", - "WelcomeToApp.GotItButton.COPY": "OK, got it!", + "WelcomeToApp.Quickly.Highlight.COPY": "Logging in quickly", + "WelcomeToApp.ViewWhat.Text.COPY": "your eduID eduID shares with these services", + "WelcomeToApp.ViewWhat.Highlight.COPY": "Managing the data", + "WelcomeToApp.VerifyYour.Text.COPY": "to access secure services", + "WelcomeToApp.VerifyYour.Highlight.COPY": "Confirming your identity", + "WelcomeToApp.GotItButton.COPY": "OK, got it", "WelcomeToApp.ReturnBrowserTitle.COPY": "Return to your web browser", - "WelcomeToApp.ReturnBrowserText.COPY": "Continue in your browser to finish the connection of this app to your eduID account", - "CreateEduID.ErrorCreateFailed.Title.COPY": "Could not create your eduID account!", - "CreateEduID.ErrorCreateFailed.Message.COPY": "The account creation has failed. Please try again.", - "CreateEduID.LandingPage.MainText.COPY": "Your account for Education and Research", - "CreateEduID.LandingPage.SignInButton.COPY": "Sign in", - "CreateEduID.LandingPage.ScanQrButton.COPY": "Scan", + "WelcomeToApp.ReturnBrowserText.COPY": "Continue in your browser to finish the connection of this app to your eduID", + "CreateEduID.ErrorCreateFailed.Title.COPY": "Could not create your eduID account", + "CreateEduID.ErrorCreateFailed.Message.COPY": "Something went wrong while creating your account. Please try again.", + "CreateEduID.LandingPage.MainText.COPY": "Verifiy who you are in the field of education and research", + "CreateEduID.LandingPage.SignInButton.COPY": "Log in", + "CreateEduID.LandingPage.ScanQrButton.COPY": "Scan QR code", "CreateEduID.LandingPage.NoEduIdButton.COPY": "I don't have an eduID", - "CreateEduID.FirstTimeDialog.ConnectButtonTitle.COPY": "Connect your school/institution", - "CreateEduID.FirstTimeDialog.MainTextTitle.FirstPart.COPY": "Are you studying in NL?", - "CreateEduID.FirstTimeDialog.MainTextTitle.SecondPart.COPY": "Connect your institution!", - "CreateEduID.FirstTimeDialog.MainText.COPY": "When you study in the Netherlands and you want to use eduID to logon to an educational services, we need to be sure it is you and not someone impersonating you.\n\nYou must therefore add the following information to your eduID:", - "CreateEduID.FirstTimeDialog.MainTextPoint1.COPY": "Validation of your full name by a third party", + "CreateEduID.FirstTimeDialog.ConnectButtonTitle.COPY": "Connect your educational institution", + "CreateEduID.FirstTimeDialog.MainTextTitle.FirstPart.COPY": "Do you study in the Netherlands?", + "CreateEduID.FirstTimeDialog.MainTextTitle.SecondPart.COPY": "Connect your educational institution", + "CreateEduID.FirstTimeDialog.MainText.COPY": "We need to verify who you are before you can use eduID for services in the Dutch education system.", + "CreateEduID.FirstTimeDialog.MainTextPoint1.COPY": "Your full name, verified by an official party", "CreateEduID.FirstTimeDialog.MainTextPoint2.COPY": "Proof of being a student", "CreateEduID.FirstTimeDialog.MainTextPoint3.COPY": "Your current institution", "CreateEduID.FirstTimeDialog.MainTextFirstBoldPart.COPY": "When you study in the Netherlands", - "CreateEduID.FirstTimeDialog.MainTextSecondBoldPart.COPY": "You must therefore add the following information to your eduID:", - "CreateEduID.FirstTimeDialog.AddInformationText.COPY": "Add this information by connecting your school/institution via SURFconext", + "CreateEduID.FirstTimeDialog.MainTextSecondBoldPart.COPY": "Provide the following information:", + "CreateEduID.FirstTimeDialog.AddInformationText.COPY": "You can provide this information by connecting your educational institution through SURFconext.", "CreateEduID.FirstTimeDialog.AddInformationBoldPart.COPY": "Add this information", "CreateEduID.FirstTimeDialog.SkipButtonTitle.COPY": "Skip this", "CreateEduID.Explanation.MainTitleLabel.COPY": "Don't have an eduID yet?", - "CreateEduID.Explanation.MainExplanationText.COPY": "eduID is a central account for users associated with Dutch education and research. It is yours and exists independent of an educational institution.\n\n• Use it to login to several services connected to SURFconext.\n• Users without an institution account can also request an eduID.\n• eduID is a lifelong account. It stays valid after you graduate.\n", + "CreateEduID.Explanation.MainExplanationText.COPY": "eduID is an account for verifying your identity with Dutch education and research institutions. It is yours and not owned by the institutions.\n\n• Log in to various services connected to SURFconext.\n• You can create an eduID even if you don’t yet have an account with an educational institution.\n• eduID is valid for your entire life, even after you graduate.\n", "CreateEduID.Explanation.CreateEduidButton.COPY": "Create a new eduID", "CreateEduID.Create.MainTitleLabel.COPY": "Create a new eduID", "CreateEduID.Created.MainTitleLabel.COPY": "Your eduID has been created", - "CreateEduID.Created.MainText.COPY": "To safely use this app, we need you to set a pincode and provide a phonenumber in case you might forget it", + "CreateEduID.Created.MainText.COPY": "All you need to do now is set a PIN code to use the app securely. Tip: also add a phone number in case you forget the code.", "CreateEduID.EnterPersonalInfo.EmailFieldTitle.COPY": "Your email address", "CreateEduID.EnterPersonalInfo.EmailFieldPlaceHolder.COPY": "e.g. timbernerslee@gmail.com", - "CreateEduID.EnterPersonalInfo.Agreement.COPY": "I agree with the terms of service. I also understand the privacy policy", + "CreateEduID.EnterPersonalInfo.Agreement.COPY": "I agree with the terms of service and I've read the privacy policy", "CreateEduID.EnterPhoneNumber.PhoneFieldTitle.COPY": "Enter your phone number", "CreateEduID.EnterPhoneNumber.PhoneFieldPlaceholder.COPY": "0612345678", - "CreateEduID.EnterPhoneNumber.MainText.COPY": "Let's add a recovery phonenumber. If you can't access eduID with the app or via email, you can use this to sign in to your eduID Account.\n\nWe will text you a code to verify your number.\n", + "CreateEduID.EnterPhoneNumber.MainText.COPY": "Having trouble logging in to eduID via the app or email? You can also log in with an SMS code.\n\nWhich phone number would you like to use for this?\n", "CreateEduID.EnterPhoneNumber.BoldRange.COPY": "32", - "CreateEduID.EnterPhoneNumber.VerifyPhoneNumber.COPY": "Verify this phone number", - "CreateEduID.AddInstitution.MainTitle.COPY": "Your school/uni was contacted successfully", - "CreateEduID.AddInstitution.MainTitleBoldPart.COPY": "Your school/uni", - "CreateEduID.AddInstitution.MainText.COPY": "The following information has been added to your eduID and can now be shared", - "RegEXError.Name.COPY": "Invalid name format, please revise your input", - "RegEXError.Email.COPY": "Invalid email format, please revise your input", - "RegEXError.Phone.COPY": "Invalid phone format, please revise your input", + "CreateEduID.EnterPhoneNumber.VerifyPhoneNumber.COPY": "Send SMS code", + "CreateEduID.AddInstitution.MainTitle.COPY": "Your educational institution has been successfully connected", + "CreateEduID.AddInstitution.MainTitleBoldPart.COPY": "Your educational institution", + "CreateEduID.AddInstitution.MainText.COPY": "The following information has been added to your eduID and can now be shared with other services:", + "RegEXError.Name.COPY": "This name doesn’t seem correct. Please enter a different name.", + "RegEXError.Email.COPY": "This email address doesn't seem valid. Please enter a different email address.", + "RegEXError.Phone.COPY": "This phone number doesn't seem valid. Please enter a different phone number.", "RegEXError.Password.COPY": "Password is too weak", "ResponseErrors.GeneralRequestError.COPY": "Request cannot be completed at this moment. Please retry later.", "ResponseErrors.AuthenticationFailedTitle.COPY": "Authentication failed", "ResponseErrors.AuthenticationFailedMessage.COPY": "Try again in a moment.", - "ResponseErrors.UnauthorizedTitle.COPY": "Cannot load data", - "ResponseErrors.UnauthorizedText.COPY": "Cannot complete request, please sign in and grant access.", + "ResponseErrors.UnauthorizedTitle.COPY": "Cannot load info", + "ResponseErrors.UnauthorizedText.COPY": "Cannot complete request, please log in and grant access.", "ResponseErrors.RequestSMSError.COPY": "Could not request SMS code, please retry.", "ResponseErrors.PasswordUpdateError.COPY": "Cannot update password", "ResponseErrors.InvalidPasswordError.COPY": "Chosen password is invalid", "ResponseErrors.PasswordMismatchError.COPY": "Passwords do not match", "ResponseErrors.InvalidPasswordHash.COPY": "Invalid password hash, please resend email link", "ResponseErrors.MissingPasswordHash.COPY": "Missing password hash, please resend email link", - "ResponseErrors.DeleteKeyLostError.COPY": "Cannot find key for deletion", - "ResponseErrors.ModifyKeyLostError.COPY": "Cannot find key for modification", + "ResponseErrors.DeleteKeyLostError.COPY": "The key you want to delete was not found", + "ResponseErrors.ModifyKeyLostError.COPY": "The key you want to update was not found", "ResponseErrors.RequestResetLinkError.COPY": "Could not request reset password link.", "ResponseErrors.ConfirmSMSError.COPY": "SMS code not confirmed, please retry", "ResponseErrors.InvalidChallenge.Title.COPY": "Enrollment challenge is invalid", "ResponseErrors.InvalidChallenge.Description.COPY": "Cannot parse enrollment challenge, challenge is invalid.", "ResponseErrors.DeactivationError.Title.COPY": "Failed to request deactivation code", "ResponseErrors.DeactivationError.Description.COPY": "Could not request deactivation code for known phone number: %1$s.", - "ResponseErrors.EmailInUse.Title.COPY": "E-mail already in use", - "ResponseErrors.EmailInUse.Description.COPY": "There is already an eduID associated with this e-mail", + "ResponseErrors.EmailInUse.Title.COPY": "E-mail address already in use", + "ResponseErrors.EmailInUse.Description.COPY": "There is already an eduID connected to this e-mail address", "ResponseErrors.ForbiddenDomainTitle.COPY": "Forbidden domain", - "ResponseErrors.ForbiddenDomainText.COPY": "The e-mail domain you specified may not be used", + "ResponseErrors.ForbiddenDomainText.COPY": "The e-mail address you specified may not be used", "ResponseErrors.NoInternetAccessTitle.COPY": "Something went wrong", "ResponseErrors.NoInternetAccessText.COPY": "Could not retrieve the account details", "ResponseErrors.SMSErrorTitle.COPY": "Wrong verification", @@ -775,7 +775,7 @@ "ResponseErrors.UnknownErrorTitle.COPY": "Uknown error", "ResponseErrors.UnknownErrorText.COPY": "An unknown error occurred with the following status code", "ResponseErrors.ExistingUserAndDeviceTitle.COPY": "Already associated", - "ResponseErrors.ExistingUserAndDeviceText.COPY": "This account is already associated with a different device. Remove your other device first from your account before registering a new device.", + "ResponseErrors.ExistingUserAndDeviceText.COPY": "This account is already linked to another device. Remove the other device from your account before registering a new one.", "ResponseErrors.PersonalDetailsRetrieveError.COPY": "Could not retrieve personal details", "ResponseErrors.ActivityHistoryRetrieveError.COPY": "Could not retrieve activity details", "ResponseErrors.DeleteError.Title.COPY": "Cannot delete", @@ -790,30 +790,30 @@ "ResponseErrors.Auth.Failed.Description.COPY": "No authorization state retained - reauthorization required.", "ResponseErrors.Auth.Failed.TokenFailedDescription.Generic.COPY": "Authorization token code exchange failed.", "ResponseErrors.Auth.Failed.TokenFailedDescription.WithException.COPY": "Authorization code exchange failed: %1$s.", - "VerifyIdentity.TitleHasInternalLink.COPY": "Add an organisation", - "VerifyIdentity.SubtitleHasInternalLink.COPY": "By adding an organisation to your eduID, you prove that you are a student or employee of that organisation. This also verifies your eduID.", - "VerifyIdentity.Title.FirstLine.COPY": "Verify your identity", + "VerifyIdentity.TitleHasInternalLink.COPY": "Add an institution", + "VerifyIdentity.SubtitleHasInternalLink.COPY": "By adding an educational or research institution, you prove to eduID that you are a student or employee of that institution.", + "VerifyIdentity.Title.FirstLine.COPY": "Confirm your identity", "VerifyIdentity.Title.SecondLine.COPY": "Quick and easy", - "VerifyIdentity.Subtitle.COPY": "Your first and lastname and optionally your date of birth will be added to your eduID.", - "VerifyIdentity.VerifyViaDutchInstitution.Title.COPY": "Verify via a Dutch educational institution", - "VerifyIdentity.VerifyViaDutchInstitution.TitleHasInternalLink.COPY": "Add your organisation by logging in", + "VerifyIdentity.Subtitle.COPY": "Select a method to confirm who you are. Your first name, surname, and possibly your date of birth will be added to your eduID afterwards.", + "VerifyIdentity.VerifyViaDutchInstitution.Title.COPY": "Dutch educational or research institution", + "VerifyIdentity.VerifyViaDutchInstitution.TitleHasInternalLink.COPY": "Add your institution by logging in", "VerifyIdentity.VerifyViaDutchInstitution.Button.COPY": "Select your institution", - "VerifyIdentity.VerifyWithBankApp.Title.COPY": "Verify with a Dutch bank app", + "VerifyIdentity.VerifyWithBankApp.Title.COPY": "Dutch bank app", "VerifyIdentity.VerifyWithBankApp.Button.COPY": "Select your bank", - "VerifyIdentity.VerifyWithAEuropianId.Title.COPY": "Verify with a European ID", - "VerifyIdentity.VerifyWithAEuropianId.Button.COPY": "Use a European ID", - "VerifyIdentity.OtherOptions.COPY": "Other options…", - "VerifyIdentity.VisitSupport.Full.COPY": "If you can’t use any of these methods, please visit our support pages", - "VerifyIdentity.VisitSupport.HighlightedPart.COPY": "support pages", + "VerifyIdentity.VerifyWithAEuropianId.Title.COPY": "European ID", + "VerifyIdentity.VerifyWithAEuropianId.Button.COPY": "Select your country", + "VerifyIdentity.OtherOptions.COPY": "Show other options", + "VerifyIdentity.VisitSupport.Full.COPY": "Can’t use these methods? Visit our Help page.", + "VerifyIdentity.VisitSupport.HighlightedPart.COPY": "Help page", "VerifyIdentity.VisitSupport.Link.COPY": "https://eduid.nl/help-en/", "SelectYourBank.Title.COPY": "Select your bank", - "SelectYourBank.Subtitle.Full.COPY": "With iDIN, we receive your name and date of birth from your bank. This way, we can be sure it is you. You are not making a payment", + "SelectYourBank.Subtitle.Full.COPY": "Through iDIN, we receive your name and date of birth from your bank. This ensures we know who you are. You are not making a payment. Learn more about iDIN.", "SelectYourBank.Subtitle.HighlightedPart.COPY": "You are not making a payment", - "SelectYourBank.MoreAboutIdin.COPY": "More about iDIN", + "SelectYourBank.MoreAboutIdin.COPY": "Learn more about iDIN", "SelectYourBank.IdinkLink.COPY": "https://www.idin.nl/en/", - "SelectYourBank.BankNotInList.Full.COPY": "If your bank is not shown in the list, please select another method", + "SelectYourBank.BankNotInList.Full.COPY": "Can’t find your bank? Select another method to prove who you are.", "SelectYourBank.BankNotInList.HighlightedPart.COPY": "another method", - "LinkingSuccess.Title.COPY": "Your personal info 🎉", + "LinkingSuccess.Title.COPY": "Your personal info", "LinkingSuccess.Subtitle.COPY": "The following information has been added to your eduID and can now be shared.", "LinkingSuccess.SubtitlePreferInstitution.COPY": "We also received new information. Do you want to use this for your eduID?", "LinkingSuccess.Button.Continue.COPY": "Continue", @@ -821,5 +821,7 @@ "LinkingSuccess.Button.NoThanks.COPY": "No thanks", "ExternalAccountLinkingError.Title.COPY": "Something went wrong", "ExternalAccountLinkingError.Subtitle.COPY": "We’re sorry, we were unable to retrieve the requested information.", - "ExternalAccountLinkingError.TryAnotherOption.COPY": "Please try another option" + "ExternalAccountLinkingError.TryAnotherOption.COPY": "Please try another method", + "ReferenceNames.Idin.COPY": "iDIN", + "ReferenceNames.Eherkenning.COPY": "eIDAS" } diff --git a/account-gui/src/locale/js/nl/strings.json b/account-gui/src/locale/js/nl/strings.json index 52d8b3e5..63f1968b 100644 --- a/account-gui/src/locale/js/nl/strings.json +++ b/account-gui/src/locale/js/nl/strings.json @@ -2,27 +2,27 @@ "About.Info.COPY": "App-informatie", "Sidebar.Home.COPY": "Home", - "Sidebar.PersonalInfo.COPY": "Persoonlijke info", - "Sidebar.DataActivity.COPY": "Data & activiteit", - "Sidebar.Security.COPY": "Beveiliging", + "Sidebar.PersonalInfo.COPY": "Je gegevens", + "Sidebar.DataActivity.COPY": "Activiteit", + "Sidebar.Security.COPY": "Veiligheid", "Sidebar.Account.COPY": "Account", - "Start.Hi.COPY": "Hi %1$s!", - "Start.Manage.COPY": "Beheer jouw persoonlijke informatie, jouw privacy, en de beveiliging van jouw eduID account.", + "Start.Hi.COPY": "Hoi %1$s!", + "Start.Manage.COPY": "Beheer je persoonlijke gegevens, privacy en de beveiliging van je eduID.", "EnvironmentSwitcher.Button.COPY": "Omgeving", "EnvironmentSwitcher.Title.COPY": "Wisselen van omgeving", "EnvironmentSwitcher.Subtitle.COPY": "Klik op een van de omgevingen om die te gebruiken voor de communicatie", "FeatureFlags.Title.COPY": "Feature flags", - "FeatureFlags.IdentityVerification.COPY": "Identiteits verification", + "FeatureFlags.IdentityVerification.COPY": "Controle van identiteit", "PromptForOAuth.Title.COPY": "Inloggen", - "PromptForOAuth.Description.COPY": "Om informatie op te halen moet je ingelogd zijn.", - "HomeView.MainText.FirstPart.COPY": "Jouw eduID app", + "PromptForOAuth.Description.COPY": "Je moet ingelogd zijn om gegevens op te halen.", + "HomeView.MainText.FirstPart.COPY": "Je eduID app", "HomeView.MainText.SecondPart.COPY": "is klaar voor gebruik", "HomeView.SecurityButton.COPY": "Beveiliging", - "HomeView.PersonalInfoButton.COPY": "Gegevens", + "HomeView.PersonalInfoButton.COPY": "Je gegevens", "HomeView.ActivityButton.COPY": "Activiteit", "HomeView.ScanQRButton.COPY": "Scan QR", "ScanView.Title.COPY": "Scan de QR-code", - "ScanView.MainText.COPY": "Zie je geen QR-code?
\nGa naar eduid.nl/security
\nMaak je persoonlijke QR-code aan
\nScan het hier\n", + "ScanView.MainText.COPY": "Zie je geen QR-code?
\nGa naar eduid.nl/security op je computer
\nMaak een QR-code
\nScan de code hier\n", "ScanView.MainTextBoldPart.COPY": "Zie je geen QR-code?", "ScanView.Flashlight.NotAvailable.COPY": "Zaklamp is niet beschikbaar", "ScanView.Flashlight.TurnOn.COPY": "Zet zaklamp aan", @@ -33,177 +33,177 @@ "Landing.LogoutTitle.COPY": "Je bent uitgelogd", "RegistrationCheck.MainText.COPY": "Controleren op\nbestaande inschrijving\n", "RegistrationCheck.HighLight.COPY": "bestaande inschrijving", - "RegistrationCheck.LogoutStatus.COPY": "Om het uitlogproces te voltooien, moet je de browser nu afsluiten.", + "RegistrationCheck.LogoutStatus.COPY": "Sluit de browser om uit te loggen.", "RegistrationCheck.LoginAgain.COPY": "Opnieuw inloggen", - "RegistrationCheck.DeleteTitle.COPY": "Jouw eduID is verwijderd", - "RegistrationCheck.DeleteStatus.COPY": "Om het verwijderen van je eduID te voltooien, moet je deze browser nu afsluiten.", + "RegistrationCheck.DeleteTitle.COPY": "Je eduID is verwijderd", + "RegistrationCheck.DeleteStatus.COPY": "Sluit je browser om je eduID te verwijderen.", "RegistrationCheck.RegisterAgain.COPY": "Opnieuw registreren", "NotFound.Title.COPY": "Oeps…", "NotFound.Title2.COPY": "Er is iets fout gegaan (404).", - "YourVerifiedInformation.Title.COPY": "Jouw geverifieerde gegevens", - "YourVerifiedInformation.Subtitle.COPY": "Dit is een overzicht van je geverifieerde gegevens die wij van de vertrouwde instellingen hebben gekregen.", - "YourVerifiedInformation.ExplainIcon.COPY": "Dit pictogram geeft aan dat de informatie standaard wordt gebruikt voor ‘jouw persoonlijke informatie’", + "YourVerifiedInformation.Title.COPY": "Je bevestigde gegevens", + "YourVerifiedInformation.Subtitle.COPY": "Dit is een overzicht van je gegevens die bevestigd zijn door onderwijs- of onderzoekinstellingen.", + "YourVerifiedInformation.ExplainIcon.COPY": "Dit icoon geeft aan dat je eduID deze gegevens gebruikt.’", "YourVerifiedInformation.FromInstitution.COPY": "Van %1$s", "YourVerifiedInformation.AtInstitution.COPY": "Bij %1$s", "YourVerifiedInformation.ReceivedOn.COPY": "Gekregen op ", "YourVerifiedInformation.ValidUntil.COPY": "Geldig tot ", - "YourVerifiedInformation.RemoveThisInformation.COPY": "Verwijder deze informatie", + "YourVerifiedInformation.RemoveThisInformation.COPY": "Verwijder deze gegevens", "YourVerifiedInformation.FromYourEduID.COPY": " van jouw eduID", - "YourVerifiedInformation.ConfirmRemoval.Title.COPY": "Verwijder deze informatie?", - "YourVerifiedInformation.ConfirmRemoval.Description.COPY": "Voor sommige applicaties waarop je wilt inloggen met eduID zijn gevalideerde gegevens nodig. Als je deze gegevens verwijdert, kan je je niet meer aanmelden bij deze toepassingen.\nMogelijk wordt je gevraagd om je gegevens opnieuw te valideren als je er inlogt.", - "YourVerifiedInformation.ConfirmRemoval.Button.Cancel.COPY": "Annuleren", - "YourVerifiedInformation.ConfirmRemoval.Button.YesDelete.COPY": "Ja, verwijderen", + "YourVerifiedInformation.ConfirmRemoval.Title.COPY": "Gegevens verwijderen?", + "YourVerifiedInformation.ConfirmRemoval.Description.COPY": "Let op: deze gegevens zijn nodig om met je eduID in te loggen bij bepaalde websites. Je kunt de gegevens later opnieuw toevoegen.", + "YourVerifiedInformation.ConfirmRemoval.Button.Cancel.COPY": "Nee, terug", + "YourVerifiedInformation.ConfirmRemoval.Button.YesDelete.COPY": "Ja, verwijder", "Profile.YouAreLoggedIn.COPY": "Je bent ingelogd", - "Profile.ManageYourAccount.COPY": "Beheer jouw gegevens", - "Profile.AccountLinkError.Title.COPY": "De URL kon niet worden opgehaald voor het koppelen van uw huidige account.", + "Profile.ManageYourAccount.COPY": "Beheer je eduID", + "Profile.AccountLinkError.Title.COPY": "De URL kon niet worden opgehaald voor het koppelen van je huidige account.", "Profile.AddAnOrganisation.COPY": "Voeg een organisatie toe", "Profile.OrganisationsHeader.COPY": "Organisaties", "Profile.Me.COPY": "mij", - "Profile.ShareableInformation.COPY": "Deelbare informatie", + "Profile.ShareableInformation.COPY": "Deelbare gegevens", "Profile.RemoveServicePrompt.Title.COPY": "Weet je het zeker?", - "Profile.RemoveServicePrompt.Description.COPY": "Deze dienst zal permanent verwijderd worden.", + "Profile.RemoveServicePrompt.Description.COPY": "Deze dienst wordt definitief verwijderd.", "Profile.RemoveServicePrompt.Delete.COPY": "Verwijder", - "Profile.RemoveServicePrompt.Cancel.COPY": "Annuleer", + "Profile.RemoveServicePrompt.Cancel.COPY": "Ga terug", "Profile.ProvidedBy.COPY": "aangeboden door", "Profile.ProvidedByYou.COPY": "Zelf ingesteld", - "Profile.Title.COPY": "Jouw persoonlijke informatie", - "Profile.Info.COPY": "Wanneer je eduID gebruikt om in te loggen op andere websites, kan jouw persoonlijke informatie worden gedeeld.", - "Profile.YourIdentity.COPY": "Jouw identiteit", - "Profile.Verified.COPY": "geverifieerd", - "Profile.NotVerified.COPY": "niet geverifieerd", - "Profile.VerifiedGivenName.COPY": "Geverifieerde voornaam", - "Profile.VerifiedFamilyName.COPY": "Geverifieerde achternaam", - "Profile.VerifiedDateOfBirth.COPY": "Geverifieerde geboortedatum", + "Profile.Title.COPY": "Je persoonlijke gegevens", + "Profile.Info.COPY": "Je persoonlijke gegevens kunnen gedeeld worden als je eduID gebruikt om in te loggen bij andere websites.", + "Profile.YourIdentity.COPY": "Je identiteit", + "Profile.Verified.COPY": "bevestigd", + "Profile.NotVerified.COPY": "niet bevestigd", + "Profile.VerifiedGivenName.COPY": "Bevestigde voornaam", + "Profile.VerifiedFamilyName.COPY": "Bevestigde achternaam", + "Profile.VerifiedDateOfBirth.COPY": "Bevestigde geboortedatum", "Profile.LinkedAccountCreatedAt.COPY": "• op ", "Profile.LinkedAccountValidUntil.COPY": "• geldig tot ", - "Profile.ManageYourVerifiedInformation.COPY": "Beheer jouw geverifieerde gegevens", - "Profile.VerifyNow.Title.COPY": "Sommige diensten eisen dat jouw identiteit geverifieerd is door een vertrouwde instelling.", - "Profile.VerifyNow.Button.COPY": "Start verificatie", + "Profile.ManageYourVerifiedInformation.COPY": "Beheer je bevestigde gegevens", + "Profile.VerifyNow.Title.COPY": "Voor sommige websites is het nodig dat je bewijst wie je bent. Dit doe je via een officiële partij, zoals je onderwijsinstelling of bank.", + "Profile.VerifyNow.Button.COPY": "Bevestig je identiteit", "Profile.FirstName.COPY": "Voornaam", "Profile.LastName.COPY": "Achternaam", "Profile.ContactDetails.COPY": "Contactgegevens", - "Profile.Basic.COPY": "Basis informatie", - "Profile.Email.COPY": "E-mail", + "Profile.Basic.COPY": "Basisinformatie", + "Profile.Email.COPY": "E-mailadres", "Profile.VerifyEmail.COPY": "Bevestig e-mailadres", "Profile.Name.COPY": "Naam", - "Profile.Validated.COPY": "Gevalideerde informatie", + "Profile.Validated.COPY": "Bevestigde gegevens", "Profile.FirstAndLastName.COPY": "Voor- en achternaam", - "Profile.FirstAndLastNameInfo.COPY": "Jouw voor- en achternaam zijn nog niet geverifieerd door een derde partij.", - "Profile.Verify.COPY": "Verifïeer", + "Profile.FirstAndLastNameInfo.COPY": "Je voor- en achternaam zijn nog niet bevestigd door een officiële partij.", + "Profile.Verify.COPY": "Bevestig", "Profile.Student.COPY": "Bewijs van studeren", - "Profile.StudentInfo.COPY": "Je hebt nog niet bewezen dat je in Nederland een studie volgt.", + "Profile.StudentInfo.COPY": "Je hebt nog niet bewezen dat je in Nederland studeert.", "Profile.Prove.COPY": "Bewijs", - "Profile.Trusted.COPY": "Koppeling met vertrouwde partij", - "Profile.TrustedInfo.COPY": "Je eduID account is nog niet gekoppeld aan een vertrouwde partij.", + "Profile.Trusted.COPY": "Koppeling met officiële partij", + "Profile.TrustedInfo.COPY": "Je eduID is nog niet gekoppeld aan een officiële partij.", "Profile.Link.COPY": "Koppel", - "Profile.Institution.COPY": "Instelling", + "Profile.Institution.COPY": "Onderwijs- of onderzoeksinstelling", "Profile.InstitutionAt.COPY": "Door ", "Profile.Employee.COPY": "Medewerker", - "Profile.Affiliations.COPY": "Betrekking(en)", + "Profile.Affiliations.COPY": "Rol(len)", "Profile.Expires.COPY": "Koppeling verloopt", "Profile.ExpiresValue.COPY": "%1$s", - "Profile.VerifiedBy.COPY": "Geverifieerd door %1$s ", + "Profile.VerifiedBy.COPY": "Bevestigd door %1$s ", "Profile.VerifiedOn.COPY": "op %1$s", "Profile.Proceed.COPY": "Doorgaan", - "Profile.VerifyFirstAndLastName.AddInstitution.COPY": "Verifieer naam", + "Profile.VerifyFirstAndLastName.AddInstitution.COPY": "Bevestig naam", "Profile.VerifyFirstAndLastName.AddInstitutionConfirmation.COPY": "Als je doorgaat word je gevraagd in te loggen via de onderwijsinstelling die je wilt koppelen. Selecteer eerst de instelling die je wilt koppelen en log daarna in.

Nadat je succesvol bent ingelogd kom je hier weer terug.", "Profile.VerifyStudent.AddInstitution.COPY": "Bewijs student", "Profile.VerifyStudent.AddInstitutionConfirmation.COPY": "Als je doorgaat word je gevraagd in te loggen via de onderwijsinstelling die je wilt koppelen. Selecteer eerst de instelling die je wilt koppelen en log daarna in.

Nadat je succesvol bent ingelogd kom je hier weer terug.", "Profile.VerifyParty.AddInstitution.COPY": "Koppel instelling", "Profile.VerifyParty.AddInstitutionConfirmation.COPY": "Als je doorgaat word je gevraagd in te loggen via de onderwijsinstelling die je wilt koppelen. Selecteer eerst de instelling die je wilt koppelen en log daarna in.

Nadat je succesvol bent ingelogd kom je hier weer terug.", "EppnAlreadyLinked.Title.COPY": "Koppeling niet gemaakt!", - "EppnAlreadyLinked.Info.COPY": "Je eduID kon niet worden gekoppeld. Het vertrouwde account waarmee je zojuist bent ingelogd, is al aan een ander eduID-account gekoppeld: %1$s.", + "EppnAlreadyLinked.Info.COPY": "Je eduID kon niet worden gekoppeld. Het account waarmee je zojuist bent ingelogd, is al aan een ander eduID gekoppeld: %1$s.", "EppnAlreadyLinked.RetryButton.COPY": "Opnieuw proberen", "Edit.Title.COPY": "Aanpassen profielgegevens", - "Edit.Info.COPY": "Voer je volledige naam in.", + "Edit.Info.COPY": "Vul je volledige naam in.", "Edit.GivenName.COPY": "Je voornaam", "Edit.FamilyName.COPY": "Je achternaam", "Edit.Update.COPY": "Opslaan", "Edit.Cancel.COPY": "Annuleren", "Edit.Updated.COPY": "Je profiel is bijgewerkt.", "Edit.Back.COPY": "/profile", - "Email.OpenLinkToConfirm.COPY": "Om je wijziging te bevestigen, klik op de link in de email die verstuurd is aan %1$s.", - "Email.UpdateError.COPY": "Kan de wijziging naar uw nieuwe e-mailadres niet bevestigen: %1$s.", + "Email.OpenLinkToConfirm.COPY": "Druk op de link in de email om je wijziging te bevestigen. De e-mail is verstuurd aan %1$s", + "Email.UpdateError.COPY": "We konden de wijziging naar je nieuwe e-mailadres niet bevestigen: %1$s.", "Email.Title.Edit.COPY": "Bewerk", "Email.Title.EmailAddress.COPY": "E-mailadres", - "Email.Info.COPY": "Voer je nieuwe e-mailadres in. Er wordt een verificatiemail naar dit adres gestuurd.", + "Email.Info.COPY": "Vul je nieuwe e-mailadres in. Je krijgt daarna een e-mail om dit e-mailadres bevestigen.", "Email.NewEmail.COPY": "Je nieuwe e-mailadres", "Email.Placeholder.COPY": "bijv tim@bernerslee.com", "Email.Update.COPY": "Verstuur", "Email.Cancel.COPY": "Annuleer", "Email.Save.COPY": "Opslaan", - "Email.Updated.COPY": "Een verificatiemail is verzonden naar %1$s", + "Email.Updated.COPY": "Een e-email is verzonden naar %1$s", "Email.Confirmed.COPY": "Je e-mail is gewijzigd naar %1$s", "Email.Back.COPY": "/personal", - "Email.EmailEquality.COPY": "Je nieuwe e-mailadres is gelijk aan je huidige e-mailadres", + "Email.EmailEquality.COPY": "Je nieuwe e-mailadres is hetzelfde als je huidige e-mailadres", "Email.DuplicateEmail.COPY": "Dit e-mailadres is al in gebruik.", - "Email.OutstandingPasswordForgotten.COPY": "Uitstaand reset verzoek voor wachtwoord", - "Email.OutstandingPasswordForgottenConfirmation.COPY": "Je hebt een openstaand wachtwoord vergeten link. Deze link is niet langer geldig als je deze e-mailwijziging bevestigt.", - "NameUpdated.Title.YourSchool.COPY": "Je school/instelling", + "Email.OutstandingPasswordForgotten.COPY": "Uitstaand reset-verzoek voor wachtwoord", + "Email.OutstandingPasswordForgottenConfirmation.COPY": "Er is eerder een link naar je gestuurd om je wachtwoord te resetten. Deze link is niet langer geldig als je deze e-mailwijziging bevestigt.", + "NameUpdated.Title.YourSchool.COPY": "Je school of onderwijsinstelling", "NameUpdated.Title.ContactedSuccessfully.COPY": "is nu gekoppeld", "NameUpdated.Title.ContactedError.COPY": "is niet gekoppeld", "NameUpdated.Title.FailReason.AlreadyLinked.COPY": "Reden: Het account is al gekoppeld: %1$s", "NameUpdated.Title.FailReason.SessionExpired.COPY": "Reden: Je sessie is verlopen.", - "NameUpdated.Description.COPY": "De volgende gegevens zijn toegevoegd aan je eduID en kan gedeeld worden.", + "NameUpdated.Description.COPY": "De volgende gegevens zijn toegevoegd aan je eduID.", "NameUpdated.FullName.COPY": "Volledige naam", "NameUpdated.Continue.COPY": "Doorgaan", "EditName.Title.Edit.COPY": "Bewerk", - "EditName.Title.YourName.COPY": "Jouw naam", + "EditName.Title.YourName.COPY": "Je naam", "EditName.FirstName.COPY": "Voornaam", "EditName.LastName.COPY": "Achternaam", "EditName.Button.Save.COPY": "Opslaan", "EditName.Button.Cancel.COPY": "Annuleer", - "DeleteAccount.Title.COPY": "Verwijder je eduID account", - "DeleteAccount.Disclaimer.COPY": "Ga voorzichtig te werk, want je verliest de unieke eduID ID's die momenteel aan je e-mailadres zijn gekoppeld.", - "DeleteAccount.LongDescription.COPY": "Je kunt je eduID account verwijderen wanneer je maar wilt.\nLet 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 een nieuw eduID nummer. Sommige diensten gebruiken deze nummers om je uniek te identificeren, dus voor die diensten word je dan gezien als een nieuwe gebruiker. Houd er rekening mee dat het verwijderen van je eduID niet betekent dat alle diensten die je met je eduID hebt gebruikt, ook je gegevens zullen verwijderen.", + "DeleteAccount.Title.COPY": "Verwijder je eduID", + "DeleteAccount.Disclaimer.COPY": "Let op: als je je eduID verwijdert, verlies je ook je unieke eduID-nummer dat gekoppeld is aan je e-mailadres.", + "DeleteAccount.LongDescription.COPY": "Wanneer je een nieuwe eduID maakt met hetzelfde e-mailadres, krijg je een nieuw eduID-nummer. Door dit nieuwe nummer zien sommige websites jou ook als nieuwe gebruiker. Goed om te weten: als je je eduID verwijdert, betekent dat niet dat alle websites die gekoppeld zijn aan je eduID ook je gegevens verwijderen.", "DeleteAccount.DeleteAccountButton.COPY": "Verwijder je account", - "OneTimePassword.GenerateError.Title.COPY": "Kan OTP niet genereren", - "OneTimePassword.GenerateError.Description.COPY": "Er is iets misgegaan bij het genereren van je eenmalige wachtwoord.", - "OneTimePassword.Title.COPY": "Je lijkt offline te zijn", - "OneTimePassword.Description.COPY": "Geen paniek! Klik op de QR code op de website. Je zult gevraagd worden om de volgende eenmalige gegevens in te geven:", + "OneTimePassword.GenerateError.Title.COPY": "Eenmalig wachtwoord aanmaken is mislukt", + "OneTimePassword.GenerateError.Description.COPY": "Er is iets misgegaan bij het aanmaken van je eenmalige wachtwoord.", + "OneTimePassword.Title.COPY": "Je telefoon lijkt offline te zijn", + "OneTimePassword.Description.COPY": "Gelukkig kun je ook op een andere manier inloggen: 1. Druk op ‘Code invoeren’ onder de QR-code op je computer. 2. Voer daarna deze code in:", "OneTimePassword.YourId.COPY": "Je gebruikers ID is:", - "OneTimePassword.OneTimePassword.COPY": "Eénmalig wachtwoord:", - "OneTimePassword.PinNotVerified.Title.COPY": "Opmerking: Je PIN is nog niet geverifieerd", - "OneTimePassword.PinNotVerified.Description.COPY": "Als je niet kunt inloggen met bovenstaande gegevens, scan dan opnieuw en geef de correcte PIN code in.", + "OneTimePassword.OneTimePassword.COPY": "Eénmalige code:", + "OneTimePassword.PinNotVerified.Title.COPY": "Opmerking: Je PIN is nog niet geverifieerd.", + "OneTimePassword.PinNotVerified.Description.COPY": "Als je niet kunt inloggen met bovenstaande gegevens, scan dan opnieuw en voer de correcte pincode in.", "OneTimePassword.CloseButton.COPY": "Sluiten", - "ConfirmDelete.Title.COPY": "Je account voor alle eeuwigheid verwijderen?", - "ConfirmDelete.Disclaimer.COPY": "Er is geen manier om deze actie ongedaan te maken.", - "ConfirmDelete.TypeNameToConfirm.COPY": "Als je wilt doorgaan, typ dan je volledige naam zoals bekend in je eduID account ter bevestiging.", + "ConfirmDelete.Title.COPY": "Weet je zeker dat je je eduID wilt verwijderen?", + "ConfirmDelete.Disclaimer.COPY": "Je kunt deze actie niet ongedaan maken.", + "ConfirmDelete.TypeNameToConfirm.COPY": "Typ je voornamen en achternaam zoals die in 'Je persoonlijke gegevens' staan om verder te gaan.", "ConfirmDelete.YourFullNameLabel.COPY": "Je volledige naam", - "ConfirmDelete.Placeholder.COPY": "Jouw naam zoals opgeslagen in jouw eduID profiel", + "ConfirmDelete.Placeholder.COPY": "Je naam zoals opgeslagen in je eduID", "ConfirmDelete.Button.Cancel.COPY": "Annuleer", "ConfirmDelete.Button.Confirm.COPY": "Bevestigen", "ConfirmDelete.NameDoesNotMatchError.Title.COPY": "Verkeerde naam", - "ConfirmDelete.NameDoesNotMatchError.Description.COPY": "De naam die je getypt had komt niet overeen met de naam in je profiel. Wij verwachten: \"%1$s\"", - "ConfirmDelete.DeleteError.Title.COPY": "Account kan niet verwijderd worden", - "MyAccount.Title.COPY": "Je eduID account", - "MyAccount.AccountCreatedOn.COPY": "Jouw account is gemaakt op", + "ConfirmDelete.NameDoesNotMatchError.Description.COPY": "De naam die je getypt had komt niet overeen met de naam in je profiel: \"%1$s\"", + "ConfirmDelete.DeleteError.Title.COPY": "Je eduID kon niet verwijderd worden", + "MyAccount.Title.COPY": "Gegevens in je eduID", + "MyAccount.AccountCreatedOn.COPY": "Je eduID is gemaakt op", "MyAccount.AccountCreatedAt.COPY": "om", - "MyAccount.PersonalDataDisclaimer.COPY": "Alle informatie in jouw eduID account is van jou en kan worden gedownload of verwijderd. De download van je persoonlijke gegevens van je eduID-account bevat alle informatie die we over je hebben. Het bevat ook technische sleutels en referenties.", - "MyAccount.DownloadDataButton.COPY": "Download mijn data", - "MyAccount.DeleteAccountButton.COPY": "Verwijder je account", - "MyAccount.DownloadSuccess.COPY": "De informatie is opgeslagen in de downloads folder.", + "MyAccount.PersonalDataDisclaimer.COPY": "Alle gegevens in je eduID zijn van jou. Je kunt deze gegevens downloaden of verwijderen. Ze bevatten ook technische sleutels en referenties.", + "MyAccount.DownloadDataButton.COPY": "Download gegevens", + "MyAccount.DeleteAccountButton.COPY": "Verwijder je eduID", + "MyAccount.DownloadSuccess.COPY": "De informatie is opgeslagen in de downloads-map.", "MyAccount.DownloadError.COPY": "Downloaden mislukt", "Security.Title.COPY": "Beveiliging", - "Security.SubTitle.COPY": "Hoe je inlogt met eduID", - "Security.OtherMethods.COPY": "Andere methoden", + "Security.SubTitle.COPY": "Hoe je kunt inloggen bij eduID", + "Security.OtherMethods.COPY": "Andere manieren", "Security.AddPassword.COPY": "Wachtwoord toevoegen", "Security.PasswordPlaceholder.COPY": "• • • • • • • • • •", "Security.ChangePassword.COPY": "Wachtwoord", "Security.TwoFAKey.COPY": "Inloggen met app", - "Security.ProvidedBy.COPY": "Geleverd door", + "Security.ProvidedBy.COPY": "Gedeeld door", "Security.NotAddedYet.COPY": "Nog niet toegevoegd aan je eduID", "Security.NotSupported.COPY": "Niet ondersteund", - "Security.UseMagicLink.COPY": "Magische link e-mail", - "Security.AddSecurityKeyInfo.COPY": "Je kunt een passkey toevoegen aan je eduID account waarmee je kunt inloggen. Dit kan bijv. de ingebouwde sensor van je apparaat zijn (TouchID, FaceID) of een los hardwaretoken (YubiKey).", - "Security.RememberMeInfo.COPY": " Dit apparaat wordt momenteel onthouden. Je wordt automatisch ingelogd op eduD ", - "Security.NoRememberMeInfo.COPY": "Als je inlogt met eduID kun je ervoor kiezen om ingelogd te blijven. Dan wordt jouw login op het apparaat dat je op dat moment gebruikt onthouden.", + "Security.UseMagicLink.COPY": "Link via e-mail", + "Security.AddSecurityKeyInfo.COPY": "Je kunt een passkey toevoegen aan je eduID om in te loggen.\n Dit kan bijv. de ingebouwde sensor van je apparaat\nzijn (TouchID, FaceID) of een los hardwaretoken (YubiKey).", + "Security.RememberMeInfo.COPY": "Dit apparaat wordt momenteel onthouden. Je wordt automatisch ingelogd op eduD", + "Security.NoRememberMeInfo.COPY": "Als je inlogt met eduID kun je ervoor kiezen om ingelogd te blijven. Je login wordt onthouden op het apparaat dat je op dat moment gebruikt.", "Security.ForgetMe.COPY": "Vergeet dit apparaat", "Security.Tiqr.Title.COPY": "Wil je de volgende keer sneller en veiliger inloggen?", - "Security.Tiqr.Info.COPY": "Download de eduID app en log veilig in zonder wachtwoord of toegang tot je e-mail.", - "Security.Tiqr.Fetch.COPY": "Nu installeren", + "Security.Tiqr.Info.COPY": "Met de eduID app log je extra veilig in, zonder wachtwoord.", + "Security.Tiqr.Fetch.COPY": "Download app", "Security.Tiqr.Deactivate.COPY": "Deactiveren", - "Security.Tiqr.BackupCodes.COPY": "Herstelmethode", + "Security.Tiqr.BackupCodes.COPY": "Hersteloptie", "Security.Tiqr.App.COPY": "eduID app", "Security.Tiqr.PhoneId.COPY": "Telefoon ID", "Security.Tiqr.APNS.COPY": "iPhone", @@ -211,21 +211,21 @@ "Security.Tiqr.FCM.COPY": "Android", "Security.Tiqr.GCM.COPY": "Android", "Security.Tiqr.FCM_DIRECT.COPY": "Android", - "Security.Tiqr.AppCode.COPY": "App code", - "Security.Tiqr.LastLogin.COPY": "Laatste login", + "Security.Tiqr.AppCode.COPY": "App-code", + "Security.Tiqr.LastLogin.COPY": "Laatst ingelogd op", "Security.Tiqr.Activated.COPY": "Geactiveerd op", "Security.Tiqr.DateTimeOn.COPY": "om", - "Security.Tiqr.BackupMethod.COPY": "Herstelmethode", - "Security.Tiqr.Sms.COPY": "SMS", + "Security.Tiqr.BackupMethod.COPY": "Hersteloptie", + "Security.Tiqr.Sms.COPY": "sms", "Security.Tiqr.Code.COPY": "Herstelcode", "Security.Tiqr.EnrollmentCompleted.Title.COPY": "Al toegevoegd!", "Security.Tiqr.EnrollmentCompleted.Description.COPY": "Toevoegen is al voltooid.", - "Security.Tiqr.MissingAccountDetails.Title.COPY": "Missende account gegevens", + "Security.Tiqr.MissingAccountDetails.Title.COPY": "Missende accountgegevens", "Security.Tiqr.MissingAccountDetails.Description.COPY": "Kon de benodigde gegevens niet ophalen.", "Security.Tiqr.EnrollmentIncomplete.Title.COPY": "Toevoegen incompleet", "Security.Tiqr.EnrollmentIncomplete.Description.COPY": "Toevoegen is incompleet, recovery was niet compleet of toegang is uitgeschakeld", "Security.Tiqr.AlreadyEnrolled.Title.COPY": "Al toegevoegd aan een ander toestel", - "Security.Tiqr.AlreadyEnrolled.Description.COPY": "Voor dit account is al een eduID app geregistreerd.\nWil je de bestaande eduID app registratie verwijderen en hier toevoegen?\n", + "Security.Tiqr.AlreadyEnrolled.Description.COPY": "Er is al een eduID app aan deze eduID gekoppeld.\nWil je de bestaande app-koppeling verwijderen en deze app koppelen?\n", "PasswordResetLink.Title.AddPassword.COPY": "Voeg een wachtwoord toe", "PasswordResetLink.Title.ChangePassword.COPY": "Wachtwoord wijzigen of verwijderen", "PasswordResetLink.Description.AddPassword.COPY": "We sturen je een e-mail om een wachtwoord in te stellen.", @@ -234,35 +234,35 @@ "PasswordResetLink.Button.SendEmail.COPY": "Stuur email", "ChangePassword.Title.AddPassword.COPY": "Voeg een wachtwoord toe", "ChangePassword.Title.ChangePassword.COPY": "Wachtwoord wijzigen", - "ChangePassword.Description.NewPassword.COPY": "Kies een wachtwoord van tenminste 8 karakters lang met minimaal een hoofdletter en een cijfer. Een langer wachtwoord van minimaal 15 karakters mag ook.", + "ChangePassword.Description.NewPassword.COPY": "Kies een wachtwoord van minstens 8 karakters met minimaal een hoofdletter en een cijfer. Een langer wachtwoord van minimaal 15 karakters mag ook.", "ChangePassword.Description.BoldPart.COPY": "Kies een wachtwoord", "ChangePassword.MissingHashError.COPY": "Benodigde gegevens voor het veranderen van je wachtwoord zijn niet beschikbaar.", - "ChangePassword.Label.NewPassword.COPY": "Jouw wachtwoord", + "ChangePassword.Label.NewPassword.COPY": "Je wachtwoord", "ChangePassword.Label.RepeatPassword.COPY": "Herhaal wachtwoord", - "ChangePassword.Label.MismatchError.COPY": "De twee wachtwoorden komen niet overeen!", + "ChangePassword.Label.MismatchError.COPY": "De twee wachtwoorden zijn niet hetzelfde.", "ChangePassword.Label.Placeholder.COPY": "••••••••••", "ChangePassword.DeleteHeader.Title.COPY": "Wil je je wachtwoord helemaal verwijderen?", - "ChangePassword.DeleteHeader.Description.COPY": "Als je liever op een andere manier inlogt, kun je het huidige wachtwoord verwijderen.", + "ChangePassword.DeleteHeader.Description.COPY": "Als je liever op een andere manier inlogt, kun je je wachtwoord verwijderen.", "ChangePassword.Button.Reset.COPY": "Reset wachtwoord", "ChangePassword.Button.Add.COPY": "Wachtwoord toevoegen", "ChangePassword.Button.Delete.COPY": "Verwijder mijn wachtwoord", "TwoFactorKeys.Title.COPY": "2FA key(s)", "TwoFactorKeys.Description.COPY": "Sleutels om veilig in te loggen zonder wachtwoord of link.", - "TwoFactorKeys.YourKeys.COPY": "Jouw sleutel(s)", - "TwoFactorKeys.NoKeys.COPY": "Geen sleutels.", + "TwoFactorKeys.YourKeys.COPY": "Je sleutel(s)", + "TwoFactorKeys.NoKeys.COPY": "Je hebt geen sleutels.", "TwoFactorKeys.Label.Account.COPY": "Account", "TwoFactorKeys.Label.UniqueKeyId.COPY": "Uniek SleutelID", - "TwoFactorKeys.Label.UseBiometrics.COPY": "Gebruik biometrie", + "TwoFactorKeys.Label.UseBiometrics.COPY": "Biometrisch inloggen aanzetten", "TwoFactorKeys.DeleteKey.COPY": "Sleutel verwijderen", "ConfirmDeleteKey.Title.COPY": "Verwijder sleutel", - "ConfirmDeleteKey.Subtitle.COPY": "Dit kan niet ongedaan worden gemaakt", + "ConfirmDeleteKey.Subtitle.COPY": "Je kunt dit niet ongedaan maken", "ConfirmDeleteKey.Description.COPY": "Weet je zeker dat je deze sleutel wil verwijderen?", - "ConfirmDeleteKey.Button.Confirm.COPY": "Bevestigen", - "ConfirmDeleteKey.Button.Cancel.COPY": "Annuleren", + "ConfirmDeleteKey.Button.Confirm.COPY": "Ja, verwijder", + "ConfirmDeleteKey.Button.Cancel.COPY": "Nee, ga terug", "Home.Home.COPY": "Home", "Home.Welcome.COPY": "Welkom %1$s", - "Home.DataAndActivity.COPY": "Data & activiteit", - "Home.Personal.COPY": "Persoonlijke info", + "Home.DataAndActivity.COPY": "Activiteit", + "Home.Personal.COPY": "Je gegevens", "Home.Security.COPY": "Beveiliging", "Home.Account.COPY": "Account", "Home.Institutions.COPY": "Koppelingen", @@ -272,33 +272,33 @@ "Home.Links.Teams.COPY": "Teams", "Home.Links.TeamsHref.COPY": "https://teams.%1$s", "Account.Title.COPY": "Je eduID account", - "Account.TitleDelete.COPY": "Verwijder je eduID account", + "Account.TitleDelete.COPY": "Verwijder je eduID", "Account.Info.COPY": "Op deze pagina kun je je account beheren.", "Account.Created.COPY": "Aangemaakt op", - "Account.Delete.COPY": "Verwijder mijn account", + "Account.Delete.COPY": "Verwijder je account", "Account.Cancel.COPY": "Annuleer", - "Account.DeleteInfo.COPY": "Ga voorzichtig te werk, want je verliest de unieke eduID ID's die momenteel aan je e-mailadres zijn gekoppeld.", - "Account.Data.COPY": "Download je data", - "Account.PersonalInfo.COPY": "Klik op de onderstaande knop om al je persoonlijke gegevens uit je eduID account te downloaden.", + "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", + "Account.PersonalInfo.COPY": "Druk op de knop om al je persoonlijke gegevens in je eduID te downloaden.", "Account.DownloadData.COPY": "Download", - "Account.DownloadDataConfirmation.COPY": "De download van je persoonlijke gegevens van je eduID-account bevat alle informatie die we over je hebben. Het bevat ook technische sleutels en referenties.", - "Account.DeleteTitle.COPY": "Je eduID account verwijderen", - "Account.Info1.COPY": "Je kunt je eduID account verwijderen wanneer je maar wilt.", - "Account.Info2.COPY": "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 een nieuwe eduID nummers. Sommige diensten gebruiken deze nummers om je uniek te identificeren, dus voor die diensten word je dan gezien als een nieuwe gebruiker.", - "Account.Info3.COPY": "Houd er rekening mee dat het verwijderen van je eduID niet betekent dat alle diensten die je met je eduID hebt gebruikt, ook je gegevens zullen verwijderen.", - "Account.Info4.COPY": "Om het verwijderen van je eduID volledig te voltooien, moet je nadat je account is verwijderd je browser afsluiten.", - "Account.DeleteAccount.COPY": "Verwijder mijn eduID", + "Account.DownloadDataConfirmation.COPY": "De download van je persoonlijke gegevens van je eduID-account bevat alle informatie die we over je hebben. Het bevat ook technische sleutels en referenties.", + "Account.DeleteTitle.COPY": "Je eduID verwijderen", + "Account.Info1.COPY": "Je kunt je eduID verwijderen wanneer je maar wilt.", + "Account.Info2.COPY": "Let op: als je je eduID verwijdert, verlies je ook je unieke eduID-nummer dat gekoppeld is aan je e-mailadres. Wanneer je een nieuwe eduID maakt met hetzelfde e-mailadres, krijg je een nieuw eduID-nummer. Door dit nieuwe nummer zien sommige websites jou ook als nieuwe gebruiker.", + "Account.Info3.COPY": "Goed om te weten: als je je eduID verwijdert, betekent dat niet dat alle websites die gekoppeld zijn aan je eduID ook je gegevens verwijderen.", + "Account.Info4.COPY": "Sluit de browser om je eduID te verwijderen.", + "Account.DeleteAccount.COPY": "Verwijder je eduID", "Account.DeleteAccountConfirmation.COPY": "Weet je zeker dat je je eduID wilt verwijderen?", - "Account.DeleteAccountSure.COPY": "Je account voor alle eeuwigheid verwijderen?", - "Account.DeleteAccountWarning.COPY": "Er is geen manier om deze actie ongedaan te maken.", - "Account.Proceed.COPY": "Als je wilt doorgaan, typ dan je volledige naam zoals bekend in je eduID account ter bevestiging.", - "Account.Name.COPY": "Volledige naam", + "Account.DeleteAccountSure.COPY": "Je eduID voor altijd verwijderen?", + "Account.DeleteAccountWarning.COPY": "Je kunt deze actie daarna niet meer ongedaan maken.", + "Account.Proceed.COPY": "Typ je voornamen en achternaam zoals die in Je persoonlijke gegevens staan om verder te gaan", + "Account.Name.COPY": "Je volledige naam", "Account.NamePlaceholder.COPY": "Je volledige naam zoals gebruikt in je profiel", - "DataActivity.Title.COPY": "Data & Activiteit", - "DataActivity.Info.COPY": "Wanneer je eduID gebruikt om aan te melden bij andere diensten, de volgende gegevens kunnen worden gedeeld.", + "DataActivity.Title.COPY": "Activiteit", + "DataActivity.Info.COPY": "Wanneer je eduID gebruikt om aan te melden bij andere websites, kunnen de volgende gegevens worden gedeeld.", "DataActivity.ExplainIcon.COPY": "Dit pictogram geeft aan dat de dienst toegang heeft tot je gegevens.", "DataActivity.AppsHeader.COPY": "Diensten waarop je bent ingelogd via eduID", - "DataActivity.NoServices.COPY": "Je bent nog niet ingelogd geweest op een dienst via eduID.", + "DataActivity.NoServices.COPY": "Je bent nog niet ingelogd geweest bij een dienst via eduID.", "DataActivity.Name.COPY": "Naam", "DataActivity.Add.COPY": "Nieuwe instelling koppelen", "DataActivity.Access.COPY": "Heeft toegang tot je gegevens", @@ -307,71 +307,71 @@ "DataActivity.Details.Delete.COPY": "Verwijder deze logingegevens", "DataActivity.Details.FirstLogin.COPY": "Eerste login: ", "DataActivity.Details.UniqueEduID.COPY": "eduID#: ", - "DataActivity.Details.HomePage.COPY": "Home pagina", - "DataActivity.Details.DeleteDisclaimer.COPY": "* Als je deze logingegevens verwijdert, verwijdert eduID deze informatie uit je eduID account. Je hebt nog een account bij de dienst zelf. Als je dat wilt laten verwijderen, doe dat dan rechtstreeks bij de dienst.", + "DataActivity.Details.HomePage.COPY": "Homepagina", + "DataActivity.Details.DeleteDisclaimer.COPY": "* Als je deze logingegevens verwijdert, verdwijnt deze informatie uit je eduID. Je hebt wel nog een account bij de dienst zelf. Als je dat wilt verwijderen, doe dat dan rechtstreeks bij de dienst.", "DataActivity.Details.Access.COPY": "Toegangsrechten", "DataActivity.Details.Details.COPY": "Accountgegevens", "DataActivity.Details.Consent.COPY": "Toestemming gegeven op: ", "DataActivity.Details.Expires.COPY": "Toegang vervalt op: ", "DataActivity.Details.Revoke.COPY": "Deze toegangsrechten intrekken", "DeleteService.Title.COPY": "Verwijder logingegevens van ", - "DeleteService.Description.COPY": "Het verwijderen van deze logingegevens betekent dat eduID deze informatie verwijderd van jouw eduID account. Je hebt nog steeds een account bij de dienst zelf. Als je die ook wil verwijderen, doe je dat bij de dienst.", + "DeleteService.Description.COPY": "Als je deze logingegevens verwijdert, verdwijnt deze\n informatie uit je eduID. Je hebt nog wel een account bij de\n dienst zelf. Als je dat wilt verwijderen, doe dat dan\n rechtstreeks bij de dienst", "DeleteService.Button.Confirm.COPY": "Ja, verwijder", "DeleteService.Button.Cancel.COPY": "Annuleer", "DeleteService.Error.COPY": "Fout bij verwijderen dienst", "RevokeAccessToken.Title.COPY": "Toegang intrekken", - "RevokeAccessToken.Description.COPY": "Weet je zeker dat de API access voor %1$s wilt intrekken?", + "RevokeAccessToken.Description.COPY": "Weet je zeker dat je de API access voor %1$s wilt intrekken?", "RevokeAccessToken.Button.Confirm.COPY": "Bevestigen", "RevokeAccessToken.Button.Cancel.COPY": "Annuleer", "RevokeAccessToken.Error.COPY": "Fout bij verwijderen van toegang", "Institution.Title.COPY": "Gekoppelde instelling", - "Institution.Info.COPY": "Deze instelling is op %1$s om %2$s: %3$s gekoppeld aan jouw eduID.", - "Institution.Name.COPY": "Naam van de instelling", + "Institution.Info.COPY": "Deze instelling is op %1$s om %2$s: %3$s gekoppeld aan je eduID.", + "Institution.Name.COPY": "Naam van de onderwijs- of onderzoeksinstelling", "Institution.Eppn.COPY": "Identifier bij de instelling", "Institution.DisplayName.COPY": "Weergavenaam", - "Institution.Affiliations.COPY": "Betrekking(en) bij de instelling", - "Institution.Expires.COPY": "Koppeling verloopt op", + "Institution.Affiliations.COPY": "Rol(len) bij de instelling", + "Institution.Expires.COPY": "Deze koppeling verloopt op", "Institution.ExpiresValue.COPY": "%1$s", "Institution.Delete.COPY": "Verwijder koppeling", "Institution.Cancel.COPY": "Annuleren", "Institution.Deleted.COPY": "De koppeling met instelling %1$s is verwijderd", "Institution.Back.COPY": "/instellingen", "Institution.DeleteInstitution.COPY": "Verwijder koppeling", - "Institution.DeleteInstitutionConfirmation.COPY": "Weet je zeker dat je de koppeling met deze instelling wilt verwijderen?

Sommige diensten vereisen dat je een koppeling hebt met een onderwijsinstelling. Je wordt mogelijk gevraagd een instelling te koppelen als je één van die diensten gebruikt.", + "Institution.DeleteInstitutionConfirmation.COPY": "Weet je zeker dat je de koppeling met deze instelling wilt verwijderen?

Voor sommige diensten is het nodig dat je eduID gekoppeld is met een onderwijsinstelling. Daarom word je mogelijk gevraagd een instelling te koppelen als je in de toekomst zo’n dienst gebruikt.", "Credential.Title.COPY": "Bewerk passkey", "Credential.Info.COPY": "Je hebt deze passkey toegevoegd op %1$s om %2$s: %3$s", - "Credential.Name.COPY": "Passkey naam", + "Credential.Name.COPY": "Naam passkey", "Credential.Cancel.COPY": "Annuleren", "Credential.Update.COPY": "Bewaar", "Credential.Deleted.COPY": "Je passkey %1$s is verwijderd", "Credential.Updated.COPY": "Je passkey %1$s is bewaard", "Credential.Back.COPY": "/weauthn", "Credential.DeleteCredential.COPY": "Verwijder passkey", - "Credential.DeleteCredentialConfirmation.COPY": "Weet je zeker dat je de passkey %1$s wilt verwijderen? De passkey wordt verwijderd uit je eduID account, maar wordt niet verwijderd uit je browser en / of van je YubiKey-apparaat.", - "Password.AddTitle.COPY": "Toevoegen wachtwoord", + "Credential.DeleteCredentialConfirmation.COPY": "Weet je zeker dat je de passkey %1$s wilt verwijderen? De passkey wordt verwijderd uit je eduID, maar wordt niet verwijderd uit je browser en / of van je YubiKey-apparaat.", + "Password.AddTitle.COPY": "Voeg wachtwoord toe", "Password.UpdateTitle.COPY": "Wijzig wachtwoord", - "Password.AddInfo.COPY": "Als je een wachtwoord aan je eduID-account wilt toevoegen, klik dan hieronder op Bevestigen om direct een e-mail te ontvangen met een link om een wachtwoord toe te voegen.", - "Password.UpdateInfo.COPY": "Als je het wachtwoord van je eduID-account wilt resetten of verwijderen, druk hieronder op Bevestigen om direct een e-mail te ontvangen met een link om je huidige wachtwoord opnieuw in te stellen of te verwijderen.\n", + "Password.AddInfo.COPY": "Wil je een wachtwoord toevoegen aan je eduID? Druk dan hieronder op Bevestigen om direct een e-mail te ontvangen met een link om een wachtwoord toe te voegen.", + "Password.UpdateInfo.COPY": "Wil je het wachtwoord van je eduID resetten of verwijderen? Druk hieronder op Bevestigen om direct een e-mail te ontvangen met een link. Daarmee kun je je wachtwoord opnieuw instellen of verwijderen.\n", "Password.ResetTitle.COPY": "Stel je wachtwoord opnieuw in", "Password.NewPassword.COPY": "Nieuw wachtwoord", "Password.ConfirmPassword.COPY": "Bevestig nieuw wachtwoord", - "Password.SetUpdate.COPY": "Wachtwoord instellen", - "Password.UpdateUpdate.COPY": "Opslaan", + "Password.SetUpdate.COPY": "Wachtwoord opnieuw instellen", + "Password.UpdateUpdate.COPY": "Wachtwoord opslaan", "Password.Cancel.COPY": "Annuleren", - "Password.Set.COPY": "Je wachtwoord is ingesteld", + "Password.Set.COPY": "Je wachtwoord is opnieuw ingesteld", "Password.Reset.COPY": "Je wachtwoord is opnieuw ingesteld", "Password.Updated.COPY": "Je wachtwoord is aangepast", "Password.Deleted.COPY": "Je wachtwoord is verwijderd", "Password.DeletePassword.COPY": "Verwijder wachtwoord", "Password.DeletePasswordConfirmation.COPY": "Weet je zeker dat je je wachtwoord wilt verwijderen? Het is hierna niet meer mogelijk om in te loggen met dit wachtwoord.", "Password.Back.COPY": "/security", - "Password.PasswordDisclaimer.COPY": "Kies een wachtwoord van tenminste 8 karakters lang met minimaal een hoofdletter en een cijfer. Een langer wachtwoord van minimaal 15 karakters mag ook.", + "Password.PasswordDisclaimer.COPY": "Kies een wachtwoord van tenminste 8 karakters met minimaal een hoofdletter en een cijfer. Een langer wachtwoord van minimaal 15 karakters mag ook.", "Password.InvalidCurrentPassword.COPY": "Je huidige wachtwoord is niet correct.", "Password.PasswordResetHashExpired.COPY": "De link om je wachtwoord opnieuw in te stellen is verlopen. ", - "Password.ForgotPassword.COPY": "Help! Ik ben mijn huidige wachtwoord vergeten", + "Password.ForgotPassword.COPY": "Ik ben mijn wachtwoord vergeten", "Password.PasswordResetSendAgain.COPY": "Stuur een e-mail om mijn wachtwoord opnieuw in te stellen.", "Password.ForgotPasswordConfirmation.COPY": "Wachtwoord vergeten? Druk hieronder op 'Bevestigen' om direct een e-mail te ontvangen waarmee je je huidige wachtwoord opnieuw kunt instellen.", - "Password.OutstandingEmailReset.COPY": "Openstaand wijzigingsverzoek voor e-mail", + "Password.OutstandingEmailReset.COPY": "Openstaand verzoek om e-mailadres aan te passen", "Password.OutstandingEmailResetConfirmation.COPY": "Je hebt een openstaande bevestigingslink voor een nieuwe e-mail. Deze link is niet langer geldig als je dit verzoek voor een vergeten wachtwoord bevestigt.", "Password.Flash.PasswordLink.COPY": "Een e-mail is verstuurd naar %1$s om je wachtwoord opnieuw in te stellen.", "Webauthn.SetTitle.COPY": "Passkey toevoegen", @@ -381,19 +381,19 @@ "Webauthn.NameRequired.COPY": "Voordat je een passkey kan toevoegen, moet je deze eerst een naam geven.", "Webauthn.Revoke.COPY": "Intrekken", "Webauthn.AddDevice.COPY": "Voeg dit apparaat toe", - "Webauthn.Info.COPY": "Een passkey is een los of ingebouwd apparaat dat strikt persoonlijk van jou is, waarmee je kunt bewijzen dat jij de rechtmatige gebruiker van je eduID-account bent. Nadat je een passkey hebt toegevoegd aan je eduID-account kun je deze gebruiken om mee in te loggen, naast een magische link of wachtwoord.", + "Webauthn.Info.COPY": "Een passkey is een los of ingebouwd apparaat dat strikt persoonlijk van jou is, waarmee je kunt bewijzen dat jij de eigenaar van je eduID bent. Nadat je een passkey hebt toegevoegd aan je eduID kun je deze gebruiken om mee in te loggen. Ook kun je nog steeds inloggen met een link via e-mail of wachtwoord.", "Webauthn.Back.COPY": "/security", "Webauthn.SetUpdate.COPY": "Start", "Webauthn.UpdateUpdate.COPY": "Voeg deze passkey toe", "Webauthn.CredentialName.COPY": "Naam van passkey", "Webauthn.CredentialNamePlaceholder.COPY": "bijv. mijn gele Yubikey", "Webauthn.Test.COPY": "Test", - "Webauthn.TestInfo.COPY": "Druk op de testknop om een 1 van je passkeys te testen. Je wordt doorgestuurd naar het eduID loginscherm.", + "Webauthn.TestInfo.COPY": "Druk op de testknop om een 1 van je passkeys te testen. Je wordt doorgestuurd naar het eduID-loginscherm.", "Webauthn.TestFlash.COPY": "Je hebt met succes de beveligingssleutel getest voor inloggen.", "RememberMe.Yes.COPY": "Ja", "RememberMe.No.COPY": "Nee", "RememberMe.Header.COPY": "Ingelogd blijven?", - "RememberMe.Info.COPY": "Blijf ingelogd op dit apparaat zodat je de volgende keer niet hoeft in te loggen.", + "RememberMe.Info.COPY": "Blijf ingelogd op dit apparaat.", "Footer.Privacy.COPY": "Privacy", "Footer.Terms.COPY": "Voorwaarden", "Footer.Help.COPY": "Help", @@ -402,122 +402,122 @@ "Modal.Confirm.COPY": "Bevestig", "Format.CreationDate.COPY": "%1$s om %2$s:%3$s", "GetApp.Header.COPY": "Download de eduID app", - "GetApp.Info.COPY": "Download en installeer de eduID app (uitgegeven door SURF) op je mobiele apparaat.", + "GetApp.Info.COPY": "Download de eduID app (van SURF) in een van de app-stores", "GetApp.Google.COPY": "https://play.google.com/store/apps/details?id=nl.eduid", "GetApp.Apple.COPY": "https://apps.apple.com/", - "GetApp.After.COPY": "Als je de eduID app op je telefoon hebt gedownload, kom dan hier terug en klik op volgende.", + "GetApp.After.COPY": "Heb je de app geïnstalleerd? Druk dan op ‘Volgende’.", "GetApp.Back.COPY": "Terug", "GetApp.Next.COPY": "Volgende", "Sms.Header.COPY": "Controleer je telefoon", - "Sms.Info.COPY": "Voer de zescijferige code in die we naar je telefoon hebben gestuurd om door te gaan.", + "Sms.Info.COPY": "Voer de sms-code in die je hebt ontvangen. Deze bestaat uit 6 cijfers.", "Sms.CodeIncorrect.COPY": "De code is onjuist", "Sms.SendSMSAgain.COPY": "Nieuwe code", - "Sms.MaxAttemptsPre.COPY": "Maximum aantal pogingen bereikt. Klik", + "Sms.MaxAttemptsPre.COPY": "Maximum aantal pogingen bereikt. Druk", "Sms.MaxAttemptsPost.COPY": "om een ander telefoonnummer te gebruiken of de verstuur een nieuwe code", "Sms.Here.COPY": " hier ", - "EnrollApp.Header.COPY": "Voltooi de installatie in de eduID app", - "Recovery.Header.COPY": "Een herstelmethode instellen", - "Recovery.Info.COPY": "Als je geen toegang hebt tot eduID met de app of via e-mail, kun je een herstelmethode gebruiken om in te loggen op je eduID-account.", - "Recovery.Methods.COPY": "De volgende methoden zijn beschikbaar.", - "Recovery.PhoneNumber.COPY": "Voeg een hersteltelefoonnummer toe.", - "Recovery.PhoneNumberInfo.COPY": "Je ontvangt een sms met een code.", + "EnrollApp.Header.COPY": "Maak de installatie af in de eduID app", + "Recovery.Header.COPY": "Herstelmethode instellen", + "Recovery.Info.COPY": "Lukt het niet om in te loggen op eduID via de app of e-mail? Dan kun je ook met een herstelmethode inloggen.", + "Recovery.Methods.COPY": "Uit deze methodes kun je kiezen:", + "Recovery.PhoneNumber.COPY": "Voeg een hersteltelefoonnummer toe", + "Recovery.PhoneNumberInfo.COPY": "Je krijgt een sms met een code.", "Recovery.BackupCode.COPY": "Vraag een herstelcode aan.", - "Recovery.BackupCodeInfo.COPY": "De code kan worden gebruikt om in te loggen.", - "Recovery.Save.COPY": "Bewaar de code ergens veilig.", - "Recovery.Active.COPY": "Deze code is nu actief, maar je kan op elk moment een nieuwe code aanmaken binnen Mijn eduID.", + "Recovery.BackupCodeInfo.COPY": "De code kan je gebruiken om in te loggen.", + "Recovery.Save.COPY": "Bewaar de code op een veilige plek", + "Recovery.Active.COPY": "Deze code is nu actief, maar je kan op elk moment een nieuwe code aanmaken.", "Recovery.Copy.COPY": "Kopieer de code", "Recovery.Copied.COPY": "Gekopieerd", - "Recovery.Continue.COPY": "Mijn code is veilig. Doorgaan", + "Recovery.Continue.COPY": "Ik heb de code bewaard. Ga verder", "Recovery.LeaveConfirmation.COPY": "Weet je zeker dat je de pagina wilt verlaten? De registratie wordt afgebroken.", - "PhoneVerification.Header.COPY": "Voeg een hersteltelefoonnummer toe", - "PhoneVerification.Info.COPY": "Je telefoonnummer wordt gebruikt om weer toegang te krijgen tot je account als je de app ooit kwijtraakt.", - "PhoneVerification.Text.COPY": "We sturen je een code om je nummer te verifiëren.", - "PhoneVerification.Verify.COPY": "Verifieer dit telefoonnummer", + "PhoneVerification.Header.COPY": "Telefoonnummer toevoegen", + "PhoneVerification.Info.COPY": "Je telefoonnummer is alleen nodig voor de veiligheid van je eduID. Zoals inloggen als je je wachtwoord bent vergeten.", + "PhoneVerification.Text.COPY": "We sturen je een code om je telefoonnnummer te controleren.", + "PhoneVerification.Verify.COPY": "Stuur code", "PhoneVerification.PlaceHolder.COPY": "+31 612345678", "PhoneVerification.PhoneIncorrect.COPY": "Telefoonnummer is onjuist", - "Congrats.Header.COPY": "Succes", - "Congrats.Info.COPY": "Je kunt nu de eduID app gebruiken om snel in te loggen bij diensten waarvoor je moet inloggen met je eduID.", + "Congrats.Header.COPY": "Gelukt", + "Congrats.Info.COPY": "Je kunt nu de eduID app gebruiken om snel in te loggen bij diensten waarvoor je eduID nodig is.", "Congrats.Next.COPY": "Verder naar %1$s", "Deactivate.TitleDelete.COPY": "Deactiveer je eduID app", "Deactivate.Info.COPY": "Je kunt je eduID app deactiveren als je de app opnieuw wilt installeren of als je een nieuw apparaat hebt.", "Deactivate.RecoveryCode.COPY": "Herstelcode", - "Deactivate.RecoveryCodeInfo.COPY": "Vul de herstelcode in die je tijdens de eduID app registratie hebt bewaard.", - "Deactivate.VerificationCode.COPY": "SMS verificatiecode", + "Deactivate.RecoveryCodeInfo.COPY": "Voer de herstelcode in die je tijdens het registeren van de eduID app hebt bewaard.", + "Deactivate.VerificationCode.COPY": "Stuur controlecode", "Deactivate.CodeIncorrect.COPY": "Verkeerde herstelcode", "Deactivate.Next.COPY": "Volgende", "Deactivate.DeactivateApp.COPY": "Deactiveer", - "Deactivate.SendSms.COPY": "Druk op volgende om een SMS met een verificatiecode naar je geregistreerde telefoonnummer te sturen.", + "Deactivate.SendSms.COPY": "Druk op volgende om een sms met een controlecode naar je telefoonnummer te sturen.", "Deactivate.MaxAttempts.COPY": "Maximum aantal pogingen bereikt. Neem contact op met help@eduid.nl voor hulp.", "BackupCodes.Title.COPY": "Herstelmethode", - "BackupCodes.Info.COPY": "Je hebt de eduID app geïnstalleerd en geregistreerd. Om je herstelmethode te wijzigen, moet je je eerst authenticeren met de eduID app.", + "BackupCodes.Info.COPY": "Je hebt de eduID app geïnstalleerd en geregistreerd. Wil je je herstelmethode wijzigen? Bevestig dan eerst dat jij het bent via de eduID app.", "BackupCodes.PhoneNumber.COPY": "Mobiel nummer", "BackupCodes.StartTiqrAuthentication.COPY": "Wijzig", "BackupCodes.Code.COPY": "Code", "UseApp.Header.COPY": "Controleer je eduID app", - "UseApp.Info.COPY": "We hebben een pushmelding naar je app gestuurd om te verifiëren dat jij het bent die probeert in te loggen.", + "UseApp.Info.COPY": "We hebben een pushmelding naar je app gestuurd om te controleren dat jij het bent die probeert in te loggen.", "UseApp.Scan.COPY": "Scan deze QR-code met je eduID app", "UseApp.NoNotification.COPY": "Geen melding?", "UseApp.QrCodeLink.COPY": "Maak een QR-code", "UseApp.QrCodePostfix.COPY": "en scan deze.", - "UseApp.Offline.COPY": "Wanneer je apparaat offline is, moet je een ", - "UseApp.OfflineLink.COPY": "eenmalige code invoeren.", + "UseApp.Offline.COPY": "Toont je telefoon een code?", + "UseApp.OfflineLink.COPY": "Code invoeren", "UseApp.OpenEduIDApp.COPY": "Open de app op dit apparaat", - "UseApp.Lost.COPY": "Je app verloren?", + "UseApp.Lost.COPY": "Je app kwijt?", "UseApp.LostLink.COPY": "Lees op hoe je een nieuwe moet registreren.", - "UseApp.TimeOut.COPY": "Sessie timeout", - "UseApp.TimeOutInfoFirst.COPY": "Je sessie is verlopen. Klik op deze ", + "UseApp.TimeOut.COPY": "Sessie verlopen", + "UseApp.TimeOutInfoFirst.COPY": "Je sessie is verlopen. Druk op deze ", "UseApp.TimeOutInfoLast.COPY": " om het opnieuw te proberen.", "UseApp.TimeOutInfoLink.COPY": "link", "UseApp.ResponseIncorrect.COPY": "De code is niet juist.", - "UseApp.SuspendedResult.COPY": "De verficatie van je eduID app is mislukt. ", + "UseApp.SuspendedResult.COPY": "De controle van je eduID app is mislukt. ", "UseApp.AccountNotSuspended.COPY": "Je kan het opnieuw proberen.", - "UseApp.AccountSuspended.COPY": "Je zal %1$s %2$s moeten wachten voordat je het opnieuw kan proberen.", + "UseApp.AccountSuspended.COPY": "Je moet %1$s %2$s wachten voordat je het opnieuw kan proberen.", "UseApp.Minutes.COPY": "minuten", "UseApp.Minute.COPY": "minuut", "CreateFromInstitution.Title.COPY": "Maak een eduID van je instelling", - "CreateFromInstitution.Header.COPY": "Je staat op het punt een eduID-account aan te maken dat wordt gekoppeld aan je instellingsaccount.", + "CreateFromInstitution.Header.COPY": "Je staat op het punt een eduID aan te maken die wordt gekoppeld aan je account van je instelling.", "CreateFromInstitution.AlreadyHaveAnEduID.COPY": "Heb je al een eduID-account? Login!", - "CreateFromInstitution.Info.COPY": "Als je verder gaat, wordt je gevraagd om in te loggen bij de instelling die je aan je eduID wilt koppelen. Na een succesvolle login kom je hier terug.", + "CreateFromInstitution.Info.COPY": "Als je verder gaat, wordt je gevraagd om in te loggen bij de instelling die je aan je eduID wilt koppelen. Na het inloggen kom je hier terug.", "CreateFromInstitution.StartFlow.COPY": "Start registratie", - "CreateFromInstitution.Welcome.COPY": "Je eduID account is aangemaakt", - "CreateFromInstitution.WelcomeExisting.COPY": "Je eduID account is gekoppeld aan je instellingsaccount", + "CreateFromInstitution.Welcome.COPY": "Je eduID is aangemaakt", + "CreateFromInstitution.WelcomeExisting.COPY": "Je eduID is gekoppeld aan je acccount van je instelling", "LinkFromInstitution.Header.COPY": "Hi %1$s", - "LinkFromInstitution.Info.COPY": "Je bent succesvol ingelogd bij je instelling. Voer nu je persoonlijke e-mail in, dit wordt je eduID e-mail.", - "LinkFromInstitution.Email.COPY": "Je e-mail", + "LinkFromInstitution.Info.COPY": "Je bent succesvol ingelogd bij je instelling. Vul nu je persoonlijke e-mailadres in. Dit wordt het e-maildres dat eduID gebruikt.", + "LinkFromInstitution.Email.COPY": "Je e-mailadres", "LinkFromInstitution.EmailPlaceholder.COPY": "e.g. user@gmail.com", - "LinkFromInstitution.EmailForbidden.COPY": "Het aanmaken van een eduID-account met deze e-mail is niet toegestaan, neem contact op met help@eduid.nl als je denkt dat het e-maildomein geldig is.", + "LinkFromInstitution.EmailForbidden.COPY": "Het aanmaken van een eduID met dit e-mailadres is niet toegestaan. Neem contact op met help@eduid.nl als je denkt dat het e-mailadres geldig is.", "LinkFromInstitution.EmailInUse1.COPY": "Dit e-mailadres is al in gebruik.", "LinkFromInstitution.EmailInUse2.COPY": "Probeer een andere, of ", - "LinkFromInstitution.EmailInUse3.COPY": " koppel met dit eduID account.", + "LinkFromInstitution.EmailInUse3.COPY": " koppel met deze eduID.", "LinkFromInstitution.InvalidEmail.COPY": "Ongeldig e-mailadres", - "LinkFromInstitution.InstitutionDomainNameWarning.COPY": "Het lijkt erop dat je een instellings e-mailadres hebt ingevoerd. Houd er rekening mee dat wanneer je niet meer studeert of werkt bij die instelling, je geen toegang meer hebt tot dat e-mailadres.", + "LinkFromInstitution.InstitutionDomainNameWarning.COPY": "Dit lijkt op een e-mailadres van een onderwijs- of onderzoeks instelling. Let op: als je in de toekomst niet meer studeert of werkt bij deze instelling, heb je geen toegang meer tot dit e-mailadres.", "LinkFromInstitution.InstitutionDomainNameWarning2.COPY": "We raden je aan om je persoonlijke e-mailadres te gebruiken voor eduID.", "LinkFromInstitution.AllowedDomainNamesError.COPY": "Domeinnaam %1$s niet toegestaan.", "LinkFromInstitution.AllowedDomainNamesError2.COPY": "eduID is beperkt om alleen te worden gebruikt voor toegestane domeinen.", - "LinkFromInstitution.AgreeWithTerms.COPY": "Ik ga akkoord met de voorwaarden. En ik begrijp de privacyverklaring.", - "LinkFromInstitution.RequestEduIdButton.COPY": "Vraag je eduID aan", - "PollFromInstitution.Header.COPY": "Open je mailbox!", + "LinkFromInstitution.AgreeWithTerms.COPY": "Ik ga akkoord met de voorwaarden en ik heb de de privacyverklaringgelezen.", + "LinkFromInstitution.RequestEduIdButton.COPY": "Maak een eduID", + "PollFromInstitution.Header.COPY": "Je krijgt een e-mail van ons", "PollFromInstitution.Awaiting.COPY": "Wachten tot je op de link klikt…", - "PollFromInstitution.OpenGMail.COPY": "Open Gmail.com", - "PollFromInstitution.OpenOutlook.COPY": "Open Outlook.com", - "PollFromInstitution.Spam.COPY": "Kan je de e-mail niet vinden? Kijk in je spam.", - "PollFromInstitution.LoggedIn.COPY": "Inloggen geslaagd!", + "PollFromInstitution.OpenGMail.COPY": "Open gmail.com", + "PollFromInstitution.OpenOutlook.COPY": "Open outlook.com", + "PollFromInstitution.Spam.COPY": "Kan je de e-mail niet vinden? Controleer je spam.", + "PollFromInstitution.LoggedIn.COPY": "Inloggen is gelukt", "PollFromInstitution.LoggedInInfo.COPY": "Je kan dit tabblad / venster sluiten.", - "PollFromInstitution.TimeOutReached.COPY": "Timeout!", - "PollFromInstitution.TimeOutReachedInfo.COPY": "Je magische link is verlopen. Ga terug naar de dienst waar je heen wilt en probeer het opnieuw.", + "PollFromInstitution.TimeOutReached.COPY": "Je link is niet meer geldig", + "PollFromInstitution.TimeOutReachedInfo.COPY": "Ga terug naar de website waar je wilde inloggen en probeer het opnieuw. Je kijgt dan een nieuwe link toegestuurd.", "PollFromInstitution.Resend.COPY": "E-mail nog steeds niet gevonden?", - "PollFromInstitution.ResendLink.COPY": " Stuur de e-mail opnieuw.", - "PollFromInstitution.MailResend.COPY": "Check je inbox. We hebben je de e-mail met de magische link opnieuw verzonden.", - "Login.RequestEduId.COPY": "Geen eduID?", - "Login.RequestEduId2.COPY": "Maak het aan!", - "Login.LoginEduId.COPY": "Login", + "PollFromInstitution.ResendLink.COPY": "Stuur de e-mail opnieuw.", + "PollFromInstitution.MailResend.COPY": "Controleer je inbox. We hebben je de e-mail met de link opnieuw verzonden.", + "Login.RequestEduId.COPY": "Nog geen eduID?", + "Login.RequestEduId2.COPY": "eduID aanmaken", + "Login.LoginEduId.COPY": "Inloggen", "Login.Whatis.COPY": "Wat is eduID?", - "Login.Header.COPY": "Login met eduID", + "Login.Header.COPY": "Log in met eduID", "Login.HeaderSubTitle.COPY": "om door te gaan naar ", - "Login.Header2.COPY": "Vraag een eduID aan", + "Login.Header2.COPY": "eduID aanmaken", "Login.Trust.COPY": "Vertrouw deze computer", - "Login.LoginOptions.COPY": "Andere inlogmanieren", - "Login.LoginOptionsToolTip.COPY": "We bieden drie manieren om in te loggen:
  1. Je kunt een magische link ontvangen op je e-mailadres.
  2. Je kunt een wachtwoord gebruiken. Dit dien je eerst in Mijn eduID in te stellen.
  3. Je kunt een passkey gebruiken. Dit dien je eerst in Mijn eduID in te stellen.
", + "Login.LoginOptions.COPY": "Andere manieren", + "Login.LoginOptionsToolTip.COPY": "Er bestaan drie manieren om in te loggen:
  1. Je kunt een e-mail met een link ontvangen.
  2. Je kunt een wachtwoord gebruiken. Dit moet je eerst in je eduID instellen.
  3. Je kunt een passkey gebruiken. Dit moet je eerst in je eduID instellen.
", "Login.Email.COPY": "Je e-mailadres", "Login.EmailPlaceholder.COPY": "bijv. naam@gmail.com", "Login.PasswordPlaceholder.COPY": "Wachtwoord", @@ -525,22 +525,22 @@ "Login.GivenName.COPY": "Voornaam", "Login.FamilyNamePlaceholder.COPY": "bijv. Berners-Lee", "Login.GivenNamePlaceholder.COPY": "bijv. Tim", - "Login.SendMagicLink.COPY": "Mail een magische link", - "Login.LoginWebAuthn.COPY": "Login in met een passkey", + "Login.SendMagicLink.COPY": "Stuur een link", + "Login.LoginWebAuthn.COPY": "Inloggen in met een passkey", "Login.UsePassword.COPY": "typ een wachtwoord", "Login.UsePasswordNoWebAuthn.COPY": "Typ een wachtwoord", "Login.UseMagicLink.COPY": "Gebruik magische link", "Login.UseMagicLinkNoWebAuthn.COPY": "Gebruik magische link.", - "Login.UseWebAuth.COPY": "Login in met een beveligingssleutel", + "Login.UseWebAuth.COPY": "Log in in met een beveligingssleutel", "Login.UseOr.COPY": " of ", - "Login.RequestEduIdButton.COPY": "Vraag een eduID aan", + "Login.RequestEduIdButton.COPY": "eduID aanmaken", "Login.RememberMe.COPY": "Ingelogd blijven", "Login.Password.COPY": "Je wachtwoord", - "Login.PasswordForgotten.COPY": "Wachtwoord vergeten of liever een magische link? ", + "Login.PasswordForgotten.COPY": "Wachtwoord vergeten of liever inloggen met link? ", "Login.PasswordForgottenLink.COPY": "Ontvang een e-mail om direct in te loggen.", - "Login.Login.COPY": "Login", + "Login.Login.COPY": "Inloggen", "Login.Create.COPY": "Aanmaken", - "Login.NewTo.COPY": "Voor het eerst bij eduID?", + "Login.NewTo.COPY": "Nieuw bij eduID?", "Login.CreateAccount.COPY": "Maak een account aan.", "Login.UseExistingAccount.COPY": "Gebruik een bestaand account", "Login.InvalidEmail.COPY": "Ongeldig e-mailadres", @@ -548,23 +548,23 @@ "Login.EmailInUse1.COPY": "Dit e-mailadres is al in gebruik.", "Login.EmailInUse2.COPY": "Probeer een andere, of ", "Login.EmailInUse3.COPY": " log in met dit eduID account.", - "Login.EmailForbidden.COPY": "Het aanmaken van een eduID-account met deze email is niet toegestaan, neem contact op met help@eduid.nl als je denkt dat het e-maildomein geldig is.", - "Login.EmailNotFound1.COPY": "We konden geen eduID vinden met deze mail.", + "Login.EmailForbidden.COPY": "Het aanmaken van een eduID met dit e-mailadres is niet toegestaan. Neem contact op met help@eduid.nl als je denkt dat het e-mailadres geldig is.", + "Login.EmailNotFound1.COPY": "We konden geen eduID vinden met dit e-mailadres.", "Login.EmailNotFound2.COPY": "Probeer een andere, of ", - "Login.EmailNotFound3.COPY": "maak een nieuw eduID account aan.", + "Login.EmailNotFound3.COPY": "maak een nieuwe eduID aan.", "Login.EmailOrPasswordIncorrect.COPY": "E-mailadres of wachtwoord is niet juist", - "Login.InstitutionDomainNameWarning.COPY": "Het lijkt erop dat je een instellings e-mailadres hebt ingevoerd. Houd er rekening mee dat wanneer je niet meer studeert of werkt bij die instelling, je geen toegang meer hebt tot dat e-mailadres.", + "Login.InstitutionDomainNameWarning.COPY": "Dit lijkt op een e-mailadres van een instelling. Let op: als je in de toekomst niet meer studeert of werkt bij deze instelling, heb je geen toegang meer tot dit e-mailadres.", "Login.InstitutionDomainNameWarning2.COPY": "We raden je aan om je persoonlijke e-mailadres te gebruiken voor eduID.", - "Login.AllowedDomainNamesError.COPY": "Domeinnaam %1$s niet toegestaan.", - "Login.AllowedDomainNamesError2.COPY": "eduID is beperkt om alleen te worden gebruikt door toegestane domeinen.", - "Login.PasswordDisclaimer.COPY": "Je wachtwoord moet minimaal 15 karakters lang zijn, of minimaal 8 als het een hoofdletter en een getal bevat.", + "Login.AllowedDomainNamesError.COPY": "E-mailadres %1$s niet toegestaan.", + "Login.AllowedDomainNamesError2.COPY": "eduID is beperkt om alleen te worden gebruikt door toegestane e-mailadressen.", + "Login.PasswordDisclaimer.COPY": "Je wachtwoord moet minimaal 15 karakters zijn. Of minimaal 8 als het een hoofdletter en een getal bevat.", "Login.AlreadyGuestAccount.COPY": "Heb je al een eduID?", "Login.UsePasswordLink.COPY": "Gebruik toch een wachtwoord", "Login.UseWebAuthnLink.COPY": "Of gebruik een passkey", - "Login.AgreeWithTerms.COPY": "Ik ga akkoord met de voorwaarden. En ik begrijp de privacyverklaring.", + "Login.AgreeWithTerms.COPY": "Ik ga akkoord met de voorwaarden en ik heb de de privacyverklaring.gelezen", "Login.Next.COPY": "Volgende", - "Login.UseOtherAccount.COPY": "Gebruik een andere login", - "Login.NoAppAccess.COPY": "Heb je de app niet bij de hand?", + "Login.UseOtherAccount.COPY": "Gebruik een ander account", + "Login.NoAppAccess.COPY": "Geen toegang tot de app?", "Login.NoMailAccess.COPY": "Kun je niet bij je e-mail?", "Login.ForgotPassword.COPY": "Wachtwoord vergeten?", "Login.UseAnother.COPY": "Gebruik een andere", @@ -573,253 +573,255 @@ "Options.NoLogin.COPY": "Kun je nog niet inloggen?", "Options.Learn.COPY": "Zie hoe je jouw", "Options.LearnLink.COPY": "account kunt herstellen", - "Options.UseApp.COPY": "Gebruik de eduID app om in te loggen met je mobiel.", + "Options.UseApp.COPY": "Gebruik de eduID app om in te loggen met je telefoon.", "Options.UseWebAuthn.COPY": "Gebruik je passkey.", - "Options.UseLink.COPY": "Ontvang een magische link in je inbox.", + "Options.UseLink.COPY": "Ontvang een link in je inbox.", "Options.UsePassword.COPY": "Gebruik een wachtwoord.", - "MagicLink.OpenMailTitle.COPY": "Open de mail app", + "MagicLink.OpenMailTitle.COPY": "Open je e-mail", "MagicLink.OpenMailDisclaimer.COPY": "Kun je de mail niet vinden? Kijk ook in de spam folder", "MagicLink.Header.COPY": "Controleer je e-mail", - "MagicLink.Info.COPY": "Om in te loggen, klik op de link in de e-mail die verstuurd is aan %1$s.", - "MagicLink.Awaiting.COPY": "Wachten tot je op de link klikt…", - "MagicLink.OpenGMail.COPY": "Open Gmail.com", - "MagicLink.OpenOutlook.COPY": "Open Outlook.com", + "MagicLink.Info.COPY": "Druk op de link die we verstuurd hebben naar %1$s.", + "MagicLink.Awaiting.COPY": "Wachten tot je op de link drukt…", + "MagicLink.OpenGMail.COPY": "Open gmail.com", + "MagicLink.OpenOutlook.COPY": "Open outlook.com", "MagicLink.Spam.COPY": "Kun je de mail niet vinden? Kijk ook in de spam folder.", - "MagicLink.LoggedIn.COPY": "Inloggen geslaagd!", + "MagicLink.LoggedIn.COPY": "Inloggen is gelukt", "MagicLink.LoggedInInfo.COPY": "Je kan dit tabblad / venster sluiten.", - "MagicLink.TimeOutReached.COPY": "Timeout!", - "MagicLink.TimeOutReachedInfo.COPY": "Je magische link is verlopen. Ga terug naar de dienst waar je heen wilt en probeer het opnieuw.", + "MagicLink.TimeOutReached.COPY": "Je link is niet meer geldig", + "MagicLink.TimeOutReachedInfo.COPY": "Ga terug naar de website waar je wilde inloggen en probeer het opnieuw. Je kijgt dan een nieuwe link toegestuurd.", "MagicLink.Resend.COPY": "E-mail nog steeds niet gevonden?", - "MagicLink.ResendLink.COPY": " Stuur de e-mail opnieuw.", - "MagicLink.MailResend.COPY": "Check je inbox. We hebben je de e-mail met de magische link opnieuw verzonden.", - "MagicLink.LoggedInDifferentDevice.COPY": "Verificatiecode vereist", - "MagicLink.LoggedInDifferentDeviceInInfo.COPY": "Je hebt de magische link gebruikt in een andere browser dan van waaruit je de magische link hebt aangevraagd. Als extra veiligheidsmaatregel moet je een verificatiecode invoeren.", - "MagicLink.LoggedInDifferentDeviceInInfo2.COPY": "We hebben je een extra e-mail gestuurd met de verificatiecode.", - "MagicLink.VerificationCodeError.COPY": "Verkeerde verificatiecode.", - "MagicLink.Verify.COPY": "Verifïeer", + "MagicLink.ResendLink.COPY": "Stuur de e-mail opnieuw.", + "MagicLink.MailResend.COPY": "Check je inbox. We hebben je de e-mail met de link opnieuw verzonden.", + "MagicLink.LoggedInDifferentDevice.COPY": "Je hebt een controlecode nodig", + "MagicLink.LoggedInDifferentDeviceInInfo.COPY": "Je hebt de link gebruikt in een andere browser dan van waaruit je de link hebt aangevraagd. Voor de veiligheid vragen we je een controlecode in te voeren.", + "MagicLink.LoggedInDifferentDeviceInInfo2.COPY": "We hebben je een extra e-mail gestuurd met de controlecode.", + "MagicLink.VerificationCodeError.COPY": "Verkeerde controlecode.", + "MagicLink.Verify.COPY": "Controleer", "Confirm.Header.COPY": "Gelukt!", "Confirm.Thanks.COPY": "Je eduID is geactiveerd. Ga door naar je bestemming.", "ConfirmStepup.Header.COPY": "Gelukt!", "ConfirmStepup.Proceed.COPY": "Ga naar %1$s", "ConfirmStepup.ConditionMet.COPY": "Je hebt aan alle voorwaarden voldaan.", - "Stepup.Header.COPY": "Nog één ding!", - "Stepup.Info.COPY": "Om door te gaan naar %1$s, moet je nog aan de volgende voorwaarde(n) voldoen.", - "Stepup.Link.COPY": "Verifieer dit via SURFconext", - "Stepup.LinkExternalValidation.COPY": "Verifieer dit via ReadID", - "Success.Title.COPY": "Inloggen bijna geslaagd!", - "Success.Info.COPY": "Ga terug naar het scherm waar je de magische link hebt aangevraagd en volg de instructies daar op.

Je kunt dit tabblad / venster sluiten.", - "Expired.Title.COPY": "Verlopen magische link", - "Expired.Info.COPY": "De magische link die je hebt gebruikt, is verlopen of al een keer gebruikt", + "Stepup.Header.COPY": "Je bent er bijna", + "Stepup.Info.COPY": "Je hoeft alleen nog het volgende doen om door te gaan naar %1$s:", + "Stepup.Link.COPY": "Controleer dit via SURFconext", + "Stepup.LinkExternalValidation.COPY": "Controleer dit via ReadID", + "Success.Title.COPY": "Inloggen is bijna klaar!", + "Success.Info.COPY": "Ga terug naar het scherm waar je de link hebt aangevraagd en volg de instructies daar op.

Je kunt dit tabblad / venster sluiten.", + "Expired.Title.COPY": "Je link is niet geldig", + "Expired.Info.COPY": "De link die je hebt gebruikt, is verlopen of al een keer gebruikt.", "Expired.Back.COPY": "Ga naar eduid.nl", "MaxAttempt.Title.COPY": "Maximum aantal pogingen bereikt", - "MaxAttempt.Info.COPY": "Je hebt het maximale aantal verificatiepogingen bereikt.", + "MaxAttempt.Info.COPY": "Je hebt het maximale aantal controlepogingen bereikt.", "WebAuthn.Info.COPY": "Voeg een beveligingssleutel toe", - "WebAuthn.BrowserPrompt.COPY": "Klik op de onderstaande knop om een beveligingssleutel toe te voegen aan je eduID-account. Volg daarbij de instructies van je browser op.", + "WebAuthn.BrowserPrompt.COPY": "Druk op de knop hieronder om een beveiligingssleutel toe te voegen aan je eduID. Volg daarbij de instructies van je browser op.", "WebAuthn.Start.COPY": "Start", "WebAuthn.Header.COPY": "Log in met een passkey", "WebAuthn.Explanation.COPY": "Er wordt een nieuw venster geopend. Volg de instructies om in te loggen.", "WebAuthn.Next.COPY": "Log in met een passkey", - "WebAuthn.Error.COPY": "De passkey kan niet gebruikt worden.", - "UseLink.Header.COPY": "Vraag een magische link aan", - "UseLink.Next.COPY": "Email een magische link", + "WebAuthn.Error.COPY": "Je kunt de passkey op dit moment niet gebruiken.", + "UseLink.Header.COPY": "Vraag een link aan", + "UseLink.Next.COPY": "Stuur een link", "UsePassword.Header.COPY": "Voer je wachtwoord in", "UsePassword.PasswordIncorrect.COPY": "Wachtwoord is onjuist", "WebAuthnTest.Info.COPY": "Test een beveligingssleutel", - "WebAuthnTest.BrowserPrompt.COPY": "Klik op de onderstaande knop om een beveligingssleutel te testen. Volg daarbij de instructies van je browser op.", + "WebAuthnTest.BrowserPrompt.COPY": "Druk op de onderstaande knop om een beveiligingssleutel te testen. Volg daarbij de instructies van je browser op.", "WebAuthnTest.Start.COPY": "Test", "AffiliationMissing.Header.COPY": "Account is gekoppeld, maar…", "AffiliationMissing.Info.COPY": "Je eduID is succesvol gekoppeld, maar de instelling die je hebt gekozen heeft niet de juiste attributen teruggegeven.", - "AffiliationMissing.Proceed.COPY": "Je kan het nogmaals met een andere instelling proberen of doorgaan naar %1$s.", + "AffiliationMissing.Proceed.COPY": "Je kan een andere instelling proberen te koppelen of doorgaan naar %1$s.", "AffiliationMissing.ProceedLink.COPY": "Doorgaan", "AffiliationMissing.RetryLink.COPY": "Opnieuw proberen", "ValidNameMissing.Header.COPY": "Account is gekoppeld, maar…", "ValidNameMissing.Info.COPY": "Je eduID is succesvol gekoppeld, maar de instelling die je hebt gekozen heeft niet de juiste attributen teruggegeven.", - "ValidNameMissing.Proceed.COPY": "Je kan het nogmaals met een andere instelling proberen of doorgaan naar %1$s.", + "ValidNameMissing.Proceed.COPY": "Je kan een andere instelling proberen te koppelen of doorgaan naar %1$s.", "ValidNameMissing.ProceedLink.COPY": "Doorgaan", "ValidNameMissing.RetryLink.COPY": "Opnieuw proberen", - "StepUpExplanation.Linked_institution.COPY": "Je eduID-account moet gekoppeld zijn aan een vertrouwde instelling.", - "StepUpExplanation.Validate_names.COPY": "Je voornaam en achternaam moeten worden geverifieerd door een vertrouwde instelling.", - "StepUpExplanation.Affiliation_student.COPY": "Je moet aantonen dat je onderwijs volgt door je eduID-account te koppelen aan een vertrouwde instelling.", - "StepUpVerification.Linked_institution.COPY": "Je eduID-account is gekoppeld aan een vertrouwde instelling.", - "StepUpVerification.Validate_names.COPY": "Je voornaam en achternaam zijn geverifieerd door een vertrouwde instelling.", - "StepUpVerification.Affiliation_student.COPY": "Je hebt aangetoont dat je onderwijs volgt doordat je eduID-account is gekoppeld aan een vertrouwde instelling.", - "NudgeApp.New.COPY": "Je eduID is aangemaakt!", + "StepUpExplanation.Linked_institution.COPY": "Je eduID moet gekoppeld zijn aan een officiële instelling.", + "StepUpExplanation.Validate_names.COPY": "Je voornaam en achternaam moeten worden bevestigd door een officiële instelling.", + "StepUpExplanation.Affiliation_student.COPY": "Je moet aantonen dat je student bent. Dit doe je door je eduID te koppelen aan een officiële instelling.", + "StepUpVerification.Linked_institution.COPY": "Je eduID is gekoppeld aan een officiële instelling.", + "StepUpVerification.Validate_names.COPY": "Je voornaam en achternaam zijn bevestigd door een officiële instelling.", + "StepUpVerification.Affiliation_student.COPY": "Je hebt aangetoond dat je student bent, doordat je eduID is gekoppeld aan een officiële instelling.", + "NudgeApp.New.COPY": "Je eduID is aangemaakt", "NudgeApp.Header.COPY": "Wil je de volgende keer sneller en veiliger inloggen?", - "NudgeApp.Info.COPY": "Installeer de eduID app en log veiliger in zonder wachtwoord of het openen van je email. Het kost je maar een minuut.", - "NudgeApp.No.COPY": "Nee bedankt", + "NudgeApp.Info.COPY": "Met de eduID app log je extra veilig in, zonder wachtwoord. Het installeren van de app is zo gebeurd.", + "NudgeApp.No.COPY": "Nee, bedankt", "NudgeApp.NoLink.COPY": "/proceed", - "NudgeApp.Yes.COPY": "Installeer nu", + "NudgeApp.Yes.COPY": "Download app", "NudgeApp.YesLink.COPY": "/eduid-app", "AppRequired.Header.COPY": "Log in met de eduID app", "AppRequired.Info.COPY": "Dienst %1$s heeft een login verzocht met de eduID app om je identiteit te bevestigen.", - "AppRequired.Info2.COPY": "Download de eduID-app en log veilig in zonder wachtwoord of toegang tot je e-mail. Het duurt maar een minuut. Klik op Doorgaan voor de volgende stap.", + "AppRequired.Info2.COPY": "Met de eduID app log je extra veilig in, zonder wachtwoord. Het installeren van de app is zo gebeurd. Druk op Doorgaan voor de volgende stap.", "AppRequired.Cancel.COPY": "/cancel", "AppRequired.No.COPY": "Ik weiger", "AppRequired.YesLink.COPY": "/proceed", "AppRequired.Yes.COPY": "Doorgaan", - "AppRequired.Warning.COPY": "Het wordt sterk afgeraden om zonder de eduID-app in te loggen. De dienst %1$s zal niet je attributen ontvangen.", - "AppRequired.WarningTitle.COPY": "Download eduID-app", - "AppRequired.ConfirmLabel.COPY": "Download eduID-app", + "AppRequired.Warning.COPY": "We raden het af om zonder de eduID app in te loggen. De dienst %1$s zal niet je attributen ontvangen.", + "AppRequired.WarningTitle.COPY": "Download eduID app", + "AppRequired.ConfirmLabel.COPY": "Download eduID app", "AppRequired.CancelLabel.COPY": "Ik weiger echt", "SubContent.WarningTitle.COPY": "Weet je het zeker?", - "SubContent.Warning.COPY": "De dienst waarop je inlogt heeft expliciet gevraagd om in te loggen met je eduID app. Als je met een andere methode inlogt, ontvangt deze service je attributen niet.", - "SubContent.ConfirmLabel.COPY": "Verander login optie", + "SubContent.Warning.COPY": "De dienst waarop je inlogt heeft gevraagd om in te loggen met de eduID app. Als je op een andere manier inlogt, ontvangt deze dienst je attributen niet.", + "SubContent.ConfirmLabel.COPY": "Verander manier van inloggen", "SubContent.CancelLabel.COPY": "Dat wist ik niet", - "PinAndBioMetrics.SetupBiometrics.COPY": "Stel biometrische toegang in", + "PinAndBioMetrics.SetupBiometrics.COPY": "Biometrisch inloggen instellen", "PinAndBioMetrics.Skip.COPY": "Overslaan", "PinAndBioMetrics.BiometricsApproval.COPY": "Biometrische goedkeuring", - "PinAndBioMetrics.BiometricsExplain.COPY": "Wil je met je biometrie makkelijker toegang krijgen tot de eduID app?", + "PinAndBioMetrics.BiometricsExplain.COPY": "Wil je met je biometrisch inloggen makkelijker toegang krijgen tot de eduID app?", "PinAndBioMetrics.BiometricsExplainBoldPart.COPY": "biometrie", - "PinAndBioMetrics.BiometricsPrompt.COPY": "Gebruik Biometrics om in te loggen", - "PinAndBioMetrics.SkipAlertTitle.COPY": "Doorgaan zonder gebruik te maken van biometrische toegang?", - "PinAndBioMetrics.SkipAlertText.COPY": "Hierdoor wordt deze functie permanent uitgeschakeld", - "PinAndBioMetrics.FirstPinScreenSelectTitle.COPY": "Kies een PIN", - "PinAndBioMetrics.PinScreenEnterTitle.COPY": "PIN invoeren", - "PinAndBioMetrics.FirstPinScreenText.COPY": "Om de eduID te kunnen gebruiken heeft u een PIN nodig", - "PinAndBioMetrics.SecondPinScreenSelectTitle.COPY": "Herhaal uw PIN", - "PinAndBioMetrics.SecondPinScreenText.COPY": "Herhaal uw PIN nogmaals AUB", - "PinAndBioMetrics.VerifyPinScreenText.COPY": "Voer uw PIN in en druk op OK", + "PinAndBioMetrics.BiometricsPrompt.COPY": "Gebruik biometrisch inloggen", + "PinAndBioMetrics.SkipAlertTitle.COPY": "Doorgaan zonder gebruik te maken van biometrisch inloggen?", + "PinAndBioMetrics.SkipAlertText.COPY": "Hierdoor wordt deze functie definitief uitgeschakeld", + "PinAndBioMetrics.FirstPinScreenSelectTitle.COPY": "Kies een pincode", + "PinAndBioMetrics.PinScreenEnterTitle.COPY": "Pincode invoeren", + "PinAndBioMetrics.FirstPinScreenText.COPY": "Je hebt een pincode nodig om eduID te kunnen gebruiken", + "PinAndBioMetrics.SecondPinScreenSelectTitle.COPY": "Herhaal je pincode", + "PinAndBioMetrics.SecondPinScreenText.COPY": "Voer je pincode nog een keer in", + "PinAndBioMetrics.VerifyPinScreenText.COPY": "Voer je pincode in en druk op OK", "PinAndBioMetrics.SignIn.COPY": "Inloggen", "PinAndBioMetrics.OKButton.COPY": "OK", "PinAndBioMetrics.LoginRequest.COPY": "Verzoek om in te loggen", "PinAndBioMetrics.DoYouWantToLogInTo.COPY": "Wil je inloggen bij", - "PinAndBioMetrics.EnteredPinNotEqual.COPY": "De ingevoerde pincodes waren niet gelijk", + "PinAndBioMetrics.EnteredPinNotEqual.COPY": "De ingevoerde pincodes waren niet hetzelfde", "PinAndBioMetrics.RetryPin.COPY": "Oeps, laten we het opnieuw proberen", "PinAndBioMetrics.VerifyPin.COPY": "Controleer pincode", "PinAndBioMetrics.Button.Retry.COPY": "Probeer opnieuw", "PinAndBioMetrics.Button.Back.COPY": "Terug", "PinAndBioMetrics.CheckMessages.COPY": "Controleer je berichten", - "PinAndBioMetrics.EnterSixDigitCode.COPY": "Voer de zescijferige code in die we naar je telefoon hebben gestuurd om door te gaan", + "PinAndBioMetrics.EnterSixDigitCode.COPY": "Voer de sms-code in die hebt ontvangen. Deze bestaat uit 6 cijfers.", "PinAndBioMetrics.SixDigitCode.COPY": "zescijferige", "PinAndBioMetrics.Authenticate.COPY": "Authenticeren", - "PinAndBioMetrics.AuthenticateForUseTitle.COPY": "Om de eduID te gebruiken voor authenticatie moet je jouw pincode invoeren", + "PinAndBioMetrics.AuthenticateForUseTitle.COPY": "Voer je pincode in om met eduID te bewijzen wie je bent", "Generic.RequestError.Title.COPY": "Het verzoek kan niet worden voltooid", "Generic.RequestError.Description.COPY": "Onverwachte fout: %1$s, probeer het opnieuw.", "Generic.RequestError.CloseButton.COPY": "Sluiten", - "WelcomeToApp.Title.COPY": "Welkom! Gebruik deze app om", - "WelcomeToApp.Quickly.Text.COPY": "op educatieve diensten", - "WelcomeToApp.Quickly.Highlight.COPY": "In te loggen", - "WelcomeToApp.ViewWhat.Text.COPY": "welke gegevens van je eduID worden gedeeld met die diensten", - "WelcomeToApp.ViewWhat.Highlight.COPY": "Te bekijken", - "WelcomeToApp.VerifyYour.Text.COPY": "zodat je toegang krijgt tot beter beveiligde services", - "WelcomeToApp.VerifyYour.Highlight.COPY": "Je identiteit te verifiëren", - "WelcomeToApp.GotItButton.COPY": "Ok, begrepen!", - "WelcomeToApp.ReturnBrowserTitle.COPY": "Keer terug naar je webbrowser", - "WelcomeToApp.ReturnBrowserText.COPY": "Ga verder in je browser om de verbinding van deze app met jouw eduID account te voltooien", - "CreateEduID.ErrorCreateFailed.Title.COPY": "Je eduID aanmaken is niet gelukt!", - "CreateEduID.ErrorCreateFailed.Message.COPY": "Het account aanmaken is mislukt. Probeer het nogmaals.", - "CreateEduID.LandingPage.MainText.COPY": "Jouw account voor Onderwijs en Onderzoek", + "WelcomeToApp.Title.COPY": "Welkom! Je kunt de eduID app gebruiken voor", + "WelcomeToApp.Quickly.Text.COPY": "bij diensten in het onderwijs", + "WelcomeToApp.Quickly.Highlight.COPY": "Snel inloggen", + "WelcomeToApp.ViewWhat.Text.COPY": "die je eduID met deze diensten deelt", + "WelcomeToApp.ViewWhat.Highlight.COPY": "Je gegevens beheren", + "WelcomeToApp.VerifyYour.Text.COPY": "om toegang te krijgen tot beveiligde diensten", + "WelcomeToApp.VerifyYour.Highlight.COPY": "Je identiteit bevestigen", + "WelcomeToApp.GotItButton.COPY": "Ok, ik snap het", + "WelcomeToApp.ReturnBrowserTitle.COPY": "Ga terug naar je webbrowser", + "WelcomeToApp.ReturnBrowserText.COPY": "Ga verder in je browser om de koppeling van deze app met je eduID af te maken", + "CreateEduID.ErrorCreateFailed.Title.COPY": "Je eduID aanmaken is niet gelukt", + "CreateEduID.ErrorCreateFailed.Message.COPY": "Er ging iets mis bij het aanmaken van je account. Probeer het opnieuw.", + "CreateEduID.LandingPage.MainText.COPY": "Bewijs wie je bent in het veld van onderwijs en onderzoek", "CreateEduID.LandingPage.SignInButton.COPY": "Inloggen", - "CreateEduID.LandingPage.ScanQrButton.COPY": "Scan", + "CreateEduID.LandingPage.ScanQrButton.COPY": "QR-code scannen", "CreateEduID.LandingPage.NoEduIdButton.COPY": "Ik heb nog geen eduID", - "CreateEduID.FirstTimeDialog.ConnectButtonTitle.COPY": "Sluit je school/instelling aan", + "CreateEduID.FirstTimeDialog.ConnectButtonTitle.COPY": "Koppel je onderwijsinstelling", "CreateEduID.FirstTimeDialog.MainTextTitle.FirstPart.COPY": "Studeer je in Nederland?", - "CreateEduID.FirstTimeDialog.MainTextTitle.SecondPart.COPY": "Sluit dan je instelling aan!", - "CreateEduID.FirstTimeDialog.MainText.COPY": "Wanneer je in Nederland studeert en je wilt met eduID inloggen bij een onderwijsdienst, moeten we er zeker van zijn dat jij het bent en niet iemand die zich voordoet als jij.\n\nDaarom moet je de volgende gegevens toevoegen aan jouw eduID:", - "CreateEduID.FirstTimeDialog.MainTextPoint1.COPY": "Validatie van je volledige naam door een derde partij", + "CreateEduID.FirstTimeDialog.MainTextTitle.SecondPart.COPY": "Koppel je onderwijsinstelling", + "CreateEduID.FirstTimeDialog.MainText.COPY": "We moeten eerst zeker zijn wie je bent. Alleen zo kun je eduID gebruiken voor diensten in het Nederlandse onderwijs.", + "CreateEduID.FirstTimeDialog.MainTextPoint1.COPY": "Je volledige naam, bevestigd door een officiële partij", "CreateEduID.FirstTimeDialog.MainTextPoint2.COPY": "Bewijs dat je student bent", "CreateEduID.FirstTimeDialog.MainTextPoint3.COPY": "Je huidige instelling", "CreateEduID.FirstTimeDialog.MainTextFirstBoldPart.COPY": "Wanneer je in Nederland studeert", - "CreateEduID.FirstTimeDialog.MainTextSecondBoldPart.COPY": "Daarom moet je de volgende gegevens toevoegen aan jouw eduID:", - "CreateEduID.FirstTimeDialog.AddInformationText.COPY": "Voeg deze informatie toe door je school/instelling aan te sluiten via SURFconext", + "CreateEduID.FirstTimeDialog.MainTextSecondBoldPart.COPY": "Voeg deze gegevens toe", + "CreateEduID.FirstTimeDialog.AddInformationText.COPY": "Je voegt deze gegevens toe door je onderwijsinstelling te koppelen via SURFconext.", "CreateEduID.FirstTimeDialog.AddInformationBoldPart.COPY": "Voeg deze informatie toe", - "CreateEduID.FirstTimeDialog.SkipButtonTitle.COPY": "Sla dit over", + "CreateEduID.FirstTimeDialog.SkipButtonTitle.COPY": "Overslaan", "CreateEduID.Explanation.MainTitleLabel.COPY": "Heb je nog geen eduID?", - "CreateEduID.Explanation.MainExplanationText.COPY": "eduID is een centraal account voor gebruikers verbonden aan het Nederlandse onderwijs en onderzoek. Het is van jou en bestaat onafhankelijk van een onderwijsinstelling.\n\n• Hiermee log je in op verschillende diensten die zijn aangesloten op SURFconext.\n• Gebruikers zonder instellingsaccount kunnen ook een eduID aanvragen.\n• eduID is een levenslang account. Het blijft geldig nadat je bent afgestudeerd.\n", + "CreateEduID.Explanation.MainExplanationText.COPY": "eduID is een account om te bewijzen wie je bent aan Nederlandse onderwijs- en onderzoekinstellingen. Het is van jou en dus niet van de instellingen zelf.\n\n\n• Log in bij verschillende diensten die zijn aangeloten bij SURFconext.\n• Je kunt een eduID ook al aanmaken als je nog geen account bij een onderwijsinstelling hebt.\n• eduID is je hele leven geldig. Ook nadat je afstudeert.\n", "CreateEduID.Explanation.CreateEduidButton.COPY": "Maak een nieuw eduID aan", - "CreateEduID.Create.MainTitleLabel.COPY": "Maak een nieuw eduID aan", - "CreateEduID.Created.MainTitleLabel.COPY": "Je eduID is aangemaakt", - "CreateEduID.Created.MainText.COPY": "Om deze app veilig te kunnen gebruiken, hebben we een pincode nodig en een telefoonnummer voor het geval je het vergeet", + "CreateEduID.Create.MainTitleLabel.COPY": "eduID aanmaken", + "CreateEduID.Created.MainTitleLabel.COPY": "Je eduID is gemaakt!", + "CreateEduID.Created.MainText.COPY": "Je hoeft alleen nog een pincode in te stellen om de app veilig te gebruiken. Tip: voeg ook een telefoonnummer toe voor het geval je de code vergeet.", "CreateEduID.EnterPersonalInfo.EmailFieldTitle.COPY": "Je e-mailadres", - "CreateEduID.EnterPersonalInfo.EmailFieldPlaceHolder.COPY": "e.g. timbernerslee@gmail.com", - "CreateEduID.EnterPersonalInfo.Agreement.COPY": "Ik ga akkoord met de servicevoorwaarden. Ik begrijp ook het privacybeleid", + "CreateEduID.EnterPersonalInfo.EmailFieldPlaceHolder.COPY": "bijv. timbernerslee@gmail.com", + "CreateEduID.EnterPersonalInfo.Agreement.COPY": "Ik ga akkoord met de voorwaarden en heb het privacybeleid gelezen", "CreateEduID.EnterPhoneNumber.PhoneFieldTitle.COPY": "Vul je telefoonnummer in", "CreateEduID.EnterPhoneNumber.PhoneFieldPlaceholder.COPY": "0612345678", - "CreateEduID.EnterPhoneNumber.MainText.COPY": "Laten we een hersteltelefoonnummer toevoegen. Als je met de app of via e-mail geen toegang hebt tot eduID, kun je hiermee inloggen op je eduID Account.\n\nWe sturen je een code om je nummer te verifiëren.\n", + "CreateEduID.EnterPhoneNumber.MainText.COPY": "Lukt het niet om in te loggen in eduID via de app of e-mail? Dan kun je ook met een sms-code inloggen.\n\nWelk telefoonnummer wil je hiervoor gebruiken?\n", "CreateEduID.EnterPhoneNumber.BoldRange.COPY": "34", - "CreateEduID.EnterPhoneNumber.VerifyPhoneNumber.COPY": "Bevestig dit telefoonnummer", - "CreateEduID.AddInstitution.MainTitle.COPY": "Je school/uni werd met succes toegevoegd", - "CreateEduID.AddInstitution.MainTitleBoldPart.COPY": "Je school/uni", - "CreateEduID.AddInstitution.MainText.COPY": "De volgende gegevens zijn toegevoegd aan je eduID en kunnen nu gedeeld worden", - "RegEXError.Name.COPY": "Ongeldig naamformaat, pas je invoer aan", - "RegEXError.Email.COPY": "Ongeldig e-mailformaat, pas je invoer aan", - "RegEXError.Phone.COPY": "Ongeldig telefoonnummer, pas je invoer aan", - "RegEXError.Password.COPY": "Wachtwoord niet sterk genoeg", + "CreateEduID.EnterPhoneNumber.VerifyPhoneNumber.COPY": "Stuur sms-code", + "CreateEduID.AddInstitution.MainTitle.COPY": "Je onderwijsinstelling is succesvol gekoppeld", + "CreateEduID.AddInstitution.MainTitleBoldPart.COPY": "Je onderwijsinstelling", + "CreateEduID.AddInstitution.MainText.COPY": "De volgende gegevens zijn aan je eduID toegevoegd en kun je nu delen met andere diensten:", + "RegEXError.Name.COPY": "Deze naam lijkt niet te kloppen. Vul een andere naam in.", + "RegEXError.Email.COPY": "Dit e-mailadres lijkt niet te kloppen. Vul een ander e-mailadres in.", + "RegEXError.Phone.COPY": "Dit telefoonnummer lijkt niet te kloppen. Vul een ander telefoonnummer in.", + "RegEXError.Password.COPY": "Wachtwoord is niet sterk genoeg", "ResponseErrors.GeneralRequestError.COPY": "Verzoek kan op dit moment niet worden voltooid. Probeer het later opnieuw.", "ResponseErrors.AuthenticationFailedTitle.COPY": "Inloggen mislukt", - "ResponseErrors.AuthenticationFailedMessage.COPY": "Probeer het over een ogenblik opnieuw.", + "ResponseErrors.AuthenticationFailedMessage.COPY": "Probeer het zo opnieuw.", "ResponseErrors.UnauthorizedTitle.COPY": "Gegevens kunnen niet laden", - "ResponseErrors.UnauthorizedText.COPY": "Verzoek kan niet worden voltooid, log in en geef toegang", + "ResponseErrors.UnauthorizedText.COPY": "Verzoek kan niet worden voltooid, log in en geef toegang.", "ResponseErrors.RequestSMSError.COPY": "Kan geen sms-code aanvragen, probeer het opnieuw.", "ResponseErrors.PasswordUpdateError.COPY": "Wachtwoord kan niet worden bijgewerkt", "ResponseErrors.InvalidPasswordError.COPY": "Het gekozen wachtwoord is ongeldig", "ResponseErrors.PasswordMismatchError.COPY": "Wachtwoorden zijn niet hetzelfde", "ResponseErrors.InvalidPasswordHash.COPY": "Ongeldige wachtwoord-hash, stuur de e-maillink opnieuw", "ResponseErrors.MissingPasswordHash.COPY": "Ontbrekende wachtwoord-hash, stuur de e-maillink opnieuw", - "ResponseErrors.DeleteKeyLostError.COPY": "De sleutel die u wilt verwijderen, is niet gevonden", - "ResponseErrors.ModifyKeyLostError.COPY": "De sleutel die u wilt wijzigen, is niet gevonden", + "ResponseErrors.DeleteKeyLostError.COPY": "De sleutel die je wilt verwijderen, is niet gevonden", + "ResponseErrors.ModifyKeyLostError.COPY": "De sleutel die je wilt wijzigen, is niet gevonden", "ResponseErrors.RequestResetLinkError.COPY": "Kan de link voor het opnieuw instellen van het wachtwoord niet aanvragen.", - "ResponseErrors.ConfirmSMSError.COPY": "SMS-code niet bevestigd, probeer het opnieuw.", + "ResponseErrors.ConfirmSMSError.COPY": "Sms-code niet bevestigd, probeer het opnieuw.", "ResponseErrors.InvalidChallenge.Title.COPY": "Inschrijvingsuitdaging is ongeldig", "ResponseErrors.InvalidChallenge.Description.COPY": "Kan de inschrijvingsuitdaging niet parseren, de uitdaging is ongeldig.", "ResponseErrors.DeactivationError.Title.COPY": "Kan deactiveringscode niet aanvragen", "ResponseErrors.DeactivationError.Description.COPY": "Kon geen deactiveringscode aanvragen voor bekend telefoonnummer: %1$s.", - "ResponseErrors.EmailInUse.Title.COPY": "E-mail al in gebruik", - "ResponseErrors.EmailInUse.Description.COPY": "Er is al een eduID gekoppeld aan deze e-mail", + "ResponseErrors.EmailInUse.Title.COPY": "E-mailadres al in gebruik", + "ResponseErrors.EmailInUse.Description.COPY": "Er is al een eduID gekoppeld aan dit e-mailadres", "ResponseErrors.ForbiddenDomainTitle.COPY": "Verboden domein", - "ResponseErrors.ForbiddenDomainText.COPY": "Het door jou opgegeven e-maildomein mag niet worden gebruikt", + "ResponseErrors.ForbiddenDomainText.COPY": "Het door jou opgegeven e-mailadres mag niet worden gebruikt", "ResponseErrors.NoInternetAccessTitle.COPY": "Er is iets fout gegaan", "ResponseErrors.NoInternetAccessText.COPY": "Kon de benodigde gegevens niet ophalen", "ResponseErrors.SMSErrorTitle.COPY": "Verkeerde verificatie", "ResponseErrors.SMSErrorText.COPY": "Je hebt een verkeerde verificatiecombinatie ingevoerd", "ResponseErrors.UnknownErrorTitle.COPY": "Onbekende fout", "ResponseErrors.UnknownErrorText.COPY": "Er is een onbekende fout opgetreden met de volgende statuscode", - "ResponseErrors.ExistingUserAndDeviceTitle.COPY": "Reeds gekoppeld", - "ResponseErrors.ExistingUserAndDeviceText.COPY": "Dit account is al gekoppeld aan een ander apparaat. Verwijder eerst jouw andere apparaat uit je account voordat je een nieuw apparaat registreert.", - "ResponseErrors.PersonalDetailsRetrieveError.COPY": "Ophalen van persoonlijke informatie mislukt", - "ResponseErrors.ActivityHistoryRetrieveError.COPY": "Ophalen van account activiteit mislukt", - "ResponseErrors.DeleteError.Title.COPY": "Kan niet verwijderen", + "ResponseErrors.ExistingUserAndDeviceTitle.COPY": "Al gekoppeld", + "ResponseErrors.ExistingUserAndDeviceText.COPY": "Dit account is al gekoppeld aan een ander apparaat. Verwijder eerst je andere apparaat uit je account voordat je een nieuw apparaat registreert.", + "ResponseErrors.PersonalDetailsRetrieveError.COPY": "Ophalen van persoonlijke gegevens mislukt", + "ResponseErrors.ActivityHistoryRetrieveError.COPY": "Ophalen van activiteit mislukt", + "ResponseErrors.DeleteError.Title.COPY": "Verwijderen lukt niet", "ResponseErrors.DeleteError.Description.COPY": "Account kan niet verwijderd worden", - "ResponseErrors.DeleteError.NameMismatchDescription.COPY": "De getypte naam is niet dezelfde als de bestaande naam", + "ResponseErrors.DeleteError.NameMismatchDescription.COPY": "De getypte naam is niet dezelfde als de naam die bekend is bij ons", "ResponseErrors.AccountCreateError.COPY": "Kan geen eduid-account maken voor e-mail %1$s.", "ResponseErrors.EmailDomainForbidden.Title.COPY": "E-maildomein is verboden", "ResponseErrors.EmailDomainForbidden.Description.COPY": "Het e-maildomein gebruikt in %1$s is niet toegestaan.", "ResponseErrors.Auth.Invalid.Title.COPY": "Autorisatie ongeldig", "ResponseErrors.Auth.Invalid.Description.COPY": "Ontvangen verificatie is ongeldig.", "ResponseErrors.Auth.Failed.Title.COPY": "Autorisatie mislukt", - "ResponseErrors.Auth.Failed.Description.COPY": "Er zijn geen autorisatiegegevens opgeslaan - herautorisatie is nodig.", + "ResponseErrors.Auth.Failed.Description.COPY": "Er zijn geen autorisatiegegevens opgeslagen - herautorisatie is nodig.", "ResponseErrors.Auth.Failed.TokenFailedDescription.Generic.COPY": "Autorisatiecode-uitwisseling mislukt", "ResponseErrors.Auth.Failed.TokenFailedDescription.WithException.COPY": "Autorisatiecode-uitwisseling mislukt: %1$s.", - "VerifyIdentity.TitleHasInternalLink.COPY": "Voeg een organisatie toe", - "VerifyIdentity.SubtitleHasInternalLink.COPY": "Door een organisatie toe te voegen, bewijs je dat je een student of medewerker bent van die organisatie. Dit verifïeert ook je eduID.", - "VerifyIdentity.Title.FirstLine.COPY": "Verifieer jouw identiteit", + "VerifyIdentity.TitleHasInternalLink.COPY": "Voeg een instelling toe", + "VerifyIdentity.SubtitleHasInternalLink.COPY": "Door een onderwijs- of onderzoeksinstelling toe te voegen, bewijs je aan eduID dat je een student of medewerker bent van die instelling.", + "VerifyIdentity.Title.FirstLine.COPY": "Bevestig wie je bent", "VerifyIdentity.Title.SecondLine.COPY": "Snel en eenvoudig", - "VerifyIdentity.Subtitle.COPY": "Verifieer dat je bent wie je zegt dat je bent.", - "VerifyIdentity.VerifyViaDutchInstitution.Title.COPY": "Verifieer via een Nederlandse onderwijsinstelling", - "VerifyIdentity.VerifyViaDutchInstitution.TitleHasInternalLink.COPY": "Voeg je organisatie toe door in te loggen", - "VerifyIdentity.VerifyViaDutchInstitution.Button.COPY": "Selecteer je instelling", - "VerifyIdentity.VerifyWithBankApp.Title.COPY": "Verifieer met een Nederlandse bank app", - "VerifyIdentity.VerifyWithBankApp.Button.COPY": "Selecteer je bank", - "VerifyIdentity.VerifyWithAEuropianId.Title.COPY": "Verifieer met een Europees ID", - "VerifyIdentity.VerifyWithAEuropianId.Button.COPY": "Selecteer een Europees ID", - "VerifyIdentity.OtherOptions.COPY": "Meer opties…", - "VerifyIdentity.VisitSupport.Full.COPY": "Kun je deze opties niet gebruiken, bezoek dan onze support pagina's", - "VerifyIdentity.VisitSupport.HighlightedPart.COPY": "support pagina's", + "VerifyIdentity.Subtitle.COPY": "Kies een manier om te bewijzen wie je bent. Daarna worden je voornaam, achternaam en eventueel geboortedatum aan je eduID toegevoegd.", + "VerifyIdentity.VerifyViaDutchInstitution.Title.COPY": "Nederlandse onderwijs- of onderzoeksinstelling", + "VerifyIdentity.VerifyViaDutchInstitution.TitleHasInternalLink.COPY": "Voeg je instelling toe door in te loggen", + "VerifyIdentity.VerifyViaDutchInstitution.Button.COPY": "Kies je instelling", + "VerifyIdentity.VerifyWithBankApp.Title.COPY": "Nederlandse bank-app", + "VerifyIdentity.VerifyWithBankApp.Button.COPY": "Kies je bank", + "VerifyIdentity.VerifyWithAEuropianId.Title.COPY": "Europese identiteit", + "VerifyIdentity.VerifyWithAEuropianId.Button.COPY": "Kies je land", + "VerifyIdentity.OtherOptions.COPY": "Toon andere manieren", + "VerifyIdentity.VisitSupport.Full.COPY": "Kun je deze manieren niet gebruiken? Bezoek dan onze Hulp-pagina.", + "VerifyIdentity.VisitSupport.HighlightedPart.COPY": "Hulp-pagina", "VerifyIdentity.VisitSupport.Link.COPY": "https://eduid.nl/help/", - "SelectYourBank.Title.COPY": "Selecteer je bank", - "SelectYourBank.Subtitle.Full.COPY": "Met iDIN controleren we via jouw bank je persoons- en adresgegevens. Zo weten we zeker dat jij het bent. Je doet geen betaling", + "SelectYourBank.Title.COPY": "Kies je bank", + "SelectYourBank.Subtitle.Full.COPY": "Via iDIN krijgen we je naam en geboortedatum van je bank. Zo weten we zeker wie je bent. Je doet geen betaling. Meer informatie over iDIN", "SelectYourBank.Subtitle.HighlightedPart.COPY": "Je doet geen betaling", - "SelectYourBank.MoreAboutIdin.COPY": "Meer over iDIN", + "SelectYourBank.MoreAboutIdin.COPY": "Meer informatie over iDIN", "SelectYourBank.IdinkLink.COPY": "https://www.idin.nl/", - "SelectYourBank.BankNotInList.Full.COPY": "Staat jouw bank niet in deze lijst, selecteer dan een andere methode", - "SelectYourBank.BankNotInList.HighlightedPart.COPY": "andere methode", - "LinkingSuccess.Title.COPY": "Jouw persoonlijke info 🎉", - "LinkingSuccess.Subtitle.COPY": "De volgende informatie is toegevoegd aan jouw eduID account en kan nu worden gedeeld.", - "LinkingSuccess.SubtitlePreferInstitution.COPY": "We hebben ook nieuwe informatie gekregen. Wil je deze gebruiken voor je eduID?", + "SelectYourBank.BankNotInList.Full.COPY": "Staat je bank er niet tussen? Kies dan een andere manier om te bewijzen wie je bent.", + "SelectYourBank.BankNotInList.HighlightedPart.COPY": "andere manier", + "LinkingSuccess.Title.COPY": "Je persoonlijke gegevens", + "LinkingSuccess.Subtitle.COPY": "De volgende gegevens zijn toegevoegd aan je eduID en kunnen nu worden gedeeld.", + "LinkingSuccess.SubtitlePreferInstitution.COPY": "We hebben ook nieuwe gegevens gekregen. Wil je deze gebruiken voor je eduID?", "LinkingSuccess.Button.Continue.COPY": "Ga door", "LinkingSuccess.Button.YesPlease.COPY": "Ja, graag", "LinkingSuccess.Button.NoThanks.COPY": "Nee, bedankt", "ExternalAccountLinkingError.Title.COPY": "Er is iets fout gegaan", - "ExternalAccountLinkingError.Subtitle.COPY": "Helaas konden we de gevraagde informatie niet ophalen.", - "ExternalAccountLinkingError.TryAnotherOption.COPY": "Probeer een andere optie" + "ExternalAccountLinkingError.Subtitle.COPY": "Helaas konden we de gevraagde gegevens niet ophalen.", + "ExternalAccountLinkingError.TryAnotherOption.COPY": "Probeer een andere manier", + "ReferenceNames.Idin.COPY": "iDIN", + "ReferenceNames.Eherkenning.COPY": "eIDAS" } diff --git a/localizations.yaml b/localizations.yaml index d755db68..0f02094e 100644 --- a/localizations.yaml +++ b/localizations.yaml @@ -1,5 +1,4 @@ --- - ANDROID: Button: OK: