attr.po 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. msgid ""
  2. msgstr ""
  3. "X-Pootle-Revision: 9999999\n"
  4. "X-Pootle-Path: /zh_CN/lfs/chapter08/attr.po\n"
  5. "Project-Id-Version: PACKAGE VERSION\n"
  6. "POT-Creation-Date: 2020-08-08 19:28+0800\n"
  7. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  8. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  9. "Language-Team: LANGUAGE <LL@li.org>\n"
  10. "Language: zh_CN\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "X-Generator: Translate Toolkit 2.2.5\n"
  15. #. type: Content of: <sect1><sect1info><address>
  16. #, no-wrap
  17. msgid "&attr-url;"
  18. msgstr "&attr-url;"
  19. #. type: Content of: <sect1><sect1info>
  20. msgid ""
  21. "<productname>attr</productname> <productnumber>&attr-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>attr</productname> <productnumber>&attr-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. msgid "Attr-&attr-version;"
  28. msgstr "Attr-&attr-version;"
  29. #. type: Content of: <sect1><indexterm><primary>
  30. msgid "Attr"
  31. msgstr "Attr"
  32. #. type: Content of: <sect1><sect2><para>
  33. msgid ""
  34. "The attr package contains utilities to administer the extended attributes on "
  35. "filesystem objects."
  36. msgstr "Attr 软件包包含管理文件系统对象扩展属性的工具。"
  37. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  38. msgid "&buildtime;"
  39. msgstr "&buildtime;"
  40. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  41. msgid "&diskspace;"
  42. msgstr "&diskspace;"
  43. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  44. msgid "&attr-fin-sbu;"
  45. msgstr "&attr-fin-sbu;"
  46. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  47. msgid "&attr-fin-du;"
  48. msgstr "&attr-fin-du;"
  49. #. type: Content of: <sect1><sect2><title>
  50. msgid "Installation of Attr"
  51. msgstr "安装 Attr"
  52. #. type: Content of: <sect1><sect2><para>
  53. msgid "Prepare Attr for compilation:"
  54. msgstr "准备编译 Attr:"
  55. #. type: Content of: <sect1><sect2><screen>
  56. #, no-wrap
  57. msgid ""
  58. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  59. " --bindir=/bin \\\n"
  60. " --disable-static \\\n"
  61. " --sysconfdir=/etc \\\n"
  62. " --docdir=/usr/share/doc/attr-&attr-version;</userinput>"
  63. msgstr ""
  64. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  65. " --bindir=/bin \\\n"
  66. " --disable-static \\\n"
  67. " --sysconfdir=/etc \\\n"
  68. " --docdir=/usr/share/doc/attr-&attr-version;</userinput>"
  69. #. type: Content of: <sect1><sect2><screen>
  70. #, no-wrap
  71. msgid ""
  72. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  73. " --disable-static \\\n"
  74. " --sysconfdir=/etc \\\n"
  75. " --docdir=/usr/share/doc/attr-&attr-version;</userinput>"
  76. msgstr ""
  77. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  78. " --disable-static \\\n"
  79. " --sysconfdir=/etc \\\n"
  80. " --docdir=/usr/share/doc/attr-&attr-version;</userinput>"
  81. #. type: Content of: <sect1><sect2><para>
  82. msgid "Compile the package:"
  83. msgstr "编译该软件包:"
  84. #. type: Content of: <sect1><sect2><screen>
  85. #, no-wrap
  86. msgid "<userinput remap=\"make\">make</userinput>"
  87. msgstr "<userinput remap=\"make\">make</userinput>"
  88. #. type: Content of: <sect1><sect2><para>
  89. msgid ""
  90. "The tests need to be run on a filesystem that supports extended attributes "
  91. "such as the ext2, ext3, or ext4 filesystems. To test the results, issue:"
  92. msgstr ""
  93. "测试套件必须在支持扩展属性的文件系统,如 ext2、ext3 或 ext4 上运行。运行下列"
  94. "命令以测试编译结果:"
  95. #. type: Content of: <sect1><sect2><screen>
  96. #, no-wrap
  97. msgid "<userinput remap=\"test\">make check</userinput>"
  98. msgstr "<userinput remap=\"test\">make check</userinput>"
  99. #. type: Content of: <sect1><sect2><para>
  100. msgid "Install the package:"
  101. msgstr "安装该软件包:"
  102. #. type: Content of: <sect1><sect2><screen>
  103. #, no-wrap
  104. msgid "<userinput remap=\"install\">make install</userinput>"
  105. msgstr "<userinput remap=\"install\">make install</userinput>"
  106. #. type: Content of: <sect1><sect2><para>
  107. msgid ""
  108. "The shared library needs to be moved to <filename class=\"directory\">/lib</"
  109. "filename>, and as a result the <filename class=\"extension\">.so</filename> "
  110. "file in <filename class=\"directory\">/usr/lib</filename> will need to be "
  111. "recreated:"
  112. msgstr ""
  113. "需要将共享库移动到 <filename class=\"directory\">/lib</filename> 目录,因此 "
  114. "<filename class=\"directory\">/usr/lib</filename> 中的 <filename class="
  115. "\"extension\">.so</filename> 符号链接也需要重新建立:"
  116. #. type: Content of: <sect1><sect2><screen>
  117. #, no-wrap
  118. msgid ""
  119. "<userinput remap=\"install\">mv -v /usr/lib/libattr.so.* /lib\n"
  120. "ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so</userinput>"
  121. msgstr ""
  122. "<userinput remap=\"install\">mv -v /usr/lib/libattr.so.* /lib\n"
  123. "ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so</userinput>"
  124. #. type: Content of: <sect1><sect2><title>
  125. msgid "Contents of Attr"
  126. msgstr "Attr 的内容"
  127. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  128. msgid "Installed programs"
  129. msgstr "安装的程序"
  130. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  131. msgid "Installed library"
  132. msgstr "安装的库"
  133. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  134. msgid "Installed directories"
  135. msgstr "安装的目录"
  136. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  137. msgid "attr, getfattr, and setfattr"
  138. msgstr "attr, getfattr, 以及 setfattr"
  139. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  140. msgid "libattr.so"
  141. msgstr "libattr.so"
  142. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  143. msgid "/usr/include/attr and /usr/share/doc/attr-&attr-version;"
  144. msgstr "/usr/include/attr 和 /usr/share/doc/attr-&attr-version;"
  145. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  146. msgid "Short Descriptions"
  147. msgstr "简要描述"
  148. #. type: Content of: <sect1><sect2><variablelist>
  149. msgid ""
  150. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  151. msgstr ""
  152. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  153. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  154. msgid "<command>attr</command>"
  155. msgstr "<command>attr</command>"
  156. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  157. msgid "Extends attributes on filesystem objects"
  158. msgstr "在文件系统对象上扩展属性"
  159. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  160. msgid "attr"
  161. msgstr "attr"
  162. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  163. msgid "<command>getfattr</command>"
  164. msgstr "<command>getfattr</command>"
  165. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  166. msgid "Gets the extended attributes of filesystem objects"
  167. msgstr "查询文件系统对象的扩展属性"
  168. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  169. msgid "getfattr"
  170. msgstr "getfattr"
  171. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  172. msgid "<command>setfattr</command>"
  173. msgstr "<command>setfattr</command>"
  174. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  175. msgid "Sets the extended attributes of filesystem objects"
  176. msgstr "设定文件系统对象的扩展属性"
  177. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  178. msgid "setfattr"
  179. msgstr "setfattr"
  180. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  181. msgid "<filename class=\"libraryfile\">libattr</filename>"
  182. msgstr "<filename class=\"libraryfile\">libattr</filename>"
  183. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  184. msgid "Contains the library functions for manipulating extended attributes"
  185. msgstr "包含处理扩展属性的库函数"
  186. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  187. msgid "libattr"
  188. msgstr "libattr"