<%#
 Copyright 2013-2024 the original author or authors from the JHipster project.

 This file is part of the JHipster project, see https://www.jhipster.tech/
 for more information.

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

      https://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-%>
{
    "reset": {
        "request": {
            "title": "비밀번호 변경",
            "form": {
                "button": "비밀번호 변경"
            },
            "messages": {
                "info": "회원가입 시 사용한 이메일 주소를 입력하세요.",
                "success": "비밀번호 변경 방법에 대한 자세한 내용은 이메일을 확인하세요."
            }
        },
        "finish": {
            "title": "비밀번호 변경",
            "form": {
                "button": "새 비밀번호 검증"
            },
            "messages": {
                "info": "새 비밀번호를 선택하세요.",
                "success": "<strong>비밀번호가 변경되었습니다.</strong> ",
                "keymissing": "변경키가 올바르지 않습니다.",
                "error": "비밀번호를 변경할 수 없습니다. 비밀번호 변경 요청은 오직 24시간 내에만 유효함을 기억하세요."
            }
        }
    }
}
