Blame view
static/plugins/webshim-gh-pages/js-webshim/dev/shims/i18n/formcfg-zh-TW.js
2.85 KB
831eac332 add file |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 |
webshims.validityMessages['zh-TW'] = { "typeMismatch": { "defaultMessage": "請輸入一個正確的值。", "email": "請輸入一個電子郵件地址。", "url": "請輸入一個網址。" }, "badInput": { "defaultMessage": "請輸入一個正確的值。", "number": "請輸入一個數字。", "date": "請輸入一個日期。", "time": "請輸入一個時間。", "range": "無效的值。", "month": "請輸入一個正確的值。", "datetime-local": "請輸入一個正確的日期和時間。" }, "rangeUnderflow": { "defaultMessage": "輸入的值必需大過或等於 {%min}。", "date": "輸入的值必需在 {%min} 或之後。", "time": "輸入的值必需在 {%min} 或之後。", "datetime-local": "輸入的值必需在 {%min} 或之後。", "month": "輸入的值必需在 {%min} 或之後。" }, "rangeOverflow": { "defaultMessage": "輸入的值必需小過或等於 {%max}。", "date": "輸入的值必需在 {%max} 或之前。", "time": "輸入的值必需在 {%max} 或之前。", "datetime-local": "輸入的值必需在 {%max} 或之前。", "month": "輸入的值必需在 {%max} 或之前。" }, "stepMismatch": "無效的輸入。", "tooLong": "請輸入 {%maxlength} 字元或更小。你輸入了 {%valueLen} 字元。", "tooShort": "請輸入 {%minlength} 字元或更多。你輸入了 {%valueLen} 字元。", "patternMismatch": "無效的輸入。{%title}", "valueMissing": { "defaultMessage": "請填寫此欄位。", "checkbox": "請核取此方塊以繼續。", "select": "請選取一個選擇。", "radio": "請選取一個選擇。" } }; webshims.formcfg['zh-TW'] = { "numberFormat": { ".": ".", ",": "," }, "numberSigns": '.', "dateSigns": '-', "timeSigns": ":. ", "dFormat": "-", "patterns": { "d": "yy-mm-dd" }, "meridian": [ "上午", "下午" ], "month": { "currentText": "本月" }, "time": { "currentText": "現在" }, "date": { "closeText": "完成", "clear": "清除", "prevText": "上", "nextText": "下", "currentText": "今日", "monthNames": [ "一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月" ], "monthNamesShort": [ "一月", "二月", "三月", "四月", "五月", "六月", "七月", "八月", "九月", "十月", "十一月", "十二月" ], "dayNames": [ "星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六" ], "dayNamesShort": [ "周日", "周一", "周二", "周三", "周四", "周五", "周六" ], "dayNamesMin": [ "日", "一", "二", "三", "四", "五", "六" ], "weekHeader": "週", "firstDay": 0, "isRTL": false, "showMonthAfterYear": true, "yearSuffix": "年" } }; |