Sha256: b041f9624a0f04cd756ece3497039173a62a07dabbd30fcd79cf3aa21073ec66

Contents?: true

Size: 1.03 KB

Versions: 10

Compression:

Stored size: 1.03 KB

Contents

/*
 * Translated default messages for the jQuery validation plugin.
 * Locale: TW (Taiwan - Traditional Chinese)
 */
jQuery.extend(jQuery.validator.messages, {
        required: "必填",
		remote: "請修正此欄位",
		email: "請輸入正確的電子信箱",
		url: "請輸入合法的URL",
		date: "請輸入合法的日期",
		dateISO: "請輸入合法的日期 (ISO).",
		number: "請輸入數字",
		digits: "請輸入整數",
		creditcard: "請輸入合法的信用卡號碼",
		equalTo: "請重複輸入一次",
		accept: "請輸入有效的後缀字串",
		maxlength: jQuery.validator.format("請輸入長度不大於{0} 的字串"),
		minlength: jQuery.validator.format("請輸入長度不小於 {0} 的字串"),
		rangelength: jQuery.validator.format("請輸入長度介於 {0} 和 {1} 之間的字串"),
		range: jQuery.validator.format("請輸入介於 {0} 和 {1} 之間的數值"),
		max: jQuery.validator.format("請輸入不大於 {0} 的數值"),
		min: jQuery.validator.format("請輸入不小於 {0} 的數值")
});

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
wheels-0.1.8 public/javascripts/jquery-validate/localization/messages_tw.js
wheels-0.1.7 public/javascripts/jquery-validate/localization/messages_tw.js
wheels-0.1.6 public/javascripts/jquery-validate/localization/messages_tw.js
wheels-0.1.5 public/javascripts/jquery-validate/localization/messages_tw.js
wheels-0.1.4 public/javascripts/jquery-validate/localization/messages_tw.js
wheels-0.1.3 public/javascripts/jquery-validate/localization/messages_tw.js
wheels-0.1.2 public/javascripts/jquery-validate/localization/messages_tw.js
wheels-0.1.1 public/javascripts/jquery-validate/localization/messages_tw.js
wheels-0.1.0 public/javascripts/jquery-validate/localization/messages_tw.js
wheels-0.0.49 public/javascripts/jquery-validate/localization/messages_tw.js