gperf.po 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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/gperf.xml:14
  15. #, no-wrap
  16. msgid "&gperf-url;"
  17. msgstr "&gperf-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:12
  20. msgid ""
  21. "<productname>gperf</productname> <productnumber>&gperf-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>gperf</productname> <productnumber>&gperf-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:17
  28. msgid "Gperf-&gperf-version;"
  29. msgstr "Gperf-&gperf-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:20
  32. msgid "Gperf"
  33. msgstr "Gperf"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:26
  36. msgid "Gperf generates a perfect hash function from a key set."
  37. msgstr "Gperf 根据一组键值,生成完美散列函数。"
  38. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:29
  40. msgid "&buildtime;"
  41. msgstr "&buildtime;"
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:30
  44. msgid "&diskspace;"
  45. msgstr "&diskspace;"
  46. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:33
  48. #, fuzzy
  49. msgid "&gperf-fin-sbu;"
  50. msgstr "&gperf-ch6-sbu;"
  51. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  52. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:34
  53. #, fuzzy
  54. msgid "&gperf-fin-du;"
  55. msgstr "&gperf-ch6-du;"
  56. #. type: Content of: <sect1><sect2><title>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:41
  58. msgid "Installation of Gperf"
  59. msgstr "安装 Gperf"
  60. #. type: Content of: <sect1><sect2><para>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:43
  62. msgid "Prepare Gperf for compilation:"
  63. msgstr "准备编译 Gperf:"
  64. #. type: Content of: <sect1><sect2><screen>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:45
  66. #, no-wrap
  67. msgid "<userinput remap=\"configure\">./configure --prefix=/usr --docdir=/usr/share/doc/gperf-&gperf-version;</userinput>"
  68. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr --docdir=/usr/share/doc/gperf-&gperf-version;</userinput>"
  69. #. type: Content of: <sect1><sect2><para>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:47
  71. msgid "Compile the package:"
  72. msgstr "编译该软件包:"
  73. #. type: Content of: <sect1><sect2><screen>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:49
  75. #, no-wrap
  76. msgid "<userinput remap=\"make\">make</userinput>"
  77. msgstr "<userinput remap=\"make\">make</userinput>"
  78. #. type: Content of: <sect1><sect2><para>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:51
  80. msgid ""
  81. "The tests are known to fail if running multiple simultaneous tests (-j "
  82. "option greater than 1). To test the results, issue:"
  83. msgstr ""
  84. "已知同时执行多个测试 (-j 选项的值大于 1) 会导致测试失败。执行以下命令测试编译"
  85. "结果:"
  86. #. type: Content of: <sect1><sect2><screen>
  87. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:55
  88. #, no-wrap
  89. msgid "<userinput remap=\"test\">make -j1 check</userinput>"
  90. msgstr "<userinput remap=\"test\">make -j1 check</userinput>"
  91. #. type: Content of: <sect1><sect2><para>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:57
  93. msgid "Install the package:"
  94. msgstr "安装该软件包:"
  95. #. type: Content of: <sect1><sect2><screen>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:59
  97. #, no-wrap
  98. msgid "<userinput remap=\"install\">make install</userinput>"
  99. msgstr "<userinput remap=\"install\">make install</userinput>"
  100. #. type: Content of: <sect1><sect2><title>
  101. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:64
  102. msgid "Contents of Gperf"
  103. msgstr "Gperf 的内容"
  104. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  105. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:67
  106. msgid "Installed program"
  107. msgstr "安装的程序"
  108. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:68
  110. msgid "Installed directory"
  111. msgstr "安装的目录"
  112. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:71
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:86
  115. msgid "gperf"
  116. msgstr "gperf"
  117. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:72
  119. msgid "/usr/share/doc/gperf-&gperf-version;"
  120. msgstr "/usr/share/doc/gperf-&gperf-version;"
  121. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:77
  123. msgid "Short Descriptions"
  124. msgstr "简要描述"
  125. #. type: Content of: <sect1><sect2><variablelist>
  126. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:78
  127. msgid ""
  128. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  129. msgstr ""
  130. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:82
  132. msgid "<command>gperf</command>"
  133. msgstr "<command>gperf</command>"
  134. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  135. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gperf.xml:84
  136. msgid "Generates a perfect hash from a key set"
  137. msgstr "根据键值集合生成完美散列函数"