[NET] Reorganize and improve the help texts (3/X)
[reactos.git] / base / applications / network / net / lang / zh-CN.rc
1 /* Simplified Chinese translation by Henry Tang Ih 2016 (henrytang2@hotmail.com) */
2
3 LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
4
5 STRINGTABLE
6 BEGIN
7 IDS_ACCOUNTS_SYNTAX "NET ACCOUNTS [/FORCELOGOFF:{Minutes|NO}] [/MINPWLEN:Length]\n\
8 [/MAXPWAGE:{Days|UNLIMITED}] [/MINPWAGE:Days]\n\
9 [/UNIQUEPW:Count] [/DOMAIN]\n\n"
10 IDS_ACCOUNTS_HELP_1 "NET ACCOUNTS updates the user accounts database and modifies password\n\
11 and logon requirements for all accounts.\n\
12 When used without parameters, NET ACCOUNTS displays the current settings for\n\
13 passwords, logon limitations, and domain information.\n\n"
14 IDS_ACCOUNTS_HELP_2 "Two conditions are required in order for options used with\n\
15 NET ACCOUNTS to take effect.\n\n"
16 IDS_ACCOUNTS_HELP_3 "- The password and logon requirements are only effective if user\n\
17 accounts havebeen set up (user User Manager or the NET USER command).\n\n"
18 IDS_ACCOUNTS_HELP_4 "- The Net Logon service must be running on all servers in the domain\n\
19 that verify logon. Net Logon is started autmatically when the\n\
20 operating system starts.\n\n"
21 IDS_ACCOUNTS_HELP_5 "/FORECELOGOFF:{minutes | NO} Sets the number of minutes a user has before\n\
22 being forced to log off when the\n\
23 account expires or valid logon hours expire.\n\
24 NO, the default, prevents forced logoff.\n"
25 IDS_ACCOUNTS_HELP_6 "/MINPWLEN:length Sets the minimum number of characters for\n\
26 a password. The range is 0-14 characters;\n\
27 the default is 6 characters.\n"
28 IDS_ACCOUNTS_HELP_7 "/MAXPWAGE:{days | UNLIMITED} Sets the maximum numer of days that a\n\
29 password is valid. No limit is specified\n\
30 by using UNLIMITED. /MAXPWAGE cannot be less\n\
31 than /MINPWAGE. The range is 1-999; the\n\
32 default is to leave the value unchanged.\n"
33 IDS_ACCOUNTS_HELP_8 "/MINPWAGE:days Sets the minimum number of days that must\n\
34 pass before a user can change a password.\n\
35 A value of 0 sets no minimum time. The range\n\
36 is 0-999; the default is 0 days. /MINPWAGE\n\
37 cannot be more than /MAXPWAGE.\n"
38 IDS_ACCOUNTS_HELP_9 "/UNIQUEPW:number Requires that a users passwords be unique\n\
39 through the specified number of password\n\
40 changes. The maximum value is 24.\n"
41 IDS_ACCOUNTS_HELP_10 "/DOMAIN Performs the operation on a domain\n\
42 controller of the current domain. Otherwise,\n\
43 the operation is performed on the local\n\
44 computer.\n\n"
45 IDS_COMPUTER_SYNTAX "NET COMPUTER \\computername {/ADD | /DEL}\n\n"
46 IDS_COMPUTER_HELP_1 "NET COMPUTER adds or deletes computers from a domain database. This\n\
47 command is available only on server operating systems.\n\n"
48 IDS_COMPUTER_HELP_2 "\\computername Specifies the computer to add or delete from\n\
49 the domain.\n\
50 /ADD Adds the specified computer to the domain.\n\
51 /DEL Removes the specified computer from the domain.\n\n"
52 IDS_CONFIG_SYNTAX "NET CONFIG [SERVER | WORKSTATION]\n\n"
53 IDS_CONFIG_HELP_1 "NET CONFIG displays coniguration information of the Workstation or\n\
54 Server service. When used without the WORKSTATION or SERVER switch,\n\
55 it displays a list of configurable services. To get help with\n\
56 configuring a service, type NET HELP CONFIG service.\n\n"
57 IDS_CONFIG_HELP_2 "SERVER Displays information about the configuration of the\n\
58 Server service.\n\
59 WORKSTATION Displays information about the configuration of the\n\
60 Workstation service.\n\n"
61 IDS_CONFIG_SERVER_SYNTAX "NET CONFIG SERVER [/AUTODISCONNECT:time] [/SRVCOMMENT:""text""]\n\
62 [/HIDDEN:{YES | NO}]\n\n"
63 IDS_CONFIG_SERVER_HELP_1 "NET CONFIG SERVER displays or changes settings for the Server service.\n\n"
64 IDS_CONFIG_SERVER_HELP_2 "/AUTODISCONNECT:time Sets the maximum number of minutes a user's\n\
65 session can be inactive before it is disconected.\n\
66 You can specify -1 to never disconnect. The range\n\
67 is -1-65535 minutes; the default is 15.\n"
68 IDS_CONFIG_SERVER_HELP_3 "/SRVCOMMENT:""text"" Adds a comment for the server that is displayed on\n\
69 screen and with the NET VIEW command.\n\
70 Enclose the text in quotation marks.\n"
71 IDS_CONFIG_SERVER_HELP_4 "/HIDDEN:{YES | NO} Specifies whether the server's computer name\n\
72 appears on displays listings of servers. Note that\n\
73 hiding a serverdoes not alter the permissions\n\
74 on that server. The default is NO.\n\n"
75 IDS_CONFIG_SERVER_HELP_5 "To display the current configuration for the Servr service,\n\
76 type NET CONFIG SERVER without parameters.\n\n"
77 IDS_CONTINUE_SYNTAX "NET CONTINUE <Service Name>\n\n"
78 IDS_CONTINUE_HELP_1 "NET CONTINUE reactivates a service that has been suspended by NET PAUSE.\n\n"
79 IDS_CONTINUE_HELP_2 "service Is the paused service\n\
80 For example, one of the following:\n\
81 NET LOGON\n\
82 NT LM SECURITY SUPPORT PROVIDER\n\
83 SCHEDULE\n\
84 SERVER\n\
85 WORKSTATION\n\n"
86 IDS_FILE_SYNTAX "NET FILE [id [/CLOSE]]\n\n"
87 IDS_FILE_HELP "NET FILE\n...\n\n"
88 IDS_GROUP_SYNTAX "NET GROUP ...\n\n"
89 IDS_GROUP_HELP "NET GROUP\n...\n\n"
90 IDS_HELP_SYNTAX "NET HELP <Command>\n - or -\nNET <Command> /HELP\n\n"
91 IDS_HELP_HELP_1 " 以下命令可用:\n\n\
92 NET ACCOUNTS NET HELP NET SHARE\n\
93 NET COMPUTER NET HELPMSG NET START\n\
94 NET CONFIG NET LOCALGROUP NET STATISTICS\n\
95 NET CONFIG SERVER NET NAME NET STOP\n\
96 NET CONFIG WORKSTATION NET PAUSE NET TIME\n\
97 NET CONTINUE NET PRINT NET USE\n\
98 NET FILE NET SEND NET USER\n\
99 NET GROUP NET SESSION NET VIEW\n\n"
100 IDS_HELP_HELP_2 " ...\n\n"
101 IDS_HELPMSG_SYNTAX "NET HELPMSG message#\n\n"
102 IDS_HELPMSG_HELP_1 "NET HELPMSG displays information about network messages (such as\n\
103 error, warning and alert messages). When you type NET HELPMSG and the numeric\n\
104 error (for example, ""net helpmsg 2182""), you will get information about the\n\
105 message and suggested actions you can take to solve the problem.\n\n"
106 IDS_HELPMSG_HELP_2 "message# Is the numerical error with which you need help.\n\n"
107 IDS_LOCALGROUP_SYNTAX "NET LOCALGROUP [groupname [/COMMENT:""text""]] [/DOMAIN]\n\
108 groupname {/ADD [/COMMENT:""text""] | /DELETE} [/DOMAIN]\n\
109 groupname name [...] {/ADD | /DELETE} [/DOMAIN]\n\n"
110 IDS_LOCALGROUP_HELP "LOCALGROUP\n...\n\n"
111 IDS_NAME_SYNTAX "NET NAME ...\n\n"
112 IDS_NAME_HELP "NAME\n...\n\n"
113 IDS_PRINT_SYNTAX "NET PRINT ...\n\n"
114 IDS_PRINT_HELP "PRINT\n...\n\n"
115 IDS_PAUSE_SYNTAX "NET PAUSE service\n\n"
116 IDS_PAUSE_HELP_1 "NET PAUSE suspends a service. Pausing a service puts it on hold.\n\n"
117 IDS_PAUSE_HELP_2 "service The name of the service to be paused.\n\n"
118 IDS_SEND_SYNTAX "NET SEND ...\n\n"
119 IDS_SEND_HELP "SEND\n...\n\n"
120 IDS_SESSION_SYNTAX "NET SESSION ...\n\n"
121 IDS_SESSION_HELP "SESSION\n...\n\n"
122 IDS_SHARE_SYNTAX "NET SHARE ...\n\n"
123 IDS_SHARE_HELP "SHARE\n...\n\n"
124 IDS_START_SYNTAX "NET START [service]\n\n"
125 IDS_START_HELP_1 "NET START starts services or lists running services.\n\n"
126 IDS_START_HELP_2 "service The name of the service to be started.\n\n"
127 IDS_START_HELP_3 "When typed at the command prompt, service name of two words or more must\n\
128 be enclosed in quotation marks. For example, NET START ""NET LOGON""\n\
129 starts the net logon service.\n\n"
130 IDS_STATISTICS_SYNTAX "NET STATISTICS ...\n\n"
131 IDS_STATISTICS_HELP "STATISTICS\n...\n\n"
132 IDS_STOP_SYNTAX "NET STOP service\n\n"
133 IDS_STOP_HELP_1 "NET STOP stops services.\n\n"
134 IDS_STOP_HELP_2 "service The name of the service to be stopped.\n\n"
135 IDS_STOP_HELP_3 "Stopping a service cancels any network connection the service is\n\
136 using. Also, some services are dependent on others. Stopping one\n\
137 service can stop others. Some services cannot be stopped.\n\n"
138 IDS_TIME_SYNTAX "NET TIME ...\n\n"
139 IDS_TIME_HELP "TIME\n...\n\n"
140 IDS_USE_SYNTAX "NET USE ...\n\n"
141 IDS_USE_HELP "USE\n...\n\n"
142 IDS_USER_SYNTAX "NET USER [username [password | *] [options]] [/DOMAIN]\n\
143 username {password | *} /ADD [options] [/DOMAIN]\n\
144 username [/DELETE] [/DOMAIN]\n\n"
145 IDS_USER_HELP "USER\n...\n\n"
146 IDS_VIEW_SYNTAX "NET VIEW ...\n\n"
147 IDS_VIEW_HELP "VIEW\n...\n\n"
148 IDS_NET_SYNTAX "NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |\n\
149 HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |\n\
150 SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]\n"
151
152 IDS_ACCOUNTS_FORCE_LOGOFF "强制注销后"
153 IDS_ACCOUNTS_LOGOFF_SECONDS "%lu 秒"
154 IDS_ACCOUNTS_MIN_PW_AGE "密码最短使用期限 (以天为单位)"
155 IDS_ACCOUNTS_MAX_PW_AGE "密码最长使用期限 (以天为单位)"
156 IDS_ACCOUNTS_MIN_PW_LENGTH "最小密码长度"
157 IDS_ACCOUNTS_PW_HIST_LENGTH "密码历史记录长度"
158 IDS_ACCOUNTS_LOCKOUT_THRESHOLD "锁定阈值"
159 IDS_ACCOUNTS_LOCKOUT_DURATION "锁定时间 (以分钟为单位)"
160 IDS_ACCOUNTS_LOCKOUT_WINDOW "锁定观察窗口 (以分钟为单位)"
161 IDS_ACCOUNTS_COMPUTER_ROLE "计算机角色"
162 IDS_ACCOUNTS_PRIMARY_SERVER "主服务器"
163 IDS_ACCOUNTS_BACKUP_SERVER "备份服务器"
164 IDS_ACCOUNTS_STANDALONE_SERVER "独立服务器"
165 IDS_ACCOUNTS_WORKSTATION "工作站"
166
167 IDS_CONFIG_TEXT "The following running services can be controlled:\n\n\
168 Server\n Workstation\n\n"
169 IDS_CONFIG_SERVER_NAME "Server Name"
170 IDS_CONFIG_SERVER_COMMENT "Server Comment"
171 IDS_CONFIG_SERVER_VERSION "Software version"
172 IDS_CONFIG_SERVER_ACTIVE "Server is active on\n"
173 IDS_CONFIG_SERVER_HIDDEN "Server hidden"
174 IDS_CONFIG_SERVER_USERS "Maximum Logged On Users"
175 IDS_CONFIG_SERVER_FILES "Maximum open files per session"
176 IDS_CONFIG_SERVER_IDLE "Idle session time (min)"
177
178 IDS_LOCALGROUP_ALIASES "\\\\%s 的别名"
179 IDS_LOCALGROUP_ALIAS_NAME "别名名称"
180 IDS_LOCALGROUP_COMMENT "注释"
181 IDS_LOCALGROUP_MEMBERS "成员"
182
183 IDS_USER_ACCOUNTS "\\\\%s 的用户帐户"
184 IDS_USER_NAME "用户名"
185 IDS_USER_FULL_NAME "全名"
186 IDS_USER_COMMENT "注释"
187 IDS_USER_USER_COMMENT "用户注释"
188 IDS_USER_COUNTRY_CODE "国家/地区代码"
189 IDS_USER_ACCOUNT_ACTIVE "帐户活动"
190 IDS_USER_ACCOUNT_EXPIRES "帐户过期"
191 IDS_USER_PW_LAST_SET "上次设置的密码"
192 IDS_USER_PW_EXPIRES "密码过期"
193 IDS_USER_PW_CHANGEABLE "密码可更改"
194 IDS_USER_PW_REQUIRED "需要密码"
195 IDS_USER_CHANGE_PW "用户可以更改密码"
196 IDS_USER_WORKSTATIONS "允许的工作站"
197 IDS_USER_LOGON_SCRIPT "登录脚本"
198 IDS_USER_PROFILE "用户配置文件"
199 IDS_USER_HOME_DIR "主目录"
200 IDS_USER_LAST_LOGON "最后一次登录"
201 IDS_USER_LOGON_HOURS "允许的登录的时常 (以小时为单位)"
202 IDS_USER_LOCAL_GROUPS "本地组成员身份"
203 IDS_USER_GLOBAL_GROUPS "全局组成员身份"
204
205 IDS_USER_ENTER_PASSWORD1 "为用户输入新的密码: "
206 IDS_USER_ENTER_PASSWORD2 "再次输入密码: "
207 IDS_USER_NO_PASSWORD_MATCH "密码不匹配!"
208
209 IDS_USE_NOW_CONNECTED "%s 现在连接到 %s\n"
210
211 IDS_GENERIC_YES "是"
212 IDS_GENERIC_NO "否"
213 IDS_GENERIC_NEVER "永不"
214 IDS_GENERIC_NONE "无"
215 IDS_GENERIC_ALL "所有"
216 IDS_GENERIC_LOCKED "锁定"
217 IDS_GENERIC_UNLIMITED "Unlimited"
218 IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
219 IDS_GENERIC_PAGE "NET HELP command | MORE displays one screen at a time.\n\n"
220
221 IDS_ERROR_OPTION_NOT_SUPPORTED "尚不支持 %s 选项。\n"
222 IDS_ERROR_INVALID_OPTION_VALUE "您输入了 %s 选项的无效的值。\n"
223 IDS_ERROR_SYSTEM_ERROR "发生了系统错误 %d。\n"
224 IDS_ERROR_NO_ERROR "命令执行成功。\n\n\n"
225 END