check.po 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186
  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. msgid "&check-fin-sbu;"
  49. msgstr "&check-fin-sbu;"
  50. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  51. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:34
  52. msgid "&check-fin-du;"
  53. msgstr "&check-fin-du;"
  54. #. type: Content of: <sect1><sect2><title>
  55. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:41
  56. msgid "Installation of Check"
  57. msgstr "安装 Check"
  58. #. type: Content of: <sect1><sect2><para>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:43
  60. msgid "Prepare Check for compilation:"
  61. msgstr "准备编译 Check:"
  62. #. type: Content of: <sect1><sect2><screen>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:45
  64. #, no-wrap
  65. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  66. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  67. #. type: Content of: <sect1><sect2><para>
  68. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:47
  69. msgid "Build the package:"
  70. msgstr "构建该软件包:"
  71. #. type: Content of: <sect1><sect2><screen>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:49
  73. #, no-wrap
  74. msgid "<userinput remap=\"make\">make</userinput>"
  75. msgstr "<userinput remap=\"make\">make</userinput>"
  76. #. type: Content of: <sect1><sect2><para>
  77. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:51
  78. msgid ""
  79. "Compilation is now complete. To run the Check test suite, issue the "
  80. "following command:"
  81. msgstr "现在编译已经完成,执行以下命令执行 Check 测试套件:"
  82. #. type: Content of: <sect1><sect2><screen>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:54
  84. #, no-wrap
  85. msgid "<userinput remap=\"test\">make check</userinput>"
  86. msgstr "<userinput remap=\"test\">make check</userinput>"
  87. #. type: Content of: <sect1><sect2><para>
  88. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:56
  89. msgid ""
  90. "Note that the Check test suite may take a relatively long (up to 4 SBU) time."
  91. msgstr "注意 Check 测试套件可能需要相对较长 (可能高达 4 SBU) 的时间。"
  92. #. type: Content of: <sect1><sect2><para>
  93. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:59
  94. msgid "Install the package:"
  95. msgstr "安装该软件包:"
  96. #. type: Content of: <sect1><sect2><screen>
  97. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:61
  98. #, no-wrap
  99. msgid "<userinput remap=\"install\">make docdir=/usr/share/doc/check-&check-version; install</userinput>"
  100. msgstr "<userinput remap=\"install\">make docdir=/usr/share/doc/check-&check-version; install</userinput>"
  101. #. type: Content of: <sect1><sect2><title>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:66
  103. msgid "Contents of Check"
  104. msgstr "Check 的内容"
  105. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  106. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:69
  107. msgid "Installed program"
  108. msgstr "安装的程序"
  109. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  110. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:70
  111. msgid "Installed library"
  112. msgstr "安装的库"
  113. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  114. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:73
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:89
  116. msgid "checkmk"
  117. msgstr "checkmk"
  118. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  119. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:74
  120. msgid "libcheck.{a,so}"
  121. msgstr "libcheck.{a,so}"
  122. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  123. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:79
  124. msgid "Short Descriptions"
  125. msgstr "简要描述"
  126. #. type: Content of: <sect1><sect2><variablelist>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:80
  128. msgid ""
  129. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  130. msgstr ""
  131. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  132. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:84
  134. msgid "<command>checkmk</command>"
  135. msgstr "<command>checkmk</command>"
  136. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:86
  138. msgid ""
  139. "Awk script for generating C unit tests for use with the Check unit testing "
  140. "framework"
  141. msgstr ""
  142. "用于生成 C 语言单元测试的 awk 脚本,生成的单元测试可以和 Check 单元测试框架"
  143. "一起使用"
  144. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:95
  146. msgid "<filename class=\"libraryfile\">libcheck.{a,so}</filename>"
  147. msgstr "<filename class=\"libraryfile\">libcheck.{a,so}</filename>"
  148. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:97
  150. msgid "Contains functions that allow Check to be called from a test program"
  151. msgstr "包含使得测试程序能够调用 Check 的函数"
  152. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/check.xml:100
  154. msgid "libcheck"
  155. msgstr "libcheck"