]> BookStack Code Mirror - bookstack/blob - resources/lang/ko/passwords.php
doc(dev): add xdebug informations
[bookstack] / resources / lang / ko / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => '여덟 글자를 넘어야 합니다.',
10     'user' => "메일 주소를 가진 사용자가 없습니다.",
11     'token' => '비밀번호 재설정 토큰이 이 이메일 주소에 유효하지 않습니다.',
12     'sent' => '메일을 보냈습니다.',
13     'reset' => '비밀번호를 바꿨습니다.',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.