1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-30 04:23:11 +03:00

Update Korean translation

This commit is contained in:
User
2019-10-21 03:44:38 +09:00
parent 99ae592ae9
commit 19ce6da0d3
12 changed files with 665 additions and 664 deletions

View File

@ -6,10 +6,10 @@
*/
return [
'password' => '비밀번호는 6자 이상이어야 하며 확인과 일치해야 합니다.',
'user' => "해당 이메일 주소 사용자가 없습니다.",
'token' => '해당 비밀번호의 초기화 토큰이 만료되었습니다.',
'sent' => '페스워드 초기화 링크를 메일 보냈습니다!',
'reset' => '비밀번호가 초기화 되었습니다!',
'password' => '여덟 글자를 넘어야 합니다.',
'user' => '메일 주소를 가진 사용자가 없습니다.',
'token' => '이 링크는 더 이상 유효하지 않습니다.',
'sent' => '메일 보냈습니다.',
'reset' => '비밀번호를 바꿨습니다.',
];