From bcbf47e23940b6db45d74761465c2a69ece08e8a Mon Sep 17 00:00:00 2001 From: Rick Slierendregt <71077562+Mcfly2340@users.noreply.github.com> Date: Thu, 16 Jun 2022 10:44:08 +0200 Subject: [PATCH] Improved the Dutch Language more --- NUXT/plugins/languages/dutch.js | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/NUXT/plugins/languages/dutch.js b/NUXT/plugins/languages/dutch.js index 30a3b84..bf14303 100644 --- a/NUXT/plugins/languages/dutch.js +++ b/NUXT/plugins/languages/dutch.js @@ -15,12 +15,12 @@ module.exports = { settings: { general: "Algemeen", theme: "Thema", - player: "Video Player", - uitweaker: "Gebruikers Interface", - startupoptions: "Opstart Opties", + player: "Videospeler", + uitweaker: "Gebruikersinterface", + startupoptions: "Opstartopties", plugins: "Plugins", updates: "Updates", - logs: "Logs", + logs: "Logboeken", about: "Over", devmode: "Register Bewerken" }, @@ -42,9 +42,9 @@ module.exports = { fullscreen: "Volledig Scherm", navbarblur: "Vervaging Navigatiebalk", roundedcorners: "Afgeronde Hoeken", - roundthumbnails: "Ronde Hoeken In Video Afbeelding", + roundthumbnails: "Ronde Hoeken In Video Miniaturen", roundwatchpagecomponents: "Ronde Hoeken In Video Speler Componenten", - radius: "Radius" + radius: "Straal" }, startup: { defaultpage: "Standaard Pagina" @@ -59,9 +59,9 @@ module.exports = { more: "Meer" }, about: { - appinformation: "App Informatie", - appversion: "App Versie", - deviceinformation: "Apparaat Informatie", + appinformation: "Applicatieinformatie", + appversion: "Applicatieversie", + deviceinformation: "Apparaatinformatie", platform: "Platform", os: "Besturingssysteem", model: "Model", @@ -76,9 +76,9 @@ module.exports = { welcome: "Welkom bij VueTube", tagline: "De toekomst van videostreaming", next: "Volgende", - updated: "VueTube is Geupdate!", + updated: "VueTube is bijgewerkt!", awesome: "Geweldig!" } - } \ No newline at end of file + }