From b2d9ea4357e6263090c88c4bfbea39db17696390 Mon Sep 17 00:00:00 2001 From: ian ian Date: Mon, 22 Aug 2022 16:18:48 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (16 of 16 strings) Translation: Lemmy/emails Translate-URL: http://weblate.yerbamate.ml/projects/lemmy/emails/zh_Hant/ --- email/zh_Hant.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/email/zh_Hant.json b/email/zh_Hant.json index 0967ef4..4453311 100644 --- a/email/zh_Hant.json +++ b/email/zh_Hant.json @@ -1 +1,18 @@ -{} +{ + "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_mentioned_by_body": "

提及使用者


{username} - {comment_text}

信箱", + "notification_private_message_subject": "{username} 的私人訊息", + "registration_approved_subject": "{username} 的註冊申請已被接受", + "password_reset_body": "

{username} 的密碼重置申請


點擊本連結重置密碼", + "verify_email_body": "請點擊以下連結驗證 @{username}@{hostname}。若此帳號不屬於您請無視此 Email。

, 驗證 Email", + "email_verified_body": "您的 Email 已被驗證。", + "notification_post_reply_body": "

張貼回覆


{username} - {comment_text}

信箱", + "notification_comment_reply_subject": "{username} 的回覆", + "notification_comment_reply_body": "

留言回覆


{username} - {comment_text}

信箱", + "notification_private_message_body": "

私人訊息


{username} - {comment_text}

信箱" +}