intltool.po 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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. "上面使用的正则表达式由于大量的反斜线,看上去比较奇怪。"
  77. "它的功能是在序列 '\\${' 的花括号之前增加一个反斜线,得到 '\\$\\{'。"
  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. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  152. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  153. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:92
  154. msgid "<command>intltoolize</command>"
  155. msgstr "<command>intltoolize</command>"
  156. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  157. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:94
  158. msgid "Prepares a package to use intltool"
  159. msgstr "准备为软件包应用 intltool"
  160. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  161. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:96
  162. msgid "intltoolize"
  163. msgstr "intltoolize"
  164. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  165. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:102
  166. msgid "<command>intltool-extract</command>"
  167. msgstr "<command>intltool-extract</command>"
  168. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  169. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:104
  170. msgid "Generates header files that can be read by <command>gettext</command>"
  171. msgstr "生成可供 <command>gettext</command> 读取的头文件"
  172. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  173. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:106
  174. msgid "intltool-extract"
  175. msgstr "intltool-extract"
  176. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  177. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:112
  178. msgid "<command>intltool-merge</command>"
  179. msgstr "<command>intltool-merge</command>"
  180. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  181. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:114
  182. msgid "Merges translated strings into various file types"
  183. msgstr "将翻译好的字符串合并为多种类型的文件"
  184. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  185. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:116
  186. msgid "intltool-merge"
  187. msgstr "intltool-merge"
  188. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  189. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:122
  190. msgid "<command>intltool-prepare</command>"
  191. msgstr "<command>intltool-prepare</command>"
  192. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  193. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:124
  194. msgid "Updates pot files and merges them with translation files"
  195. msgstr "更新 pot 文件并将它们和翻译文件合并"
  196. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  197. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:126
  198. msgid "intltool-prepare"
  199. msgstr "intltool-prepare"
  200. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  201. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:132
  202. msgid "<command>intltool-update</command>"
  203. msgstr "<command>intltool-update</command>"
  204. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  205. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:134
  206. msgid "Updates the po template files and merges them with the translations"
  207. msgstr "更新 po 模板文件并将它们和翻译文件合并"
  208. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  209. #: /home/xry111/svn-repos/LFS-BOOK/chapter08/intltool.xml:136
  210. msgid "intltool-update"
  211. msgstr "intltool-update"