lemmy-translations/email/zh_Hans.json
Nutomic 0955855d96
Fix email translations (#156)
* Remove outdated notification strings

* Revert changes to updated translations

* Run formatter

* update

* fmt
2025-02-04 08:33:32 -05:00

21 lines
1.6 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"registration_approved_subject": "{username} 的注册申请已获批准",
"registration_denied": "注册被拒绝",
"application_question_required": "如果注册需要申请,您必须先添加一个申请问卷。",
"password_reset_subject": "为 {username} 重置密码",
"verify_email_subject": "验证您在 {hostname} 的电子邮件地址",
"registration_approved_body": "您的注册申请已获批准。欢迎来到 {hostname}",
"verify_email_body": "请点击下面的链接验证账户 @{username}@{hostname} 的电子邮件地址。如果该账户不属于您,请忽略此邮件。<br><br><a href=\"{verify_link}\">验证您的电子邮件地址</a>",
"registration_denied_subject": "{username} 的注册申请被拒绝",
"registration_denied_body": "您在 {hostname} 的注册申请已被拒绝。",
"email_verified_body": "您的邮件地址已完成验证。",
"email_verified_subject": "{username} 的邮件地址已验证",
"notification_comment_reply_subject": "来自 {username} 的回复",
"notification_post_reply_subject": "来自 {username} 的回复",
"new_application_subject": "{username} 已申请加入 {hostname}",
"new_report_subject": "{reporter_username} 在 {hostname} 上 对 {reported_username} 创建了新举报",
"new_report_body": "请点击下面的链接查看所有举报。<br><br><a href=\"{reports_link}\">查看举报</a>",
"notification_private_message_subject": "{username} 的私信",
"new_application_body": "请点击下面的链接查看他们的申请。<br><br><a href=\"{applications_link}\">查看申请</a>",
"notification_mentioned_by_subject": "被 {username} 提及"
}