1
0

gawk.po 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. msgid ""
  2. msgstr ""
  3. "X-Pootle-Revision: 9999999\n"
  4. "X-Pootle-Path: /zh_CN/lfs/chapter06/gawk.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 "&gawk-url;"
  18. msgstr "&gawk-url;"
  19. #. type: Content of: <sect1><sect1info>
  20. msgid ""
  21. "<productname>gawk</productname> <productnumber>&gawk-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>gawk</productname> <productnumber>&gawk-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. msgid "Gawk-&gawk-version;"
  28. msgstr "Gawk-&gawk-version;"
  29. #. type: Content of: <sect1><indexterm><primary>
  30. msgid "Gawk"
  31. msgstr "Gawk"
  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 "&gawk-tmp-sbu;"
  43. msgstr "&gawk-tmp-sbu;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  45. msgid "&gawk-tmp-du;"
  46. msgstr "&gawk-tmp-du;"
  47. #. type: Content of: <sect1><sect2><title>
  48. msgid "Installation of Gawk"
  49. msgstr "安装 Gawk"
  50. #. type: Content of: <sect1><sect2><para>
  51. msgid "First, ensure some unneeded files are not installed:"
  52. msgstr "首先,确保不要安装一些没有必要的文件:"
  53. #. type: Content of: <sect1><sect2><screen>
  54. #, no-wrap
  55. msgid "<userinput remap=\"pre\">sed -i 's/extras//' Makefile.in</userinput>"
  56. msgstr "<userinput remap=\"pre\">sed -i 's/extras//' Makefile.in</userinput>"
  57. #. type: Content of: <sect1><sect2><para>
  58. msgid "Prepare Gawk for compilation:"
  59. msgstr "准备编译 Gawk:"
  60. #. type: Content of: <sect1><sect2><screen>
  61. #, no-wrap
  62. msgid ""
  63. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  64. " --host=$LFS_TGT \\\n"
  65. " --build=$(./config.guess)</userinput>"
  66. msgstr ""
  67. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  68. " --host=$LFS_TGT \\\n"
  69. " --build=$(./config.guess)</userinput>"
  70. #. type: Content of: <sect1><sect2><para>
  71. msgid "Compile the package:"
  72. msgstr "编译该软件包:"
  73. #. type: Content of: <sect1><sect2><screen>
  74. #, no-wrap
  75. msgid "<userinput remap=\"make\">make</userinput>"
  76. msgstr "<userinput remap=\"make\">make</userinput>"
  77. #. type: Content of: <sect1><sect2><para>
  78. msgid "Install the package:"
  79. msgstr "安装该软件包:"
  80. #. type: Content of: <sect1><sect2><screen>
  81. #, no-wrap
  82. msgid "<userinput remap=\"install\">make DESTDIR=$LFS install</userinput>"
  83. msgstr "<userinput remap=\"install\">make DESTDIR=$LFS install</userinput>"
  84. #. type: Content of: <sect1><sect2><para>
  85. msgid ""
  86. "Details on this package are located in <xref linkend=\"contents-gawk\" role="
  87. "\".\"/>"
  88. msgstr "该软件包的详细信息可以在<xref linkend=\"contents-gawk\"/>中找到。"