]> BookStack Code Mirror - bookstack/blob - lang/ko/passwords.php
Fix timestamp in API docs example response
[bookstack] / 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 ];