]> git.ipfire.org Git - thirdparty/systemd.git/blob - catalog/systemd.zh_CN.catalog.in
Merge pull request #5146 from ssahani/ifname-alias
[thirdparty/systemd.git] / catalog / systemd.zh_CN.catalog.in
1 # This file is part of systemd.
2 #
3 # Copyright 2012 Lennart Poettering
4 # Copyright 2015 Boyuan Yang
5 #
6 # systemd is free software; you can redistribute it and/or modify it
7 # under the terms of the GNU Lesser General Public License as published by
8 # the Free Software Foundation; either version 2.1 of the License, or
9 # (at your option) any later version.
10 #
11 # systemd is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # Lesser General Public License for more details.
15 #
16 # You should have received a copy of the GNU Lesser General Public License
17 # along with systemd; If not, see <http://www.gnu.org/licenses/>.
18
19 # Message catalog for systemd's own messages
20 # Simplified Chinese translation
21
22 # 本 catalog 文档格式被记载在
23 # http://www.freedesktop.org/wiki/Software/systemd/catalog
24
25 # 如需了解我们为什么做这些工作,请见 https://xkcd.com/1024/
26
27 -- f77379a8490b408bbe5f6940505a777b
28 Subject: 日志已开始
29 Defined-By: systemd
30 Support: %SUPPORT_URL%
31
32 系统日志进程已启动,已打开供写入的日志文件并准备好处理请求。
33
34 -- d93fb3c9c24d451a97cea615ce59c00b
35 Subject: 日志已停止
36 Defined-By: systemd
37 Support: %SUPPORT_URL%
38
39 系统日志进程已终止,并已关闭所有当前活动的日志文件。
40
41 -- a596d6fe7bfa4994828e72309e95d61e
42 Subject: 由某个服务而来的消息已被抑制
43 Defined-By: systemd
44 Support: %SUPPORT_URL%
45 Documentation: man:journald.conf(5)
46
47 某个服务在一个时间周期内记录了太多消息。
48 从该服务而来的消息已被丢弃。
49
50 请注意只有由有问题的服务传来的消息被丢弃,
51 其它服务的消息不受影响。
52
53 可以在 /etc/systemd/journald.conf 中设定 RateLimitIntervalSec=
54 以及 RateLimitBurst = 的值以控制丢弃信息的限制。
55 请参见 journald.conf(5) 以了解详情。
56
57 -- e9bf28e6e834481bb6f48f548ad13606
58 Subject: 日志消息已遗失
59 Defined-By: systemd
60 Support: %SUPPORT_URL%
61
62 因日志系统对内核消息的处理速度不够快,
63 部分信息已经遗失。
64
65 -- fc2e22bc6ee647b6b90729ab34a250b1
66 Subject: 进程 @COREDUMP_PID@ (@COREDUMP_COMM@) 核心已转储
67 Defined-By: systemd
68 Support: %SUPPORT_URL%
69 Documentation: man:core(5)
70
71 进程 @COREDUMP_PID@ (@COREDUMP_COMM@) 已崩溃并进行核心转储。
72
73 这通常意味着崩溃程序中存在编程错误,并应当将此错误向其开发者报告。
74
75 -- 8d45620c1a4348dbb17410da57c60c66
76 Subject: 一个新会话 @SESSION_ID@ 已为用户 @USER_ID@ 建立
77 Defined-By: systemd
78 Support: %SUPPORT_URL%
79 Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
80
81 一个 ID 为 @SESSION_ID@ 的新会话已为用户 @USER_ID@ 建立。
82
83 该会话的首进程为 @LEADER@。
84
85 -- 3354939424b4456d9802ca8333ed424a
86 Subject: 会话 @SESSION_ID@ 已终止
87 Defined-By: systemd
88 Support: %SUPPORT_URL%
89 Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
90
91 一个 ID 为 @SESSION_ID@ 的会话已终止。
92
93 -- fcbefc5da23d428093f97c82a9290f7b
94 Subject: 一个新的座位 @SEAT_ID@ 可用
95 Defined-By: systemd
96 Support: %SUPPORT_URL%
97 Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
98
99 一个新的座位 @SEAT_ID@ 已被配置并已可用。
100
101 -- e7852bfe46784ed0accde04bc864c2d5
102 Subject: 座位 @SEAT_ID@ 已被移除
103 Defined-By: systemd
104 Support: %SUPPORT_URL%
105 Documentation: http://www.freedesktop.org/wiki/Software/systemd/multiseat
106
107 座位 @SEAT_ID@ 已被移除并不再可用。
108
109 -- c7a787079b354eaaa9e77b371893cd27
110 Subject: 时间已变更
111 Defined-By: systemd
112 Support: %SUPPORT_URL%
113
114 系统时钟已变更为1970年1月1日后 @REALTIME@ 微秒。
115
116 -- 45f82f4aef7a4bbf942ce861d1f20990
117 Subject: 时区变更为 @TIMEZONE@
118 Defined-By: systemd
119 Support: %SUPPORT_URL%
120
121 系统时区已变更为 @TIMEZONE@。
122
123 -- b07a249cd024414a82dd00cd181378ff
124 Subject: 系统启动已完成
125 Defined-By: systemd
126 Support: %SUPPORT_URL%
127
128 所有系统启动时需要的系统服务均已成功启动。
129 请注意这并不代表现在机器已经空闲,因为某些服务可能仍处于完成启动的过程中。
130
131 内核启动使用了 @KERNEL_USEC@ 毫秒。
132
133 初始内存盘启动使用了 @INITRD_USEC@ 毫秒。
134
135 用户空间启动使用了 @USERSPACE_USEC@ 毫秒。
136
137 -- 6bbd95ee977941e497c48be27c254128
138 Subject: 系统已进入 @SLEEP@ 睡眠状态
139 Defined-By: systemd
140 Support: %SUPPORT_URL%
141
142 系统现已进入 @SLEEP@ 睡眠状态。
143
144 -- 8811e6df2a8e40f58a94cea26f8ebf14
145 Subject: 系统已离开 @SLEEP@ 睡眠状态
146 Defined-By: systemd
147 Support: %SUPPORT_URL%
148
149 系统现已离开 @SLEEP@ 睡眠状态。
150
151 -- 98268866d1d54a499c4e98921d93bc40
152 Subject: 系统关机已开始
153 Defined-By: systemd
154 Support: %SUPPORT_URL%
155
156 系统关机操作已初始化。
157 关机已开始,所有系统服务均已结束,所有文件系统已卸载。
158
159 -- 7d4958e842da4a758f6c1cdc7b36dcc5
160 Subject: @UNIT@ 单元已开始启动
161 Defined-By: systemd
162 Support: %SUPPORT_URL%
163
164 @UNIT@ 单元已开始启动。
165
166 -- 39f53479d3a045ac8e11786248231fbf
167 Subject: @UNIT@ 单元已结束启动
168 Defined-By: systemd
169 Support: %SUPPORT_URL%
170
171 @UNIT@ 单元已结束启动。
172
173 启动结果为“@RESULT@”。
174
175 -- de5b426a63be47a7b6ac3eaac82e2f6f
176 Subject: @UNIT@ 单元已开始停止操作
177 Defined-By: systemd
178 Support: %SUPPORT_URL%
179
180 @UNIT@ 单元已开始停止操作。
181
182 -- 9d1aaa27d60140bd96365438aad20286
183 Subject: @UNIT@ 单元已结束停止操作
184 Defined-By: systemd
185 Support: %SUPPORT_URL%
186
187 @UNIT@ 单元已结束停止操作。
188
189 -- be02cf6855d2428ba40df7e9d022f03d
190 Subject: @UNIT@ 单元已失败
191 Defined-By: systemd
192 Support: %SUPPORT_URL%
193
194 @UNIT@ 单元已失败。
195
196 结果为“@RESULT@”。
197
198 -- d34d037fff1847e6ae669a370e694725
199 Subject: @UNIT@ 单元已开始重新载入其配置
200 Defined-By: systemd
201 Support: %SUPPORT_URL%
202
203 @UNIT@ 单元已开始重新载入其配置。
204
205 -- 7b05ebc668384222baa8881179cfda54
206 Subject: @UNIT@ 单元已结束配置重载入
207 Defined-By: systemd
208 Support: %SUPPORT_URL%
209
210 @UNIT@ 单元已结束配置重载入操作。
211
212 结果为“@RESULT@”。
213
214 -- 641257651c1b4ec9a8624d7a40a9e1e7
215 Subject: 进程 @EXECUTABLE@ 无法执行
216 Defined-By: systemd
217 Support: %SUPPORT_URL%
218
219 进程 @EXECUTABLE@ 无法被执行并已失败。
220
221 该进程返回的错误代码为 @ERRNO@。
222
223 -- 0027229ca0644181a76c4e92458afa2e
224 Subject: 一个或更多消息无法被转发至 syslog
225 Defined-By: systemd
226 Support: %SUPPORT_URL%
227
228 有一条或更多的消息无法被转发至与 journald 同时运行的 syslog 服务。
229 这通常意味着 syslog 实现无法跟上队列中消息进入的速度。
230
231 -- 1dee0369c7fc4736b7099b38ecb46ee7
232 Subject: 挂载点不为空
233 Defined-By: systemd
234 Support: %SUPPORT_URL%
235
236 目录 @WHERE@ 被指定为挂载点(即 /etc/fstab 文件的第二栏,或 systemd 单元
237 文件的 Where= 字段),且该目录非空。
238 这并不会影响挂载行为,但该目录中先前已存在的文件将无法被访问。
239 如需查看这些文件,请手动将其下的文件系统挂载到另一个位置。
240
241 -- 24d8d4452573402496068381a6312df2
242 Subject: 一个虚拟机或容器已启动
243 Defined-By: systemd
244 Support: %SUPPORT_URL%
245
246 虚拟机 @NAME@,以及其首进程 PID @LEADER@,已被启动并可被使用。
247
248 -- 58432bd3bace477cb514b56381b8a758
249 Subject: 一个虚拟机或容器已被终止
250 Defined-By: systemd
251 Support: %SUPPORT_URL%
252
253 虚拟机 @NAME@,以及其首进程 PID @LEADER@,已被关闭并停止。