Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
javascript
/
jquery-ui
/
ui
/
i18n
π€ Upload
π New File
π New Folder
Close
Editing: datepicker-zh-TW.js
/* Chinese initialisation for the jQuery UI date picker plugin. */ /* Written by Ressol (ressol@gmail.com). */ ( 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[ "zh-TW" ] = { closeText: "ιι", prevText: "<δΈεζ", nextText: "δΈεζ>", currentText: "δ»ε€©", monthNames: [ "δΈζ", "δΊζ", "δΈζ", "εζ", "δΊζ", "ε ζ", "δΈζ", "ε «ζ", "δΉζ", "εζ", "εδΈζ", "εδΊζ" ], monthNamesShort: [ "δΈζ", "δΊζ", "δΈζ", "εζ", "δΊζ", "ε ζ", "δΈζ", "ε «ζ", "δΉζ", "εζ", "εδΈζ", "εδΊζ" ], dayNames: [ "ζζζ₯", "ζζδΈ", "ζζδΊ", "ζζδΈ", "ζζε", "ζζδΊ", "ζζε " ], dayNamesShort: [ "ι±ζ₯", "ι±δΈ", "ι±δΊ", "ι±δΈ", "ι±ε", "ι±δΊ", "ι±ε " ], dayNamesMin: [ "ζ₯", "δΈ", "δΊ", "δΈ", "ε", "δΊ", "ε " ], weekHeader: "ι±", dateFormat: "yy/mm/dd", firstDay: 1, isRTL: false, showMonthAfterYear: true, yearSuffix: "εΉ΄" }; datepicker.setDefaults( datepicker.regional[ "zh-TW" ] ); return datepicker.regional[ "zh-TW" ]; } );
Save
Cancel