gdbm.po 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270
  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/gdbm.xml:14
  15. #, no-wrap
  16. msgid "&gdbm-url;"
  17. msgstr "&gdbm-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:12
  20. msgid ""
  21. "<productname>gdbm</productname> <productnumber>&gdbm-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>gdbm</productname> <productnumber>&gdbm-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:17
  28. msgid "GDBM-&gdbm-version;"
  29. msgstr "GDBM-&gdbm-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:20
  32. msgid "GDBM"
  33. msgstr "GDBM"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:26
  36. #, fuzzy
  37. msgid ""
  38. "The GDBM package contains the GNU Database Manager. It is a library of "
  39. "database functions that use extensible hashing and works similar to the "
  40. "standard UNIX dbm. The library provides primitives for storing key/data "
  41. "pairs, searching and retrieving the data by its key and deleting a key along "
  42. "with its data."
  43. msgstr ""
  44. "GDBM 软件包包含 GNU 数据库管理器。它是一个使用可扩展散列的数据库函数库,工作"
  45. "方法和标准 UNIX dbm 类似。该库提供用于存储键值对、通过键搜索和获取数据,以"
  46. "及删除键和对应数据的原语。"
  47. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  48. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:33
  49. msgid "&buildtime;"
  50. msgstr "&buildtime;"
  51. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  52. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:34
  53. msgid "&diskspace;"
  54. msgstr "&diskspace;"
  55. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  56. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:37
  57. #, fuzzy
  58. msgid "&gdbm-fin-sbu;"
  59. msgstr "&gdbm-ch6-sbu;"
  60. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:38
  62. #, fuzzy
  63. msgid "&gdbm-fin-du;"
  64. msgstr "&gdbm-ch6-du;"
  65. #. type: Content of: <sect1><sect2><title>
  66. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:45
  67. msgid "Installation of GDBM"
  68. msgstr "安装 GDBM"
  69. #. type: Content of: <sect1><sect2><para>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:47
  71. msgid "First, fix an issue first identified by gcc-10:"
  72. msgstr ""
  73. #. type: Content of: <sect1><sect2><screen>
  74. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:49
  75. #, no-wrap
  76. msgid "<userinput remap=\"pre\">sed -r -i '/^char.*parseopt_program_(doc|args)/d' src/parseopt.c</userinput>"
  77. msgstr ""
  78. #. type: Content of: <sect1><sect2><para>
  79. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:51
  80. msgid "Prepare GDBM for compilation:"
  81. msgstr "准备编译 GDBM:"
  82. #. type: Content of: <sect1><sect2><screen>
  83. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:53
  84. #, no-wrap
  85. msgid ""
  86. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  87. " --disable-static \\\n"
  88. " --enable-libgdbm-compat</userinput>"
  89. msgstr ""
  90. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  91. " --disable-static \\\n"
  92. " --enable-libgdbm-compat</userinput>"
  93. #. type: Content of: <sect1><sect2><variablelist><title>
  94. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:58
  95. msgid "The meaning of the configure option:"
  96. msgstr "配置选项的含义:"
  97. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  98. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:61
  99. msgid "<envar>--enable-libgdbm-compat</envar>"
  100. msgstr "<envar>--enable-libgdbm-compat</envar>"
  101. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  102. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:63
  103. #, fuzzy
  104. msgid ""
  105. "This switch enables building the libgdbm compatibility library. Some "
  106. "packages outside of LFS may require the older DBM routines it provides."
  107. msgstr ""
  108. "该选项启用 libgdbm 兼容性库的构建,因为 LFS 之外的一些软件包需要它提供的老"
  109. "式 DBM 子程序。"
  110. #. type: Content of: <sect1><sect2><para>
  111. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:70
  112. msgid "Compile the package:"
  113. msgstr "编译该软件包:"
  114. #. type: Content of: <sect1><sect2><screen>
  115. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:72
  116. #, no-wrap
  117. msgid "<userinput remap=\"make\">make</userinput>"
  118. msgstr "<userinput remap=\"make\">make</userinput>"
  119. #. type: Content of: <sect1><sect2><para>
  120. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:74
  121. msgid "To test the results, issue:"
  122. msgstr "运行以下命令以测试编译结果:"
  123. #. type: Content of: <sect1><sect2><screen>
  124. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:76
  125. #, no-wrap
  126. msgid "<userinput remap=\"test\">make check</userinput>"
  127. msgstr "<userinput remap=\"test\">make check</userinput>"
  128. #. type: Content of: <sect1><sect2><para>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:78
  130. msgid "Install the package:"
  131. msgstr "安装该软件包:"
  132. #. type: Content of: <sect1><sect2><screen>
  133. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:80
  134. #, no-wrap
  135. msgid "<userinput remap=\"install\">make install</userinput>"
  136. msgstr "<userinput remap=\"install\">make install</userinput>"
  137. #. type: Content of: <sect1><sect2><title>
  138. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:85
  139. msgid "Contents of GDBM"
  140. msgstr "GDBM 的内容"
  141. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  142. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:88
  143. msgid "Installed programs"
  144. msgstr "安装的程序"
  145. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  146. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:89
  147. msgid "Installed libraries"
  148. msgstr "安装的库"
  149. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  150. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:92
  151. msgid "gdbm_dump, gdbm_load, and gdbmtool"
  152. msgstr "gdbm_dump, gdbm_load, 以及 gdbmtool"
  153. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  154. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:93
  155. msgid "libgdbm.so and libgdbm_compat.so"
  156. msgstr "libgdbm.so 和 libgdbm_compat.so"
  157. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  158. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:98
  159. msgid "Short Descriptions"
  160. msgstr "简要描述"
  161. #. type: Content of: <sect1><sect2><variablelist>
  162. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:99
  163. msgid ""
  164. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  165. msgstr ""
  166. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  167. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:103
  168. msgid "<command>gdbm_dump</command>"
  169. msgstr "<command>gdbm_dump</command>"
  170. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  171. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:105
  172. msgid "Dumps a GDBM database to a file"
  173. msgstr "将 GDBM 数据库转储到文件"
  174. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  175. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:107
  176. msgid "gdbm_dump"
  177. msgstr "gdbm_dump"
  178. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  179. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:113
  180. msgid "<command>gdbm_load</command>"
  181. msgstr "<command>gdbm_load</command>"
  182. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  183. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:115
  184. msgid "Recreates a GDBM database from a dump file"
  185. msgstr "从转储文件重建 GDBM 数据库"
  186. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  187. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:117
  188. msgid "gdbm_load"
  189. msgstr "gdbm_load"
  190. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  191. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:123
  192. msgid "<command>gdbmtool</command>"
  193. msgstr "<command>gdbmtool</command>"
  194. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  195. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:125
  196. msgid "Tests and modifies a GDBM database"
  197. msgstr "测试和修改 GDBM 数据库"
  198. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  199. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:127
  200. msgid "gdbmtool"
  201. msgstr "gdbmtool"
  202. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  203. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:133
  204. msgid "<filename class=\"libraryfile\">libgdbm</filename>"
  205. msgstr "<filename class=\"libraryfile\">libgdbm</filename>"
  206. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  207. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:135
  208. msgid "Contains functions to manipulate a hashed database"
  209. msgstr "包含用于操作散列数据库的函数"
  210. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  211. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:137
  212. msgid "libgdbm"
  213. msgstr "libgdbm"
  214. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  215. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:143
  216. msgid "<filename class=\"libraryfile\">libgdbm_compat</filename>"
  217. msgstr "<filename class=\"libraryfile\">libgdbm_compat</filename>"
  218. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  219. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:145
  220. msgid "Compatibility library containing older DBM functions"
  221. msgstr "包含老式 DBM 函数的兼容性库"
  222. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  223. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:147
  224. msgid "libgdbm_compat"
  225. msgstr "libgdbm_compat"