﻿var errorMsgs=new Object();
errorMsgs["please_enter"]="請填寫 [ #label# ]";
errorMsgs["invalid_format"] = "[ #label# ] 格式不正確 ";
errorMsgs["invalid_id_format"]="ID number [ #label# ] is not valid.";
errorMsgs["invalid_date_format"] = "[ #label# ] (#format#) 日期格式不正確 ";
//errorMsgs["nan"]="[ #label# ] is not a number or cannot consists of space";
errorMsgs["nan"]="[ #label# ] is not a number";
//errorMsgs["nan"]="[ #label# ] cannot consists of space";
errorMsgs["string_max"] = "[ #label# ] 一定不能多於 #number# 個字符";
errorMsgs["string_min"] = "[ #label# ] 一定不能少於 #number# 個字符";
errorMsgs["string_equal"]="[ #label# ] must equal to #number# characters";
errorMsgs["number_max"]="[ #label# ] must equal or less than #number#";
errorMsgs["number_min"]="[ #label# ] must equal or more than #number#";
errorMsgs["select_min"]="[ #label# ] must select more than #number# item";
errorMsgs["select_max"]="[ #label# ] must select less than #number# item";
errorMsgs["age"]="[ #label# ] must equal or greater than 18";
errorMsgs["tel"]="[ #label# ] must not be the same as Leader's primary tel no.";
errorMsgs["valid_date"]="[ #label# ] is not a valid date";
errorMsgs["memtel"]="[ #label# ] must not be the Primary tel no.";
errorMsgs["valid_decimal"]="[ #label# ] is not a valid decimal number and the decimal number should not with more than 2 decimal places";