mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-04 02:09:22 +02:00
node_modules
This commit is contained in:
parent
6fa46f4e34
commit
680eb33f0d
4375 changed files with 1042080 additions and 6 deletions
40
node_modules/jquery-ui/ui/i18n/datepicker-vi.js
generated
vendored
Normal file
40
node_modules/jquery-ui/ui/i18n/datepicker-vi.js
generated
vendored
Normal file
|
@ -0,0 +1,40 @@
|
|||
/* Vietnamese initialisation for the jQuery UI date picker plugin. */
|
||||
/* Translated by Le Thanh Huy (lthanhhuy@cit.ctu.edu.vn). */
|
||||
( function( factory ) {
|
||||
"use strict";
|
||||
|
||||
if ( typeof define === "function" && define.amd ) {
|
||||
|
||||
// AMD. Register as an anonymous module.
|
||||
define( [ "../widgets/datepicker" ], factory );
|
||||
} else {
|
||||
|
||||
// Browser globals
|
||||
factory( jQuery.datepicker );
|
||||
}
|
||||
} )( function( datepicker ) {
|
||||
"use strict";
|
||||
|
||||
datepicker.regional.vi = {
|
||||
closeText: "Đóng",
|
||||
prevText: "<Trước",
|
||||
nextText: "Tiếp>",
|
||||
currentText: "Hôm nay",
|
||||
monthNames: [ "Tháng Một", "Tháng Hai", "Tháng Ba", "Tháng Tư", "Tháng Năm", "Tháng Sáu",
|
||||
"Tháng Bảy", "Tháng Tám", "Tháng Chín", "Tháng Mười", "Tháng Mười Một", "Tháng Mười Hai" ],
|
||||
monthNamesShort: [ "Tháng 1", "Tháng 2", "Tháng 3", "Tháng 4", "Tháng 5", "Tháng 6",
|
||||
"Tháng 7", "Tháng 8", "Tháng 9", "Tháng 10", "Tháng 11", "Tháng 12" ],
|
||||
dayNames: [ "Chủ Nhật", "Thứ Hai", "Thứ Ba", "Thứ Tư", "Thứ Năm", "Thứ Sáu", "Thứ Bảy" ],
|
||||
dayNamesShort: [ "CN", "T2", "T3", "T4", "T5", "T6", "T7" ],
|
||||
dayNamesMin: [ "CN", "T2", "T3", "T4", "T5", "T6", "T7" ],
|
||||
weekHeader: "Tu",
|
||||
dateFormat: "dd/mm/yy",
|
||||
firstDay: 0,
|
||||
isRTL: false,
|
||||
showMonthAfterYear: false,
|
||||
yearSuffix: "" };
|
||||
datepicker.setDefaults( datepicker.regional.vi );
|
||||
|
||||
return datepicker.regional.vi;
|
||||
|
||||
} );
|
Loading…
Add table
Add a link
Reference in a new issue