Skip to content

Commit

Permalink
Merge pull request #337 from keeword/master
Browse files Browse the repository at this point in the history
update validation.php in zh-CN and zh-HK, fix the translation error about 'exist'
  • Loading branch information
caouecs committed Feb 6, 2015
2 parents bc3fab2 + 6b8f877 commit 5882df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion zh-CN/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"digits" => ":attribute 必须是 :digits 位的数字。",
"digits_between" => ":attribute 必须是介于 :min 和 :max 位的数字。",
"email" => ":attribute 邮箱格式非法。",
"exists" => ":attribute 已经存在",
"exists" => ":attribute 不存在",
"image" => ":attribute 必须是一张图片。",
"in" => "已选的属性 :attribute 非法。",
"integer" => ":attribute 必须是一个整数。",
Expand Down
2 changes: 1 addition & 1 deletion zh-HK/validation.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"digits" => ":attribute 必須是 :digits 位數字。",
"digits_between" => ":attribute 必須介乎 :min 至 :max 位數字。",
"email" => ":attribute 的格式無效。",
"exists" => ":attribute 已經存在",
"exists" => ":attribute 不存在",
"image" => ":attribute 必須是一張圖片。",
"in" => "所揀選的 :attribute 選項無效。",
"integer" => ":attribute 必須是一個整數。",
Expand Down

0 comments on commit 5882df5

Please sign in to comment.