aboutsummaryrefslogtreecommitdiff
path: root/files/zh-tw
Commit message (Collapse)AuthorAge
* [CRON] sync translated contentMDN2022-01-18
|
* Corrected grammar in Learn/CSS/CSS_layout/Grids, zh-TW (#3304)Alex Su2021-12-10
| | | use comma is more fluent.
* Fix typoByron2021-11-09
| | | fix typo 'workre'
* Fix link to cache type pic (#2929)btea2021-11-07
|
* Fix typo in Learn/JavaScript/Objects/Basics, zh-TW (#2938)FreeGifts20002021-11-01
|
* [CRON] sync translated contentMDN2021-10-11
|
* Update ↵Neil2021-10-03
| | | | | | | | | | | | | | | Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_Todo_list_beginning, zh-TW (#2587) * Partly translate svelte_todo_list_beginning "Svelte accessibility support" section * Partly translate svelte_todo_list_beginning "Styling our markup" section * Partly translate svelte_todo_list_beginning "The code so far" section * Partly translate svelte_todo_list_beginning "Summary" section * 調整部分語意 * 再稍微修飾語意
* Partly translate ↵Neil2021-09-25
| | | | Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Svelte_Todo_list_beginning, zh-TW (#2553)
* Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_getting_star ↵SImonAllen2021-09-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | ted 更新: (#2328) * 補上剩餘翻譯與風格修正 翻譯: 把此章節剩餘翻譯補完 風格整理: 1. 「程序」改成「程式」 2. 冒號改成全型冒號 3. 引號改成中文引號 4. 「函數」與「函式」夾雜,統一改成「函式」 5. 修正原212行未翻譯完成段落 6. 整理中英數夾雜時多出來的單獨空格 7. 破折號整理成一致 * Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_getting_started 更新: 1. 遷移英文版 index.html 至 zh-tw 2. 遷移英文版圖片至 zh-tw 3. 翻譯部分 React_getting_started 段落 尚未完全翻譯完成,日後續補。 * Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_getting_started 更新: 按 Flaws 提示修正 link * Learn/Tools_and_testing/Client-side_JavaScript_frameworks/React_getting_started 更新: 翻譯環境要求段落
* Remove occurrences of oaa-accessibility.org which has now nothing to do with ↵SphinxKnight2021-09-17
| | | | | | | | | | | Accessibility (#2379) * Remove occurrences of oaa-accessibility.org which is now squatted * Remove parts related to this PR Additional removing is necessary to keep the articles natural. This commit removes parts that correspond to the parts in Japanese version already removed in the English version. Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com>
* [CRON] sync translated contentMDN2021-09-16
|
* [CRON] sync translated contentMDN2021-09-03
|
* [CRON] sync translated contentMDN2021-09-01
|
* Update Web/JavaScript/EventLoop, zh-TW (#2205)SImonAllen2021-08-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 補上剩餘翻譯與風格修正 翻譯: 把此章節剩餘翻譯補完 風格整理: 1. 「程序」改成「程式」 2. 冒號改成全型冒號 3. 引號改成中文引號 4. 「函數」與「函式」夾雜,統一改成「函式」 5. 修正原212行未翻譯完成段落 6. 整理中英數夾雜時多出來的單獨空格 7. 破折號整理成一致 * Web/JavaScript/EventLoop 更新: 1. 修正圖片顯示錯誤 2. http 連結改 https * Web/JavaScript/EventLoop 更新: 1. 按 Flaws 提示移除 img style 2. 原69行連結修正 3. 補上 Adding messages 段落缺少的程式範例與翻譯 4. 原91行連結修正 5. 原103行連結修正 * Web/JavaScript/EventLoop 更新: 補上缺少的 HTML <code> element
* [CRON] sync translated contentMDN2021-08-20
|
* correct to Quick_links (not Quick_Links) (#2138)Peter Bengtsson2021-08-19
|
* 初翻 svelte_todo_list_beginning "Building our first component" 區段neil_tsai2021-08-18
|
* fix(angular_building): 頁面用詞調整 (#712)曾季暘(ShawnTseng)2021-08-16
| | | | | | | * fix(angular_building): 用詞和其他頁面一致 * fix(angular_building): 網址改回原官方網址,並且把 .tw 以附註方式附上。 Co-authored-by: Shawn Tseng <shawn.tseng@atgamescloud.net>
* zh-tw Fix flawsSimonAllen2021-08-16
| | | | | | | 1. 按提示修正97行大小寫 2. 116行改成中文引號 3. 190行把缺失的中文下引號補上 4. 空格調整
* zh-tw Fix flaws:SimonAllen2021-08-16
| | | | | | | | 1. id 參考英文版改回英文字串 2. 圖片連結修正與新增三張 zh-tw 版對應圖片 3. 修正 http 成 https 4. 將 zh-tw 缺失的三頁連結按提示改成 en-us 相對路徑 5. 修改指向同頁的連結中文名稱
* 補上剩餘翻譯與風格修正SimonAllen2021-08-16
| | | | | | | | | | | | | | 翻譯: 把此章節剩餘翻譯補完 風格整理: 1. 「程序」改成「程式」 2. 冒號改成全型冒號 3. 引號改成中文引號 4. 「函數」與「函式」夾雜,統一改成「函式」 5. 修正原212行未翻譯完成段落 6. 整理中英數夾雜時多出來的單獨空格 7. 破折號整理成一致
* Update translation Learn/Server-side/Django/skeleton_website, zh-TW (#2053)Nienzu2021-08-15
| | | | | * update tutorial link and time zone * restore tutorial link to 7
* Change link to l10n Learn/Server-side/Django/Tutorial_local_library_website, ↵Nienzu2021-08-15
| | | | | | | zh-CN (#2052) * update link from en-US to zh-TW * restore the link to tutorial 7
* 補上GitHub首頁翻譯zh-TW (#661)javawillch2021-08-12
| | | | | * 加入Github 首頁內容 * 補上GitHub首頁內容
* Update MDN/Structures/Macros and MDN/Yari of l10n-zh (#2024)PocketZ2021-08-12
| | | | | | | | | | | | | | | | | * Create MDN/Tools/KumaScript * Create MDN/Tools/KumaScript/Troubleshooting * Create MDN/Tools/KumaScript * Create MDN/Tools/KumaScript/Troubleshooting * Update MDN/Structures/Macros * Update MDN/Yari * Update content of Macros and KumaScript * delete no translated articel
* Fixes #1634 - remove old compat site for zh-CN and zh-TWjulieng2021-08-05
|
* remove all 'cke_pastebin' mentions (#1617)Peter Bengtsson2021-07-19
|
* replace wiki links in zh-TWt7yang2021-07-19
|
* purge all redirects to archived content (#1573)Peter Bengtsson2021-07-16
|
* labeler (#1468)Peter Bengtsson2021-07-12
| | | | | | | | | | | | | | | * labeler * avoid yaml syntaxerror * fixing some image references * some zh-tw file attachments * all l10n labels * pull_request_target * 'system' label
* [CRON] sync translated contentMDN2021-07-09
|
* fix a bug of legacy http:// URL referencesPeter Bengtsson2021-07-08
|
* [CRON] sync translated contentMDN2021-07-04
|
* [CRON] sync translated contentMDN2021-07-01
|
* [CRON] sync translated contentMDN2021-06-30
|
* [doc] Correct wordsCheng-Ying Li2021-06-28
| | | 修改同音錯字
* remove deprecated $sample URLs for zh-TWt7yang2021-06-25
|
* Update index.html1sw32021-06-25
| | | | 依照我在mdn upstream已approved的提交進行更改 https://github.com/mdn/content/pull/6296
* remove hidden bcd for zh-TWt7yang2021-06-24
|
* [CRON] sync translated contentMDN2021-06-23
|
* remove deprecated $sample URLs for zht7yang2021-06-23
|
* remove hidden bcd table paragraph from 'zh-tw' (#1275)Peter Bengtsson2021-06-21
| | | Part of #1008
* [CRON] sync translated contentMDN2021-06-20
|
* [CRON] sync translated contentMDN2021-06-19
|
* Update Learn/Tools_and_testing/Client-side_JavaScript_frameworks, zh-TW (#1227)Neil2021-06-17
| | | | | * fix flaws:調整 Svelte_getting_started & Svelte_Todo_list_beginning 頁面文末連結處(accessibility 改譯為無障礙) * 新增部分翻譯 Svelte_Todo_list_beginning(Code along with us & Todo list app features 兩區段)
* Fix Learn/Tools_and_testing/Client-side_JavaScript_frameworks/Introduction, ↵Kevin CHEN2021-06-17
| | | | | zh-TW (#1223) fix #1157
* [CRON] sync translated contentMDN2021-06-15
|
* [CRON] sync translated contentMDN2021-06-10
|
* add angular item acomponent TwPeter Huang2021-06-10
|
* 調整 Svelte_Todo_list_beginning 連結指向 zh-TWneil_tsai2021-06-10
|