| 1 |
/* |
| 2 |
* Translated default messages for the jQuery validation plugin. |
| 3 |
* Language: TW (Taiwan - Traditional Chinese) |
| 4 |
* Author: Mr.BB <Boris Yang> |
| 5 |
*/ |
| 6 |
jQuery.extend(jQuery.validator.messages, { |
| 7 |
required: "� |
| 8 |
填", |
| 9 |
remote: "請修正此欄位", |
| 10 |
email: "請輸� |
| 11 |
�正確的電子信箱", |
| 12 |
url: "請輸� |
| 13 |
�合法的URL", |
| 14 |
date: "請輸� |
| 15 |
�合法的日期", |
| 16 |
dateISO: "請輸� |
| 17 |
�合法的日期 (ISO).", |
| 18 |
number: "請輸� |
| 19 |
�數字", |
| 20 |
digits: "請輸� |
| 21 |
�整數", |
| 22 |
creditcard: "請輸� |
| 23 |
�合法的信用卡號碼", |
| 24 |
equalTo: "請重複輸� |
| 25 |
�一次", |
| 26 |
accept: "請輸� |
| 27 |
�有效的後缀字串", |
| 28 |
maxlength: jQuery.validator.format("請輸� |
| 29 |
�長度不大於{0} 的字串"), |
| 30 |
minlength: jQuery.validator.format("請輸� |
| 31 |
�長度不小於 {0} 的字串"), |
| 32 |
rangelength: jQuery.validator.format("請輸� |
| 33 |
�長度介於 {0} 和 {1} 之間的字串"), |
| 34 |
range: jQuery.validator.format("請輸� |
| 35 |
�介於 {0} 和 {1} 之間的數值"), |
| 36 |
max: jQuery.validator.format("請輸� |
| 37 |
�不大於 {0} 的數值"), |
| 38 |
min: jQuery.validator.format("請輸� |
| 39 |
�不小於 {0} 的數值") |
| 40 |
}); |