mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-01 17:32:39 +00:00
4eed75e909
Improved translation (uppercase where it shouldn't be used, grammar, use of existing Dutch words instead of an anglicism)
84 lines
2 KiB
JavaScript
84 lines
2 KiB
JavaScript
module.exports = {
|
|
name: "Nederlands",
|
|
|
|
global: {
|
|
home: "Home",
|
|
subscriptions: "Abonnementen",
|
|
library: "Bibliotheek"
|
|
},
|
|
|
|
index: {
|
|
connecting: "Verbinden",
|
|
launching: "Opstarten"
|
|
},
|
|
|
|
settings: {
|
|
general: "Algemeen",
|
|
theme: "Thema",
|
|
player: "Videospeler",
|
|
uitweaker: "Gebruikersinterface",
|
|
startupoptions: "Opstartopties",
|
|
plugins: "Plugins",
|
|
updates: "Updates",
|
|
logs: "Logboeken",
|
|
about: "Over",
|
|
devmode: "Register bewerken"
|
|
},
|
|
|
|
mods: {
|
|
general: {
|
|
language: "Taal"
|
|
},
|
|
theme: {
|
|
normal: "Normaal",
|
|
adaptive: "Adaptief",
|
|
custom: "Aangepast",
|
|
dark: "Donker",
|
|
black: "Zwart",
|
|
darkmode: "Donkere modus",
|
|
darkmodetagline: "Bravo Six, Going Dark."
|
|
},
|
|
tweaks: {
|
|
fullscreen: "Volledig scherm",
|
|
navbarblur: "Vervaging navigatiebalk",
|
|
roundedcorners: "Afgeronde hoeken",
|
|
roundthumbnails: "Ronde hoeken in miniatuurafbeelding",
|
|
roundwatchpagecomponents: "Ronde hoeken in videospeler",
|
|
radius: "Radius"
|
|
},
|
|
startup: {
|
|
defaultpage: "Standaard Pagina"
|
|
},
|
|
updates: {
|
|
install: "Installeer",
|
|
view: "Bekijk",
|
|
latest: "Laatste",
|
|
installed: "Geïnstalleerd"
|
|
},
|
|
logs: {
|
|
more: "Meer"
|
|
},
|
|
about: {
|
|
appinformation: "Applicatieinformatie",
|
|
appversion: "Applicatieversie",
|
|
deviceinformation: "Apparaatinformatie",
|
|
platform: "Platform",
|
|
os: "Besturingssysteem",
|
|
model: "Model",
|
|
manufacturer: "Fabrikant",
|
|
emulator: "Emulator",
|
|
github: "GitHub",
|
|
discord: "Discord"
|
|
}
|
|
},
|
|
|
|
events: {
|
|
welcome: "Welkom bij VueTube",
|
|
tagline: "De toekomst van videostreaming",
|
|
next: "Volgende",
|
|
updated: "VueTube is geüpdatet!",
|
|
awesome: "Geweldig!"
|
|
}
|
|
|
|
|
|
}
|