gdbm.po 10 KB

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