vim.po 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501
  1. msgid ""
  2. msgstr ""
  3. "X-Pootle-Revision: 9999999\n"
  4. "X-Pootle-Path: /zh_CN/lfs/chapter08/vim.po\n"
  5. "Project-Id-Version: PACKAGE VERSION\n"
  6. "POT-Creation-Date: 2020-08-08 19:28+0800\n"
  7. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  8. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  9. "Language-Team: LANGUAGE <LL@li.org>\n"
  10. "Language: zh_CN\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "X-Generator: Translate Toolkit 2.2.5\n"
  15. #. type: Content of: <sect1><sect1info><address>
  16. #, no-wrap
  17. msgid "&vim-url;"
  18. msgstr "&vim-url;"
  19. #. type: Content of: <sect1><sect1info>
  20. msgid ""
  21. "<productname>vim</productname> <productnumber>&vim-version;</productnumber> "
  22. "<placeholder type=\"address\" id=\"0\"/>"
  23. msgstr ""
  24. "<productname>vim</productname> <productnumber>&vim-version;</productnumber> "
  25. "<placeholder type=\"address\" id=\"0\"/>"
  26. #. type: Content of: <sect1><title>
  27. msgid "Vim-&vim-version;"
  28. msgstr "Vim-&vim-version;"
  29. #. type: Content of: <sect1><indexterm><primary>
  30. msgid "Vim"
  31. msgstr "Vim"
  32. #. type: Content of: <sect1><sect2><para>
  33. msgid "The Vim package contains a powerful text editor."
  34. msgstr "Vim 软件包包含强大的文本编辑器。"
  35. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  36. msgid "&buildtime;"
  37. msgstr "&buildtime;"
  38. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  39. msgid "&diskspace;"
  40. msgstr "&diskspace;"
  41. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  42. msgid "&vim-fin-sbu;"
  43. msgstr "&vim-fin-sbu;"
  44. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  45. msgid "&vim-fin-du;"
  46. msgstr "&vim-fin-du;"
  47. #. type: Content of: <sect1><sect2><tip><title>
  48. msgid "Alternatives to Vim"
  49. msgstr "Vim 的替代品"
  50. #. type: Content of: <sect1><sect2><tip><para>
  51. msgid ""
  52. "If you prefer another editor&mdash;such as Emacs, Joe, or Nano&mdash;please "
  53. "refer to <ulink url=\"&blfs-book;postlfs/editors.html\"/> for suggested "
  54. "installation instructions."
  55. msgstr ""
  56. "如果您喜爱其他编辑器 —— 例如 Emacs、Joe、或者 Nano —— 参考 <ulink url="
  57. "\"&blfs-book;postlfs/editors.html\"/> 中建议的安装说明。"
  58. #. type: Content of: <sect1><sect2><title>
  59. msgid "Installation of Vim"
  60. msgstr "安装 Vim"
  61. #. type: Content of: <sect1><sect2><para>
  62. msgid ""
  63. "First, change the default location of the <filename>vimrc</filename> "
  64. "configuration file to <filename class=\"directory\">/etc</filename>:"
  65. msgstr ""
  66. "首先,修改 <filename>vimrc</filename> 配置文件的默认位置为 <filename class="
  67. "\"directory\">/etc</filename>:"
  68. #. type: Content of: <sect1><sect2><screen>
  69. #, no-wrap
  70. msgid "<userinput remap=\"pre\">echo '#define SYS_VIMRC_FILE \"/etc/vimrc\"' &gt;&gt; src/feature.h</userinput>"
  71. msgstr "<userinput remap=\"pre\">echo '#define SYS_VIMRC_FILE \"/etc/vimrc\"' &gt;&gt; src/feature.h</userinput>"
  72. #. type: Content of: <sect1><sect2><para>
  73. msgid "Prepare vim for compilation:"
  74. msgstr "准备编译 Vim:"
  75. #. type: Content of: <sect1><sect2><screen>
  76. #, no-wrap
  77. msgid "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  78. msgstr "<userinput remap=\"configure\">./configure --prefix=/usr</userinput>"
  79. #. type: Content of: <sect1><sect2><para>
  80. msgid "Compile the package:"
  81. msgstr "编译该软件包:"
  82. #. type: Content of: <sect1><sect2><screen>
  83. #, no-wrap
  84. msgid "<userinput remap=\"make\">make</userinput>"
  85. msgstr "<userinput remap=\"make\">make</userinput>"
  86. #. type: Content of: <sect1><sect2><para>
  87. msgid ""
  88. "To prepare the tests, ensure that user <systemitem class=\"username"
  89. "\">tester</systemitem> can write to the source tree:"
  90. msgstr ""
  91. "为了准备运行测试套件,需要使得 <systemitem class=\"username\">tester</"
  92. "systemitem> 用户拥有写入源代码目录树的权限:"
  93. #. type: Content of: <sect1><sect2><screen>
  94. #, no-wrap
  95. msgid "<userinput remap=\"test\">chown -Rv tester .</userinput>"
  96. msgstr "<userinput remap=\"test\">chown -Rv tester .</userinput>"
  97. #. type: Content of: <sect1><sect2><para>
  98. msgid ""
  99. "Now run the tests as user <systemitem class=\"username\">tester</systemitem>:"
  100. msgstr ""
  101. "现在,以 <systemitem class=\"username\">tester</systemitem> 用户身份运行测"
  102. "试:"
  103. #. type: Content of: <sect1><sect2><screen>
  104. #, no-wrap
  105. msgid "<userinput remap=\"test\">su tester -c \"LANG=en_US.UTF-8 make -j1 test\" &amp;> vim-test.log</userinput>"
  106. msgstr "<userinput remap=\"test\">su tester -c \"LANG=en_US.UTF-8 make -j1 test\" &amp;> vim-test.log</userinput>"
  107. #. type: Content of: <sect1><sect2><para>
  108. msgid ""
  109. "The test suite outputs a lot of binary data to the screen. This can cause "
  110. "issues with the settings of the current terminal. The problem can be "
  111. "avoided by redirecting the output to a log file as shown above. A "
  112. "successful test will result in the words \"ALL DONE\" in the log file at "
  113. "completion."
  114. msgstr ""
  115. "测试套件会将大量二进制数据输出到屏幕。这可能扰乱当前终端设置。为了避免这个问"
  116. "题,像上面的命令一样,将输出重定向到日志文件。测试成功完成后,日志文件末尾会"
  117. "包含 “ALL DONE”。"
  118. #. type: Content of: <sect1><sect2><para>
  119. msgid "Install the package:"
  120. msgstr "安装该软件包:"
  121. #. type: Content of: <sect1><sect2><screen>
  122. #, no-wrap
  123. msgid "<userinput remap=\"install\">make install</userinput>"
  124. msgstr "<userinput remap=\"install\">make install</userinput>"
  125. #. type: Content of: <sect1><sect2><para>
  126. msgid ""
  127. "Many users are used to using <command>vi</command> instead of <command>vim</"
  128. "command>. To allow execution of <command>vim</command> when users habitually "
  129. "enter <command>vi</command>, create a symlink for both the binary and the "
  130. "man page in the provided languages:"
  131. msgstr ""
  132. "许多用户习惯于使用命令 <command>vi</command>,而不是 <command>vim</command>。"
  133. "为了在用户习惯性地输入 <command>vi</command> 时能够执行 <command>vim</"
  134. "command>,为二进制程序和各种语言的 man 页面创建符号链接:"
  135. #. type: Content of: <sect1><sect2><screen>
  136. #, no-wrap
  137. msgid ""
  138. "<userinput remap=\"install\">ln -sv vim /usr/bin/vi\n"
  139. "for L in /usr/share/man/{,*/}man1/vim.1; do\n"
  140. " ln -sv vim.1 $(dirname $L)/vi.1\n"
  141. "done</userinput>"
  142. msgstr ""
  143. "<userinput remap=\"install\">ln -sv vim /usr/bin/vi\n"
  144. "for L in /usr/share/man/{,*/}man1/vim.1; do\n"
  145. " ln -sv vim.1 $(dirname $L)/vi.1\n"
  146. "done</userinput>"
  147. #. type: Content of: <sect1><sect2><para>
  148. msgid ""
  149. "By default, vim's documentation is installed in <filename class=\"directory"
  150. "\">/usr/share/vim</filename>. The following symlink allows the documentation "
  151. "to be accessed via <filename class=\"directory\">/usr/share/doc/vim-&vim-"
  152. "version;</filename>, making it consistent with the location of documentation "
  153. "for other packages:"
  154. msgstr ""
  155. "默认情况下,Vim 的文档安装在 <filename class=\"directory\">/usr/share/vim</"
  156. "filename> 中。下面创建符号链接,使得可以通过 <filename class=\"directory\">/"
  157. "usr/share/doc/vim-&vim-version;</filename> 访问符号链接,这个路径与其他软件包"
  158. "的文档位置格式一致:"
  159. #. type: Content of: <sect1><sect2><screen>
  160. #, no-wrap
  161. msgid "<userinput remap=\"install\">ln -sv ../&vim-docdir;/doc /usr/share/doc/vim-&vim-version;</userinput>"
  162. msgstr "<userinput remap=\"install\">ln -sv ../&vim-docdir;/doc /usr/share/doc/vim-&vim-version;</userinput>"
  163. #. type: Content of: <sect1><sect2><para>
  164. msgid ""
  165. "If an X Window System is going to be installed on the LFS system, it may be "
  166. "necessary to recompile vim after installing X. Vim comes with a GUI version "
  167. "of the editor that requires X and some additional libraries to be installed. "
  168. "For more information on this process, refer to the vim documentation and the "
  169. "vim installation page in the BLFS book at <ulink url=\"&blfs-book;postlfs/"
  170. "vim.html\"/>."
  171. msgstr ""
  172. "如果在安装 LFS 系统后安装了 X 窗口系统,可能需要在安装 X 后重新编译 Vim。Vim "
  173. "提供的 GUI 版本编辑器需要 X 和一些额外的软件包才能安装。关于这一安装过程的更"
  174. "多信息,参考 Vim 文档和 BLFS 手册中位于 <ulink url=\"&blfs-book;postlfs/vim."
  175. "html\"/> 的 Vim 安装页面。"
  176. #. type: Content of: <sect1><sect2><title>
  177. msgid "Configuring Vim"
  178. msgstr "配置 Vim"
  179. #. type: Content of: <sect1><sect2><indexterm><primary>
  180. msgid "/etc/vimrc"
  181. msgstr "/etc/vimrc"
  182. #. type: Content of: <sect1><sect2><para>
  183. msgid ""
  184. "By default, <command>vim</command> runs in vi-incompatible mode. This may "
  185. "be new to users who have used other editors in the past. The "
  186. "<quote>nocompatible</quote> setting is included below to highlight the fact "
  187. "that a new behavior is being used. It also reminds those who would change to "
  188. "<quote>compatible</quote> mode that it should be the first setting in the "
  189. "configuration file. This is necessary because it changes other settings, and "
  190. "overrides must come after this setting. Create a default <command>vim</"
  191. "command> configuration file by running the following:"
  192. msgstr ""
  193. "默认情况下,<command>vim</command> 在不兼容 vi 的模式下运行。这对于过去使用其"
  194. "他编辑器的用户来说可能显得陌生。以下配置包含的 <quote>nocompatible</quote> 设"
  195. "定是为了强调编辑器使用了新的行为这一事实。它也提醒那些想要使用 "
  196. "<quote>compatible</quote> 模式的用户,必须在配置文件的一开始改变模式。这是因"
  197. "为它会修改其他设置,对这些设置的覆盖必须在设定模式后进行。执行以下命令创建默"
  198. "认 <command>vim</command> 配置文件:"
  199. #. type: Content of: <sect1><sect2><screen>
  200. #, no-wrap
  201. msgid ""
  202. "<userinput>cat &gt; /etc/vimrc &lt;&lt; \"EOF\"\n"
  203. "<literal>\" Begin /etc/vimrc\n"
  204. "\n"
  205. "\" Ensure defaults are set before customizing settings, not after\n"
  206. "source $VIMRUNTIME/defaults.vim\n"
  207. "let skip_defaults_vim=1 \n"
  208. "\n"
  209. "set nocompatible\n"
  210. "set backspace=2\n"
  211. "set mouse=\n"
  212. "syntax on\n"
  213. "if (&amp;term == \"xterm\") || (&amp;term == \"putty\")\n"
  214. " set background=dark\n"
  215. "endif\n"
  216. "\n"
  217. "\" End /etc/vimrc</literal>\n"
  218. "EOF</userinput>"
  219. msgstr ""
  220. "<userinput>cat &gt; /etc/vimrc &lt;&lt; \"EOF\"\n"
  221. "<literal>\" Begin /etc/vimrc\n"
  222. "\n"
  223. "\" Ensure defaults are set before customizing settings, not after\n"
  224. "source $VIMRUNTIME/defaults.vim\n"
  225. "let skip_defaults_vim=1 \n"
  226. "\n"
  227. "set nocompatible\n"
  228. "set backspace=2\n"
  229. "set mouse=\n"
  230. "syntax on\n"
  231. "if (&amp;term == \"xterm\") || (&amp;term == \"putty\")\n"
  232. " set background=dark\n"
  233. "endif\n"
  234. "\n"
  235. "\" End /etc/vimrc</literal>\n"
  236. "EOF</userinput>"
  237. #. type: Content of: <sect1><sect2><para>
  238. msgid ""
  239. "The <parameter>set nocompatible</parameter> setting makes <command>vim</"
  240. "command> behave in a more useful way (the default) than the vi-compatible "
  241. "manner. Remove the <quote>no</quote> to keep the old <command>vi</command> "
  242. "behavior. The <parameter>set backspace=2</parameter> setting allows "
  243. "backspacing over line breaks, autoindents, and the start of an insert. The "
  244. "<parameter>syntax on</parameter> parameter enables vim's syntax "
  245. "highlighting. The <parameter>set mouse=</parameter> setting enables proper "
  246. "pasting of text with the mouse when working in chroot or over a remote "
  247. "connection. Finally, the <emphasis>if</emphasis> statement with the "
  248. "<parameter>set background=dark</parameter> setting corrects <command>vim</"
  249. "command>'s guess about the background color of some terminal emulators. This "
  250. "gives the highlighting a better color scheme for use on the black background "
  251. "of these programs."
  252. msgstr ""
  253. "<parameter>set nocompatible</parameter> 设定使得 <command>vim</command> 以一"
  254. "种更有用的方式 (也是默认方式) 行动,而不是兼容于 vi 的旧模式。删除其中的 "
  255. "<quote>no</quote> 可以保持旧的 <command>vi</command> 行为。<parameter>set "
  256. "backspace=2</parameter> 设定允许退格越过换行,自动缩进,以及插入模式的起始位"
  257. "置。参数 <parameter>syntax on</parameter> 启用 vim 符号高亮功能。参数 "
  258. "<parameter>set mouse=</parameter> 允许在 chroot 中或通过远程连接工作时使用鼠"
  259. "标正确地粘贴文本。最后,<emphasis>if</emphasis> 语句为 <parameter>set "
  260. "background=dark</parameter> 纠正 <command>vim</command> 对于某些终端模拟器背"
  261. "景色的猜测。这能够提供更适合这些程序黑色背景的配色方案。"
  262. #. type: Content of: <sect1><sect2><para>
  263. msgid ""
  264. "Documentation for other available options can be obtained by running the "
  265. "following command:"
  266. msgstr "关于其他可用选项的文档可以通过执行以下命令获得:"
  267. #. type: Content of: <sect1><sect2><screen>
  268. #, no-wrap
  269. msgid "<userinput>vim -c ':options'</userinput>"
  270. msgstr "<userinput>vim -c ':options'</userinput>"
  271. #. type: Content of: <sect1><sect2><note><para>
  272. msgid ""
  273. "By default, vim only installs spell files for the English language. To "
  274. "install spell files for your preferred language, download the <filename>*."
  275. "spl</filename> and optionally, the <filename>*.sug</filename> files for your "
  276. "language and character encoding from <ulink url=\"ftp://ftp.vim.org/pub/vim/"
  277. "runtime/spell/\"/> and save them to <filename class='directory'>/usr/share/"
  278. "&vim-docdir;/spell/</filename>."
  279. msgstr ""
  280. "默认情况下 Vim 只安装英语拼写检查文件。如果希望安装您使用的语言的拼写检查文"
  281. "件,需要获取使用于您的语言和字符编码的 <filename>*.spl</filename> 和可选的 "
  282. "<filename>*.sug</filename> 文件,从 <ulink url=\"ftp://ftp.vim.org/pub/vim/"
  283. "runtime/spell/\"/> 下载它们,并保存到 <filename class='directory'>/usr/share/"
  284. "&vim-docdir;/spell/</filename>。"
  285. #. type: Content of: <sect1><sect2><note><para>
  286. msgid ""
  287. "To use these spell files, some configuration in <filename>/etc/vimrc</"
  288. "filename> is needed, e.g.:"
  289. msgstr ""
  290. "为了使用这些拼写检查文件,需要在 <filename>/etc/vimrc</filename> 中进行配置,"
  291. "例如:"
  292. #. type: Content of: <sect1><sect2><note><screen>
  293. #, no-wrap
  294. msgid ""
  295. "<literal>set spelllang=en,ru\n"
  296. "set spell</literal>"
  297. msgstr ""
  298. "<literal>set spelllang=en,ru\n"
  299. "set spell</literal>"
  300. #. type: Content of: <sect1><sect2><note><para>
  301. msgid ""
  302. "For more information, see the appropriate README file located at the URL "
  303. "above."
  304. msgstr "关于更多信息,参考以上 URL 位置中合适的 README 文件。"
  305. #. type: Content of: <sect1><sect2><title>
  306. msgid "Contents of Vim"
  307. msgstr "Vim 的内容"
  308. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  309. msgid "Installed programs"
  310. msgstr "安装的程序"
  311. #. type: Content of: <sect1><sect2><segmentedlist><segtitle>
  312. msgid "Installed directory"
  313. msgstr "安装的目录"
  314. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  315. msgid ""
  316. "ex (link to vim), rview (link to vim), rvim (link to vim), vi (link to vim), "
  317. "view (link to vim), vim, vimdiff (link to vim), vimtutor, and xxd"
  318. msgstr ""
  319. "ex (到 vim 的链接), rview (到 vim 的链接), rvim (到 vim 的链接), vi (到 vim "
  320. "的链接), view (到 vim 的链接), vim, vimdiff (到 vim 的链接), vimtutor, 以及 "
  321. "xxd"
  322. #. type: Content of: <sect1><sect2><segmentedlist><seglistitem><seg>
  323. msgid "/usr/share/vim"
  324. msgstr "/usr/share/vim"
  325. #. type: Content of: <sect1><sect2><variablelist><bridgehead>
  326. msgid "Short Descriptions"
  327. msgstr "简要描述"
  328. #. type: Content of: <sect1><sect2><variablelist>
  329. msgid ""
  330. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  331. msgstr ""
  332. "<?dbfo list-presentation=\"list\"?> <?dbhtml list-presentation=\"table\"?>"
  333. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  334. msgid "<command>ex</command>"
  335. msgstr "<command>ex</command>"
  336. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  337. msgid "Starts <command>vim</command> in ex mode"
  338. msgstr "以 ex 模式启动 <command>vim</command>"
  339. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  340. msgid "ex"
  341. msgstr "ex"
  342. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  343. msgid "<command>rview</command>"
  344. msgstr "<command>rview</command>"
  345. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  346. msgid ""
  347. "Is a restricted version of <command>view</command>; no shell commands can be "
  348. "started and <command>view</command> cannot be suspended"
  349. msgstr ""
  350. "是 <command>view</command> 的受限模式;不能启动 shell 命令,且不能挂起 "
  351. "<command>view</command>"
  352. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  353. msgid "rview"
  354. msgstr "rview"
  355. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  356. msgid "<command>rvim</command>"
  357. msgstr "<command>rvim</command>"
  358. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  359. msgid ""
  360. "Is a restricted version of <command>vim</command>; no shell commands can be "
  361. "started and <command>vim</command> cannot be suspended"
  362. msgstr ""
  363. "是 <command>vim</command> 的受限模式;不能启动 shell 命令,且不能挂起 "
  364. "<command>vim</command>"
  365. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  366. msgid "rvim"
  367. msgstr "rvim"
  368. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  369. msgid "<command>vi</command>"
  370. msgstr "<command>vi</command>"
  371. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  372. msgid "Link to <command>vim</command>"
  373. msgstr "到 <command>vim</command> 的链接"
  374. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  375. msgid "vi"
  376. msgstr "vi"
  377. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  378. msgid "<command>view</command>"
  379. msgstr "<command>view</command>"
  380. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  381. msgid "Starts <command>vim</command> in read-only mode"
  382. msgstr "以只读模式启动 <command>vim</command>"
  383. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  384. msgid "view"
  385. msgstr "view"
  386. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  387. msgid "<command>vim</command>"
  388. msgstr "<command>vim</command>"
  389. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  390. msgid "Is the editor"
  391. msgstr "文本编辑器"
  392. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  393. msgid "vim"
  394. msgstr "vim"
  395. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  396. msgid "<command>vimdiff</command>"
  397. msgstr "<command>vimdiff</command>"
  398. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  399. msgid ""
  400. "Edits two or three versions of a file with <command>vim</command> and shows "
  401. "differences"
  402. msgstr "用 <command>vim</command> 编辑两个或三个文件版本,并显示差异"
  403. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  404. msgid "vimdiff"
  405. msgstr "vimdiff"
  406. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  407. msgid "<command>vimtutor</command>"
  408. msgstr "<command>vimtutor</command>"
  409. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  410. msgid "Teaches the basic keys and commands of <command>vim</command>"
  411. msgstr "教会用户使用 <command>vim</command> 的基本快捷键和命令"
  412. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  413. msgid "vimtutor"
  414. msgstr "vimtutor"
  415. #. type: Content of: <sect1><sect2><variablelist><varlistentry><term>
  416. msgid "<command>xxd</command>"
  417. msgstr "<command>xxd</command>"
  418. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><para>
  419. msgid ""
  420. "Creates a hex dump of the given file; it can also do the reverse, so it can "
  421. "be used for binary patching"
  422. msgstr ""
  423. "创建文件的十六进制转储;它也可以从十六进制转储创建文件,因此可用于二进制补丁"
  424. #. type: Content of: <sect1><sect2><variablelist><varlistentry><listitem><indexterm><primary>
  425. msgid "xxd"
  426. msgstr "xxd"