1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-12 04:28:21 +00:00

At the locales replaced 6 with MIN_PASSWORD_LENGTH

This commit is contained in:
Bwko
2016-12-26 23:28:04 +01:00
parent 71dee6b7c0
commit 98b0688921
20 changed files with 20 additions and 20 deletions

View File

@@ -161,7 +161,7 @@ send_reset_mail=單擊此處(重新)發送您的密碼重置郵件
reset_password=重置密碼
invalid_code=對不起,您的確認代碼已過期或已失效。
reset_password_helper=單擊此處重置密碼
password_too_short=密碼長度不能少於 6 位!
password_too_short=密碼長度不能少於 %d 位!
non_local_account=Non-local accounts cannot change passwords through Gitea.
[mail]