From 8cf9f19c116bdca8b3d21c30ca75cb39a79b7e8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nguy=E1=BB=85n=20V=C4=83n=20=C3=81nh?= Date: Mon, 22 Dec 2014 10:15:50 -0800 Subject: [PATCH] @anhskohbo added a Vietnamese translation. closes #1734 --- CHANGELOG.md | 1 + lang/vi.json | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 lang/vi.json diff --git a/CHANGELOG.md b/CHANGELOG.md index a70db6b9e..3c2226538 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ CHANGELOG * @PeterDaveHello added a Traditional Chinese translation ([view](https://github.com/videojs/video.js/pull/1729)) * @mmcc updated the hide/show functions to use a class instead of inline styles ([view](https://github.com/videojs/video.js/pull/1681)) * @mister-ben added better handling of the additional videojs() arguments when the player is already initialized ([view](https://github.com/videojs/video.js/pull/1730)) +* @anhskohbo added a Vietnamese translation ([view](https://github.com/videojs/video.js/pull/1734)) -------------------- diff --git a/lang/vi.json b/lang/vi.json new file mode 100644 index 000000000..b02d84349 --- /dev/null +++ b/lang/vi.json @@ -0,0 +1,26 @@ +{ + "Play": "Phát", + "Pause": "Tạm dừng", + "Current Time": "Thời gian hiện tại", + "Duration Time": "Độ dài", + "Remaining Time": "Thời gian còn lại", + "Stream Type": "Kiểu Stream", + "LIVE": "TRỰC TIẾP", + "Loaded": "Đã tải", + "Progress": "Tiến trình", + "Fullscreen": "Toàn màn hình", + "Non-Fullscreen": "Thoát toàn màn hình", + "Mute": "Tắt tiếng", + "Unmuted": "Bật âm thanh", + "Playback Rate": "Tốc độ phát", + "Subtitles": "Phụ đề", + "subtitles off": "Tắt phụ đề", + "Captions": "Chú thích", + "captions off": "Tắt chú thích", + "Chapters": "Chương", + "You aborted the video playback": "Bạn đã hủy việc phát video.", + "A network error caused the video download to fail part-way.": "Một lỗi mạng dẫn đến việc tải video bị lỗi.", + "The video could not be loaded, either because the server or network failed or because the format is not supported.": "Video không tải được, mạng hay server có lỗi hoặc định dạng không được hỗ trợ.", + "The video playback was aborted due to a corruption problem or because the video used features your browser did not support.": "Phát video đã bị hủy do một sai lỗi hoặc video sử dụng những tính năng trình duyệt không hỗ trợ.", + "No compatible source was found for this video.": "Không có nguồn tương thích cho video này." +}