mirror of
https://github.com/pierre42100/comunic
synced 2024-11-16 18:41:13 +00:00
26 lines
1.4 KiB
JavaScript
26 lines
1.4 KiB
JavaScript
|
videojs.addLanguage("nl",{
|
||
|
"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."
|
||
|
});
|