libelf.po 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-08-08 19:28+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. #, no-wrap
  15. msgid "&elfutils-url;"
  16. msgstr "&elfutils-url;"
  17. #. type: Content of: <sect1><sect1info>
  18. msgid ""
  19. "<productname>libelf</productname> <productnumber>&elfutils-version;</"
  20. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  21. msgstr ""
  22. "<productname>libelf</productname> <productnumber>&elfutils-version;</"
  23. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  24. #. type: Content of: <sect1><title>
  25. msgid "Libelf from Elfutils-&elfutils-version;"
  26. msgstr "Elfutils-&elfutils-version; 中的 Libelf"
  27. #. type: Content of: <sect1><indexterm><primary>
  28. msgid "Libelf"
  29. msgstr "Libelf"
  30. #. type: Content of: <sect1><sect2><para>
  31. msgid ""
  32. "Libelf is a library for handling ELF (Executable and Linkable Format) files."
  33. msgstr "Libelf 是一个处理 ELF (可执行和可链接格式) 文件的库。"
  34. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  35. msgid "&buildtime;"
  36. msgstr "&buildtime;"
  37. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  38. msgid "&diskspace;"
  39. msgstr "&diskspace;"
  40. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  41. msgid "&elfutils-fin-sbu;"
  42. msgstr "&elfutils-fin-sbu;"
  43. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  44. msgid "&elfutils-fin-du;"
  45. msgstr "&elfutils-fin-du;"
  46. #. type: Content of: <sect1><sect2><title>
  47. msgid "Installation of Libelf"
  48. msgstr "安装 Libelf"
  49. #. type: Content of: <sect1><sect2><para>
  50. msgid ""
  51. "Libelf is part of elfutils-&elfutils-version; package. Use the elfutils-"
  52. "&elfutils-version;.tar.bz2 as the source tarball."
  53. msgstr ""
  54. "Libelf 是 elfutils-&elfutils-version; 软件包的一部分。请使用 elfutils-"
  55. "&elfutils-version;.tar.bz2 作为源代码包。"
  56. #. type: Content of: <sect1><sect2><para>
  57. msgid "Prepare Libelf for compilation:"
  58. msgstr "准备编译 Libelf:"
  59. #. type: Content of: <sect1><sect2><screen>
  60. #, no-wrap
  61. msgid "<userinput remap=\"configure\">./configure --prefix=/usr --disable-debuginfod --libdir=/lib</userinput>"
  62. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr --disable-debuginfod --libdir=/lib</userinput>"
  63. #. type: Content of: <sect1><sect2><para>
  64. msgid "Compile the package:"
  65. msgstr "编译该软件包:"
  66. #. type: Content of: <sect1><sect2><screen>
  67. #, no-wrap
  68. msgid "<userinput remap=\"make\">make</userinput>"
  69. msgstr "<userinput remap=\"make\">make</userinput>"
  70. #. type: Content of: <sect1><sect2><para>
  71. msgid "To test the results, issue:"
  72. msgstr "执行下列命令以测试编译结果:"
  73. #. type: Content of: <sect1><sect2><screen>
  74. #, no-wrap
  75. msgid "<userinput remap=\"test\">make check</userinput>"
  76. msgstr "<userinput remap=\"test\">make check</userinput>"
  77. #. type: Content of: <sect1><sect2><para>
  78. msgid "Install only Libelf:"
  79. msgstr "只安装 Libelf:"
  80. #. type: Content of: <sect1><sect2><screen>
  81. #, no-wrap
  82. msgid ""
  83. "<userinput remap=\"install\">make -C libelf install\n"
  84. "install -vm644 config/libelf.pc /usr/lib/pkgconfig\n"
  85. "rm /lib/libelf.a</userinput>"
  86. msgstr ""
  87. "<userinput remap=\"install\">make -C libelf install\n"
  88. "install -vm644 config/libelf.pc /usr/lib/pkgconfig\n"
  89. "rm /lib/libelf.a</userinput>"
  90. #. type: Content of: <sect1><sect2><title>
  91. msgid "Contents of Libelf"
  92. msgstr "Libelf 的内容"
  93. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  94. msgid "Installed Library"
  95. msgstr "安装的库"
  96. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  97. msgid "Installed Directory"
  98. msgstr "安装的目录"
  99. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  100. msgid "libelf.so"
  101. msgstr "libelf.so"
  102. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  103. msgid "/usr/include/elfutils"
  104. msgstr "/usr/include/elfutils"