BookStack/lang/ko/passwords.php
Dan Brown 33b46882f3
Some checks failed
analyse-php / build (push) Has been cancelled
lint-js / build (push) Has been cancelled
lint-php / build (push) Has been cancelled
test-js / build (push) Has been cancelled
test-migrations / build (8.1) (push) Has been cancelled
test-migrations / build (8.2) (push) Has been cancelled
test-migrations / build (8.3) (push) Has been cancelled
test-migrations / build (8.4) (push) Has been cancelled
test-php / build (8.1) (push) Has been cancelled
test-php / build (8.2) (push) Has been cancelled
test-php / build (8.3) (push) Has been cancelled
test-php / build (8.4) (push) Has been cancelled
Updated translations with latest Crowdin changes (#5370)
2025-01-04 21:46:35 +00:00

16 lines
524 B
PHP

<?php
/**
* Password Reminder Language Lines
* The following language lines are the default lines which match reasons
* that are given by the password broker for a password update attempt has failed.
*/
return [
'password' => '최소 8글자 이상이어야 합니다.',
'user' => "메일 주소를 가진 사용자가 없습니다.",
'token' => '유효하지 않거나 만료된 토큰입니다.',
'sent' => '메일을 보냈습니다.',
'reset' => '패스워드가 초기화되었습니다.',
];