[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,20 +1,25 @@
/* Traditional Chinese translation by Henry Tang Ih 2016 (henrytang2@hotmail.com) */
/* Translation improved by Aobi Chan CL 2020 (eason066@gmail.com) */
/*
* PROJECT: ReactOS regsvr32.exe
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
* PURPOSE: Chinese (Traditional) resource file
* TRANSLATORS: Copyright 2016 Henry Tang Ih <henrytang2@hotmail.com>
* Copyright 2020-2022 Chan Chilung <eason066@gmail.com>
*/
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
STRINGTABLE
BEGIN
IDS_UsageMessage "%s\n\n用法regsvr32 [/u] [/s] [/c] [/n] [/i[:命令列]] DLL 名稱\n\
IDS_UsageMessage "%s\n\n用法: regsvr32 [/u] [/s] [/c] [/n] [/i[:命令列]] DLL 名稱\n\
/u - 登出伺服器\n\
/s - 安靜模式不顯示訊息方塊\n\
/s - 安靜模式; 不顯示訊息方塊\n\
/c - 主控台輸出\n\
/i - 呼叫 DllInstall 並將選項傳給它 [命令列];當使用 /u 時呼叫 DLL 解除安裝\n\
/n - 不要呼叫 DllRegisterServer這個選項必須和 /i 一起使用"
/i - 呼叫 DllInstall 將選項傳給它 [命令列]; 當與 /u 一起使用時呼叫 DLL 進行解除安裝\n\
/n - 不要呼叫 DllRegisterServer; 這個選項必須和 /i 一起使用"
IDS_NoDllSpecified "沒有指定 DLL 名稱。"
IDS_InvalidFlag "未知標誌:%s"
IDS_SwitchN_NoI "未知標誌:/n 必須和 /i 一起使用"
IDS_DllNotLoaded "LoadLibrary('%s') 失敗。\nGetLastError 返回 0x%08x。"
IDS_InvalidFlag "無法辨識的旗標: %s"
IDS_SwitchN_NoI "無法辨識的旗標: /n 必須和 /i 一起使用"
IDS_DllNotLoaded "LoadLibrary('%s') 失敗。\nGetLastError 傳回了 0x%08x。"
IDS_MissingEntry "已載入 %s但是找不到 %s 的進入點。\n\n\
%s 可能未被匯出,或者記憶體中的 %s 是一個損壞的版本。請考慮使用 PView 來檢測並移除它。"
IDS_FailureMessage "%s 在 %s 中失敗。\n回覆碼0x%08x"

View file

@ -1,9 +1,15 @@
/* Traditional Chinese translation by Henry Tang Ih 2016 (henrytang2@hotmail.com) */
/*
* PROJECT: ReactOS rundll32
* LICENSE: GPL-2.0-or-later (https://spdx.org/licenses/GPL-2.0-or-later)
* 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_DllNotLoaded "LoadLibrary 無法載入 '%s'"
IDS_MissingEntry "缺少進入點:%s\n在 %s 中"
IDS_DllNotLoaded "LoadLibrary 無法載入「%s」"
IDS_MissingEntry "由於缺少進入點:%s\n因此 %s 發生錯誤"
END

View file

@ -43,8 +43,8 @@ END
STRINGTABLE
BEGIN
IDS_SHELL_FAIL "Userinit 無法啟動殼!"
IDS_INSTALLER_FAIL "Userinit 啟動安裝程式失敗"
IDS_SHELL_FAIL "Userinit 無法啟動殼"
IDS_INSTALLER_FAIL "Userinit 無法啟動安裝程式!"
IDS_CANCEL_CONFIRM "您確定要結束 ReactOS LiveCD 嗎?\n如果您選擇結束您的電腦將會重新啟動。"
END