Translated using Weblate (Korean)

Currently translated at 44.0% (11 of 25 strings)

Translation: Lemmy/emails
Translate-URL: http://weblate.join-lemmy.org/projects/lemmy/emails/ko/
This commit is contained in:
Anonymous 2025-01-14 14:18:12 +00:00 committed by Weblate
parent 9fdc885b7e
commit 8c0049cea4

View file

@ -1,18 +1,18 @@
{ {
"registration_approved_subject": "{username}님 가입이 승인되었습니다", "registration_approved_subject": "{username}님 가입이 승인되었습니다",
"registration_approved_body": "귀하의 가입 신청서가 승인되었습니다. {hostname}에 오신 것을 환영합니다!", "registration_approved_body": "귀하의 가입 신청서가 승인되었습니다. {hostname}에 오신 것을 환영합니다!",
"password_reset_subject": "{username}님 비밀번호 재설정", "password_reset_subject": "{username}님 비밀번호 재설정",
"password_reset_body": "<h1>{username}님 비밀번호 재 설정</h1><br><a href={reset_link}>비밀번호를 다시 설정을 하려면 클릭해주세요</a>", "password_reset_body": "<h1>{username}님 비밀번호 재 설정</h1><br><a href={reset_link}>비밀번호를 다시 설정을 하려면 클릭해주세요</a>",
"verify_email_subject": "{hostname} 이메일 주소 확인", "verify_email_subject": "{hostname} 이메일 주소 확인",
"verify_email_body": "@{username}@{hostname} 계정의 이메일 주소를 확인하려면 아래 링크를 클릭하세요. 회원님의 계정이 아닌 경우 이 이메일을 무시해주세요.<br><br><a href=\"{verify_link}\">이메일 확인</a>", "verify_email_body": "@{username}@{hostname} 계정의 이메일 주소를 확인하려면 아래 링크를 클릭하세요. 회원님의 계정이 아닌 경우 이 이메일을 무시해주세요.<br><br><a href=\"{verify_link}\">이메일 확인</a>",
"email_verified_body": "이메일이 확인되었습니다.", "email_verified_body": "이메일이 확인되었습니다.",
"email_verified_subject": "{username} 님의 이메일", "email_verified_subject": "{username} 님의 이메일",
"notification_post_reply_subject": "{username}님의 답장", "notification_post_reply_subject": "{username}님의 답장",
"notification_post_reply_body": "<h1>댓글 등록</h1><br><div>{username} - {comment_text}</div><br><a href={inbox_link}>받은편지함</a>", "notification_post_reply_body": "<h1>댓글 등록</h1><br><div>{username} - {comment_text}</div><br><a href={inbox_link}>받은편지함</a>",
"notification_comment_reply_subject": "{username}님의 답장", "notification_comment_reply_subject": "{username}님의 답장",
"notification_comment_reply_body": "<h1>댓글 등록</h1><br><div>{username} - {comment_text}</div><br><a href={inbox_link}>받은 편지함</a>", "notification_comment_reply_body": "<h1>댓글 등록</h1><br><div>{username} - {comment_text}</div><br><a href={inbox_link}>받은 편지함</a>",
"notification_mentioned_by_subject": "{username}님이 언급함", "notification_mentioned_by_subject": "{username}님이 언급함",
"notification_mentioned_by_body": "<h1>언급</h1><br><div>{username} - {comment_text}</div><br><a href={inbox_link}>받은편지함</a>", "notification_mentioned_by_body": "<h1>언급</h1><br><div>{username} - {comment_text}</div><br><a href={inbox_link}>받은편지함</a>",
"notification_private_message_body": "<h1>개인 메시지</h1><br><div>{username} - {message_text}</div><br><a href={inbox_link}>받은편지함</a>", "notification_private_message_body": "<h1>개인 메시지</h1><br><div>{username} - {message_text}</div><br><a href={inbox_link}>받은편지함</a>",
"notification_private_message_subject": "{username}님의 개인 메시지" "notification_private_message_subject": "{username}님의 개인 메시지"
} }