intltool.po 9.9 KB

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