Skip to content

Commit

Permalink
Merge pull request #1 from caouecs/master
Browse files Browse the repository at this point in the history
sync
  • Loading branch information
overtrue committed Feb 7, 2015
2 parents bc3fab2 + 94a9394 commit 388f99b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion zh-CN/reminders.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

"password" => "密码必须是六位字符并且匹配",
"password" => "密码必须至少是六位字符并且匹配",

"user" => "找不到该邮箱对应的用户。",

Expand Down
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/reminders.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

"password" => "密碼必須為六位字符且與密碼確認欄位的輸入相符",
"password" => "密碼必須至少為六位字符且與密碼確認欄位的輸入相符",

"user" => "找不到該電郵地址所對應的用戶。",

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
2 changes: 1 addition & 1 deletion zh-TW/reminders.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|
*/

"password" => "密碼必須為六位字符且與密碼確認欄位的輸入相符",
"password" => "密碼必須至少為六位字符且與密碼確認欄位的輸入相符",

"user" => "找不到該電郵地址所對應的用戶。",

Expand Down

0 comments on commit 388f99b

Please sign in to comment.