PluginProbe
RSVP and Event Management / 1.3.0
RSVP and Event Management v1.3.0
trunk 0.5.0 0.6.0 0.7.0 0.8.0 0.9.0 0.9.5 1.0.0 1.1.0 1.2.0 1.2.1 1.3.0 1.3.1 1.3.2 1.5.0 1.6.0 1.6.1 1.6.2 1.6.5 1.7.0 1.7.2 1.7.3 1.7.4 1.7.5 1.7.6 All 136 releases
rsvp / jquery-validate / localization / messages_tw.js

messages_tw.js in RSVP and Event Management 1.3.0, at jquery-validate/localization/messages_tw.js

40 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 });