1
0

pkgconfig.po 5.8 KB

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