All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template.i18n.grid.locale-zh-TW.js Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
;(function($){
    /**
     * 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
     *
     **/
    $.jgrid = $.jgrid || {};
    $.extend($.jgrid,{
        defaults : {
            recordtext: "{0} - {1} 共 {2} �",
            emptyrecords: "沒有記錄",
            loadtext: "載入中...",
            pgtext : " {0} å…± {1} é �",
            pgfirst : "First Page",
            pglast : "Last Page",
            pgnext : "Next Page",
            pgprev : "Previous Page",
            pgrecs : "Records per Page",
            showhide: "Toggle Expand Collapse Grid"
        },
        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: "檢視已�列"
        },
        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'
        }
    });
})(jQuery);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy