libffi.po 6.2 KB

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