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.
16 lines
504 B
Text
16 lines
504 B
Text
/*
|
|
* PROJECT: ReactOS Hostname Command
|
|
* LICENSE: LGPL-2.1+ (https://spdx.org/licenses/LGPL-2.1+)
|
|
* 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\nhostname"
|
|
IDS_NOSET "不支援 hostname -s。"
|
|
IDS_ERROR "Win32 錯誤"
|
|
END
|