gdbm.po 7.8 KB

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