mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-22 11:15:14 +00:00
Added dutch.js
This commit is contained in:
parent
eaeae034de
commit
6ce0b78bc5
1 changed files with 84 additions and 0 deletions
84
NUXT/plugins/languages/dutch.js
Normal file
84
NUXT/plugins/languages/dutch.js
Normal file
|
@ -0,0 +1,84 @@
|
|||
module.exports = {
|
||||
name: "Nederlands",
|
||||
|
||||
global: {
|
||||
home: "Home",
|
||||
subscriptions: "Abonnementen",
|
||||
library: "Bibliotheek"
|
||||
},
|
||||
|
||||
index: {
|
||||
connecting: "Verbinden",
|
||||
launching: "Opstarten"
|
||||
},
|
||||
|
||||
settings: {
|
||||
general: "Algemeen",
|
||||
theme: "Thema",
|
||||
player: "Video Player",
|
||||
uitweaker: "Gebruikers Interface",
|
||||
startupoptions: "Opstart Opties",
|
||||
plugins: "Plugins",
|
||||
updates: "Updates",
|
||||
logs: "Logs",
|
||||
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 Video Afbeelding",
|
||||
roundwatchpagecomponents: "Ronde Hoeken In Video Speler Componenten",
|
||||
radius: "Radius"
|
||||
},
|
||||
startup: {
|
||||
defaultpage: "Standaard Pagina"
|
||||
},
|
||||
updates: {
|
||||
install: "Installeer",
|
||||
view: "Bekijk",
|
||||
latest: "Laatste",
|
||||
installed: "Geïnstalleerd"
|
||||
},
|
||||
logs: {
|
||||
more: "Meer"
|
||||
},
|
||||
about: {
|
||||
appinformation: "App Informatie",
|
||||
appversion: "App Versie",
|
||||
deviceinformation: "Apparaat Informatie",
|
||||
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 Geupdate!",
|
||||
awesome: "Geweldig!"
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Reference in a new issue