Mercurial > vim
comparison runtime/lang/menu_chinese_gb.936.vim @ 20130:a30d28e794de v8.2.0620
patch 8.2.0620: error in menu translations
Commit: https://github.com/vim/vim/commit/0d6fe631f75effbfca92a4f61bbc2fab7385af09
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Apr 23 13:58:12 2020 +0200
patch 8.2.0620: error in menu translations
Problem: Error in menu translations.
Solution: Insert a backslash before a space.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 23 Apr 2020 14:00:04 +0200 |
parents | 8ac85adee561 |
children | a1effd6bb5ba |
comparison
equal
deleted
inserted
replaced
20129:7acba558fccb | 20130:a30d28e794de |
---|---|
1 " Menu Translations: Simplified Chinese | 1 " Menu Translations: Simplified Chinese |
2 " Maintainer: Shun Bai <baishunde@gmail.com> | 2 " Maintainer: Shun Bai <baishunde@gmail.com> |
3 " Previous Maintainer: Yuheng Xie <elephant@linux.net.cn> | 3 " Previous Maintainer: Yuheng Xie <elephant@linux.net.cn> |
4 " Last Change: 2019-09-10 | 4 " Last Change: 2020 Apr 23 |
5 | 5 |
6 " Quit when menu translations have already been done. | 6 " Quit when menu translations have already been done. |
7 if exists("did_menu_trans") | 7 if exists("did_menu_trans") |
8 finish | 8 finish |
9 endif | 9 endif |
120 menutrans Toggle\ &Auto\ Indenting<Tab>:set\ ai! 开/关自动缩进(&A)<Tab>:set\ ai! | 120 menutrans Toggle\ &Auto\ Indenting<Tab>:set\ ai! 开/关自动缩进(&A)<Tab>:set\ ai! |
121 menutrans Toggle\ &C-Style\ Indenting<Tab>:set\ cin! 开/关\ C\ 语言式缩进(&C)<Tab>:set\ cin! | 121 menutrans Toggle\ &C-Style\ Indenting<Tab>:set\ cin! 开/关\ C\ 语言式缩进(&C)<Tab>:set\ cin! |
122 | 122 |
123 " other options | 123 " other options |
124 menutrans &Shiftwidth 缩进宽度(&S) | 124 menutrans &Shiftwidth 缩进宽度(&S) |
125 menutrans Soft\ &Tabstop 软制表位宽度(Soft Tabstop)(&T) | 125 menutrans Soft\ &Tabstop 软制表位宽度(Soft\ Tabstop)(&T) |
126 menutrans Te&xt\ Width\.\.\. 文本宽度(&X)\.\.\. | 126 menutrans Te&xt\ Width\.\.\. 文本宽度(&X)\.\.\. |
127 menutrans &File\ Format\.\.\. 文件格式(&F)\.\.\. | 127 menutrans &File\ Format\.\.\. 文件格式(&F)\.\.\. |
128 | 128 |
129 " fun! s:TextWidth() | 129 " fun! s:TextWidth() |
130 if !exists("g:menutrans_textwidth_dialog") | 130 if !exists("g:menutrans_textwidth_dialog") |
433 " }}} | 433 " }}} |
434 menutrans Reverse\ Sorting\ Order<tab>r 升序/降序<tab>r | 434 menutrans Reverse\ Sorting\ Order<tab>r 升序/降序<tab>r |
435 menutrans Sorting\ Method 排序方式 | 435 menutrans Sorting\ Method 排序方式 |
436 " Netrw.Style.Sorting Method menuitems {{{3 | 436 " Netrw.Style.Sorting Method menuitems {{{3 |
437 menutrans Name<tab>s 文件名<tab>s | 437 menutrans Name<tab>s 文件名<tab>s |
438 menutrans Time<tab>s 修改时间<tab>s | 438 menutrans Time<tab>s 修改时间<tab>s |
439 menutrans Size<tab>s 大小<tab>s | 439 menutrans Size<tab>s 大小<tab>s |
440 menutrans Exten<tab>s 扩展名<tab>s | 440 menutrans Exten<tab>s 扩展名<tab>s |
441 " }}} | 441 " }}} |
442 " }}} | 442 " }}} |
443 menutrans Rename\ File/Directory<tab>R 重命名文件/目录<tab>R | 443 menutrans Rename\ File/Directory<tab>R 重命名文件/目录<tab>R |
444 menutrans Set\ Current\ Directory<tab>c 设置\ Vim\ 工作目录<tab>c | 444 menutrans Set\ Current\ Directory<tab>c 设置\ Vim\ 工作目录<tab>c |