1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-16 06:28:27 +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=Gitea 계정이 아니면 암호를 변경할 수 없습니다.
[mail]