gdbm.po 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269
  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. msgid "&gdbm-fin-sbu;"
  58. msgstr "&gdbm-fin-sbu;"
  59. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  60. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:38
  61. msgid "&gdbm-fin-du;"
  62. msgstr "&gdbm-fin-du;"
  63. #. type: Content of: <sect1><sect2><title>
  64. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:45
  65. msgid "Installation of GDBM"
  66. msgstr "安装 GDBM"
  67. #. type: Content of: <sect1><sect2><para>
  68. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:47
  69. msgid "First, fix an issue first identified by gcc-10:"
  70. msgstr ""
  71. #. type: Content of: <sect1><sect2><screen>
  72. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:49
  73. #, no-wrap
  74. msgid "<userinput remap=\"pre\">sed -r -i '/^char.*parseopt_program_(doc|args)/d' src/parseopt.c</userinput>"
  75. msgstr ""
  76. #. type: Content of: <sect1><sect2><para>
  77. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:51
  78. msgid "Prepare GDBM for compilation:"
  79. msgstr "准备编译 GDBM:"
  80. #. type: Content of: <sect1><sect2><screen>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:53
  82. #, no-wrap
  83. msgid ""
  84. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  85. " --disable-static \\\n"
  86. " --enable-libgdbm-compat</userinput>"
  87. msgstr ""
  88. "<userinput remap=\"configure\">./configure --prefix=/usr \\\n"
  89. " --disable-static \\\n"
  90. " --enable-libgdbm-compat</userinput>"
  91. #. type: Content of: <sect1><sect2><variablelist><title>
  92. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:58
  93. msgid "The meaning of the configure option:"
  94. msgstr "配置选项的含义:"
  95. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  96. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:61
  97. msgid "<envar>--enable-libgdbm-compat</envar>"
  98. msgstr "<envar>--enable-libgdbm-compat</envar>"
  99. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  100. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:63
  101. #, fuzzy
  102. msgid ""
  103. "This switch enables building the libgdbm compatibility library. Some "
  104. "packages outside of LFS may require the older DBM routines it provides."
  105. msgstr ""
  106. "该选项启用 libgdbm 兼容性库的构建,因为 LFS 之外的一些软件包需要它提供的老"
  107. "式 DBM 子程序。"
  108. #. type: Content of: <sect1><sect2><para>
  109. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:70
  110. msgid "Compile the package:"
  111. msgstr "编译该软件包:"
  112. #. type: Content of: <sect1><sect2><screen>
  113. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:72
  114. #, no-wrap
  115. msgid "<userinput remap=\"make\">make</userinput>"
  116. msgstr "<userinput remap=\"make\">make</userinput>"
  117. #. type: Content of: <sect1><sect2><para>
  118. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:74
  119. msgid "To test the results, issue:"
  120. msgstr "运行以下命令以测试编译结果:"
  121. #. type: Content of: <sect1><sect2><screen>
  122. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:76
  123. #, no-wrap
  124. msgid "<userinput remap=\"test\">make check</userinput>"
  125. msgstr "<userinput remap=\"test\">make check</userinput>"
  126. #. type: Content of: <sect1><sect2><para>
  127. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:78
  128. msgid "Install the package:"
  129. msgstr "安装该软件包:"
  130. #. type: Content of: <sect1><sect2><screen>
  131. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:80
  132. #, no-wrap
  133. msgid "<userinput remap=\"install\">make install</userinput>"
  134. msgstr "<userinput remap=\"install\">make install</userinput>"
  135. #. type: Content of: <sect1><sect2><title>
  136. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:85
  137. msgid "Contents of GDBM"
  138. msgstr "GDBM 的内容"
  139. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  140. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:88
  141. msgid "Installed programs"
  142. msgstr "安装的程序"
  143. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  144. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:89
  145. msgid "Installed libraries"
  146. msgstr "安装的库"
  147. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  148. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:92
  149. msgid "gdbm_dump, gdbm_load, and gdbmtool"
  150. msgstr "gdbm_dump, gdbm_load, 以及 gdbmtool"
  151. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  152. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:93
  153. msgid "libgdbm.so and libgdbm_compat.so"
  154. msgstr "libgdbm.so 和 libgdbm_compat.so"
  155. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  156. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:98
  157. msgid "Short Descriptions"
  158. msgstr "简要描述"
  159. #. type: Content of: <sect1><sect2><variablelist>
  160. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:99
  161. msgid ""
  162. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  163. msgstr ""
  164. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  165. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  166. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:103
  167. msgid "<command>gdbm_dump</command>"
  168. msgstr "<command>gdbm_dump</command>"
  169. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  170. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:105
  171. msgid "Dumps a GDBM database to a file"
  172. msgstr "将 GDBM 数据库转储到文件"
  173. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  174. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:107
  175. msgid "gdbm_dump"
  176. msgstr "gdbm_dump"
  177. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  178. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:113
  179. msgid "<command>gdbm_load</command>"
  180. msgstr "<command>gdbm_load</command>"
  181. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  182. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:115
  183. msgid "Recreates a GDBM database from a dump file"
  184. msgstr "从转储文件重建 GDBM 数据库"
  185. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  186. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:117
  187. msgid "gdbm_load"
  188. msgstr "gdbm_load"
  189. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  190. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:123
  191. msgid "<command>gdbmtool</command>"
  192. msgstr "<command>gdbmtool</command>"
  193. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  194. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:125
  195. msgid "Tests and modifies a GDBM database"
  196. msgstr "测试和修改 GDBM 数据库"
  197. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  198. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:127
  199. msgid "gdbmtool"
  200. msgstr "gdbmtool"
  201. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  202. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:133
  203. msgid "<filename class=\"libraryfile\">libgdbm</filename>"
  204. msgstr "<filename class=\"libraryfile\">libgdbm</filename>"
  205. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  206. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:135
  207. msgid "Contains functions to manipulate a hashed database"
  208. msgstr "包含用于操作散列数据库的函数"
  209. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  210. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:137
  211. msgid "libgdbm"
  212. msgstr "libgdbm"
  213. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  214. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:143
  215. msgid "<filename class=\"libraryfile\">libgdbm_compat</filename>"
  216. msgstr "<filename class=\"libraryfile\">libgdbm_compat</filename>"
  217. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  218. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:145
  219. msgid "Compatibility library containing older DBM functions"
  220. msgstr "包含老式 DBM 函数的兼容性库"
  221. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  222. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/gdbm.xml:147
  223. msgid "libgdbm_compat"
  224. msgstr "libgdbm_compat"