/** * jqGrid Chinese (Taiwan) Translation for v4.2 * linquize * https://github.com/linquize/jqGrid * Dual licensed under the MIT and GPL licenses: * http://www.opensource.org/licenses/mit-license.php * http://www.gnu.org/licenses/gpl.html * **/ /*global jQuery, define */ (function( factory ) { "use strict"; if ( typeof define === "function" && define.amd ) { // AMD. Register as an anonymous module. define([ "jquery", "../grid.base" ], factory ); } else { // Browser globals factory( jQuery ); } }(function( $ ) { $.jgrid = $.jgrid || {}; if(!$.jgrid.hasOwnProperty("regional")) { $.jgrid.regional = []; } $.jgrid.regional["tw"] = { defaults : { recordtext: "{0} - {1} å…± {2} æ¢", emptyrecords: "沒有記錄", loadtext: "載入ä¸...", pgtext : " {0} å…± {1} é ", savetext: "Saving...", pgfirst : "First Page", pglast : "Last Page", pgnext : "Next Page", pgprev : "Previous Page", pgrecs : "Records per Page", showhide: "Toggle Expand Collapse Grid", // mobile pagerCaption : "Grid::Page Settings", pageText : "Page:", recordPage : "Records per Page", nomorerecs : "No more records...", scrollPullup: "Pull up to load more...", scrollPulldown : "Pull down to refresh...", scrollRefresh : "Release to refresh..." }, search : { caption: "æœå°‹...", Find: "æœå°‹", Reset: "é‡è¨", odata: [{ oper:'eq', text:"ç‰æ–¼ "},{ oper:'ne', text:"ä¸ç‰æ–¼ "},{ oper:'lt', text:"å°æ–¼ "},{ oper:'le', text:"å°æ–¼ç‰æ–¼ "},{ oper:'gt', text:"大於 "},{ oper:'ge', text:"å¤§æ–¼ç‰æ–¼ "},{ oper:'bw', text:"é–‹å§‹æ–¼ "},{ oper:'bn', text:"ä¸é–‹å§‹æ–¼ "},{ oper:'in', text:"åœ¨å…¶ä¸ "},{ oper:'ni', text:"ä¸åœ¨å…¶ä¸ "},{ oper:'ew', text:"çµæŸæ–¼ "},{ oper:'en', text:"ä¸çµæŸæ–¼ "},{ oper:'cn', text:"åŒ…å« "},{ oper:'nc', text:"ä¸åŒ…å« "},{ oper:'nu', text:'is null'},{ oper:'nn', text:'is not null'}], groupOps: [ { op: "AND", text: "所有" }, { op: "OR", text: "任一" } ], operandTitle : "Click to select search operation.", resetTitle : "Reset Search Value" }, edit : { addCaption: "新增記錄", editCaption: "編輯記錄", bSubmit: "æäº¤", bCancel: "å–æ¶ˆ", bClose: "關閉", saveData: "資料已改變,是å¦å„²å˜ï¼Ÿ", bYes : "是", bNo : "å¦", bExit : "å–æ¶ˆ", msg: { required:"æ¤æ¬„å¿…è¦", number:"請輸入有效的數å—", minValue:"å€¼å¿…é ˆå¤§æ–¼ç‰æ–¼ ", maxValue:"å€¼å¿…é ˆå°æ–¼ç‰æ–¼ ", email: "䏿˜¯æœ‰æ•ˆçš„e-mail地å€", integer: "請輸入有效整数", date: "請輸入有效時間", url: "ç¶²å€ç„¡æ•ˆã€‚å‰ç¶´å¿…é ˆç‚º ('http://' 或 'https://')", nodefined : " 未定義ï¼", novalue : " 需è¦å‚³å›žå€¼ï¼", customarray : "自訂函數應傳回陣列ï¼", customfcheck : "自訂檢查應有自訂函數ï¼" } }, view : { caption: "查看記錄", bClose: "關閉" }, del : { caption: "刪除", msg: "刪除已é¸è¨˜éŒ„?", bSubmit: "刪除", bCancel: "å–æ¶ˆ" }, nav : { edittext: "", edittitle: "編輯已é¸åˆ—", addtext:"", addtitle: "新增列", deltext: "", deltitle: "刪除已é¸åˆ—", searchtext: "", searchtitle: "æœå°‹è¨˜éŒ„", refreshtext: "", refreshtitle: "釿–°æ•´ç†è¡¨æ ¼", alertcap: "è¦å‘Š", alerttext: "è«‹é¸æ“‡åˆ—", viewtext: "", viewtitle: "檢視已é¸åˆ—", savetext: "", savetitle: "Save row", canceltext: "", canceltitle : "Cancel row editing", selectcaption : "Actions..." }, col : { caption: "鏿“‡æ¬„", bSubmit: "確定", bCancel: "å–æ¶ˆ" }, errors : { errcap : "錯誤", nourl : "未è¨å®šURL", norecords: "無需è¦è™•ç†çš„記錄", model : "colNames å’Œ colModel 長度ä¸åŒï¼" }, formatter : { integer : {thousandsSeparator: " ", defaultValue: '0'}, number : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, defaultValue: '0.00'}, currency : {decimalSeparator:".", thousandsSeparator: " ", decimalPlaces: 2, prefix: "", suffix:"", defaultValue: '0.00'}, date : { dayNames: [ "æ—¥", "一", "二", "三", "å››", "五", "å…", "星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期å…" ], monthNames: [ "一", "二", "三", "å››", "五", "å…", "七", "å…«", "ä¹", "å", "å一", "å二", "一月", "二月", "三月", "四月", "五月", "å…æœˆ", "七月", "八月", "乿œˆ", "åæœˆ", "å一月", "å二月" ], AmPm : ["上åˆ","下åˆ","上åˆ","下åˆ"], S: function (j) {return j < 11 || j > 13 ? ['st', 'nd', 'rd', 'th'][Math.min((j - 1) % 10, 3)] : 'th';}, srcformat: 'Y-m-d', newformat: 'm-d-Y', parseRe : /[#%\\\/:_;.,\t\s-]/, masks : { ISO8601Long:"Y-m-d H:i:s", ISO8601Short:"Y-m-d", ShortDate: "Y/j/n", LongDate: "l, F d, Y", FullDateTime: "l, F d, Y g:i:s A", MonthDay: "F d", ShortTime: "g:i A", LongTime: "g:i:s A", SortableDateTime: "Y-m-d\\TH:i:s", UniversalSortableDateTime: "Y-m-d H:i:sO", YearMonth: "F, Y" }, reformatAfterEdit : false, userLocalTime : false }, baseLinkUrl: '', showAction: '', target: '', checkbox : {disabled:true}, idName : 'id' } }; }));