Files
archived-chatwoot/app/javascript/dashboard/i18n/locale/ko/resetPassword.json
2023-08-15 13:47:38 -07:00

18 lines
669 B
JSON

{
"RESET_PASSWORD": {
"TITLE": "비밀번호 재설정하기",
"DESCRIPTION": "Enter the email address you use to log in to Chatwoot to get the password reset instructions.",
"GO_BACK_TO_LOGIN": "If you want to go back to the login page,",
"EMAIL": {
"LABEL": "이메일",
"PLACEHOLDER": "이메일을 입력해 주세요.",
"ERROR": "올바른 이메일 주소를 입력하세요."
},
"API": {
"SUCCESS_MESSAGE": "비밀번호 재설정 링크가 이메일로 전송됨.",
"ERROR_MESSAGE": "Woot 서버에 연결할 수 없습니다. 나중에 다시 시도해 주세요."
},
"SUBMIT": "보내기"
}
}