From 9fe637af5de4eb3cbbed808efd6fd6f1da06c983 Mon Sep 17 00:00:00 2001 From: zhuzhichao Date: Sat, 7 Feb 2015 09:25:18 +0800 Subject: [PATCH] update reminders.php. The password is required 'at least', but here 'at least' isn't translated. --- zh-CN/reminders.php | 2 +- zh-HK/reminders.php | 2 +- zh-TW/reminders.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-CN/reminders.php b/zh-CN/reminders.php index bb0e9a89b7c..f23f051d83a 100644 --- a/zh-CN/reminders.php +++ b/zh-CN/reminders.php @@ -13,7 +13,7 @@ | */ - "password" => "密码必须是六位字符并且匹配。", + "password" => "密码必须至少是六位字符并且匹配。", "user" => "找不到该邮箱对应的用户。", diff --git a/zh-HK/reminders.php b/zh-HK/reminders.php index 75505977fb8..f5ea1d77781 100644 --- a/zh-HK/reminders.php +++ b/zh-HK/reminders.php @@ -13,7 +13,7 @@ | */ - "password" => "密碼必須為六位字符且與密碼確認欄位的輸入相符。", + "password" => "密碼必須至少為六位字符且與密碼確認欄位的輸入相符。", "user" => "找不到該電郵地址所對應的用戶。", diff --git a/zh-TW/reminders.php b/zh-TW/reminders.php index b93bba4f8ff..14f10636a5f 100644 --- a/zh-TW/reminders.php +++ b/zh-TW/reminders.php @@ -13,7 +13,7 @@ | */ - "password" => "密碼必須為六位字符且與密碼確認欄位的輸入相符。", + "password" => "密碼必須至少為六位字符且與密碼確認欄位的輸入相符。", "user" => "找不到該電郵地址所對應的用戶。",