kmod.po 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341
  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/kmod.xml:14
  15. #, no-wrap
  16. msgid "&kmod-url;"
  17. msgstr "&kmod-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:12
  20. msgid ""
  21. "<productname>kmod</productname> <productnumber>&kmod-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>kmod</productname> <productnumber>&kmod-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:17
  28. msgid "Kmod-&kmod-version;"
  29. msgstr "Kmod-&kmod-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:20
  32. msgid "Kmod"
  33. msgstr "Kmod"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:26
  36. msgid ""
  37. "The Kmod package contains libraries and utilities for loading kernel modules"
  38. msgstr "Kmod 软件包包含用于加载内核模块的库和工具。"
  39. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  40. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:30
  41. msgid "&buildtime;"
  42. msgstr "&buildtime;"
  43. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  44. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:31
  45. msgid "&diskspace;"
  46. msgstr "&diskspace;"
  47. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  48. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:34
  49. msgid "&kmod-fin-sbu;"
  50. msgstr "&kmod-fin-sbu;"
  51. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  52. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:35
  53. msgid "&kmod-fin-du;"
  54. msgstr "&kmod-fin-du;"
  55. #. type: Content of: <sect1><sect2><title>
  56. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:42
  57. msgid "Installation of Kmod"
  58. msgstr "安装 Kmod"
  59. #. type: Content of: <sect1><sect2><para>
  60. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:44
  61. msgid "Prepare Kmod for compilation:"
  62. msgstr "准备编译 Kmod:"
  63. #. type: Content of: <sect1><sect2><screen>
  64. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:46
  65. #, no-wrap
  66. msgid ""
  67. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  68. " --bindir=/bin \\\n"
  69. " --sysconfdir=/etc \\\n"
  70. " --with-rootlibdir=/lib \\\n"
  71. " --with-xz \\\n"
  72. " --with-zlib</userinput>"
  73. msgstr ""
  74. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  75. " --bindir=/bin \\\n"
  76. " --sysconfdir=/etc \\\n"
  77. " --with-rootlibdir=/lib \\\n"
  78. " --with-xz \\\n"
  79. " --with-zlib</userinput>"
  80. #. type: Content of: <sect1><sect2><variablelist><title>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:54
  82. msgid "The meaning of the configure options:"
  83. msgstr "配置选项的含义:"
  84. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:57
  86. msgid "<parameter>--with-xz, --with-zlib</parameter>"
  87. msgstr "<parameter>--with-xz, --with-zlib</parameter>"
  88. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:59
  90. msgid "These options enable Kmod to handle compressed kernel modules."
  91. msgstr "它们允许 Kmod 处理压缩过的内核模块。"
  92. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:64
  94. msgid "<parameter>--with-rootlibdir=/lib</parameter>"
  95. msgstr "<parameter>--with-rootlibdir=/lib</parameter>"
  96. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:66
  98. msgid ""
  99. "This option ensures different library related files are placed in the "
  100. "correct directories."
  101. msgstr "该选项保证一些和库有关的文件被放置在正确的目录中。"
  102. #. type: Content of: <sect1><sect2><para>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:73
  104. msgid "Compile the package:"
  105. msgstr "编译该软件包:"
  106. #. type: Content of: <sect1><sect2><screen>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:75
  108. #, no-wrap
  109. msgid "<userinput remap=\"make\">make</userinput>"
  110. msgstr "<userinput remap=\"make\">make</userinput>"
  111. #. type: Content of: <sect1><sect2><para>
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:77
  113. msgid ""
  114. "This package does not come with a test suite that can be run in the LFS "
  115. "chroot environment. At a minimum the git program is required and several "
  116. "tests will not run outside of a git repository."
  117. msgstr ""
  118. "该软件包不包含能在 LFS chroot 环境下运行的测试套件。测试套件至少需要 git 程"
  119. "序的支持,且有些测试在 git 仓库外不会运行。"
  120. #. type: Content of: <sect1><sect2><para>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:81
  122. msgid ""
  123. "Install the package and create symlinks for compatibility with Module-Init-"
  124. "Tools (the package that previously handled Linux kernel modules):"
  125. msgstr ""
  126. "安装该软件包,并创建与 Module-Init-Tools (曾经用于处理 Linux 内核模块的软件"
  127. "包) 兼容的符号链接:"
  128. #. type: Content of: <sect1><sect2><screen>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:85
  130. #, no-wrap
  131. msgid ""
  132. "<userinput remap=\"install\">make install\n"
  133. "\n"
  134. "for target in depmod insmod lsmod modinfo modprobe rmmod; do\n"
  135. " ln -sfv ../bin/kmod /sbin/$target\n"
  136. "done\n"
  137. "\n"
  138. "ln -sfv kmod /bin/lsmod</userinput>"
  139. msgstr ""
  140. "<userinput remap=\"install\">make install\n"
  141. "\n"
  142. "for target in depmod insmod lsmod modinfo modprobe rmmod; do\n"
  143. " ln -sfv ../bin/kmod /sbin/$target\n"
  144. "done\n"
  145. "\n"
  146. "ln -sfv kmod /bin/lsmod</userinput>"
  147. #. type: Content of: <sect1><sect2><title>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:96
  149. msgid "Contents of Kmod"
  150. msgstr "Kmod 的内容"
  151. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:99
  153. msgid "Installed programs"
  154. msgstr "安装的程序"
  155. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:100
  157. msgid "Installed library"
  158. msgstr "安装的库"
  159. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:103
  161. msgid ""
  162. "depmod (link to kmod), insmod (link to kmod), kmod, lsmod (link to kmod), "
  163. "modinfo (link to kmod), modprobe (link to kmod), and rmmod (link to kmod)"
  164. msgstr ""
  165. "depmod (到 kmod 的链接), insmod (到 kmod 的链接), kmod, lsmod (到 kmod 的链"
  166. "接), modinfo (到 kmod 的链接), modprobe (到 kmod 的链接), 以及 rmmod (到 "
  167. "kmod 的链接)"
  168. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  169. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:106
  170. msgid "libkmod.so"
  171. msgstr "libkmod.so"
  172. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  173. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:111
  174. msgid "Short Descriptions"
  175. msgstr "简要描述"
  176. #. type: Content of: <sect1><sect2><variablelist>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:112
  178. msgid ""
  179. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  180. msgstr ""
  181. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  182. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  183. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:116
  184. msgid "<command>depmod</command>"
  185. msgstr "<command>depmod</command>"
  186. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  187. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:118
  188. msgid ""
  189. "Creates a dependency file based on the symbols it finds in the existing set "
  190. "of modules; this dependency file is used by <command>modprobe</command> to "
  191. "automatically load the required modules"
  192. msgstr ""
  193. "根据现有模块的符号信息创建依赖关系文件;<command>modprobe</command> 使用依赖"
  194. "关系文件自动加载需要的模块"
  195. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  196. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:123
  197. msgid "depmod"
  198. msgstr "depmod"
  199. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  200. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:129
  201. msgid "<command>insmod</command>"
  202. msgstr "<command>insmod</command>"
  203. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  204. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:131
  205. msgid "Installs a loadable module in the running kernel"
  206. msgstr "在正在运行的内核中安装可加载模块"
  207. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  208. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:133
  209. msgid "insmod"
  210. msgstr "insmod"
  211. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  212. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:139
  213. msgid "<command>kmod</command>"
  214. msgstr "<command>kmod</command>"
  215. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  216. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:141
  217. msgid "Loads and unloads kernel modules"
  218. msgstr "加载或卸载内核模块"
  219. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  220. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:143
  221. msgid "kmod"
  222. msgstr "kmod"
  223. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  224. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:149
  225. msgid "<command>lsmod</command>"
  226. msgstr "<command>lsmod</command>"
  227. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  228. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:151
  229. msgid "Lists currently loaded modules"
  230. msgstr "列出当前加载的模块"
  231. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  232. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:153
  233. msgid "lsmod"
  234. msgstr "lsmod"
  235. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  236. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:159
  237. msgid "<command>modinfo</command>"
  238. msgstr "<command>modinfo</command>"
  239. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  240. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:161
  241. msgid ""
  242. "Examines an object file associated with a kernel module and displays any "
  243. "information that it can glean"
  244. msgstr "检验与某个内核模块相关的目标文件,打印它能够收集到的一切信息"
  245. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  246. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:164
  247. msgid "modinfo"
  248. msgstr "modinfo"
  249. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  250. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:170
  251. msgid "<command>modprobe</command>"
  252. msgstr "<command>modprobe</command>"
  253. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  254. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:172
  255. msgid ""
  256. "Uses a dependency file, created by <command>depmod</command>, to "
  257. "automatically load relevant modules"
  258. msgstr ""
  259. "使用一个 <command>depmod</command> 创建的依赖关系文件,自动加载相关模块"
  260. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  261. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:175
  262. msgid "modprobe"
  263. msgstr "modprobe"
  264. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  265. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:181
  266. msgid "<command>rmmod</command>"
  267. msgstr "<command>rmmod</command>"
  268. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  269. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:183
  270. msgid "Unloads modules from the running kernel"
  271. msgstr "从正在运行的内核中卸载模块"
  272. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  273. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:185
  274. msgid "rmmod"
  275. msgstr "rmmod"
  276. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  277. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:191
  278. msgid "<filename class=\"libraryfile\">libkmod</filename>"
  279. msgstr "<filename class=\"libraryfile\">libkmod</filename>"
  280. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  281. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:193
  282. msgid ""
  283. "This library is used by other programs to load and unload kernel modules"
  284. msgstr "这个库被其他程序用于加载和卸载内核模块"
  285. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  286. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/kmod.xml:196
  287. msgid "libkmod"
  288. msgstr "libkmod"