bison.po 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. msgid ""
  2. msgstr ""
  3. "X-Pootle-Revision: 9999999\n"
  4. "X-Pootle-Path: /zh_CN/lfs/chapter07/bison.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 "&bison-url;"
  18. msgstr "&bison-url;"
  19. #. type: Content of: <sect1><sect1info>
  20. msgid ""
  21. "<productname>bison</productname> <productnumber>&bison-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>bison</productname> <productnumber>&bison-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. msgid "Bison-&bison-version;"
  28. msgstr "Bison-&bison-version;"
  29. #. type: Content of: <sect1><indexterm><primary>
  30. msgid "Bison"
  31. msgstr "Bison"
  32. #. type: Content of: <sect1><indexterm><secondary>
  33. msgid "tools"
  34. msgstr "工具"
  35. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  36. msgid "&buildtime;"
  37. msgstr "&buildtime;"
  38. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  39. msgid "&diskspace;"
  40. msgstr "&diskspace;"
  41. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  42. msgid "&bison-tmp-sbu;"
  43. msgstr "&bison-tmp-sbu;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  45. msgid "&bison-tmp-du;"
  46. msgstr "&bison-tmp-du;"
  47. #. type: Content of: <sect1><sect2><title>
  48. msgid "Installation of Bison"
  49. msgstr "安装 Bison"
  50. #. type: Content of: <sect1><sect2><para>
  51. msgid "Prepare Bison for compilation:"
  52. msgstr "准备编译 Bison:"
  53. #. type: Content of: <sect1><sect2><screen>
  54. #, no-wrap
  55. msgid ""
  56. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  57. " --docdir=/usr/share/doc/bison-&bison-version;</userinput>"
  58. msgstr ""
  59. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  60. " --docdir=/usr/share/doc/bison-&bison-version;</userinput>"
  61. #. type: Content of: <sect1><sect2><variablelist><title>
  62. msgid "The meaning of the new configure option:"
  63. msgstr "配置选项的含义:"
  64. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  65. msgid "<parameter>--docdir=/usr/share/doc/bison-&bison-version;</parameter>"
  66. msgstr "<parameter>--docdir=/usr/share/doc/bison-&bison-version;</parameter>"
  67. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  68. msgid ""
  69. "This tells the build system to install bison documentation into a versioned "
  70. "directory."
  71. msgstr "该选项告诉构建系统将 Bison 文档安装到带有版本号的目录中。"
  72. #. type: Content of: <sect1><sect2><para>
  73. msgid "Compile the package:"
  74. msgstr "编译该软件包:"
  75. #. type: Content of: <sect1><sect2><screen>
  76. #, no-wrap
  77. msgid "<userinput remap=\"make\">make</userinput>"
  78. msgstr "<userinput remap=\"make\">make</userinput>"
  79. #. type: Content of: <sect1><sect2><para>
  80. msgid "Install the package:"
  81. msgstr "安装该软件包:"
  82. #. type: Content of: <sect1><sect2><screen>
  83. #, no-wrap
  84. msgid "<userinput remap=\"install\">make install</userinput>"
  85. msgstr "<userinput remap=\"install\">make install</userinput>"
  86. #. type: Content of: <sect1><sect2><para>
  87. msgid ""
  88. "Details on this package are located in <xref linkend=\"contents-bison\" role="
  89. "\".\"/>"
  90. msgstr "该软件包的详细信息可以在<xref linkend=\"contents-bison\"/>中找到。"