zlib.po 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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 "&zlib-url;"
  16. msgstr "&zlib-url;"
  17. #. type: Content of: <sect1><sect1info>
  18. msgid ""
  19. "<productname>zlib</productname> <productnumber>&zlib-version;</"
  20. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  21. msgstr ""
  22. "<productname>zlib</productname> <productnumber>&zlib-version;</"
  23. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  24. #. type: Content of: <sect1><title>
  25. msgid "Zlib-&zlib-version;"
  26. msgstr "Zlib-&zlib-version;"
  27. #. type: Content of: <sect1><indexterm><primary>
  28. msgid "Zlib"
  29. msgstr "Zlib"
  30. #. type: Content of: <sect1><sect2><para>
  31. msgid ""
  32. "The Zlib package contains compression and decompression routines used by "
  33. "some programs."
  34. msgstr "Zlib 软件包包含一些程序使用的压缩和解压缩子程序。"
  35. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  36. msgid "&buildtime;"
  37. msgstr "&buildtime;"
  38. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  39. msgid "&diskspace;"
  40. msgstr "&diskspace;"
  41. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  42. msgid "&zlib-fin-sbu;"
  43. msgstr "&zlib-fin-sbu;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  45. msgid "&zlib-fin-du;"
  46. msgstr "&zlib-fin-du;"
  47. #. type: Content of: <sect1><sect2><title>
  48. msgid "Installation of Zlib"
  49. msgstr "安装 Zlib"
  50. #. type: Content of: <sect1><sect2><para>
  51. msgid "Prepare Zlib for compilation:"
  52. msgstr "准备编译 Zlib:"
  53. #. type: Content of: <sect1><sect2><screen>
  54. #, no-wrap
  55. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  56. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  57. #. type: Content of: <sect1><sect2><para>
  58. msgid "Compile the package:"
  59. msgstr "编译该软件包:"
  60. #. type: Content of: <sect1><sect2><screen>
  61. #, no-wrap
  62. msgid "<userinput remap=\"make\">make</userinput>"
  63. msgstr "<userinput remap=\"make\">make</userinput>"
  64. #. type: Content of: <sect1><sect2><para>
  65. msgid "To test the results, issue:"
  66. msgstr "运行以下命令以测试编译结果"
  67. #. type: Content of: <sect1><sect2><screen>
  68. #, no-wrap
  69. msgid "<userinput remap=\"test\">make check</userinput>"
  70. msgstr "<userinput remap=\"test\">make check</userinput>"
  71. #. type: Content of: <sect1><sect2><para>
  72. msgid "Install the package:"
  73. msgstr "安装该软件包:"
  74. #. type: Content of: <sect1><sect2><screen>
  75. #, no-wrap
  76. msgid "<userinput remap=\"install\">make install</userinput>"
  77. msgstr "<userinput remap=\"install\">make install</userinput>"
  78. #. type: Content of: <sect1><sect2><para>
  79. msgid ""
  80. "The shared library needs to be moved to <filename class=\"directory\">/lib</"
  81. "filename>, and as a result the <filename class=\"extension\">.so</filename> "
  82. "file in <filename class=\"directory\">/usr/lib</filename> will need to be "
  83. "recreated:"
  84. msgstr ""
  85. "共享库需要被移动到 <filename class=\"directory\">/lib</filename> 中,因此 "
  86. "<filename class=\"extension\">.so</filename> 文件需要在<filename class="
  87. "\"directory\">/usr/lib</filename> 目录中重建:"
  88. #. type: Content of: <sect1><sect2><screen>
  89. #, no-wrap
  90. msgid ""
  91. "<userinput remap=\"install\">mv -v /usr/lib/libz.so.* /lib\n"
  92. "ln -sfv ../../lib/$(readlink /usr/lib/libz.so) /usr/lib/libz.so</userinput>"
  93. msgstr ""
  94. "<userinput remap=\"install\">mv -v /usr/lib/libz.so.* /lib\n"
  95. "ln -sfv ../../lib/$(readlink /usr/lib/libz.so) /usr/lib/libz.so</userinput>"
  96. #. type: Content of: <sect1><sect2><title>
  97. msgid "Contents of Zlib"
  98. msgstr "Zlib 的内容"
  99. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  100. msgid "Installed libraries"
  101. msgstr "安装的库"
  102. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  103. msgid "libz.{a,so}"
  104. msgstr "libz.{a,so}"
  105. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  106. msgid "Short Descriptions"
  107. msgstr "简要描述"
  108. #. type: Content of: <sect1><sect2><variablelist>
  109. msgid ""
  110. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  111. msgstr ""
  112. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  113. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  114. msgid "<filename class=\"libraryfile\">libz</filename>"
  115. msgstr "<filename class=\"libraryfile\">libz</filename>"
  116. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  117. msgid "Contains compression and decompression functions used by some programs"
  118. msgstr "包含一些程序使用的压缩和解压缩函数"
  119. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  120. msgid "libz"
  121. msgstr "libz"