mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
171a920680
- 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.
20 lines
730 B
Text
20 lines
730 B
Text
/*
|
|
* 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\
|
|
TREE [磁碟機:][路徑] [/F] [/A]\n\n\
|
|
\t/F 顯示各資料夾內的檔案及名稱。\n\
|
|
\t/A 使用 ASCII 來代替擴充字元。\n"
|
|
IDS_NO_SUBDIRECTORIES "子目錄不存在"
|
|
IDS_FOLDER_PATH "資料夾 PATH 清單\n"
|
|
IDS_VOL_SERIAL "磁碟區序號是 %x:%x\n"
|
|
END
|