From 1710e79d99a07a7396d01f298d1aa5737ab98d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tri=20=C3=82n?= Date: Mon, 13 Mar 2017 01:13:28 +0700 Subject: [PATCH] Vietnamese translation --- i18n/jquery.colorbox-vi.js | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 i18n/jquery.colorbox-vi.js diff --git a/i18n/jquery.colorbox-vi.js b/i18n/jquery.colorbox-vi.js new file mode 100644 index 0000000..72c2918 --- /dev/null +++ b/i18n/jquery.colorbox-vi.js @@ -0,0 +1,16 @@ +/* + jQuery Colorbox language configuration + language: Vietnamese (vi) + translated by: ngtrian + site: nopviet.com +*/ +jQuery.extend(jQuery.colorbox.settings, { + current: "ảnh {current} trên {total}", + previous: "trước đó", + next: "tiếp theo", + close: "đóng", + xhrError: "Thất bại tải về nội dung này.", + imgError: "Thất bại tải về ảnh này.", + slideshowStart: "Bắt đầu trình chiếu", + slideshowStop: "Kết thúc trình chiếu" +});