Skip to content

Commit

Permalink
Remove extraneous translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG committed Dec 16, 2024
1 parent 6366cce commit eee165e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
15 changes: 0 additions & 15 deletions lang/nl.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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.",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion resources/views/account/partials/forgotpassword.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.')' }"
>
<form v-on:submit.prevent="mutate">
<x-rapidez-ct::title.lg class="mb-4">
Expand Down

0 comments on commit eee165e

Please sign in to comment.