mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +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.
46 lines
1.2 KiB
Text
46 lines
1.2 KiB
Text
/*
|
|
* PROJECT: ReactOS "Welcome"/AutoRun application
|
|
* 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
|
|
|
|
/* String Tables */
|
|
|
|
/* Default settings */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_APPTITLE "ReactOS - 歡迎"
|
|
IDS_DEFAULT_TOPIC_TITLE "ReactOS"
|
|
IDS_DEFAULT_TOPIC_DESC "歡迎使用 ReactOS 作業系統。\n\n 請點選左邊的主題。"
|
|
IDS_FONTNAME "新細明體"
|
|
IDS_CHECKTEXT "再次顯示此對話方塊(&S)"
|
|
IDS_CLOSETEXT "結束(&E)"
|
|
END
|
|
|
|
/* Topic buttons */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_TOPIC_BUTTON0 "安裝 &ReactOS"
|
|
IDS_TOPIC_BUTTON1 "瀏覽 &CD"
|
|
IDS_TOPIC_BUTTON2 "結束(&E)"
|
|
END
|
|
|
|
/* Topic titles */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_TOPIC_TITLE0 "安裝 ReactOS"
|
|
IDS_TOPIC_TITLE1 "瀏覽 CD"
|
|
IDS_TOPIC_TITLE2 "結束"
|
|
END
|
|
|
|
/* Topic descriptions */
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_TOPIC_DESC0 "將 ReactOS 安裝到您的電腦,或更新目前的系統。"
|
|
IDS_TOPIC_DESC1 "瀏覽 CD 的內容。"
|
|
IDS_TOPIC_DESC2 "按下以結束應用程式。"
|
|
END
|