intltool.po 10.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: PACKAGE VERSION\n"
  4. "POT-Creation-Date: 2020-06-21 14:05+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/intltool.xml:14
  15. #, no-wrap
  16. msgid "&intltool-url;"
  17. msgstr "&intltool-url;"
  18. #. type: Content of: <sect1><sect1info>
  19. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:12
  20. msgid ""
  21. "<productname>intltool</productname> <productnumber>&intltool-version;</"
  22. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>intltool</productname> <productnumber>&intltool-version;</"
  25. "productnumber> <placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:17
  28. msgid "Intltool-&intltool-version;"
  29. msgstr "Intltool-&intltool-version;"
  30. #. type: Content of: <sect1><indexterm><primary>
  31. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:20
  32. msgid "Intltool"
  33. msgstr "Intltool"
  34. #. type: Content of: <sect1><sect2><para>
  35. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:26
  36. msgid ""
  37. "The Intltool is an internationalization tool used for extracting "
  38. "translatable strings from source files."
  39. msgstr "Intltool 是一个从源代码文件中提取可翻译字符串的国际化工具。"
  40. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  41. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:30
  42. msgid "&buildtime;"
  43. msgstr "&buildtime;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  45. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:31
  46. msgid "&diskspace;"
  47. msgstr "&diskspace;"
  48. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  49. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:34
  50. msgid "&intltool-fin-sbu;"
  51. msgstr "&intltool-fin-sbu;"
  52. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  53. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:35
  54. msgid "&intltool-fin-du;"
  55. msgstr "&intltool-fin-du;"
  56. #. type: Content of: <sect1><sect2><title>
  57. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:42
  58. msgid "Installation of Intltool"
  59. msgstr "安装 Intltool"
  60. #. type: Content of: <sect1><sect2><para>
  61. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:44
  62. msgid "First fix a warning that is caused by perl-5.22 and later:"
  63. msgstr "首先修复由 perl-5.22 及更新版本导致的警告:"
  64. #. type: Content of: <sect1><sect2><screen>
  65. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:46
  66. #, no-wrap
  67. msgid "<userinput remap=\"pre\">sed -i 's:\\\\\\${:\\\\\\$\\\\{:' intltool-update.in</userinput>"
  68. msgstr "<userinput remap=\"pre\">sed -i 's:\\\\\\${:\\\\\\$\\\\{:' intltool-update.in</userinput>"
  69. #. type: Content of: <sect1><sect2><note><para>
  70. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:48
  71. msgid ""
  72. "The above regular expression looks unusual because of all the backslashes. "
  73. "What it does is add a backslash before the right brace character in the "
  74. "sequence '\\${' resulting in '\\$\\{'."
  75. msgstr ""
  76. #. type: Content of: <sect1><sect2><para>
  77. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:52
  78. msgid "Prepare Intltool for compilation:"
  79. msgstr "准备编译 Intltool:"
  80. #. type: Content of: <sect1><sect2><screen>
  81. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:54
  82. #, no-wrap
  83. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  84. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  85. #. type: Content of: <sect1><sect2><para>
  86. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:56
  87. msgid "Compile the package:"
  88. msgstr "编译该软件包:"
  89. #. type: Content of: <sect1><sect2><screen>
  90. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:58
  91. #, no-wrap
  92. msgid "<userinput remap=\"make\">make</userinput>"
  93. msgstr "<userinput remap=\"make\">make</userinput>"
  94. #. type: Content of: <sect1><sect2><para>
  95. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:60
  96. msgid "To test the results, issue:"
  97. msgstr "运行以下命令以测试编译结果:"
  98. #. type: Content of: <sect1><sect2><screen>
  99. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:62
  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. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:64
  105. msgid "Install the package:"
  106. msgstr "安装该软件包:"
  107. #. type: Content of: <sect1><sect2><screen>
  108. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:66
  109. #, no-wrap
  110. msgid ""
  111. "<userinput remap=\"install\">make install\n"
  112. "install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N-HOWTO</userinput>"
  113. msgstr ""
  114. "<userinput remap=\"install\">make install\n"
  115. "install -v -Dm644 doc/I18N-HOWTO /usr/share/doc/intltool-&intltool-version;/I18N-HOWTO</userinput>"
  116. #. type: Content of: <sect1><sect2><title>
  117. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:72
  118. msgid "Contents of Intltool"
  119. msgstr "Intltool 的内容"
  120. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  121. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:75
  122. msgid "Installed programs"
  123. msgstr "安装的程序"
  124. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  125. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:76
  126. msgid "Installed directories"
  127. msgstr "安装的目录"
  128. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  129. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:79
  130. msgid ""
  131. "intltool-extract, intltool-merge, intltool-prepare, intltool-update, and "
  132. "intltoolize"
  133. msgstr ""
  134. "intltool-extract, intltool-merge, intltool-prepare, intltool-update, 以及 "
  135. "intltoolize"
  136. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  137. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:81
  138. msgid "/usr/share/doc/intltool-&intltool-version; and /usr/share/intltool"
  139. msgstr "/usr/share/doc/intltool-&intltool-version; 和 /usr/share/intltool"
  140. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  141. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:87
  142. msgid "Short Descriptions"
  143. msgstr "简要描述"
  144. #. type: Content of: <sect1><sect2><variablelist>
  145. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:88
  146. msgid ""
  147. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  148. msgstr ""
  149. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  150. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  151. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:92
  152. msgid "<command>intltoolize</command>"
  153. msgstr "<command>intltoolize</command>"
  154. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  155. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:94
  156. msgid "Prepares a package to use intltool"
  157. msgstr "准备为软件包应用 intltool"
  158. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  159. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:96
  160. msgid "intltoolize"
  161. msgstr "intltoolize"
  162. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  163. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:102
  164. msgid "<command>intltool-extract</command>"
  165. msgstr "<command>intltool-extract</command>"
  166. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  167. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:104
  168. msgid "Generates header files that can be read by <command>gettext</command>"
  169. msgstr "生成可供 <command>gettext</command> 读取的头文件"
  170. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  171. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:106
  172. msgid "intltool-extract"
  173. msgstr "intltool-extract"
  174. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  175. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:112
  176. msgid "<command>intltool-merge</command>"
  177. msgstr "<command>intltool-merge</command>"
  178. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  179. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:114
  180. msgid "Merges translated strings into various file types"
  181. msgstr "将翻译好的字符串合并为多种类型的文件"
  182. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  183. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:116
  184. msgid "intltool-merge"
  185. msgstr "intltool-merge"
  186. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  187. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:122
  188. msgid "<command>intltool-prepare</command>"
  189. msgstr "<command>intltool-prepare</command>"
  190. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  191. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:124
  192. msgid "Updates pot files and merges them with translation files"
  193. msgstr "更新 pot 文件并将它们和翻译文件合并"
  194. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  195. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:126
  196. msgid "intltool-prepare"
  197. msgstr "intltool-prepare"
  198. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  199. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:132
  200. msgid "<command>intltool-update</command>"
  201. msgstr "<command>intltool-update</command>"
  202. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  203. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:134
  204. msgid "Updates the po template files and merges them with the translations"
  205. msgstr "更新 po 模板文件并将它们和翻译文件合并"
  206. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  207. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:136
  208. msgid "intltool-update"
  209. msgstr "intltool-update"