From 2b63c62c57b431074c7b91e195cabf94a0db7a10 Mon Sep 17 00:00:00 2001 From: Yamagishi Kazutoshi Date: Mon, 9 Nov 2020 09:43:16 +0900 Subject: Remove unnecessary messages (#15109) * Remove unnecessary messages * ran `i18n-tasks normalize` --- app/javascript/mastodon/locales/zh-HK.json | 7 ------- 1 file changed, 7 deletions(-) (limited to 'app/javascript/mastodon/locales/zh-HK.json') diff --git a/app/javascript/mastodon/locales/zh-HK.json b/app/javascript/mastodon/locales/zh-HK.json index 3c7ac7f9b..346bf058e 100644 --- a/app/javascript/mastodon/locales/zh-HK.json +++ b/app/javascript/mastodon/locales/zh-HK.json @@ -10,7 +10,6 @@ "account.cancel_follow_request": "取消關注請求", "account.direct": "私訊 @{name}", "account.disable_notifications": "Stop notifying me when @{name} posts", - "account.disclaimer_full": "Information below may reflect the user's profile incompletely.", "account.domain_blocked": "服務站被隱藏", "account.edit_profile": "修改個人資料", "account.enable_notifications": "Notify me when @{name} posts", @@ -20,7 +19,6 @@ "account.followers.empty": "尚沒有人關注這位使用者。", "account.followers_counter": "被 {count, plural,one {{counter} 人}other {{counter} 人}}關注", "account.following_counter": "正在關注 {count, plural,one {{counter}}other {{counter} 人}}", - "account.follows": "Follows", "account.follows.empty": "這位使用者尚未關注任何使用者。", "account.follows_you": "關注你", "account.hide_reblogs": "隱藏 @{name} 的轉推", @@ -47,7 +45,6 @@ "account.unfollow": "取消關注", "account.unmute": "取消 @{name} 的靜音", "account.unmute_notifications": "取消來自 @{name} 通知的靜音", - "account.view_full_profile": "View full profile", "account_note.placeholder": "按此添加備注", "alert.rate_limited.message": "請在 {retry_time, time, medium} 過後重試", "alert.rate_limited.title": "已限速", @@ -197,13 +194,10 @@ "hashtag.column_settings.tag_mode.any": "任一", "hashtag.column_settings.tag_mode.none": "全不", "hashtag.column_settings.tag_toggle": "Include additional tags in this column", - "home.column_settings.advanced": "Advanced", "home.column_settings.basic": "基本", - "home.column_settings.filter_regex": "Filter out by regular expressions", "home.column_settings.show_reblogs": "顯示被轉推的文章", "home.column_settings.show_replies": "顯示回應文章", "home.hide_announcements": "隱藏公告", - "home.settings": "Column settings", "home.show_announcements": "顯示公告", "intervals.full.days": "{number, plural, one {# 天} other {# 天}}", "intervals.full.hours": "{number, plural, one {# 小時} other {# 小時}}", @@ -393,7 +387,6 @@ "search_results.statuses": "文章", "search_results.statuses_fts_disabled": "「依內容搜尋嘟文」未在此 Mastodon 伺服器啟用。", "search_results.total": "{count, number} 項結果", - "standalone.public_title": "A look inside...", "status.admin_account": "開啟 @{name} 的管理介面", "status.admin_status": "在管理介面開啟此嘟文", "status.block": "封鎖 @{name}", -- cgit