libffi.po 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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/libffi.xml:14
  15. #, no-wrap
  16. msgid "&libffi-url;"
  17. msgstr "&libffi-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:12
  20. msgid ""
  21. "<productname>libffi</productname> <productnumber>&libffi-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>libffi</productname> <productnumber>&libffi-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:17
  28. msgid "Libffi-&libffi-version;"
  29. msgstr "Libffi-&libffi-version;"
  30. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:20
  32. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:111
  33. msgid "libffi"
  34. msgstr "libffi"
  35. #. type: Content of: <sect1><sect2><para>
  36. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:26
  37. msgid ""
  38. "The Libffi library provides a portable, high level programming interface to "
  39. "various calling conventions. This allows a programmer to call any function "
  40. "specified by a call interface description at run time."
  41. msgstr ""
  42. "Libffi 库提供一个可移植的高级编程接口,用于处理不同调用惯例。这允许程序在运行"
  43. "时调用任何给定了调用接口的函数。"
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:31
  46. msgid "&buildtime;"
  47. msgstr "&buildtime;"
  48. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:32
  50. msgid "&diskspace;"
  51. msgstr "&diskspace;"
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:35
  54. msgid "&libffi-fin-sbu;"
  55. msgstr "&libffi-fin-sbu;"
  56. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:36
  58. msgid "&libffi-fin-du;"
  59. msgstr "&libffi-fin-du;"
  60. #. type: Content of: <sect1><sect2><title>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:43
  62. msgid "Installation of Libffi"
  63. msgstr "安装 Libffi"
  64. #. type: Content of: <sect1><sect2><note><para>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:46
  66. msgid ""
  67. "Similar to GMP, libffi builds with optimizations specific to the proccesor "
  68. "in use. If building for another system, export CFLAGS and CXXFLAGS to "
  69. "specify a generic build for your architecture. If this is not done, all "
  70. "applications that link to libffi will trigger Illegal Operation Errors."
  71. msgstr ""
  72. "和 GMP 类似,libffi 在构建时会使用特定于当前处理器的优化。如果是在为另一台计"
  73. "算机构建系统,请导出 CFLAGS 和 CXXFLAGS 环境变量,为您的架构指定较为通用的构"
  74. "建目标。否则,所有链接到 libffi 的程序都可能触发非法指令异常。"
  75. #. type: Content of: <sect1><sect2><para>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:53
  77. msgid "Prepare libffi for compilation:"
  78. msgstr "准备编译 libffi:"
  79. #. type: Content of: <sect1><sect2><screen>
  80. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:55
  81. #, no-wrap
  82. msgid "<userinput remap=\"configure\">./configure --prefix=/usr --disable-static --with-gcc-arch=native</userinput>"
  83. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr --disable-static --with-gcc-arch=native</userinput>"
  84. #. type: Content of: <sect1><sect2><variablelist><title>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:58
  86. msgid "The meaning of the configure option:"
  87. msgstr "配置选项的含义:"
  88. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  89. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:61
  90. msgid "<parameter>--with-gcc-arch=native</parameter>"
  91. msgstr "<parameter>--with-gcc-arch=native</parameter>"
  92. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:63
  94. #, fuzzy
  95. msgid ""
  96. "Ensure GCC optimizes for the current system. If this is not specified, the "
  97. "system is guessed and the code generated may not be correct for some "
  98. "systems. If the generated code will be copied from the native system to a "
  99. "less capable system, use the less capable system as a parameter. For details "
  100. "about alternative system types, see <ulink url='https://gcc.gnu.org/"
  101. "onlinedocs/gcc-&gcc-version;/gcc/x86-Options.html'> the x86 options in the "
  102. "GCC manual</ulink>."
  103. msgstr ""
  104. "保证 gcc 为当前系统进行优化。如果不使用该选项,构建系统会猜测系统架构,在"
  105. "某些系统上可能生成不正确的代码。如果要将生成的代码从本地系统复制到指令集功"
  106. "能较弱的系统中,需要使用目标系统架构作为该选项的参数值。关于不同系统架构的信"
  107. "息,参阅 <ulink url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/"
  108. "x86-Options.html'> gcc 手册中提供的的 x86 选项</ulink>。"
  109. #. type: Content of: <sect1><sect2><para>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:76
  111. msgid "Compile the package:"
  112. msgstr "编译该软件包:"
  113. #. type: Content of: <sect1><sect2><screen>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:78
  115. #, no-wrap
  116. msgid "<userinput remap=\"make\">make</userinput>"
  117. msgstr "<userinput remap=\"make\">make</userinput>"
  118. #. type: Content of: <sect1><sect2><para>
  119. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:80
  120. msgid "To test the results, issue:"
  121. msgstr "运行以下命令以测试编译结果:"
  122. #. type: Content of: <sect1><sect2><screen>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:82
  124. #, no-wrap
  125. msgid "<userinput remap=\"test\">make check</userinput>"
  126. msgstr "<userinput remap=\"test\">make check</userinput>"
  127. #. type: Content of: <sect1><sect2><para>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:84
  129. msgid "Install the package:"
  130. msgstr "安装该软件包:"
  131. #. type: Content of: <sect1><sect2><screen>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:86
  133. #, no-wrap
  134. msgid "<userinput remap=\"install\">make install</userinput>"
  135. msgstr "<userinput remap=\"install\">make install</userinput>"
  136. #. type: Content of: <sect1><sect2><title>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:91
  138. msgid "Contents of Libffi"
  139. msgstr "Libffi 的内容"
  140. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:94
  142. msgid "Installed library"
  143. msgstr "安装的库"
  144. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:97
  146. msgid "libffi.so"
  147. msgstr "libffi.so"
  148. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:102
  150. msgid "Short Descriptions"
  151. msgstr "简要描述"
  152. #. type: Content of: <sect1><sect2><variablelist>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:103
  154. msgid ""
  155. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  156. msgstr ""
  157. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  158. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  159. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:107
  160. msgid "<filename class=\"libraryfile\">libffi</filename>"
  161. msgstr "<filename class=\"libraryfile\">libffi</filename>"
  162. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  163. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:109
  164. msgid "contains the libffi API functions."
  165. msgstr "包含 libffi API 函数"
  166. #~ msgid "Six tests, all related to test-callback.c, are known to fail."
  167. #~ msgstr "已知 6 项与 test-callback.c 相关的测试可能失败。"