diff --git a/src/config/locales/zh_tw/translation.json b/src/config/locales/zh_tw/translation.json index f403ed0e..a544ca47 100644 --- a/src/config/locales/zh_tw/translation.json +++ b/src/config/locales/zh_tw/translation.json @@ -356,8 +356,10 @@ "follows_you": "跟隨了您", "doesnt_follow_you": "沒有跟隨您", "detail": "詳細資料", - "follow": "跟隨", - "unfollow": "取消跟隨", + "follow": "Follow this user", + "unfollow": "Unfollow this user", + "subscribe": "Subscribe this user", + "unsubscribe": "Unsubscribe this user", "follow_requested": "跟隨請求", "open_in_browser": "在瀏覽器中開啟", "manage_list_memberships": "管理列表成員", @@ -436,6 +438,8 @@ "toot_fetch_error": "無法載入嘟文細節", "follow_error": "無法跟隨此使用者", "unfollow_error": "無法取消跟隨此使用者", + "subscribe_error": "Failed to subscribe the user", + "unsubscribe_error": "Failed to unsubscribe the user", "lists_fetch_error": "無法載入列表", "list_create_error": "無法新增列表", "members_fetch_error": "無法載入成員",