libffi.po 8.0 KB

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