libffi.po 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  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. msgid ""
  95. "Ensure GCC optimizes for the current system. If this is not specified, the "
  96. "system is guessed and the code generated may not be correct for some "
  97. "systems. If the generated code will be copied from the native system to a "
  98. "less capable system, use the less capable system as a parameter. For details "
  99. "about alternative system types, see <ulink url='https://gcc.gnu.org/"
  100. "onlinedocs/gcc-&gcc-version;/gcc/x86-Options.html'> the x86 options in the "
  101. "GCC manual</ulink>."
  102. msgstr ""
  103. "保证 gcc 为当前系统进行优化。如果不使用该选项,构建系统会猜测系统架构,在"
  104. "某些系统上可能生成不正确的代码。如果要将生成的代码从本地系统复制到指令集功"
  105. "能较弱的系统中,需要使用目标系统架构作为该选项的参数值。关于不同系统架构的信"
  106. "息,参阅 <ulink url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/"
  107. "x86-Options.html'>gcc 手册中提供的的 x86 选项</ulink>。"
  108. #. type: Content of: <sect1><sect2><para>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:76
  110. msgid "Compile the package:"
  111. msgstr "编译该软件包:"
  112. #. type: Content of: <sect1><sect2><screen>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:78
  114. #, no-wrap
  115. msgid "<userinput remap=\"make\">make</userinput>"
  116. msgstr "<userinput remap=\"make\">make</userinput>"
  117. #. type: Content of: <sect1><sect2><para>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:80
  119. msgid "To test the results, issue:"
  120. msgstr "运行以下命令以测试编译结果:"
  121. #. type: Content of: <sect1><sect2><screen>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:82
  123. #, no-wrap
  124. msgid "<userinput remap=\"test\">make check</userinput>"
  125. msgstr "<userinput remap=\"test\">make check</userinput>"
  126. #. type: Content of: <sect1><sect2><para>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:84
  128. msgid "Install the package:"
  129. msgstr "安装该软件包:"
  130. #. type: Content of: <sect1><sect2><screen>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:86
  132. #, no-wrap
  133. msgid "<userinput remap=\"install\">make install</userinput>"
  134. msgstr "<userinput remap=\"install\">make install</userinput>"
  135. #. type: Content of: <sect1><sect2><title>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:91
  137. msgid "Contents of Libffi"
  138. msgstr "Libffi 的内容"
  139. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:94
  141. msgid "Installed library"
  142. msgstr "安装的库"
  143. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:97
  145. msgid "libffi.so"
  146. msgstr "libffi.so"
  147. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:102
  149. msgid "Short Descriptions"
  150. msgstr "简要描述"
  151. #. type: Content of: <sect1><sect2><variablelist>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:103
  153. msgid ""
  154. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  155. msgstr ""
  156. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  157. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  158. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:107
  159. msgid "<filename class=\"libraryfile\">libffi</filename>"
  160. msgstr "<filename class=\"libraryfile\">libffi</filename>"
  161. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  162. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/libffi.xml:109
  163. msgid "contains the libffi API functions."
  164. msgstr "包含 libffi API 函数"