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-CN.js
/* Chinese initialisation for the jQuery UI date picker plugin. */ /* Written by Cloudream (cloudream@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-CN" ] = { 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-CN" ] ); return datepicker.regional[ "zh-CN" ]; } );
Save
Cancel