Skip to content

Instantly share code, notes, and snippets.

@bootleq
Created February 26, 2011 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bootleq/845255 to your computer and use it in GitHub Desktop.
Save bootleq/845255 to your computer and use it in GitHub Desktop.
formcheck.js v.1.7 Traditional Chinese (zh-TW) locale.
{
"definitions" : {
"required" : "這個欄位必須填寫。",
"alpha" : "這個欄位只接受英文字母。",
"alphanum" : "這個欄位只接受英文或數字。",
"nodigit" : "不接受數字。",
"digit" : "請輸入有效的整數。",
"digitmin" : "數字必須大於 %0",
"digitltd" : "數值必須介於 %0 與 %1 之間",
"number" : "請輸入有效的數字。",
"email" : "請輸入有效的 email:<br /><span>例: yourname@domain.com</span>",
"image" : "這個欄位只能包含圖片類型",
"phone": "請輸入有效的電話號碼。",
"url" : "請輸入有效的網址:<br /><span>例: http://www.domain.com</span>",
"confirm" : "這個欄位與 %0 不符",
"differs" : "這個欄位不能與 %0 相同",
"length_str" : "字串長度不正確,必須在 %0 與 %1 之間",
"length_fix" : "字串長度不正確,必須為 %0 個字元",
"lengthmax" : "字串長度不正確,必須在 %0 個字元以內",
"lengthmin" : "字串長度不正確,至少必須有 %0 個字元",
"words_min" : "這個欄位至少需包含 %0 個詞,目前只有 %1 個詞",
"words_range" : "這個欄位需包含 %0 至 %1 個詞,目前有 %2 個詞",
"words_max" : "這個欄位最多只能包含 %0 個詞,目前有 %1 個詞",
"checkbox" : "請勾選核取方塊",
"checkboxes_group" : "請勾選至少 %0 個核取方塊",
"radios" : "請選擇一個選項",
"select" : "請選擇一個選項",
"select_multiple" : "請選擇至少一個選項"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment