]> BookStack Code Mirror - bookstack/blob - lang/ko/passwords.php
Deps: Updated composer/npm packages, fixed test namespace
[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' => '최소 8글자 이상이어야 합니다.',
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.