diff --git a/frontend/translations/dutch.js b/frontend/translations/dutch.js index 57ba577..0177e02 100644 --- a/frontend/translations/dutch.js +++ b/frontend/translations/dutch.js @@ -61,8 +61,8 @@ const data = { 'Are you sure you want to stop all uploads?': 'Weet u zeker dat u alle uploads wil stoppen?', 'Something went wrong': 'Er is iets foutgegaan', 'Invalid directory': 'Ongeldige map', - 'This field is required': 'This field is required', - 'Username already taken': 'Naam is al in gebruik', + 'This field is required': 'Dit veld is vereist', + 'Username already taken': 'Gebruikersnaam is al in gebruik', 'User not found': 'Gebruiker niet gevonden', 'Old password': 'Oud wachtwoord', 'New password': 'Nieuw wachtwoord', @@ -70,10 +70,10 @@ const data = { 'Updated': 'Aangepast', 'Deleted': 'Verwijderd', 'Your file is ready': 'Uw bestand is verwerkt', - 'View': 'View', - 'Search': 'Search', - 'Download permission': 'Download', - 'Guest': 'Guest', + 'View': 'Tonen', + 'Search': 'Zoeken', + 'Download permission': 'Toestemming om te downloaden', + 'Guest': 'Gast', 'Show hidden': 'Verborgen weergeven', }