Ghost/ghost/i18n/locales/ko/signup-form.json
Sunghyun Cho bdbbac6d15
i18n: Korean Improvements (#19906)
- [x] There's a clear use-case for this code change, explained below
- [x] Commit message has a short title & references relevant issues
- [x] The build will pass (run `yarn test:all` and `yarn lint`)

I have improved the Korean translations by ensuring consistent tones,
using more polite phrases and correcting grammar errors.
2024-03-22 10:18:31 -04:00

10 lines
694 B
JSON

{
"Email sent": "이메일이 발송되었어요.",
"Now check your email!": "이제 이메일을 확인해 주세요!",
"Please enter a valid email address": "유효한 이메일 주소를 입력해 주세요.",
"Something went wrong, please try again.": "문제가 발생했어요. 다시 시도해 주세요.",
"Subscribe": "구독",
"To complete signup, click the confirmation link in your inbox. If it doesn't arrive within 3 minutes, check your spam folder!": "받은 편지함의 확인 링크를 클릭해 가입을 완료해 주세요. 3분 이내에 도착하지 않으면 스팸 폴더를 확인해 주세요.",
"Your email address": "이메일 주소"
}