file.po 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181
  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/file.xml:14
  15. #, no-wrap
  16. msgid "&file-url;"
  17. msgstr "&file-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:12
  20. msgid ""
  21. "<productname>file</productname> <productnumber>&file-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>file</productname> <productnumber>&file-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:17
  28. msgid "File-&file-version;"
  29. msgstr "File-&file-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:20
  32. msgid "File"
  33. msgstr "File"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:26
  36. msgid ""
  37. "The File package contains a utility for determining the type of a given file "
  38. "or files."
  39. msgstr "File 软件包包含用于确定给定文件类型的工具。"
  40. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  41. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:30
  42. msgid "&buildtime;"
  43. msgstr "&buildtime;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:31
  46. msgid "&diskspace;"
  47. msgstr "&diskspace;"
  48. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:34
  50. #, fuzzy
  51. msgid "&file-fin-sbu;"
  52. msgstr "&file-ch6-sbu;"
  53. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  54. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:35
  55. #, fuzzy
  56. msgid "&file-fin-du;"
  57. msgstr "&file-ch6-du;"
  58. #. type: Content of: <sect1><sect2><title>
  59. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:42
  60. msgid "Installation of File"
  61. msgstr "安装 File"
  62. #. type: Content of: <sect1><sect2><para>
  63. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:44
  64. msgid "Prepare File for compilation:"
  65. msgstr "准备编译 File:"
  66. #. type: Content of: <sect1><sect2><screen>
  67. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:46
  68. #, no-wrap
  69. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  70. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  71. #. type: Content of: <sect1><sect2><para>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:48
  73. msgid "Compile the package:"
  74. msgstr "编译该软件包:"
  75. #. type: Content of: <sect1><sect2><screen>
  76. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:50
  77. #, no-wrap
  78. msgid "<userinput remap=\"make\">make</userinput>"
  79. msgstr "<userinput remap=\"make\">make</userinput>"
  80. #. type: Content of: <sect1><sect2><para>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:52
  82. msgid "To test the results, issue:"
  83. msgstr "运行以下命令以测试编译结果:"
  84. #. type: Content of: <sect1><sect2><screen>
  85. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.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/file.xml:56
  91. msgid "Install the package:"
  92. msgstr "安装该软件包:"
  93. #. type: Content of: <sect1><sect2><screen>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:58
  95. #, no-wrap
  96. msgid "<userinput remap=\"install\">make install</userinput>"
  97. msgstr "<userinput remap=\"install\">make install</userinput>"
  98. #. type: Content of: <sect1><sect2><title>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:64
  100. msgid "Contents of File"
  101. msgstr "File 的内容"
  102. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  103. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:67
  104. msgid "Installed programs"
  105. msgstr "安装的程序"
  106. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  107. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:68
  108. msgid "Installed library"
  109. msgstr "安装的库"
  110. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:71
  112. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:88
  113. msgid "file"
  114. msgstr "file"
  115. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  116. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:72
  117. msgid "libmagic.so"
  118. msgstr "libmagic.so"
  119. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:77
  121. msgid "Short Descriptions"
  122. msgstr "简要描述"
  123. #. type: Content of: <sect1><sect2><variablelist>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:78
  125. msgid ""
  126. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  127. msgstr ""
  128. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:82
  130. msgid "<command>file</command>"
  131. msgstr "<command>file</command>"
  132. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:84
  134. msgid ""
  135. "Tries to classify each given file; it does this by performing several "
  136. "tests&mdash;file system tests, magic number tests, and language tests"
  137. msgstr "通过进行文件系统、魔数和语言等测试,尝试对每个给定的文件进行分类"
  138. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  139. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:94
  140. msgid "<filename class=\"libraryfile\">libmagic</filename>"
  141. msgstr "<filename class=\"libraryfile\">libmagic</filename>"
  142. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  143. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:96
  144. msgid ""
  145. "Contains routines for magic number recognition, used by the <command>file</"
  146. "command> program"
  147. msgstr "包含 <command>file</command> 程序使用的魔数识别子程序"
  148. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  149. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/file.xml:99
  150. msgid "libmagic"
  151. msgstr "libmagic"