gawk.po 3.2 KB

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