libffi.po 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165
  1. msgid ""
  2. msgstr ""
  3. "X-Pootle-Revision: 9999999\n"
  4. "X-Pootle-Path: /zh_CN/lfs/chapter08/libffi.po\n"
  5. "Project-Id-Version: PACKAGE VERSION\n"
  6. "POT-Creation-Date: 2020-08-08 19:28+0800\n"
  7. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  8. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  9. "Language-Team: LANGUAGE <LL@li.org>\n"
  10. "Language: zh_CN\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "X-Generator: Translate Toolkit 2.2.5\n"
  15. #. type: Content of: <sect1><sect1info><address>
  16. #, no-wrap
  17. msgid "&libffi-url;"
  18. msgstr "&libffi-url;"
  19. #. type: Content of: <sect1><sect1info>
  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. msgid "Libffi-&libffi-version;"
  28. msgstr "Libffi-&libffi-version;"
  29. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  30. msgid "libffi"
  31. msgstr "libffi"
  32. #. type: Content of: <sect1><sect2><para>
  33. msgid ""
  34. "The Libffi library provides a portable, high level programming interface to "
  35. "various calling conventions. This allows a programmer to call any function "
  36. "specified by a call interface description at run time."
  37. msgstr ""
  38. "Libffi 库提供一个可移植的高级编程接口,用于处理不同调用惯例。这允许程序在运行"
  39. "时调用任何给定了调用接口的函数。"
  40. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  41. msgid "&buildtime;"
  42. msgstr "&buildtime;"
  43. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  44. msgid "&diskspace;"
  45. msgstr "&diskspace;"
  46. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  47. msgid "&libffi-fin-sbu;"
  48. msgstr "&libffi-fin-sbu;"
  49. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  50. msgid "&libffi-fin-du;"
  51. msgstr "&libffi-fin-du;"
  52. #. type: Content of: <sect1><sect2><title>
  53. msgid "Installation of Libffi"
  54. msgstr "安装 Libffi"
  55. #. type: Content of: <sect1><sect2><note><para>
  56. msgid ""
  57. "Similar to GMP, libffi builds with optimizations specific to the proccesor "
  58. "in use. If building for another system, export CFLAGS and CXXFLAGS to "
  59. "specify a generic build for your architecture. If this is not done, all "
  60. "applications that link to libffi will trigger Illegal Operation Errors."
  61. msgstr ""
  62. "和 GMP 类似,libffi 在构建时会使用特定于当前处理器的优化。如果是在为另一台计"
  63. "算机构建系统,请导出 CFLAGS 和 CXXFLAGS 环境变量,为您的架构指定较为通用的构"
  64. "建目标。否则,所有链接到 libffi 的程序都可能触发非法指令异常。"
  65. #. type: Content of: <sect1><sect2><para>
  66. msgid "Prepare libffi for compilation:"
  67. msgstr "准备编译 libffi:"
  68. #. type: Content of: <sect1><sect2><screen>
  69. #, no-wrap
  70. msgid "<userinput remap=\"configure\">./configure --prefix=/usr --disable-static --with-gcc-arch=native</userinput>"
  71. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr --disable-static --with-gcc-arch=native</userinput>"
  72. #. type: Content of: <sect1><sect2><variablelist><title>
  73. msgid "The meaning of the configure option:"
  74. msgstr "配置选项的含义:"
  75. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  76. msgid "<parameter>--with-gcc-arch=native</parameter>"
  77. msgstr "<parameter>--with-gcc-arch=native</parameter>"
  78. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  79. msgid ""
  80. "Ensure GCC optimizes for the current system. If this is not specified, the "
  81. "system is guessed and the code generated may not be correct for some "
  82. "systems. If the generated code will be copied from the native system to a "
  83. "less capable system, use the less capable system as a parameter. For details "
  84. "about alternative system types, see <ulink url='https://gcc.gnu.org/"
  85. "onlinedocs/gcc-&gcc-version;/gcc/x86-Options.html'> the x86 options in the "
  86. "GCC manual</ulink>."
  87. msgstr ""
  88. "保证 gcc 为当前系统进行优化。如果不使用该选项,构建系统会猜测系统架构,在某些"
  89. "系统上可能生成不正确的代码。如果要将生成的代码从本地系统复制到指令集功能较弱"
  90. "的系统中,需要使用目标系统架构作为该选项的参数值。关于不同系统架构的信息,参"
  91. "阅 <ulink url='https://gcc.gnu.org/onlinedocs/gcc-&gcc-version;/gcc/x86-"
  92. "Options.html'>gcc 手册中提供的的 x86 选项</ulink>。"
  93. #. type: Content of: <sect1><sect2><para>
  94. msgid "Compile the package:"
  95. msgstr "编译该软件包:"
  96. #. type: Content of: <sect1><sect2><screen>
  97. #, no-wrap
  98. msgid "<userinput remap=\"make\">make</userinput>"
  99. msgstr "<userinput remap=\"make\">make</userinput>"
  100. #. type: Content of: <sect1><sect2><para>
  101. msgid "To test the results, issue:"
  102. msgstr "运行以下命令以测试编译结果:"
  103. #. type: Content of: <sect1><sect2><screen>
  104. #, no-wrap
  105. msgid "<userinput remap=\"test\">make check</userinput>"
  106. msgstr "<userinput remap=\"test\">make check</userinput>"
  107. #. type: Content of: <sect1><sect2><para>
  108. msgid "Install the package:"
  109. msgstr "安装该软件包:"
  110. #. type: Content of: <sect1><sect2><screen>
  111. #, no-wrap
  112. msgid "<userinput remap=\"install\">make install</userinput>"
  113. msgstr "<userinput remap=\"install\">make install</userinput>"
  114. #. type: Content of: <sect1><sect2><title>
  115. msgid "Contents of Libffi"
  116. msgstr "Libffi 的内容"
  117. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  118. msgid "Installed library"
  119. msgstr "安装的库"
  120. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  121. msgid "libffi.so"
  122. msgstr "libffi.so"
  123. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  124. msgid "Short Descriptions"
  125. msgstr "简要描述"
  126. #. type: Content of: <sect1><sect2><variablelist>
  127. msgid ""
  128. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  129. msgstr ""
  130. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  131. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  132. msgid "<filename class=\"libraryfile\">libffi</filename>"
  133. msgstr "<filename class=\"libraryfile\">libffi</filename>"
  134. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  135. msgid "contains the libffi API functions."
  136. msgstr "包含 libffi API 函数"