check.po 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-06-17 12:44+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. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:14
  15. #, no-wrap
  16. msgid "&check-url;"
  17. msgstr "&check-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:12
  20. msgid ""
  21. "<productname>check</productname> <productnumber>&check-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>check</productname> <productnumber>&check-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:17
  28. msgid "Check-&check-version;"
  29. msgstr "Check-&check-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:20
  32. msgid "Check"
  33. msgstr "Check"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:26
  36. msgid "Check is a unit testing framework for C."
  37. msgstr "Check 是一个 C 语言单元测试框架。"
  38. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  39. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:29
  40. msgid "&buildtime;"
  41. msgstr "&buildtime;"
  42. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  43. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:30
  44. msgid "&diskspace;"
  45. msgstr "&diskspace;"
  46. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  47. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:33
  48. #, fuzzy
  49. msgid "&check-fin-sbu;"
  50. msgstr "&check-ch5-sbu;"
  51. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  52. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:34
  53. #, fuzzy
  54. msgid "&check-fin-du;"
  55. msgstr "&check-ch5-du;"
  56. #. type: Content of: <sect1><sect2><title>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:41
  58. msgid "Installation of Check"
  59. msgstr "安装 Check"
  60. #. type: Content of: <sect1><sect2><para>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:43
  62. msgid "Prepare Check for compilation:"
  63. msgstr "准备编译 Check:"
  64. #. type: Content of: <sect1><sect2><screen>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:45
  66. #, no-wrap
  67. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  68. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  69. #. type: Content of: <sect1><sect2><para>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:47
  71. msgid "Build the package:"
  72. msgstr "构建该软件包:"
  73. #. type: Content of: <sect1><sect2><screen>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:49
  75. #, no-wrap
  76. msgid "<userinput remap=\"make\">make</userinput>"
  77. msgstr "<userinput remap=\"make\">make</userinput>"
  78. #. type: Content of: <sect1><sect2><para>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:51
  80. msgid ""
  81. "Compilation is now complete. To run the Check test suite, issue the "
  82. "following command:"
  83. msgstr "现在编译已经完成,执行以下命令执行 Check 测试套件:"
  84. #. type: Content of: <sect1><sect2><screen>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:54
  86. #, no-wrap
  87. msgid "<userinput remap=\"test\">make check</userinput>"
  88. msgstr "<userinput remap=\"test\">make check</userinput>"
  89. #. type: Content of: <sect1><sect2><para>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:56
  91. msgid ""
  92. "Note that the Check test suite may take a relatively long (up to 4 SBU) time."
  93. msgstr "注意 Check 测试套件可能需要相对较长(高达 4 SBU)的时间。"
  94. #. type: Content of: <sect1><sect2><para>
  95. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:59
  96. #, fuzzy
  97. msgid "Install the package:"
  98. msgstr "构建该软件包:"
  99. #. type: Content of: <sect1><sect2><screen>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:61
  101. #, fuzzy, no-wrap
  102. msgid "<userinput remap=\"install\">make docdir=/usr/share/doc/check-&check-version; install</userinput>"
  103. msgstr ""
  104. "<userinput remap=\"install\">make docdir=/usr/share/doc/check-&check-version; install &amp;&amp;\n"
  105. "sed -i '1 s/tools/usr/' /usr/bin/checkmk</userinput>"
  106. #. type: Content of: <sect1><sect2><title>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:66
  108. msgid "Contents of Check"
  109. msgstr "Check 的内容"
  110. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:69
  112. msgid "Installed program"
  113. msgstr "安装的程序"
  114. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:70
  116. msgid "Installed library"
  117. msgstr "安装的库"
  118. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  119. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:73
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:89
  121. msgid "checkmk"
  122. msgstr "checkmk"
  123. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:74
  125. msgid "libcheck.{a,so}"
  126. msgstr "libcheck.{a,so}"
  127. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  128. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:79
  129. msgid "Short Descriptions"
  130. msgstr "简要描述"
  131. #. type: Content of: <sect1><sect2><variablelist>
  132. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:80
  133. msgid ""
  134. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  135. msgstr ""
  136. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:84
  138. msgid "<command>checkmk</command>"
  139. msgstr "<command>checkmk</command>"
  140. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:86
  142. msgid ""
  143. "Awk script for generating C unit tests for use with the Check unit testing "
  144. "framework"
  145. msgstr ""
  146. "用于生成 C 语言单元测试的 awk 脚本,生成的单元测试可以和 Check 单元测试框架"
  147. "一起使用"
  148. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:95
  150. msgid "<filename class=\"libraryfile\">libcheck.{a,so}</filename>"
  151. msgstr "<filename class=\"libraryfile\">libcheck.{a,so}</filename>"
  152. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:97
  154. msgid "Contains functions that allow Check to be called from a test program"
  155. msgstr "包含使得测试程序能够调用 Check 的函数"
  156. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  157. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:100
  158. msgid "libcheck"
  159. msgstr "libcheck"
  160. #~ msgid "Install the package and fix a script:"
  161. #~ msgstr "安装该软件包,并修复一个脚本:"