reactos/base/system/regsvr32/lang/zh-TW.rc
Chan Chilung 171a920680
[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.
2022-01-14 20:22:46 +03:00

28 lines
1.3 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
* 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\
/u - 登出伺服器\n\
/s - 安靜模式; 不顯示訊息方塊\n\
/c - 主控台輸出\n\
/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_MissingEntry "已載入 %s但是找不到 %s 的進入點。\n\n\
%s 可能未被匯出,或者記憶體中的 %s 是一個損壞的版本。請考慮使用 PView 來檢測並移除它。"
IDS_FailureMessage "%s 在 %s 中失敗。\n回覆碼0x%08x"
IDS_SuccessMessage "%s 在 %s 中成功。"
END