[TRANSLATION] Update Chinese Traditional (zh-TW) translation (#4154)

- Added translation for:
  - [W32TIME]
  - [MODE]
  - [TIMEOUT]
  - [MODEMUI]
  - [ARPING]
  - [FRAGINATOR]
  - and more
- Updated existing translation
- [WINNLS] Update cht (zh-TW) and zhh (zh-HK)
- [DOC] Update rules in Chinese translation notes.txt
- Wine translation sync

Some of the punctuation use in WIne has been converted to half-width,
so the punctuation will no longer synced.
This commit is contained in:
Chan Chilung 2022-01-15 01:22:46 +08:00 committed by GitHub
parent 04a7134b97
commit 171a920680
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
125 changed files with 3918 additions and 2258 deletions

View file

@ -1,14 +1,20 @@
/* Traditional Chinese translation by Henry Tang Ih 2016 (henrytang2@hotmail.com) */
/*
* PROJECT: ReactOS Tree Walk Utility
* LICENSE: GPL-2.0 (https://spdx.org/licenses/GPL-2.0)
* PURPOSE: Chinese (Traditional) resource file
* TRANSLATORS: Copyright 2016 Henry Tang Ih <henrytang2@hotmail.com>
* Copyright 2021 Chan Chilung <eason066@gmail.com>
*/
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
STRINGTABLE
BEGIN
IDS_USAGE "直觀地顯示磁碟機或路徑的資料夾結構。\n\n\
IDS_USAGE "以圖形顯示磁碟機或路徑的資料夾結構。\n\n\
TREE [磁碟機:][路徑] [/F] [/A]\n\n\
\t/F 在每個資料夾中顯示的檔的名稱。\n\
\t/A 使用 ASCII 擴充字元代替。\n"
IDS_NO_SUBDIRECTORIES "不存在子目錄"
IDS_FOLDER_PATH "資料夾路徑清單\n"
\t/F 顯示各資料夾內的檔案及名稱。\n\
\t/A 使用 ASCII 來代替擴充字元。\n"
IDS_NO_SUBDIRECTORIES "子目錄不存在"
IDS_FOLDER_PATH "資料夾 PATH 清單\n"
IDS_VOL_SERIAL "磁碟區序號是 %x:%x\n"
END