aboutsummaryrefslogtreecommitdiffstats
path: root/themes/default/js/ui/i18n/jquery.ui.timepicker-vi.js
blob: 60d712a2a02f01ab2755da538e3f3d4bdcc8733f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* Vietnamese translation for the jQuery Timepicker Addon */
/* Written by Nguyen Dinh Trung */
(function($) {
	$.timepicker.regional['vi'] = {
		timeOnlyTitle: 'Chọn giờ',
		timeText: 'Thời gian',
		hourText: 'Giờ',
		minuteText: 'Phút',
		secondText: 'Giây',
		millisecText: 'Mili giây',
		microsecText: 'Micrô giây',
		timezoneText: 'Múi giờ',
		currentText: 'Hiện thời',
		closeText: 'Đóng',
		timeFormat: 'HH:mm',
		amNames: ['SA', 'S'],
		pmNames: ['CH', 'C'],
		isRTL: false
	};
	$.timepicker.setDefaults($.timepicker.regional['vi']);
})(jQuery);