1
0

gperf.po 5.9 KB

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