pkgconfig.po 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. msgid ""
  2. msgstr ""
  3. "X-Pootle-Revision: 9999999\n"
  4. "X-Pootle-Path: /zh_CN/lfs/chapter08/pkgconfig.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 "&pkgconfig-url;"
  18. msgstr "&pkgconfig-url;"
  19. #. type: Content of: <sect1><sect1info>
  20. msgid ""
  21. "<productname>pkg-config</productname> <productnumber>&pkgconfig-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>pkg-config</productname> <productnumber>&pkgconfig-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. msgid "Pkg-config-&pkgconfig-version;"
  28. msgstr "Pkg-config-&pkgconfig-version;"
  29. #. type: Content of: <sect1><indexterm><primary>
  30. msgid "Pkgconfig"
  31. msgstr "Pkgconfig"
  32. #. type: Content of: <sect1><sect2><para>
  33. msgid ""
  34. "The pkg-config package contains a tool for passing the include path and/or "
  35. "library paths to build tools during the configure and make phases of package "
  36. "installations."
  37. msgstr ""
  38. "pkg-config 软件包提供一个在软件包安装的配置和编译阶段,向构建工具传递头文件"
  39. "和/或库文件路径的工具。"
  40. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  41. msgid "&buildtime;"
  42. msgstr "&buildtime;"
  43. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  44. msgid "&diskspace;"
  45. msgstr "&diskspace;"
  46. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  47. msgid "&pkgconfig-fin-sbu;"
  48. msgstr "&pkgconfig-fin-sbu;"
  49. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  50. msgid "&pkgconfig-fin-du;"
  51. msgstr "&pkgconfig-fin-du;"
  52. #. type: Content of: <sect1><sect2><title>
  53. msgid "Installation of Pkg-config"
  54. msgstr "安装 Pkg-config"
  55. #. type: Content of: <sect1><sect2><para>
  56. msgid "Prepare Pkg-config for compilation:"
  57. msgstr "准备编译 Pkg-config:"
  58. #. type: Content of: <sect1><sect2><screen>
  59. #, no-wrap
  60. msgid ""
  61. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  62. " --with-internal-glib \\\n"
  63. " --disable-host-tool \\\n"
  64. " --docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput>"
  65. msgstr ""
  66. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  67. " --with-internal-glib \\\n"
  68. " --disable-host-tool \\\n"
  69. " --docdir=/usr/share/doc/pkg-config-&pkgconfig-version;</userinput>"
  70. #. type: Content of: <sect1><sect2><variablelist><title>
  71. msgid "The meaning of the new configure options:"
  72. msgstr "新的配置选项的含义:"
  73. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  74. msgid "<parameter>--with-internal-glib</parameter>"
  75. msgstr "<parameter>--with-internal-glib</parameter>"
  76. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  77. msgid ""
  78. "This will allow pkg-config to use its internal version of Glib because an "
  79. "external version is not available in LFS."
  80. msgstr ""
  81. "该选项允许 pkg-config 使用它内部的 Glib 版本,因为 LFS 不提供外部的 Glib。"
  82. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  83. msgid "<parameter>--disable-host-tool</parameter>"
  84. msgstr "<parameter>--disable-host-tool</parameter>"
  85. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  86. msgid ""
  87. "This option disables the creation of an undesired hard link to the pkg-"
  88. "config program."
  89. msgstr "该选项防止创建一个指向 pkg-config 程序的不需要的硬链接。"
  90. #. type: Content of: <sect1><sect2><para>
  91. msgid "Compile the package:"
  92. msgstr "编译该软件包:"
  93. #. type: Content of: <sect1><sect2><screen>
  94. #, no-wrap
  95. msgid "<userinput remap=\"make\">make</userinput>"
  96. msgstr "<userinput remap=\"make\">make</userinput>"
  97. #. type: Content of: <sect1><sect2><para>
  98. msgid "To test the results, issue:"
  99. msgstr "运行以下命令以测试编译结果:"
  100. #. type: Content of: <sect1><sect2><screen>
  101. #, no-wrap
  102. msgid "<userinput remap=\"test\">make check</userinput>"
  103. msgstr "<userinput remap=\"test\">make check</userinput>"
  104. #. type: Content of: <sect1><sect2><para>
  105. msgid "Install the package:"
  106. msgstr "安装该软件包:"
  107. #. type: Content of: <sect1><sect2><screen>
  108. #, no-wrap
  109. msgid "<userinput remap=\"install\">make install</userinput>"
  110. msgstr "<userinput remap=\"install\">make install</userinput>"
  111. #. type: Content of: <sect1><sect2><title>
  112. msgid "Contents of Pkg-config"
  113. msgstr "Pkg-config 的内容"
  114. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  115. msgid "Installed program"
  116. msgstr "安装的程序"
  117. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  118. msgid "Installed directory"
  119. msgstr "安装的目录"
  120. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  121. msgid "pkg-config"
  122. msgstr "pkg-config"
  123. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  124. msgid "/usr/share/doc/pkg-config-&pkgconfig-version;"
  125. msgstr "/usr/share/doc/pkg-config-&pkgconfig-version;"
  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 "<command>pkg-config </command>"
  136. msgstr "<command>pkg-config </command>"
  137. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  138. msgid "Returns meta information for the specified library or package"
  139. msgstr "返回某个库或软件包的元数据信息"