linux-headers.po 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288
  1. msgid ""
  2. msgstr ""
  3. "X-Pootle-Revision: 9999999\n"
  4. "X-Pootle-Path: /zh_CN/lfs/chapter05/linux-headers.po\n"
  5. "Project-Id-Version: PACKAGE VERSION\n"
  6. "POT-Creation-Date: 2020-08-08 19:28+0800\n"
  7. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  8. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  9. "Language-Team: LANGUAGE <LL@li.org>\n"
  10. "Language: zh_CN\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "X-Generator: Translate Toolkit 2.2.5\n"
  15. #. type: Content of: <sect1><sect1info><address>
  16. #, no-wrap
  17. msgid "&linux-url;"
  18. msgstr "&linux-url;"
  19. #. type: Content of: <sect1><sect1info>
  20. msgid ""
  21. "<productname>linux-headers</productname> <productnumber>&linux-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>linux-headers</productname> <productnumber>&linux-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. msgid "Linux-&linux-version; API Headers"
  28. msgstr "Linux-&linux-version; API 头文件"
  29. #. type: Content of: <sect1><indexterm><primary>
  30. msgid "Linux"
  31. msgstr "Linux"
  32. #. type: Content of: <sect1><indexterm><secondary>
  33. msgid "tools, API headers"
  34. msgstr "工具,API 头文件"
  35. #. type: Content of: <sect1><sect2><para>
  36. msgid ""
  37. "The Linux API Headers (in linux-&linux-version;.tar.xz) expose the kernel's "
  38. "API for use by Glibc."
  39. msgstr ""
  40. "Linux API 头文件 (在 linux-&linux-version;.tar.xz 中) 导出内核 API 供 Glibc "
  41. "使用。"
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. msgid "&buildtime;"
  44. msgstr "&buildtime;"
  45. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  46. msgid "&diskspace;"
  47. msgstr "&diskspace;"
  48. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  49. msgid "&linux-headers-tmp-sbu;"
  50. msgstr "&linux-headers-tmp-sbu;"
  51. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  52. msgid "&linux-headers-tmp-du;"
  53. msgstr "&linux-headers-tmp-du;"
  54. #. type: Content of: <sect1><sect2><title>
  55. msgid "Installation of Linux API Headers"
  56. msgstr "安装 Linux API 头文件"
  57. #. type: Content of: <sect1><sect2><para>
  58. msgid ""
  59. "The Linux kernel needs to expose an Application Programming Interface (API) "
  60. "for the system's C library (Glibc in LFS) to use. This is done by way of "
  61. "sanitizing various C header files that are shipped in the Linux kernel "
  62. "source tarball."
  63. msgstr ""
  64. "Linux 内核需要导出一个应用程序编程接口 (API) 供系统的 C 运行库 (例如 LFS 中"
  65. "的 Glibc) 使用。这通过净化内核源码包中提供的若干 C 头文件完成。"
  66. #. type: Content of: <sect1><sect2><para>
  67. msgid "Make sure there are no stale files embedded in the package:"
  68. msgstr "确保软件包中没有遗留陈旧的文件:"
  69. #. type: Content of: <sect1><sect2><screen>
  70. #, no-wrap
  71. msgid "<userinput remap=\"pre\">make mrproper</userinput>"
  72. msgstr "<userinput remap=\"pre\">make mrproper</userinput>"
  73. #. type: Content of: <sect1><sect2><para>
  74. msgid ""
  75. "Now extract the user-visible kernel headers from the source. The "
  76. "recommended make target <quote>headers_install</quote> cannot be used, "
  77. "because it requires <application>rsync</application>, which may not be "
  78. "available. The headers are first placed in <filename class=\"directory\">./"
  79. "usr</filename>, then copied to the needed location."
  80. msgstr ""
  81. "下面从源代码中提取用户可见的头文件。我们不能使用推荐的 make 目标"
  82. "<quote>headers_install</quote>,因为它需要 <application>rsync</application>,"
  83. "这个程序在宿主系统中未必可用。头文件会先被放置在 <filename class=\"directory"
  84. "\">./usr</filename> 目录中,之后再将它们复制到最终的位置。"
  85. #. type: Content of: <sect1><sect2><screen>
  86. #, no-wrap
  87. msgid ""
  88. "<userinput remap=\"make\">make headers\n"
  89. "find usr/include -name '.*' -delete\n"
  90. "rm usr/include/Makefile\n"
  91. "</userinput><userinput remap=\"install\">cp -rv usr/include $LFS/usr</userinput>"
  92. msgstr ""
  93. "<userinput remap=\"make\">make headers\n"
  94. "find usr/include -name '.*' -delete\n"
  95. "rm usr/include/Makefile\n"
  96. "</userinput><userinput remap=\"install\">cp -rv usr/include $LFS/usr</userinput>"
  97. #. type: Content of: <sect1><sect2><title>
  98. msgid "Contents of Linux API Headers"
  99. msgstr "Linux API 头文件的内容"
  100. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  101. msgid "Installed headers"
  102. msgstr "安装的头文件"
  103. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  104. msgid "Installed directories"
  105. msgstr "安装的目录"
  106. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  107. msgid ""
  108. "/usr/include/asm/*.h, /usr/include/asm-generic/*.h, /usr/include/drm/*.h, /"
  109. "usr/include/linux/*.h, /usr/include/misc/*.h, /usr/include/mtd/*.h, /usr/"
  110. "include/rdma/*.h, /usr/include/scsi/*.h, /usr/include/sound/*.h, /usr/"
  111. "include/video/*.h, and /usr/include/xen/*.h"
  112. msgstr ""
  113. "/usr/include/asm/*.h, /usr/include/asm-generic/*.h, /usr/include/drm/*.h, /"
  114. "usr/include/linux/*.h, /usr/include/misc/*.h, /usr/include/mtd/*.h, /usr/"
  115. "include/rdma/*.h, /usr/include/scsi/*.h, /usr/include/sound/*.h, /usr/"
  116. "include/video/*.h, 以及 /usr/include/xen/*.h"
  117. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  118. msgid ""
  119. "/usr/include/asm, /usr/include/asm-generic, /usr/include/drm, /usr/include/"
  120. "linux, /usr/include/misc, /usr/include/mtd, /usr/include/rdma, /usr/include/"
  121. "scsi, /usr/include/sound, /usr/include/video, and /usr/include/xen"
  122. msgstr ""
  123. "/usr/include/asm, /usr/include/asm-generic, /usr/include/drm, /usr/include/"
  124. "linux, /usr/include/misc, /usr/include/mtd, /usr/include/rdma, /usr/include/"
  125. "scsi, /usr/include/sound, /usr/include/video, 以及 /usr/include/xen"
  126. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  127. msgid "Short Descriptions"
  128. msgstr "简要描述"
  129. #. type: Content of: <sect1><sect2><variablelist>
  130. msgid ""
  131. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  132. msgstr ""
  133. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  134. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  135. msgid "<filename class=\"headerfile\">/usr/include/asm/*.h</filename>"
  136. msgstr "<filename class=\"headerfile\">/usr/include/asm/*.h</filename>"
  137. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  138. msgid "The Linux API ASM Headers"
  139. msgstr "Linux API 汇编头文件"
  140. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  141. msgid "/usr/include/asm/*.h"
  142. msgstr "/usr/include/asm/*.h"
  143. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  144. msgid "<filename class=\"headerfile\">/usr/include/asm-generic/*.h</filename>"
  145. msgstr "<filename class=\"headerfile\">/usr/include/asm-generic/*.h</filename>"
  146. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  147. msgid "The Linux API ASM Generic Headers"
  148. msgstr "Linux API 通用汇编头文件"
  149. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  150. msgid "/usr/include/asm-generic/*.h"
  151. msgstr "/usr/include/asm-generic/*.h"
  152. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  153. msgid "<filename class=\"headerfile\">/usr/include/drm/*.h</filename>"
  154. msgstr "<filename class=\"headerfile\">/usr/include/drm/*.h</filename>"
  155. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  156. msgid "The Linux API DRM Headers"
  157. msgstr "Linux API DRM 头文件"
  158. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  159. msgid "/usr/include/drm/*.h"
  160. msgstr "/usr/include/drm/*.h"
  161. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  162. msgid "<filename class=\"headerfile\">/usr/include/linux/*.h</filename>"
  163. msgstr "<filename class=\"headerfile\">/usr/include/linux/*.h</filename>"
  164. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  165. msgid "The Linux API Linux Headers"
  166. msgstr "Linux API Linux 头文件"
  167. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  168. msgid "/usr/include/linux/*.h"
  169. msgstr "/usr/include/linux/*.h"
  170. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  171. msgid "<filename class=\"headerfile\">/usr/include/misc/*.h</filename>"
  172. msgstr "<filename class=\"headerfile\">/usr/include/misc/*.h</filename>"
  173. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  174. msgid "The Linux API Miscellaneous Headers"
  175. msgstr "Linux API 杂项头文件"
  176. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  177. msgid "/usr/include/misc/*.h"
  178. msgstr "/usr/include/misc/*.h"
  179. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  180. msgid "<filename class=\"headerfile\">/usr/include/mtd/*.h</filename>"
  181. msgstr "<filename class=\"headerfile\">/usr/include/mtd/*.h</filename>"
  182. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  183. msgid "The Linux API MTD Headers"
  184. msgstr "Linux API MTD 头文件"
  185. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  186. msgid "/usr/include/mtd/*.h"
  187. msgstr "/usr/include/mtd/*.h"
  188. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  189. msgid "<filename class=\"headerfile\">/usr/include/rdma/*.h</filename>"
  190. msgstr "<filename class=\"headerfile\">/usr/include/rdma/*.h</filename>"
  191. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  192. msgid "The Linux API RDMA Headers"
  193. msgstr "Linux API RDMA 头文件"
  194. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  195. msgid "/usr/include/rdma/*.h"
  196. msgstr "/usr/include/rdma/*.h"
  197. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  198. msgid "<filename class=\"headerfile\">/usr/include/scsi/*.h</filename>"
  199. msgstr "<filename class=\"headerfile\">/usr/include/scsi/*.h</filename>"
  200. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  201. msgid "The Linux API SCSI Headers"
  202. msgstr "Linux API SCSI 头文件"
  203. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  204. msgid "/usr/include/scsi/*.h"
  205. msgstr "/usr/include/scsi/*.h"
  206. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  207. msgid "<filename class=\"headerfile\">/usr/include/sound/*.h</filename>"
  208. msgstr "<filename class=\"headerfile\">/usr/include/sound/*.h</filename>"
  209. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  210. msgid "The Linux API Sound Headers"
  211. msgstr "Linux API 音频头文件"
  212. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  213. msgid "/usr/include/sound/*.h"
  214. msgstr "/usr/include/sound/*.h"
  215. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  216. msgid "<filename class=\"headerfile\">/usr/include/video/*.h</filename>"
  217. msgstr "<filename class=\"headerfile\">/usr/include/video/*.h</filename>"
  218. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  219. msgid "The Linux API Video Headers"
  220. msgstr "Linux API 视频头文件"
  221. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  222. msgid "/usr/include/video/*.h"
  223. msgstr "/usr/include/video/*.h"
  224. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  225. msgid "<filename class=\"headerfile\">/usr/include/xen/*.h</filename>"
  226. msgstr "<filename class=\"headerfile\">/usr/include/xen/*.h</filename>"
  227. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  228. msgid "The Linux API Xen Headers"
  229. msgstr "Linux API Xen 头文件"
  230. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  231. msgid "/usr/include/xen/*.h"
  232. msgstr "/usr/include/xen/*.h"