mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 17:56:06 +00:00
[TRANSLATION] Chinese Traditional (zh-TW) translation update (#3526)
*Add Chinese Traditional translation for: - [THEMES] - [HIVESFT] - [HIVEDEF] - [HIVECLS] - [SCREENSAVERS] - [VGAFONTEDIT] - [KERNEL32] - [TASKLIST] - [MYDOCS] - [MSXML3R] - INFs *Chinese Traditional translation update for: PR 3399 - [MSGINA] - [SHELL32] PR 3422 - [SOLITAIRE] Others... *Wine translation sync
This commit is contained in:
parent
415e93ae13
commit
6b700c6af1
88 changed files with 2450 additions and 693 deletions
|
@ -1,20 +1,23 @@
|
|||
// Chinese Traditional (zh-TW) resources by Chan Chilung <eason066@gmail.com> 2021
|
||||
|
||||
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
|
||||
|
||||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_USAGE, "Usage: TASKLIST [/?] [/NH]\n"
|
||||
|
||||
IDS_USAGE, "用法: TASKLIST [/?] [/NH]\n"
|
||||
IDS_DESCRIPTION, "\n\
|
||||
Desciption:\
|
||||
This tool displays a list of currently running processes on\n\
|
||||
the machine.\n"
|
||||
IDS_OPTION_TOO_MUCH, "Error: Invalid syntax. '%1' option is not allowed more than '%2!d!' time(s).\n"
|
||||
IDS_INVALID_SYNTAX, "Error: Invalid syntax.\n"
|
||||
IDS_INVALID_OPTION, "Error: Unknown or invalid command line option specified.\n"
|
||||
IDS_ENUM_FAILED, "Error: Unable to enumerate the process list.\n"
|
||||
IDS_OUT_OF_MEMORY, "Error: Out of memory.\n"
|
||||
IDS_HEADER_IMAGENAME, "Image Name"
|
||||
說明:\
|
||||
這個工具會顯示電腦上目前\n\
|
||||
正在運行的處理程序的列表。\n"
|
||||
IDS_OPTION_TOO_MUCH, "錯誤: 無效的語法。'%1' 選項不可使用超過 '%2!d!' 次。\n"
|
||||
IDS_INVALID_SYNTAX, "錯誤: 無效的語法。\n"
|
||||
IDS_INVALID_OPTION, "錯誤: 指定了不明或無效的命令行選項。\n"
|
||||
IDS_ENUM_FAILED, "錯誤: 無法枚舉處理程序列表。\n"
|
||||
IDS_OUT_OF_MEMORY, "錯誤: 記憶體不足。\n"
|
||||
IDS_HEADER_IMAGENAME, "映像名稱"
|
||||
IDS_HEADER_PID, "PID"
|
||||
IDS_HEADER_SESSION, "Session#"
|
||||
IDS_HEADER_MEMUSAGE, "Mem Usage"
|
||||
IDS_HEADER_SESSION, "工作階段#"
|
||||
IDS_HEADER_MEMUSAGE, "記憶體使用量"
|
||||
IDS_MEMORY_STR, "%s K"
|
||||
END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue