[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

@ -37,3 +37,6 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#ifdef LANGUAGE_ZH_CN
#include "lang/zh-CN.rc"
#endif
#ifdef LANGUAGE_ZH_TW
#include "lang/zh-TW.rc"
#endif