123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241 |
- msgid ""
- msgstr ""
- "Project-Id-Version: PACKAGE VERSION\n"
- "POT-Creation-Date: 2020-06-17 12:44+0800\n"
- "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
- "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
- "Language-Team: LANGUAGE <LL@li.org>\n"
- "Language: zh_CN\n"
- "MIME-Version: 1.0\n"
- "Content-Type: text/plain; charset=UTF-8\n"
- "Content-Transfer-Encoding: 8bit\n"
- "X-Generator: Translate Toolkit 2.2.5\n"
- #. type: Content of: <sect1><sect1info><address>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:14
- #, no-wrap
- msgid "&gawk-url;"
- msgstr "&gawk-url;"
- #. type: Content of: <sect1><sect1info>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:12
- msgid ""
- "<productname>gawk</productname> <productnumber>&gawk-version;</"
- "productnumber> <placeholder type=\"address\" id=\"0\"/>"
- msgstr ""
- "<productname>gawk</productname> <productnumber>&gawk-version;</"
- "productnumber> <placeholder type=\"address\" id=\"0\"/>"
- #. type: Content of: <sect1><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:17
- msgid "Gawk-&gawk-version;"
- msgstr "Gawk-&gawk-version;"
- #. type: Content of: <sect1><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:20
- msgid "Gawk"
- msgstr "Gawk"
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:26
- msgid "The Gawk package contains programs for manipulating text files."
- msgstr "Gawk 软件包包含操作文本文件的程序。"
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:29
- msgid "&buildtime;"
- msgstr "&buildtime;"
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:30
- msgid "&diskspace;"
- msgstr "&diskspace;"
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:33
- msgid "&gawk-fin-sbu;"
- msgstr "&gawk-fin-sbu;"
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:34
- msgid "&gawk-fin-du;"
- msgstr "&gawk-fin-du;"
- #. type: Content of: <sect1><sect2><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:41
- msgid "Installation of Gawk"
- msgstr "安装 Gawk"
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:43
- msgid "First, ensure some unneeded files are not installed:"
- msgstr "首先,确保不安装某些不需要的文件:"
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:45
- #, no-wrap
- msgid "<userinput remap=\"pre\">sed -i 's/extras//' Makefile.in</userinput>"
- msgstr "<userinput remap=\"pre\">sed -i 's/extras//' Makefile.in</userinput>"
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:47
- msgid "Prepare Gawk for compilation:"
- msgstr "准备编译 Gawk:"
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:49
- #, no-wrap
- msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
- msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:51
- msgid "Compile the package:"
- msgstr "编译该软件包:"
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:53
- #, no-wrap
- msgid "<userinput remap=\"make\">make</userinput>"
- msgstr "<userinput remap=\"make\">make</userinput>"
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:55
- msgid "To test the results, issue:"
- msgstr "运行以下命令以测试编译结果:"
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:57
- #, no-wrap
- msgid "<userinput remap=\"test\">make check</userinput>"
- msgstr "<userinput remap=\"test\">make check</userinput>"
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:59
- msgid "Install the package:"
- msgstr "安装该软件包:"
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:61
- #, no-wrap
- msgid "<userinput remap=\"install\">make install</userinput>"
- msgstr "<userinput remap=\"install\">make install</userinput>"
- #. type: Content of: <sect1><sect2><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:63
- msgid "If desired, install the documentation:"
- msgstr "如果需要的话,安装文档:"
- #. type: Content of: <sect1><sect2><screen>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:65
- #, no-wrap
- msgid ""
- "<userinput remap=\"install\">mkdir -v /usr/share/doc/gawk-&gawk-version;\n"
- "cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version;</userinput>"
- msgstr ""
- "<userinput remap=\"install\">mkdir -v /usr/share/doc/gawk-&gawk-version;\n"
- "cp -v doc/{awkforai.txt,*.{eps,pdf,jpg}} /usr/share/doc/gawk-&gawk-version;</userinput>"
- #. type: Content of: <sect1><sect2><title>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:71
- msgid "Contents of Gawk"
- msgstr "Gawk 的内容"
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:74
- msgid "Installed programs"
- msgstr "安装的程序"
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:75
- msgid "Installed libraries"
- msgstr "安装的库"
- #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:76
- msgid "Installed directories"
- msgstr "安装的目录"
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:79
- msgid "awk (link to gawk), gawk, and awk-&gawk-version;"
- msgstr "awk (link to gawk), gawk, 以及 awk-&gawk-version;"
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:80
- msgid ""
- "filefuncs.so, fnmatch.so, fork.so, inplace.so, intdiv.so, ordchr.so, readdir."
- "so, readfile.so, revoutput.so, revtwoway.so, rwarray.so, and time.so (all "
- "in /usr/lib/gawk)"
- msgstr ""
- "filefuncs.so, fnmatch.so, fork.so, inplace.so, intdiv.so, ordchr.so, readdir."
- "so, readfile.so, revoutput.so, revtwoway.so, rwarray.so, 以及 time.so (均位"
- "于 /usr/lib/gawk 中)"
- #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:83
- msgid ""
- "/usr/lib/gawk, /usr/libexec/awk, /usr/share/awk, and /usr/share/doc/gawk-"
- "&gawk-version;"
- msgstr ""
- "/usr/lib/gawk, /usr/libexec/awk, /usr/share/awk, 以及 /usr/share/doc/gawk-"
- "&gawk-version;"
- #. type: Content of: <sect1><sect2><variablelist><bridgehead>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:89
- msgid "Short Descriptions"
- msgstr "简要描述"
- #. type: Content of: <sect1><sect2><variablelist>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:90
- msgid ""
- "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
- msgstr ""
- "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:94
- msgid "<command>awk</command>"
- msgstr "<command>awk</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:96
- msgid "A link to <command>gawk</command>"
- msgstr "到 <command>gawk</command> 的链接"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:98
- msgid "awk"
- msgstr "awk"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:104
- msgid "<command>gawk</command>"
- msgstr "<command>gawk</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:106
- msgid ""
- "A program for manipulating text files; it is the GNU implementation of "
- "<command>awk</command>"
- msgstr "一个操作文本文件的程序;是 <command>awk</command> 的 GNU 实现"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:109
- msgid "gawk"
- msgstr "gawk"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:115
- msgid "<command>gawk-&gawk-version;</command>"
- msgstr "<command>gawk-&gawk-version;</command>"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:117
- msgid "A hard link to <command>gawk</command>"
- msgstr "与 <command>gawk</command> 互为硬链接"
- #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
- #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gawk.xml:119
- msgid "gawk-&gawk-version;"
- msgstr "gawk-&gawk-version;"
|