feat(i18n): add Chinese translations (zh-TW, zh-HK, zh-CN)

Add three Chinese locale variants with region-specific flags:
- zh-TW: Traditional Chinese (Taiwan) 🇹🇼
- zh-HK: Traditional Chinese (Hong Kong) 🇭🇰
- zh-CN: Simplified Chinese (China) 🇨🇳

Each variant uses region-appropriate terminology (e.g. 郵件/電郵/邮件
for "email"), consistent with the existing pattern of tying languages
to specific regions (e.g. Spanish (Spain), Portuguese with 🇧🇷).

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
This commit is contained in:
Hana Chang
2026-03-24 16:45:18 +08:00
co-authored by Claude Opus 4.6
parent 200dfb1dbf
commit 33df5632a3
5 changed files with 144 additions and 0 deletions
@@ -0,0 +1,45 @@
{
"pages": {
"unsubscribe": {
"title": "取消訂閱",
"description": "確定要取消 {email} 的電郵訂閱嗎?",
"button": "取消訂閱",
"buttonLoading": "處理中...",
"managePreferences": "改為管理偏好設定",
"successTitle": "已取消訂閱",
"successDescription": "{email} 已取消訂閱,你將不會再收到我們的電郵。",
"changedMind": "改變主意了嗎?",
"subscribeAgain": "重新訂閱"
},
"subscribe": {
"title": "訂閱最新消息",
"description": "要為 {email} 訂閱電郵嗎?",
"button": "訂閱",
"buttonLoading": "處理中...",
"successTitle": "訂閱成功!",
"successDescription": "{email} 已訂閱,你將會收到我們的最新消息。"
},
"manage": {
"title": "管理偏好設定",
"description": "管理 {email} 的電郵偏好設定",
"subscriptionLabel": "電郵訂閱",
"subscribedStatus": "目前已訂閱,會收到電郵通知",
"unsubscribedStatus": "目前已取消訂閱",
"subscribedSuccess": "訂閱成功!",
"unsubscribedSuccess": "已取消訂閱!",
"unsubscribeCompletely": "取消訂閱",
"subscribeToEmails": "訂閱電郵",
"disclaimer": "你可以在此管理電郵偏好設定,訂閱狀態會即時更新。"
},
"common": {
"loading": "載入中...",
"error": "發生錯誤"
}
},
"email": {
"footer": {
"unsubscribeText": "你收到這封電郵是因為你訂閱了 {projectName} 的電郵。如果你不想再收到這類電郵,請",
"updatePreferences": "更新你的偏好設定"
}
}
}