sysvinit.po 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-06-17 12:44+0800\n"
  5. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  6. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  7. "Language-Team: LANGUAGE <LL@li.org>\n"
  8. "Language: zh_CN\n"
  9. "MIME-Version: 1.0\n"
  10. "Content-Type: text/plain; charset=UTF-8\n"
  11. "Content-Transfer-Encoding: 8bit\n"
  12. "X-Generator: Translate Toolkit 2.2.5\n"
  13. #. type: Content of: <sect1><sect1info><address>
  14. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:14
  15. #, no-wrap
  16. msgid "&sysvinit-url;"
  17. msgstr "&sysvinit-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:12
  20. msgid ""
  21. "<productname>sysvinit</productname> <productnumber>&sysvinit-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>sysvinit</productname> <productnumber>&sysvinit-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:17
  28. msgid "Sysvinit-&sysvinit-version;"
  29. msgstr "Sysvinit-&sysvinit-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:20
  32. msgid "Sysvinit"
  33. msgstr "Sysvinit"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:26
  36. msgid ""
  37. "The Sysvinit package contains programs for controlling the startup, running, "
  38. "and shutdown of the system."
  39. msgstr "Sysvinit 软件包包含控制系统启动、运行和关闭的程序。"
  40. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  41. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:30
  42. msgid "&buildtime;"
  43. msgstr "&buildtime;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:31
  46. msgid "&diskspace;"
  47. msgstr "&diskspace;"
  48. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:34
  50. #, fuzzy
  51. msgid "&sysvinit-fin-sbu;"
  52. msgstr "&sysvinit-ch6-sbu;"
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:35
  55. #, fuzzy
  56. msgid "&sysvinit-fin-du;"
  57. msgstr "&sysvinit-ch6-du;"
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:42
  60. msgid "Installation of Sysvinit"
  61. msgstr "安装 Sysvinit"
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:70
  64. msgid ""
  65. "First, apply a patch that removes several programs installed by other "
  66. "packages, clarifies a message, and fixes a compiler warning:"
  67. msgstr ""
  68. "首先,应用一个补丁,它会删除 sysvinit 中其他软件包已经安装的程序,使一条消息"
  69. "更加清晰,并修复一个引发编译器警告的问题:"
  70. #. type: Content of: <sect1><sect2><screen>
  71. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:73
  72. #, no-wrap
  73. msgid "<userinput remap=\"pre\">patch -Np1 -i ../&sysvinit-consolidated-patch;</userinput>"
  74. msgstr "<userinput remap=\"pre\">patch -Np1 -i ../&sysvinit-consolidated-patch;</userinput>"
  75. #. type: Content of: <sect1><sect2><para>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:75
  77. msgid "Compile the package:"
  78. msgstr "编译该软件包:"
  79. #. type: Content of: <sect1><sect2><screen>
  80. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:77
  81. #, no-wrap
  82. msgid "<userinput remap=\"make\">make</userinput>"
  83. msgstr "<userinput remap=\"make\">make</userinput>"
  84. #. type: Content of: <sect1><sect2><para>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:79
  86. msgid "This package does not come with a test suite."
  87. msgstr "该软件包不包含测试套件。"
  88. #. type: Content of: <sect1><sect2><para>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:81
  90. msgid "Install the package:"
  91. msgstr "安装该软件包:"
  92. #. type: Content of: <sect1><sect2><screen>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:83
  94. #, no-wrap
  95. msgid "<userinput remap=\"install\">make install</userinput>"
  96. msgstr "<userinput remap=\"install\">make install</userinput>"
  97. #. type: Content of: <sect1><sect2><title>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:88
  99. msgid "Contents of Sysvinit"
  100. msgstr "Sysvinit 的内容"
  101. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:91
  103. msgid "Installed programs"
  104. msgstr "安装的程序"
  105. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:94
  107. msgid ""
  108. "bootlogd, fstab-decode, halt, init, killall5, poweroff (link to halt), "
  109. "reboot (link to halt), runlevel, shutdown, and telinit (link to init)"
  110. msgstr ""
  111. "bootlogd, fstab-decode, halt, init, killall5, poweroff (到 halt 的链接), "
  112. "reboot (到 halt 的链接), runlevel, shutdown, 以及 telinit (到 init 的链接)"
  113. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:101
  115. msgid "Short Descriptions"
  116. msgstr "简要描述"
  117. #. type: Content of: <sect1><sect2><variablelist>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:102
  119. msgid ""
  120. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  121. msgstr ""
  122. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:106
  124. msgid "<command>bootlogd</command>"
  125. msgstr "<command>bootlogd</command>"
  126. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:108
  128. msgid "Logs boot messages to a log file"
  129. msgstr "将引导消息写入日志文件"
  130. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:110
  132. msgid "bootlogd"
  133. msgstr "bootlogd"
  134. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:116
  136. msgid "<command>fstab-decode</command>"
  137. msgstr "<command>fstab-decode</command>"
  138. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  139. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:118
  140. msgid "Run a command with fstab-encoded arguments"
  141. msgstr "以 fstab 编码的参数运行命令"
  142. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  143. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:120
  144. msgid "fstab-decode"
  145. msgstr "fstab-decode"
  146. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  147. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:126
  148. msgid "<command>halt</command>"
  149. msgstr "<command>halt</command>"
  150. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  151. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:128
  152. msgid ""
  153. "Normally invokes <command>shutdown</command> with the <parameter>-h</"
  154. "parameter> option, except when already in run-level 0, then it tells the "
  155. "kernel to halt the system; it notes in the file <filename>/var/log/wtmp</"
  156. "filename> that the system is being brought down"
  157. msgstr ""
  158. "通常调用 <command>shutdown</command> 并传递 <parameter>-h</parameter> 参数,"
  159. "除非已经处于运行级别 0,则它会通知内核停止系统运行;在系统被关闭时,它在 "
  160. "<filename>/var/log/wtmp</filename> 文件中进行记录"
  161. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  162. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:134
  163. msgid "halt"
  164. msgstr "halt"
  165. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  166. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:140
  167. msgid "<command>init</command>"
  168. msgstr "<command>init</command>"
  169. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  170. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:142
  171. msgid ""
  172. "The first process to be started when the kernel has initialized the hardware "
  173. "which takes over the boot process and starts all the proceses specified in "
  174. "its configuration file"
  175. msgstr ""
  176. "内核初始化硬件后启动的第一个进程,它接管引导过程,启动其配置文件中指定的所有"
  177. "进程"
  178. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  179. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:146
  180. msgid "init"
  181. msgstr "init"
  182. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  183. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:152
  184. msgid "<command>killall5</command>"
  185. msgstr "<command>killall5</command>"
  186. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  187. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:154
  188. msgid ""
  189. "Sends a signal to all processes, except the processes in its own session so "
  190. "it will not kill its parent shell"
  191. msgstr ""
  192. "向除了自身会话中以外的所有进程发送信号,杀死多数进程,但不会杀死作为它本身父"
  193. "进程的 shell"
  194. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  195. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:157
  196. msgid "killall5"
  197. msgstr "killall5"
  198. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  199. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:163
  200. msgid "<command>poweroff</command>"
  201. msgstr "<command>poweroff</command>"
  202. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  203. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:165
  204. msgid ""
  205. "Tells the kernel to halt the system and switch off the computer (see "
  206. "<command>halt</command>)"
  207. msgstr "告诉内核停止系统运行并关闭电源 (参阅 <command>halt</command>)"
  208. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  209. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:168
  210. msgid "poweroff"
  211. msgstr "poweroff"
  212. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  213. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:174
  214. msgid "<command>reboot</command>"
  215. msgstr "<command>reboot</command>"
  216. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  217. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:176
  218. msgid "Tells the kernel to reboot the system (see <command>halt</command>)"
  219. msgstr "告诉内核重启系统 (参阅 <command>halt</command>)"
  220. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  221. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:179
  222. msgid "reboot"
  223. msgstr "reboot"
  224. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  225. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:185
  226. msgid "<command>runlevel</command>"
  227. msgstr "<command>runlevel</command>"
  228. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  229. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:187
  230. msgid ""
  231. "Reports the previous and the current run-level, as noted in the last run-"
  232. "level record in <filename>/var/run/utmp</filename>"
  233. msgstr ""
  234. "报告上一次的和当前的系统运行级别,上一次系统运行级别记录在 <filename>/var/"
  235. "run/utmp</filename> 中"
  236. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  237. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:190
  238. msgid "runlevel"
  239. msgstr "runlevel"
  240. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  241. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:196
  242. msgid "<command>shutdown</command>"
  243. msgstr "<command>shutdown</command>"
  244. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  245. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:198
  246. msgid ""
  247. "Brings the system down in a secure way, signaling all processes and "
  248. "notifying all logged-in users"
  249. msgstr "安全地将系统下线,向所有进程发送信号,并通知所有登录用户"
  250. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  251. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:201
  252. msgid "shutdown"
  253. msgstr "shutdown"
  254. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  255. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:207
  256. msgid "<command>telinit</command>"
  257. msgstr "<command>telinit</command>"
  258. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  259. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:209
  260. msgid "Tells <command>init</command> which run-level to change to"
  261. msgstr "告诉 <command>init</command> 切换到哪个运行级别"
  262. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  263. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/sysvinit.xml:211
  264. msgid "telinit"
  265. msgstr "telinit"