diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cc4cad7c3..5fc3dcb14b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,8 @@ CHANGELOG * @dmlap fixed URL parsing in IE9 ([view](https://github.com/videojs/video.js/pull/1765)) * @gkatsev Fixed issue where ManualTimeUpdatesOff was not de-registering events ([view](https://github.com/videojs/video.js/pull/1793)) * @brycefisher Added a guide on player disposal ([view](https://github.com/videojs/video.js/pull/1803)) +* @toniher added a Catalan translation ([view](https://github.com/videojs/video.js/pull/1794)) + -------------------- ## 4.11.3 (2014-12-19) diff --git a/lang/ca.json b/lang/ca.json new file mode 100644 index 0000000000..61961c7093 --- /dev/null +++ b/lang/ca.json @@ -0,0 +1,26 @@ +{ + "Play": "Reproducció", + "Pause": "Pausa", + "Current Time": "Temps reproduït", + "Duration Time": "Durada total", + "Remaining Time": "Temps restant", + "Stream Type": "Tipus de seqüència", + "LIVE": "EN DIRECTE", + "Loaded": "Carregat", + "Progress": "Progrés", + "Fullscreen": "Pantalla completa", + "Non-Fullscreen": "Pantalla no completa", + "Mute": "Silencia", + "Unmuted": "Amb so", + "Playback Rate": "Velocitat de reproducció", + "Subtitles": "Subtítols", + "subtitles off": "Subtítols desactivats", + "Captions": "Llegendes", + "captions off": "Llegendes desactivades", + "Chapters": "Capítols", + "You aborted the video playback": "Heu interromput la reproducció del vídeo.", + "A network error caused the video download to fail part-way.": "Un error de la xarxa ha interromput la baixada del vídeo.", + "The video could not be loaded, either because the server or network failed or because the format is not supported.": "No s'ha pogut carregar el vídeo perquè el servidor o la xarxa han fallat, o bé perquè el seu format no és compatible.", + "The video playback was aborted due to a corruption problem or because the video used features your browser did not support.": "La reproducció de vídeo s'ha interrumput per un problema de corrupció de dades o bé perquè el vídeo demanava funcions que el vostre navegador no ofereix.", + "No compatible source was found for this video.": "No s'ha trobat cap font compatible amb el vídeo." +}