[NET] Add help text for the NET LOCALGROUP command
[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_1 "NET LOCALGROUP modifies local groups on computers. When used without\n\
111 options, it displays the local groups on the computer.\n\n"
112 IDS_LOCALGROUP_HELP_2 "groupname Is the name of the local group to add, expand, or\n\
113 delete. Supply only a groupname to view a list of\n\
114 users or global groups in a local group.\n"
115 IDS_LOCALGROUP_HELP_3 "/COMMENT:""text"" Adds a comment for a new or existing group.\n\
116 Enclose the text inquotation marks.\n"
117 IDS_LOCALGROUP_HELP_4 "/DOMAIN Performs the operation on a domain controller\n\
118 of the current domain. Otherwise, the operation is \n\
119 performed on the local computer.\n"
120 IDS_LOCALGROUP_HELP_5 "name [ ...] List one or more usernames or groupnams to add or to\n\
121 remove from a local group. Separate multiple entries with\n\
122 a space. Names may be users or global groups, but not\n\
123 other local groups. If a user is from another doamin,\n\
124 preface the username with the domain name (for\n\
125 example, SALES\\RALPHR).\n"
126 IDS_LOCALGROUP_HELP_6 "/ADD Adds a groupname or username to a local group. An account\n\
127 must be established for users or global groups added to a\n\
128 local group with this command.\n"
129 IDS_LOCALGROUP_HELP_7 "/DELETE Removes a groupname or username from a local group.\n\n"
130 IDS_NAME_SYNTAX "NET NAME ...\n\n"
131 IDS_NAME_HELP "NAME\n...\n\n"
132 IDS_PRINT_SYNTAX "NET PRINT ...\n\n"
133 IDS_PRINT_HELP "PRINT\n...\n\n"
134 IDS_PAUSE_SYNTAX "NET PAUSE service\n\n"
135 IDS_PAUSE_HELP_1 "NET PAUSE suspends a service. Pausing a service puts it on hold.\n\n"
136 IDS_PAUSE_HELP_2 "service The name of the service to be paused.\n\n"
137 IDS_SEND_SYNTAX "NET SEND ...\n\n"
138 IDS_SEND_HELP "SEND\n...\n\n"
139 IDS_SESSION_SYNTAX "NET SESSION ...\n\n"
140 IDS_SESSION_HELP "SESSION\n...\n\n"
141 IDS_SHARE_SYNTAX "NET SHARE ...\n\n"
142 IDS_SHARE_HELP "SHARE\n...\n\n"
143 IDS_START_SYNTAX "NET START [service]\n\n"
144 IDS_START_HELP_1 "NET START starts services or lists running services.\n\n"
145 IDS_START_HELP_2 "service The name of the service to be started.\n\n"
146 IDS_START_HELP_3 "When typed at the command prompt, service name of two words or more must\n\
147 be enclosed in quotation marks. For example, NET START ""NET LOGON""\n\
148 starts the net logon service.\n\n"
149 IDS_STATISTICS_SYNTAX "NET STATISTICS [SERVER | WORKSTATION]\n\n"
150 IDS_STATISTICS_HELP_1 "NET STATISTICS displays the statisticslog for the local Workstation or\n\
151 Server service. Used without parameters, NET STATISTICS displays\n\
152 the services for which statistics are available.\n\n"
153 IDS_STATISTICS_HELP_2 "SERVER Displays the Server service statistics.\n\
154 WORKSTATION Displays the Workstation service statistics.\n\n"
155 IDS_STOP_SYNTAX "NET STOP service\n\n"
156 IDS_STOP_HELP_1 "NET STOP stops services.\n\n"
157 IDS_STOP_HELP_2 "service The name of the service to be stopped.\n\n"
158 IDS_STOP_HELP_3 "Stopping a service cancels any network connection the service is\n\
159 using. Also, some services are dependent on others. Stopping one\n\
160 service can stop others. Some services cannot be stopped.\n\n"
161 IDS_TIME_SYNTAX "NET TIME ...\n\n"
162 IDS_TIME_HELP "TIME\n...\n\n"
163 IDS_USE_SYNTAX "NET USE ...\n\n"
164 IDS_USE_HELP "USE\n...\n\n"
165 IDS_USER_SYNTAX "NET USER [username [password | *] [options]] [/DOMAIN]\n\
166 username {password | *} /ADD [options] [/DOMAIN]\n\
167 username [/DELETE] [/DOMAIN]\n\n"
168 IDS_USER_HELP "USER\n...\n\n"
169 IDS_VIEW_SYNTAX "NET VIEW ...\n\n"
170 IDS_VIEW_HELP "VIEW\n...\n\n"
171 IDS_NET_SYNTAX "NET [ ACCOUNTS | COMPUTER | CONFIG | CONTINUE | FILE | GROUP | HELP |\n\
172 HELPMSG | LOCALGROUP | NAME | PAUSE | PRINT | SEND | SESSION |\n\
173 SHARE | START | STATISTICS | STOP | TIME | USE | USER | VIEW ]\n"
174
175 IDS_ACCOUNTS_FORCE_LOGOFF "强制注销后"
176 IDS_ACCOUNTS_LOGOFF_SECONDS "%lu 秒"
177 IDS_ACCOUNTS_MIN_PW_AGE "密码最短使用期限 (以天为单位)"
178 IDS_ACCOUNTS_MAX_PW_AGE "密码最长使用期限 (以天为单位)"
179 IDS_ACCOUNTS_MIN_PW_LENGTH "最小密码长度"
180 IDS_ACCOUNTS_PW_HIST_LENGTH "密码历史记录长度"
181 IDS_ACCOUNTS_LOCKOUT_THRESHOLD "锁定阈值"
182 IDS_ACCOUNTS_LOCKOUT_DURATION "锁定时间 (以分钟为单位)"
183 IDS_ACCOUNTS_LOCKOUT_WINDOW "锁定观察窗口 (以分钟为单位)"
184 IDS_ACCOUNTS_COMPUTER_ROLE "计算机角色"
185 IDS_ACCOUNTS_PRIMARY_SERVER "主服务器"
186 IDS_ACCOUNTS_BACKUP_SERVER "备份服务器"
187 IDS_ACCOUNTS_STANDALONE_SERVER "独立服务器"
188 IDS_ACCOUNTS_WORKSTATION "工作站"
189
190 IDS_CONFIG_TEXT "The following running services can be controlled:\n\n\
191 Server\n Workstation\n\n"
192 IDS_CONFIG_SERVER_NAME "Server Name"
193 IDS_CONFIG_SERVER_COMMENT "Server Comment"
194 IDS_CONFIG_SERVER_VERSION "Software version"
195 IDS_CONFIG_SERVER_ACTIVE "Server is active on"
196 IDS_CONFIG_SERVER_HIDDEN "Server hidden"
197 IDS_CONFIG_SERVER_USERS "Maximum Logged On Users"
198 IDS_CONFIG_SERVER_FILES "Maximum open files per session"
199 IDS_CONFIG_SERVER_IDLE "Idle session time (min)"
200 IDS_CONFIG_WORKSTATION_NAME "Computer name"
201 IDS_CONFIG_WORKSTATION_FULLNAME "Full Computer name"
202 IDS_CONFIG_WORKSTATION_USERNAME "User name"
203 IDS_CONFIG_WORKSTATION_ACTIVE "Workstation is active on"
204 IDS_CONFIG_WORKSTATION_VERSION "Software version"
205 IDS_CONFIG_WORKSTATION_DOMAIN "Workstation domain"
206 IDS_CONFIG_WORKSTATION_LOGON "Logon domain"
207
208 IDS_LOCALGROUP_ALIASES "\\\\%s 的别名"
209 IDS_LOCALGROUP_ALIAS_NAME "别名名称"
210 IDS_LOCALGROUP_COMMENT "注释"
211 IDS_LOCALGROUP_MEMBERS "成员"
212
213 IDS_STATISTICS_TEXT "Statistics are available for the following services:\n\n\
214 Server\n Workstation\n\n"
215 IDS_STATISTICS_SINCE "Statistics since %d/%d/%d %d:%02d %s\n\n\n"
216 IDS_STATISTICS_SRV_NAME "Server statistics for \\\\%s\n\n\n"
217 IDS_STATISTICS_SRV_SESACCEPT "Sessions accepted"
218 IDS_STATISTICS_SRV_SESSTIME "Sessions timed-out"
219 IDS_STATISTICS_SRV_SESSERROR "Sessions errored-out"
220 IDS_STATISTICS_SRV_KBSENT "Kilobytes sent"
221 IDS_STATISTICS_SRV_KBRCVD "Kilobytes received"
222 IDS_STATISTICS_SRV_MRESPTIME "Mean response time (msec)"
223 IDS_STATISTICS_SRV_SYSERRORS "System errors"
224 IDS_STATISTICS_SRV_PMERRORS "Permission violations"
225 IDS_STATISTICS_SRV_PWERRORS "Password violations"
226 IDS_STATISTICS_SRV_FILES "Files accessed"
227 IDS_STATISTICS_SRV_DEVICES "Communication devices accessed"
228 IDS_STATISTICS_SRV_JOBS "Print jobs spooled"
229 IDS_STATISTICS_SRV_BUFFERS "Times buffers exhausted\n\n"
230 IDS_STATISTICS_SRV_BIGBUFFERS " Big buffers"
231 IDS_STATISTICS_SRV_REQBUFFERS " Request buffers"
232 IDS_STATISTICS_WKS_NAME "Workstation statistics for \\\\%s\n\n\n"
233 IDS_STATISTICS_WKS_BYTESRCVD "Bytes received"
234 IDS_STATISTICS_WKS_SMBSRCVD "Server Message Blocks (SMBs) received"
235 IDS_STATISTICS_WKS_BYTESTRANS "Bytes transmitted"
236 IDS_STATISTICS_WKS_SMBSTRANS "Server Message Blocks (SMBs) transmitted"
237 IDS_STATISTICS_WKS_READOPS "Read operations"
238 IDS_STATISTICS_WKS_WRITEOPS "Write operations"
239 IDS_STATISTICS_WKS_READDENIED "Raw reads denied"
240 IDS_STATISTICS_WKS_WRITEDENIED "Raw writes denied"
241 IDS_STATISTICS_WKS_NETWORKERROR "Network errors"
242 IDS_STATISTICS_WKS_CONNECTS "Connections made"
243 IDS_STATISTICS_WKS_RECONNECTS "Reconnections made"
244 IDS_STATISTICS_WKS_DISCONNECTS "Server disconnects"
245 IDS_STATISTICS_WKS_SESSIONS "Sessions started"
246 IDS_STATISTICS_WKS_HUNGSESSIONS "Hung sessions"
247 IDS_STATISTICS_WKS_FAILSESSIONS "Failed sessions"
248 IDS_STATISTICS_WKS_FAILEDOPS "Failed operations"
249 IDS_STATISTICS_WKS_USECOUNT "Use count"
250 IDS_STATISTICS_WKS_FAILUSECOUNT "Failed use count"
251
252 IDS_USER_ACCOUNTS "\\\\%s 的用户帐户"
253 IDS_USER_NAME "用户名"
254 IDS_USER_FULL_NAME "全名"
255 IDS_USER_COMMENT "注释"
256 IDS_USER_USER_COMMENT "用户注释"
257 IDS_USER_COUNTRY_CODE "国家/地区代码"
258 IDS_USER_ACCOUNT_ACTIVE "帐户活动"
259 IDS_USER_ACCOUNT_EXPIRES "帐户过期"
260 IDS_USER_PW_LAST_SET "上次设置的密码"
261 IDS_USER_PW_EXPIRES "密码过期"
262 IDS_USER_PW_CHANGEABLE "密码可更改"
263 IDS_USER_PW_REQUIRED "需要密码"
264 IDS_USER_CHANGE_PW "用户可以更改密码"
265 IDS_USER_WORKSTATIONS "允许的工作站"
266 IDS_USER_LOGON_SCRIPT "登录脚本"
267 IDS_USER_PROFILE "用户配置文件"
268 IDS_USER_HOME_DIR "主目录"
269 IDS_USER_LAST_LOGON "最后一次登录"
270 IDS_USER_LOGON_HOURS "允许的登录的时常 (以小时为单位)"
271 IDS_USER_LOCAL_GROUPS "本地组成员身份"
272 IDS_USER_GLOBAL_GROUPS "全局组成员身份"
273
274 IDS_USER_ENTER_PASSWORD1 "为用户输入新的密码: "
275 IDS_USER_ENTER_PASSWORD2 "再次输入密码: "
276 IDS_USER_NO_PASSWORD_MATCH "密码不匹配!"
277
278 IDS_USE_NOW_CONNECTED "%s 现在连接到 %s\n"
279
280 IDS_GENERIC_YES "是"
281 IDS_GENERIC_NO "否"
282 IDS_GENERIC_NEVER "永不"
283 IDS_GENERIC_NONE "无"
284 IDS_GENERIC_ALL "所有"
285 IDS_GENERIC_LOCKED "锁定"
286 IDS_GENERIC_UNLIMITED "Unlimited"
287 IDS_GENERIC_SYNTAX "The syntax of this command is:\n\n"
288 IDS_GENERIC_PAGE "NET HELP command | MORE displays one screen at a time.\n\n"
289
290 IDS_ERROR_OPTION_NOT_SUPPORTED "尚不支持 %s 选项。\n"
291 IDS_ERROR_INVALID_OPTION_VALUE "您输入了 %s 选项的无效的值。\n"
292 IDS_ERROR_SYSTEM_ERROR "发生了系统错误 %d。\n"
293 IDS_ERROR_NO_ERROR "命令执行成功。\n\n"
294 END