From fc73952c491628f62b987bb1c135e7d070424f01 Mon Sep 17 00:00:00 2001 From: Tunghsiao Liu Date: Sun, 3 Oct 2021 01:15:54 +0800 Subject: [PATCH] New translations README.md (Chinese Traditional, Hong Kong) --- README.zh-HK.md | 84 ++++++++++++++++++++++++------------------------- 1 file changed, 42 insertions(+), 42 deletions(-) diff --git a/README.zh-HK.md b/README.zh-HK.md index c9afc73..9a555ff 100644 --- a/README.zh-HK.md +++ b/README.zh-HK.md @@ -34,7 +34,7 @@ Other languages: 錯誤: > 在LeanCloud上,數據存儲是圍繞`AVObject`進行的。 -> +> > 在 LeanCloud上,數據存儲是圍繞`AVObject` 進行的。 完整的正確用法: @@ -52,7 +52,7 @@ Other languages: 錯誤: > 今天出去買菜花了 5000元。 -> +> > 今天出去買菜花了5000元。 ### 數字與單位之間需要增加空格 @@ -70,13 +70,13 @@ Other languages: 正確: > 今天是 233° 的高溫。 -> +> > 新 MacBook Pro 有 15% 的 CPU 性能提升。 錯誤: > 今天是 233 ° 的高溫。 -> +> > 新 MacBook Pro 有 15 % 的 CPU 性能提升。 ### 全形標點與其他字符之間不加空格 @@ -88,7 +88,7 @@ Other languages: 錯誤: > 剛剛買了一部 iPhone ,好開心! -> +> > 剛剛買了一部 iPhone, 好開心! ### `text-spacing` to the rescue? @@ -102,17 +102,17 @@ CSS Text Module Level 4 的 [`text-spacing`](https://www.w3.org/TR/css-text-4/#t 正確: > 德國隊竟然戰勝了巴西隊! -> +> > 她竟然對你說「喵」?! 錯誤: > 德國隊竟然戰勝了巴西隊!! -> +> > 德國隊竟然戰勝了巴西隊!!!!!!!! -> +> > 她竟然對你說「喵」??!! -> +> > 她竟然對你說「喵」?!?!??!! ## 全形和半形 @@ -124,17 +124,17 @@ CSS Text Module Level 4 的 [`text-spacing`](https://www.w3.org/TR/css-text-4/#t 正確: > 嗨!你知道嘛?今天前台的小妹跟我說「喵」了哎! -> +> > 核磁共振成像(NMRI)是什麼原理都不知道?JFGI! 錯誤: > 嗨! 你知道嘛? 今天前台的小妹跟我說 "喵" 了哎! -> +> > 嗨!你知道嘛?今天前台的小妹跟我說"喵"了哎! -> +> > 核磁共振成像 (NMRI) 是什麼原理都不知道? JFGI! -> +> > 核磁共振成像(NMRI)是什麼原理都不知道?JFGI! ### 數字使用半形字符 @@ -154,13 +154,13 @@ CSS Text Module Level 4 的 [`text-spacing`](https://www.w3.org/TR/css-text-4/#t 正確: > 賈伯斯那句話是怎麼說的?「Stay hungry, stay foolish.」 -> +> > 推薦你閱讀《Hackers & Painters: Big Ideas from the Computer Age》,非常的有趣。 錯誤: > 賈伯斯那句話是怎麼說的?「Stay hungry,stay foolish。」 -> +> > 推薦你閱讀《Hackers&Painters:Big Ideas from the Computer Age》,非常的有趣。 ## 名詞 @@ -172,29 +172,29 @@ CSS Text Module Level 4 的 [`text-spacing`](https://www.w3.org/TR/css-text-4/#t 正確: > 使用 GitHub 登錄 -> +> > 我們的客戶有 GitHub、Foursquare、Microsoft Corporation、Google、Facebook, Inc.。 錯誤: > 使用 github 登錄 -> +> > 使用 GITHUB 登錄 -> +> > 使用 Github 登錄 -> +> > 使用 gitHub 登錄 -> +> > 使用 gイんĤЦ8 登錄 -> +> > 我們的客戶有 github、foursquare、microsoft corporation、google、facebook, inc.。 -> +> > 我們的客戶有 GITHUB、FOURSQUARE、MICROSOFT CORPORATION、GOOGLE、FACEBOOK, INC.。 -> +> > 我們的客戶有 Github、FourSquare、MicroSoft Corporation、Google、FaceBook, Inc.。 -> +> > 我們的客戶有 gitHub、fourSquare、microSoft Corporation、google、faceBook, Inc.。 -> +> > 我們的客戶有 gイんĤЦ8、キouЯƧquムгє、๓เςг๏ร๏Ŧt ς๏гק๏гคtเ๏ภn、900913、ƒ4ᄃëв๏๏к, IПᄃ.。 注意:當網頁中需要配合整體視覺風格而出現全部大寫/小寫的情形,HTML 中請使用標準的大小寫規範進行書寫;並通過 `text-transform: uppercase;`/`text-transform: lowercase;` 對表現形式進行定義。 @@ -218,13 +218,13 @@ CSS Text Module Level 4 的 [`text-spacing`](https://www.w3.org/TR/css-text-4/#t 用法: > 請 [提交一个 issue](#) 並分配给相關同事。 -> +> > 訪問我們網站的最新動態,請 [點擊這裡](#) 進行訂閱! 對比用法: > 請[提交一个 issue](#) 並分配给相關同事。 -> +> > 訪問我們網站的最新動態,請[點擊這裡](#)進行訂閱! ### 簡體中文使用直角引號 @@ -239,21 +239,21 @@ CSS Text Module Level 4 的 [`text-spacing`](https://www.w3.org/TR/css-text-4/#t ## 工具 -| 倉庫 | 語言 | -| ------------------------------------------------------------------------------------------------------------------------------- | --------------- | -| [vinta/paranoid-auto-spacing](https://github.com/vinta/paranoid-auto-spacing) | JavaScript | -| [huei90/pangu.node](https://github.com/huei90/pangu.node) | Node.js | -| [huacnlee/auto-correct](https://github.com/huacnlee/auto-correct) | Ruby | -| [huacnlee/autocorrect](https://github.com/huacnlee/autocorrect) | Rust, WASM, CLI | -| [huacnlee/go-auto-correct](https://github.com/huacnlee/go-auto-correct) | Go | -| [sparanoid/space-lover](https://github.com/sparanoid/space-lover) | PHP (WordPress) | -| [nauxliu/auto-correct](https://github.com/NauxLiu/auto-correct) | PHP | -| [jxlwqq/chinese-typesetting](https://github.com/jxlwqq/chinese-typesetting) | PHP | -| [hotoo/pangu.vim](https://github.com/hotoo/pangu.vim) | Vim | -| [sparanoid/grunt-auto-spacing](https://github.com/sparanoid/grunt-auto-spacing) | Node.js (Grunt) | -| [hjiang/scripts/add-space-between-latin-and-cjk](https://github.com/hjiang/scripts/blob/master/add-space-between-latin-and-cjk) | Python | -| [hustcc/hint](https://github.com/hustcc/hint) | Python | -| [studygolang/autocorrect](https://github.com/studygolang/autocorrect) | Go | +| 倉庫 | 語言 | +| ------------------------------------------------------------------------------------------------------------------------------- | ----------------- | +| [vinta/paranoid-auto-spacing](https://github.com/vinta/paranoid-auto-spacing) | JavaScript | +| [huei90/pangu.node](https://github.com/huei90/pangu.node) | Node.js | +| [huacnlee/auto-correct](https://github.com/huacnlee/auto-correct) | Ruby | +| [huacnlee/autocorrect](https://github.com/huacnlee/autocorrect) | Rust, WASM, CLI | +| [huacnlee/go-auto-correct](https://github.com/huacnlee/go-auto-correct) | Go | +| [sparanoid/space-lover](https://github.com/sparanoid/space-lover) | PHP (WordPress) | +| [nauxliu/auto-correct](https://github.com/NauxLiu/auto-correct) | PHP | +| [jxlwqq/chinese-typesetting](https://github.com/jxlwqq/chinese-typesetting) | PHP | +| [hotoo/pangu.vim](https://github.com/hotoo/pangu.vim) | Vim | +| [sparanoid/grunt-auto-spacing](https://github.com/sparanoid/grunt-auto-spacing) | Node.js (Grunt) | +| [hjiang/scripts/add-space-between-latin-and-cjk](https://github.com/hjiang/scripts/blob/master/add-space-between-latin-and-cjk) | Python | +| [hustcc/hint](https://github.com/hustcc/hint) | Python | +| [studygolang/autocorrect](https://github.com/studygolang/autocorrect) | Go | | [VS Code - huacnlee.auto-correct](https://marketplace.visualstudio.com/items?itemName=huacnlee.auto-correct) | VS Code Extension | ## 誰在這樣做?