lemmy-translations/email/zh_Hant.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

13 lines
857 B
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_body": "您的註冊申請已被接受。歡迎來到 {hostname}",
"password_reset_subject": "{username} 的密碼重置",
"verify_email_subject": "驗證您在 {hostname} 上的 Email",
"email_verified_subject": "{username} 已通過 Email 驗證",
"notification_post_reply_subject": "{username} 的回覆",
"notification_mentioned_by_subject": "被 {username} 提及",
"notification_private_message_subject": "{username} 的私人訊息",
"registration_approved_subject": "{username} 的註冊申請已被接受",
"verify_email_body": "請點擊以下連結驗證 @{username}@{hostname}。若此帳號不屬於您請無視此 Email。<br><br><a href=\"{verify_link}\">驗證 Email</a>",
"email_verified_body": "您的 Email 已被驗證。",
"notification_comment_reply_subject": "{username} 的回覆"
}