From e19eefe219c46ea9f763d0279029f03c5cf4554f Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Tue, 11 Jul 2017 15:27:59 +0200 Subject: Redesign the landing page, mount public timeline on it (#4122) * Redesign the landing page, mount public timeline on it * Adjust the standalone mounted component to the lacking of router * Adjust auth layout pages to new design * Fix tests * Standalone public timeline polling every 5 seconds * Remove now obsolete translations * Add responsive design for new landing page * Address reviews * Add floating clouds behind frontpage form * Use access token from public page when available * Fix mentions and hashtags links, cursor on status content in standalone mode * Add footer link to source code * Fix errors on pages that don't embed the component, use classnames * Fix tests * Change anonymous autoPlayGif default to false * When gif autoplay is disabled, hover to play * Add option to hide the timeline preview * Slightly improve alt layout * Add elephant friend to new frontpage * Display "back to mastodon" in place of "login" when logged in on frontpage * Change polling time to 3s --- config/locales/zh-HK.yml | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'config/locales/zh-HK.yml') diff --git a/config/locales/zh-HK.yml b/config/locales/zh-HK.yml index 4d8262c5b..aa9f27912 100644 --- a/config/locales/zh-HK.yml +++ b/config/locales/zh-HK.yml @@ -3,23 +3,12 @@ zh-HK: about: about_mastodon: Mastodon(萬象)是自由、開源的社交網絡。服務站各自獨立而互連,避免單一商業機構壟斷。找你所信任的服務站,建立帳號,你即可與任何服務站上的用戶溝通,享受無縫的網絡交流。 about_this: 關於本服務站 - apps: 應用程式 business_email: 聯絡網站管理者︰ closed_registrations: 本服務站暫時停止接受登記。 contact: 聯絡 description_headline: 關於 %{domain} domain_count_after: 個其他服務站 domain_count_before: 已連接至 - features: - api: 開放 API,供各式應用程式及服務連入 - blocks: 完善的封鎖用戶、靜音功能 - characters: 每篇文章最多 500 字 - chronology: 時間軸忠實按時排序,不多餘處理 - ethics: 良心設計︰無廣告,不追蹤用戶 - gifv: 支援顯示 GIFV 短片圖組 - privacy: 可逐篇文章設定私隱度 - public: 公共時間軸 - features_headline: 甚麼讓 Mastodon 與眾不同 get_started: 立即登記 links: 連結 other_instances: 其他服務站 @@ -159,8 +148,6 @@ zh-HK: desc_html: 當本站暫停接受註冊時,會顯示這個訊息。
可使用 HTML title: 暫停註冊訊息 open: - disabled: 停用 - enabled: 啟用 title: 開放註冊 setting: 設定 site_description: -- cgit