รวม code แก้ไข OP 3138, 3141, 2736, 2654
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* http://keith-wood.name/calendars.html
|
||||
Vietnamese localisation for calendars datepicker for jQuery.
|
||||
Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */
|
||||
(function($) {
|
||||
'use strict';
|
||||
$.calendarsPicker.regionalOptions.vi = {
|
||||
renderer: $.calendarsPicker.defaultRenderer,
|
||||
prevText: '<Trước',
|
||||
prevStatus: 'Tháng trước',
|
||||
prevJumpText: '<<',
|
||||
prevJumpStatus: 'Năm trước',
|
||||
nextText: 'Tiếp>',
|
||||
nextStatus: 'Tháng sau',
|
||||
nextJumpText: '>>',
|
||||
nextJumpStatus: 'Năm sau',
|
||||
currentText: 'Hôm nay',
|
||||
currentStatus: 'Tháng hiện tại',
|
||||
todayText: 'Hôm nay',
|
||||
todayStatus: 'Tháng hiện tại',
|
||||
clearText: 'Xóa',
|
||||
clearStatus: 'Xóa ngày hiện tại',
|
||||
closeText: 'Đóng',
|
||||
closeStatus: 'Đóng và không lưu lại thay đổi',
|
||||
yearStatus: 'Năm khác',
|
||||
monthStatus: 'Tháng khác',
|
||||
weekText: 'Tu',
|
||||
weekStatus: 'Tuần trong năm',
|
||||
dayStatus: 'Đang chọn DD, \'ngày\' d M',
|
||||
defaultStatus: 'Chọn ngày',
|
||||
isRTL: false
|
||||
};
|
||||
$.calendarsPicker.setDefaults($.calendarsPicker.regionalOptions.vi);
|
||||
})(jQuery);
|
||||
Reference in New Issue
Block a user