1
0
Xℹ Ruoyao преди 3 години
родител
ревизия
b6e242caa6
променени са 3 файла, в които са добавени 187 реда и са изтрити 158 реда
  1. 150 115
      zh_CN/chapter01/changelog.po
  2. 9 10
      zh_CN/chapter07/creatingdirs.po
  3. 28 33
      zh_CN/chapter08/bison.po

Файловите разлики са ограничени, защото са твърде много
+ 150 - 115
zh_CN/chapter01/changelog.po


+ 9 - 10
zh_CN/chapter07/creatingdirs.po

@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2020-06-17 12:44+0800\n"
+"POT-Creation-Date: 2020-07-22 14:15+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"
@@ -35,8 +35,8 @@ msgid ""
 "mkdir -pv /usr/{,local/}share/{color,dict,doc,info,locale,man}\n"
 "mkdir -pv /usr/{,local/}share/{misc,terminfo,zoneinfo}\n"
 "mkdir -pv /usr/{,local/}share/man/man{1..8}\n"
-"install -dv -m 1777 /tmp /var/tmp\n"
 "install -dv -m 0750 /root\n"
+"install -dv -m 1777 /tmp /var/tmp\n"
 "\n"
 "mkdir -v /var/{log,mail,spool}\n"
 "ln -sv /run /var/run\n"
@@ -49,8 +49,8 @@ msgstr ""
 "mkdir -pv /usr/{,local/}share/{color,dict,doc,info,locale,man}\n"
 "mkdir -pv /usr/{,local/}share/{misc,terminfo,zoneinfo}\n"
 "mkdir -pv /usr/{,local/}share/man/man{1..8}\n"
-"install -dv -m 1777 /tmp /var/tmp\n"
 "install -dv -m 0750 /root\n"
+"install -dv -m 1777 /tmp /var/tmp\n"
 "\n"
 "mkdir -v /var/{log,mail,spool}\n"
 "ln -sv /run /var/run\n"
@@ -65,8 +65,8 @@ msgid ""
 "made&mdash;one to the home directory of user <systemitem class=\"username"
 "\">root</systemitem>, and another to the directories for temporary files."
 msgstr ""
-"默认情况下,新创建的目录具有权限码 755,但这并不适合所有目录。在以上命令"
-"中,两个目录的访问权限被修改 —— 一个是 <systemitem class=\"username\">root</"
+"默认情况下,新创建的目录具有权限码 755,但这并不适合所有目录。在以上命令中,"
+"两个目录的访问权限被修改 —— 一个是 <systemitem class=\"username\">root</"
 "systemitem> 的主目录,另一个是包含临时文件的目录。"
 
 #. type: Content of: <sect1><para>
@@ -104,8 +104,7 @@ msgid ""
 "directories that are needed. However, feel free to create these directories."
 msgstr ""
 "这个目录树是基于 Filesystem Hierarchy Standard (FHS) (可以在 <ulink url="
-"\"https://refspecs.linuxfoundation.org/fhs.shtml\"/> 查阅) 建立的。FHS 标准"
-"还规定了某些可选的目录,例如 <filename class=\"directory\">/usr/local/"
-"games</filename> 和 <filename class=\"directory\">/usr/share/games</"
-"filename>。我们只创建了必要的目录。不过,如果您需要的话可以自己创建这些可"
-"选目录。"
+"\"https://refspecs.linuxfoundation.org/fhs.shtml\"/> 查阅) 建立的。FHS 标准还"
+"规定了某些可选的目录,例如 <filename class=\"directory\">/usr/local/games</"
+"filename> 和 <filename class=\"directory\">/usr/share/games</filename>。我们"
+"只创建了必要的目录。不过,如果您需要的话可以自己创建这些可选目录。"

+ 28 - 33
zh_CN/chapter08/bison.po

@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2020-06-17 12:44+0800\n"
+"POT-Creation-Date: 2020-07-22 14:15+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"
@@ -90,103 +90,98 @@ msgstr "<userinput remap=\"make\">make</userinput>"
 
 #. type: Content of: <sect1><sect2><para>
 #: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:51
-msgid ""
-"The tests are known to fail using multiple processors.  To test the results "
-"(about 5.5 SBU), issue:"
-msgstr ""
-"已知测试在使用多个处理器时可能失败。如果要测试编译结果 (需要约 5.5 SBU),"
-"运行命令:"
+msgid "To test the results (about 5.5 SBU), issue:"
+msgstr "如果要测试编译结果 (需要约 5.5 SBU),运行命令:"
 
 #. type: Content of: <sect1><sect2><screen>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:54
-#, no-wrap
-msgid "<userinput remap=\"test\">make -j1 check</userinput>"
-msgstr "<userinput remap=\"make\">make -j1 check</userinput>"
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:53
+msgid "<userinput remap=\"test\">make check</userinput>"
+msgstr "<userinput remap=\"make\">make check</userinput>"
 
 #. type: Content of: <sect1><sect2><para>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:56
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:55
 msgid "Install the package:"
 msgstr "安装该软件包:"
 
 #. type: Content of: <sect1><sect2><screen>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:58
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:57
 #, no-wrap
 msgid "<userinput remap=\"install\">make install</userinput>"
 msgstr "<userinput remap=\"install\">make install</userinput>"
 
 #. type: Content of: <sect1><sect2><title>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:63
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:62
 msgid "Contents of Bison"
 msgstr "Bison 的内容"
 
 #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:66
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:65
 msgid "Installed programs"
 msgstr "安装的程序"
 
 #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:67
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:66
 msgid "Installed library"
 msgstr "安装的库"
 
 #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:68
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:67
 msgid "Installed directory"
 msgstr "安装的目录"
 
 #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:71
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:70
 msgid "bison and yacc"
 msgstr "bison 和 yacc"
 
 #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:72
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:71
 msgid "liby.a"
 msgstr "liby.a"
 
 #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:73
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:72
 msgid "/usr/share/bison"
 msgstr "/usr/share/bison"
 
 #. type: Content of: <sect1><sect2><variablelist><bridgehead>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:78
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:77
 msgid "Short Descriptions"
 msgstr "简要描述"
 
 #. type: Content of: <sect1><sect2><variablelist>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:79
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:78
 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/bison.xml:83
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:82
 msgid "<command>bison</command>"
 msgstr "<command>bison</command>"
 
 #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:85
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:84
 msgid ""
 "Generates, from a series of rules, a program for analyzing the structure of "
 "text files; Bison is a replacement for Yacc (Yet Another Compiler Compiler)"
 msgstr ""
-"根据一组规则,创建一个用于分析文本文件结构的程序;Bison 是 Yacc (Yet "
-"Another Compiler Compiler) 的替代品。"
+"根据一组规则,创建一个用于分析文本文件结构的程序;Bison 是 Yacc (Yet Another "
+"Compiler Compiler) 的替代品。"
 
 #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:89
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:88
 msgid "bison"
 msgstr "bison"
 
 #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:95
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:94
 msgid "<command>yacc</command>"
 msgstr "<command>yacc</command>"
 
 #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:97
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:96
 msgid ""
 "A wrapper for <command>bison</command>, meant for programs that still call "
 "<command>yacc</command> instead of <command>bison</command>; it calls "
@@ -197,17 +192,17 @@ msgstr ""
 "command> 时附加 <parameter>-y</parameter> 选项。"
 
 #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:102
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:101
 msgid "yacc"
 msgstr "yacc"
 
 #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:108
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:107
 msgid "<filename class=\"libraryfile\">liby</filename>"
 msgstr "<filename class=\"libraryfile\">liby</filename>"
 
 #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:110
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:109
 msgid ""
 "The Yacc library containing implementations of Yacc-compatible "
 "<function>yyerror</function> and <function>main</function> functions; this "
@@ -217,6 +212,6 @@ msgstr ""
 "function> 函数实现;它并不是很有用,但 POSIX 需要它"
 
 #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
-#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:114
+#: /home/xry111/svn-repos/LFS-BOOK/chapter08/bison.xml:113
 msgid "liby"
 msgstr "liby"

Някои файлове не бяха показани, защото твърде много файлове са промени