diff --git a/lang/nl.json b/lang/nl.json index 77dfecb..93065f7 100644 --- a/lang/nl.json +++ b/lang/nl.json @@ -1,17 +1,14 @@ { "Account features": "Account voordelen", - "Account overview": "Account overzicht", "Account registration successful.": "Accountregistratie succesvol.", "Account settings": "Account instellingen", "Add a new address": "Voeg een nieuw adres toe", "Add address and save": "Voeg adres toe en sla op", - "Address": "Adres", "Address changed successfully": "Adres succesvol gewijzigd", "Address created successfully": "Adres succesvol aangemaakt", "Address data": "Adresgegevens", "Already logged in": "Al ingelogd", "Amount": "Bedrag", - "An email is send with a password reset link if an account exists with the provided email address.": "Een e-mail is verzonden met een link om het wachtwoord te resetten, als er een account bestaat met het opgegeven e-mailadres.", "and use a different e-mail address.": "en gebruik een ander e-mailadres.", "Back to account": "Terug naar account", "Back to cart": "Terug naar winkelwagen", @@ -24,21 +21,14 @@ "Change address and save": "Adres wijzigen en opslaan", "Change credentials / Add addresses / Newsletters": "Wijzig gegevens / Voeg adressen toe / Nieuwsbrieven", "Change e-mail address": "E-mailadres wijzigen", - "Change password": "Wachtwoord wijzigen", - "Changed successfully!": "Succesvol gewijzigd!", - "Contact information": "Contactgegevens", "Continue shopping": "Verder winkelen", "Coupon code": "Kortingscode", - "Current password": "Huidig wachtwoord", "Customer centre": "Klantenservice", - "Default billing address": "Standaard factuuradres", - "Default shipping address": "Standaard verzendadres", "Delete address": "Adres verwijderen", "Delivery method": "Bezorgmethode", "Deselect as billing": "Deselecteer als factuuradres", "Deselect as shipping": "Deselecteer als verzendadres", "Don't have an account yet? Create an account and enjoy faster ordering, repeat orders, status of your order, easy returns and more!": "Nog geen account? Maak een account aan en geniet van sneller bestellen, herhaalde bestellingen, bestelstatus, gemakkelijke retouren en meer!", - "Edit": "Bewerken", "Enter your e-mail address": "Voer uw e-mailadres in", "Enter your email address": "Voer uw e-mailadres in", "Enter your email address below, you will receive an email within minutes to reset the password.": "Voer hieronder uw e-mailadres in, u ontvangt binnen enkele minuten een e-mail om het wachtwoord te resetten.", @@ -49,25 +39,20 @@ "Log out": "Uitloggen", "Logout from your account": "Uitloggen van uw account", "My addresses": "Mijn adressen", - "New password": "Nieuw wachtwoord", "Newsletter": "Nieuwsbrief", "No account yet? Create an account and benefit instantly from repeat orders, order statuses and easy returns!": "Nog geen account? Maak direct een account aan en profiteer van herhaalde bestellingen, bestelstatus en gemakkelijke retouren!", "No default address has been set yet.": "Er is nog geen standaardadres ingesteld.", "Number of products": "Aantal producten", - "Order": "Bestelling", "Order again": "Bestelling herhalen", "Order date": "Besteldatum", "Order overview": "Bestellingsoverzicht", "Ordered within 2 minutes": "Besteld binnen 2 minuten", "Place repeat order / View orders": "Herhaal bestelling / Bekijk bestellingen", "Please select an address": "Selecteer een adres", - "Price": "Prijs", "Product": "Product", "Quick and easy ordering without having to fill in your details every time": "Snel en eenvoudig bestellen zonder elke keer uw gegevens in te vullen", - "Register": "Registreren", "Register account": "Account registreren", "Register within 1 minute": "Registreer binnen 1 minuut", - "Reset password": "Wachtwoord opnieuw instellen", "Return to home": "Terug naar home", "Security token": "Beveiligingstoken", "Select an address": "Selecteer een adres", diff --git a/resources/views/account/partials/forgotpassword.blade.php b/resources/views/account/partials/forgotpassword.blade.php index 13f3a88..908e708 100644 --- a/resources/views/account/partials/forgotpassword.blade.php +++ b/resources/views/account/partials/forgotpassword.blade.php @@ -3,7 +3,7 @@ query="mutation reset($email: String!) { requestPasswordResetEmail ( email: $email ) }" v-slot="{ mutate, variables }" :clear="true" - :notify="{ message: '@lang('An email is send with a password reset link if an account exists with the provided email address.')' }" + :notify="{ message: '@lang('An email has been sent with a password reset link if an account exists with the provided email address.')' }" >