sysvinit.po 13 KB

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