diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b23a137e..1ffe7235e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ CHANGELOG * @andekande improved the German translation ([view](https://github.com/videojs/video.js/pull/1555)) * @OlehTsvirko added a Ukrainian translation ([view](https://github.com/videojs/video.js/pull/1562)) * @OlehTsvirko added a Russian translation ([view](https://github.com/videojs/video.js/pull/1563)) +* @thijstriemstra added a Dutch translation ([view](https://github.com/videojs/video.js/pull/1566)) -------------------- diff --git a/lang/nl.json b/lang/nl.json new file mode 100644 index 000000000..da9bc3ed0 --- /dev/null +++ b/lang/nl.json @@ -0,0 +1,26 @@ +{ + "Play": "Afspelen", + "Pause": "Pauze", + "Current Time": "Huidige Tijd", + "Duration Time": "Looptijd", + "Remaining Time": "Resterende Tijd", + "Stream Type": "Stream Type", + "LIVE": "LIVE", + "Loaded": "Geladen", + "Progress": "Status", + "Fullscreen": "Volledig scherm", + "Non-Fullscreen": "Geen volledig scherm", + "Mute": "Geluid Uit", + "Unmuted": "Geluid Aan", + "Playback Rate": "Weergave Rate", + "Subtitles": "Ondertiteling", + "subtitles off": "Ondertiteling uit", + "Captions": "Onderschriften", + "captions off": "Onderschriften uit", + "Chapters": "Hoofdstukken", + "You aborted the video playback": "Je hebt de video weergave afgebroken.", + "A network error caused the video download to fail part-way.": "De video download is mislukt door een netwerkfout.", + "The video could not be loaded, either because the server or network failed or because the format is not supported.": "De video kon niet worden geladen, veroorzaakt door een server of netwerkfout of het formaat word niet ondersteund.", + "The video playback was aborted due to a corruption problem or because the video used features your browser did not support.": "De video weergave is afgebroken omdat deze beschadigd is of de video gebruikt functionaliteit die niet door je browser word ondersteund.", + "No compatible source was found for this video.": "Voor deze video is geen ondersteunde bron gevonden." +} \ No newline at end of file