From 6b8f877a03166974c898a1d618034b5b5fe98657 Mon Sep 17 00:00:00 2001 From: keeword Date: Fri, 6 Feb 2015 23:29:59 +0800 Subject: [PATCH] update validation.php in zh-CN and zh-HK, fix the translation error about 'exist' --- zh-CN/validation.php | 2 +- zh-HK/validation.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/zh-CN/validation.php b/zh-CN/validation.php index 1e408e1d15e..ea2ce2f9ae5 100644 --- a/zh-CN/validation.php +++ b/zh-CN/validation.php @@ -35,7 +35,7 @@ "digits" => ":attribute 必须是 :digits 位的数字。", "digits_between" => ":attribute 必须是介于 :min 和 :max 位的数字。", "email" => ":attribute 邮箱格式非法。", - "exists" => ":attribute 已经存在。", + "exists" => ":attribute 不存在。", "image" => ":attribute 必须是一张图片。", "in" => "已选的属性 :attribute 非法。", "integer" => ":attribute 必须是一个整数。", diff --git a/zh-HK/validation.php b/zh-HK/validation.php index 58270e03ab7..898761e8633 100644 --- a/zh-HK/validation.php +++ b/zh-HK/validation.php @@ -35,7 +35,7 @@ "digits" => ":attribute 必須是 :digits 位數字。", "digits_between" => ":attribute 必須介乎 :min 至 :max 位數字。", "email" => ":attribute 的格式無效。", - "exists" => ":attribute 已經存在。", + "exists" => ":attribute 不存在。", "image" => ":attribute 必須是一張圖片。", "in" => "所揀選的 :attribute 選項無效。", "integer" => ":attribute 必須是一個整數。",