From c2e0c89d4cc09c32be656770855f0b63d373b7c4 Mon Sep 17 00:00:00 2001 From: nemesreviz Date: Thu, 4 Dec 2014 11:50:21 -0800 Subject: [PATCH] @nemesreviz added a Hungarian translation. closes #1711 --- CHANGELOG.md | 1 + lang/hu.json | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 lang/hu.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ef79425a7..d3099ad262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ CHANGELOG * @azawawi added an Arabic translation ([view](https://github.com/videojs/video.js/pull/1692)) * @mmcc added functions for better timeout and interval handling ([view](https://github.com/videojs/video.js/pull/1642)) * @mmcc fixed the vdata exception when you dispose a player with tracks ([view](https://github.com/videojs/video.js/pull/1710)) +* @nemesreviz added a Hungarian translation ([view](https://github.com/videojs/video.js/pull/1711)) -------------------- diff --git a/lang/hu.json b/lang/hu.json new file mode 100644 index 0000000000..4b7dcffc40 --- /dev/null +++ b/lang/hu.json @@ -0,0 +1,26 @@ +{ + "Play": "Lejátszás", + "Pause": "Szünet", + "Current Time": "Aktuális időpont", + "Duration Time": "Hossz", + "Remaining Time": "Hátralévő idő", + "Stream Type": "Adatfolyam típusa", + "LIVE": "ÉLŐ", + "Loaded": "Betöltve", + "Progress": "Állapot", + "Fullscreen": "Teljes képernyő", + "Non-Fullscreen": "Normál méret", + "Mute": "Némítás", + "Unmuted": "Némítás kikapcsolva", + "Playback Rate": "Lejátszási sebesség", + "Subtitles": "Feliratok", + "subtitles off": "Feliratok kikapcsolva", + "Captions": "Magyarázó szöveg", + "captions off": "Magyarázó szöveg kikapcsolva", + "Chapters": "Fejezetek", + "You aborted the video playback": "Leállította a lejátszást", + "A network error caused the video download to fail part-way.": "Hálózati hiba miatt a videó részlegesen töltődött le.", + "The video could not be loaded, either because the server or network failed or because the format is not supported.": "A videó nem tölthető be hálózati vagy kiszolgálói hiba miatt, vagy a formátuma nem támogatott.", + "The video playback was aborted due to a corruption problem or because the video used features your browser did not support.": "A lejátszás adatsérülés miatt leállt, vagy a videó egyes tulajdonságait a böngészője nem támogatja.", + "No compatible source was found for this video.": "Nincs kompatibilis forrás ehhez a videóhoz." +}