mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:02:59 +00:00
[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:
parent
04a7134b97
commit
171a920680
125 changed files with 3918 additions and 2258 deletions
|
@ -1,11 +1,18 @@
|
|||
/* Traditional Chinese translation by Henry Tang Ih 2016 (henrytang2@hotmail.com) */
|
||||
/*
|
||||
* PROJECT: ReactOS WMI command line
|
||||
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
|
||||
* PURPOSE: Chinese (Traditional) resource file
|
||||
* TRANSLATORS: Copyright 2016 Henry Tang Ih <henrytang2@hotmail.com>
|
||||
* Copyright 2021 Chan Chilung <eason066@gmail.com>
|
||||
* REFERENCES: Wine's Chinese (Traditional) resource translation
|
||||
*/
|
||||
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
STRING_CMDLINE_NOT_SUPPORTED, "錯誤: 不支援的命令列\n"
|
||||
STRING_ALIAS_NOT_FOUND, "錯誤: 別名未找到\n"
|
||||
STRING_CMDLINE_NOT_SUPPORTED, "錯誤: 不支援命令列\n"
|
||||
STRING_ALIAS_NOT_FOUND, "錯誤: 找不到別名\n"
|
||||
STRING_INVALID_QUERY, "錯誤: 無效的查詢\n"
|
||||
STRING_INVALID_PATH, "錯誤: 無效的 PATH 命令語法\n"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue