Bram Moolenaar | 7d76c80 | 2014-10-15 22:51:52 +0200 | [diff] [blame] | 1 | " Menu Translations: Simplified Chinese |
| 2 | " Maintainer: Shun Bai <baishunde@gmail.com> |
| 3 | " Previous Maintainer: Yuheng Xie <elephant@linux.net.cn> |
Ada | a425353 | 2022-02-19 12:06:09 +0000 | [diff] [blame] | 4 | " Last Change: 2022 Feb 19 |
| 5 | " Generated from menu_zh_cn.utf-8.vim, DO NOT EDIT |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 6 | |
| 7 | " Quit when menu translations have already been done. |
| 8 | if exists("did_menu_trans") |
| 9 | finish |
| 10 | endif |
| 11 | let did_menu_trans = 1 |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 12 | let s:keepcpo = &cpo |
Bram Moolenaar | 8071607 | 2012-05-01 21:14:34 +0200 | [diff] [blame] | 13 | set cpo&vim |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 14 | |
| 15 | scriptencoding cp936 |
| 16 | |
| 17 | " Help menu |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 18 | menutrans &Help °ïÖú(&H) |
| 19 | " Help menuitems and dialog {{{1 |
| 20 | menutrans &Overview<Tab><F1> ¸ÅÊö(&O)<Tab><F1> |
| 21 | menutrans &User\ Manual Óû§ÊÖ²á(&U) |
| 22 | menutrans &How-to\ Links ÈçºÎʹÓÃ(&H) |
| 23 | menutrans &Find\.\.\. ²éÕÒ(&F)\.\.\. |
| 24 | menutrans &Credits ÖÂл(&C) |
| 25 | menutrans Co&pying °æÈ¨(&P) |
| 26 | menutrans &Sponsor/Register ÔÞÖú/×¢²á(&S) |
| 27 | menutrans O&rphans Õü¾È¹Â¶ù(&R) |
| 28 | menutrans &Version °æ±¾(&V) |
| 29 | menutrans &About ¹ØÓÚ(&A) |
| 30 | |
| 31 | " fun! s:Helpfind() |
| 32 | if !exists("g:menutrans_help_dialog") |
| 33 | let g:menutrans_help_dialog = "ÊäÈëÃüÁî»òµ¥´ÊÒÔ»ñµÃ°ïÖú:\n\nǰ׺ i_ ±íʾÊäÈëģʽϵÄÃüÁî(Èç: i_CTRL-X)\nǰ׺ c_ ±íʾÃüÁîÐÐϵıà¼ÃüÁî(Èç: c_<Del>)\nǰ׺ ' ±íʾѡÏîÃû(Èç: 'shiftwidth')" |
| 34 | endif |
| 35 | " }}} |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 36 | |
| 37 | " File menu |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 38 | menutrans &File Îļþ(&F) |
| 39 | " File menuitems {{{1 |
| 40 | menutrans &Open\.\.\.<Tab>:e ´ò¿ª(&O)\.\.\.<Tab>:e |
| 41 | menutrans Sp&lit-Open\.\.\.<Tab>:sp ÔÚ²ð·Ö´°¿Ú´ò¿ª(&L)\.\.\.<Tab>:sp |
| 42 | menutrans Open\ Tab\.\.\.<Tab>:tabnew ÔÚ±êǩҳ´ò¿ª\.\.\.<Tab>:tabnew |
| 43 | menutrans &New<Tab>:enew н¨(&N)<Tab>:enew |
| 44 | menutrans &Close<Tab>:close ¹Ø±Õ(&C)<Tab>:close |
| 45 | menutrans &Save<Tab>:w ±£´æ(&S)<Tab>:w |
| 46 | menutrans Save\ &As\.\.\.<Tab>:sav Áí´æÎª(&A)\.\.\.<Tab>:sav |
| 47 | menutrans Split\ &Diff\ With\.\.\. ²ð·Ö´°¿ÚÒԶԱȲîÒì(Diff)(&D)\.\.\. |
| 48 | menutrans Split\ Patched\ &By\.\.\. ²ð·Ö´°¿ÚÒÔ½øÐÐÐÞ²¹(Patch)(&B)\.\.\. |
| 49 | menutrans &Print ´òÓ¡(&P) |
| 50 | menutrans Sa&ve-Exit<Tab>:wqa ±£´æ²¢Í˳ö(&V)<Tab>:wqa |
| 51 | menutrans E&xit<Tab>:qa Í˳ö(&X)<Tab>:qa |
| 52 | " }}} |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 53 | |
| 54 | " Edit menu |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 55 | menutrans &Edit ±à¼(&E) |
| 56 | " Edit menuitems {{{1 |
| 57 | menutrans &Undo<Tab>u ³·Ïú(&U)<Tab>u |
| 58 | menutrans &Redo<Tab>^R »Ö¸´(&R)<Tab>^R |
| 59 | menutrans Rep&eat<Tab>\. ÖØ¸´(&E)<Tab>\. |
| 60 | menutrans Cu&t<Tab>"+x ¼ôÇÐ(&T)<Tab>"+x |
| 61 | menutrans &Copy<Tab>"+y ¸´ÖÆ(&C)<Tab>"+y |
| 62 | menutrans &Paste<Tab>"+gP Õ³Ìù(&P)<Tab>"+gP |
| 63 | menutrans Put\ &Before<Tab>[p Õ³Ìùµ½¹â±êǰ(&B)<Tab>[p |
| 64 | menutrans Put\ &After<Tab>]p Õ³Ìùµ½¹â±êºó(&A)<Tab>]p |
| 65 | menutrans &Delete<Tab>x ɾ³ý(&D)<Tab>x |
| 66 | menutrans &Select\ All<Tab>ggVG ȫѡ(&S)<Tab>ggVG |
| 67 | menutrans &Find\.\.\. ²éÕÒ(&F)\.\.\. |
| 68 | menutrans Find\ and\ Rep&lace\.\.\. ²éÕÒºÍÌæ»»(&L)\.\.\. |
| 69 | menutrans &Find<Tab>/ ²éÕÒ(&F)<Tab>/ |
| 70 | menutrans Find\ and\ Rep&lace<Tab>:%s ²éÕÒºÍÌæ»»(&L)<Tab>:%s |
| 71 | menutrans Settings\ &Window ÉèÖô°¿Ú(&W) |
| 72 | menutrans Startup\ &Settings Æô¶¯ÉèÖÃ(&S) |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 73 | |
Bram Moolenaar | c1e3790 | 2006-04-18 21:55:01 +0000 | [diff] [blame] | 74 | " Edit/Global Settings |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 75 | menutrans &Global\ Settings È«¾ÖÉèÖÃ(&G) |
| 76 | " Edit.Global Settings menuitems and dialogs {{{2 |
| 77 | menutrans Toggle\ Pattern\ &Highlight<Tab>:set\ hls! ¿ª/¹Ø¸ßÁÁ²éÕÒÄÚÈÝ(&H)<Tab>:set\ hls! |
| 78 | menutrans Toggle\ &Ignoring\ Case<Tab>:set\ ic! ¿ª/¹ØºöÂÔ´óСд(&I)<Tab>:set\ ic! |
| 79 | menutrans Toggle\ &Showing\ Matched\ Pairs<Tab>:set\ sm! ¿ª/¹ØÏÔʾÀ¨ºÅÆ¥Åä(&S)<Tab>:set\ sm! |
| 80 | menutrans &Context\ Lines ÉÏÏÂÎÄÐÐÊý(&C) |
| 81 | menutrans &Virtual\ Edit ÐéÄâ±à¼(&V) |
| 82 | " Edit.Global Settings.Virtual Edit menuitems {{{3 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 83 | menutrans Never ´Ó²» |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 84 | menutrans Block\ Selection Ö»ÔÚÑ¡¶¨¾ØÐοéʱ |
| 85 | menutrans Insert\ Mode Ö»ÔÚ²åÈëģʽʱ |
| 86 | menutrans Block\ and\ Insert ÔÚÑ¡¶¨¾ØÐοéºÍ²åÈëģʽʱ |
| 87 | menutrans Always ʼÖÕ |
| 88 | " }}} |
| 89 | menutrans Toggle\ Insert\ &Mode<Tab>:set\ im! ¿ª/¹Ø²åÈëģʽ(&M)<Tab>:set\ im! |
| 90 | menutrans Toggle\ Vi\ C&ompatibility<Tab>:set\ cp! ¿ª/¹Ø\ Vi\ ¼æÈÝÐÔ(&O)<Tab>:set\ cp! |
| 91 | menutrans Search\ &Path\.\.\. ËÑË÷·¾¶(&P)\.\.\. |
| 92 | menutrans Ta&g\ Files\.\.\. ±ê¼ÇÎļþ(Tags)(&G)\.\.\. |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 93 | |
| 94 | " GUI options |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 95 | menutrans Toggle\ &Toolbar ¿ª/¹Ø¹¤¾ßÀ¸(&T) |
| 96 | menutrans Toggle\ &Bottom\ Scrollbar ¿ª/¹Øµ×²¿¹ö¶¯Ìõ(&B) |
| 97 | menutrans Toggle\ &Left\ Scrollbar ¿ª/¹Ø×ó²à¹ö¶¯Ìõ(&L) |
| 98 | menutrans Toggle\ &Right\ Scrollbar ¿ª/¹ØÓÒ²à¹ö¶¯Ìõ(&R) |
| 99 | |
| 100 | " fun! s:SearchP() |
| 101 | if !exists("g:menutrans_path_dialog") |
| 102 | let g:menutrans_path_dialog = "ÊäÈëËÑË÷·¾¶¡£\nÓöººÅ·Ö¸ôĿ¼Ãû¡£" |
| 103 | endif |
| 104 | |
| 105 | " fun! s:TagFiles() |
| 106 | if !exists("g:menutrans_tags_dialog") |
| 107 | let g:menutrans_tags_dialog = "ÊäÈë±ê¼ÇÎļþ(Tags)Ãû³Æ¡£\nÓöººÅ·Ö¸ôÎļþÃû¡£" |
| 108 | endif |
| 109 | " }}} |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 110 | |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 111 | " Edit/File Settings |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 112 | menutrans F&ile\ Settings ÎļþÉèÖÃ(&I) |
| 113 | " Edit.File Settings menuitems and dialogs {{{2 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 114 | " Boolean options |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 115 | menutrans Toggle\ Line\ &Numbering<Tab>:set\ nu! ¿ª/¹ØÐкÅ(&N)<Tab>:set\ nu! |
| 116 | menutrans Toggle\ Relati&ve\ Line\ Numbering<Tab>:set\ rnu! ¿ª/¹ØÏà¶ÔÐкÅ(&V)<Tab>:set\ rnu! |
| 117 | menutrans Toggle\ &List\ Mode<Tab>:set\ list! ¿ª/¹ØÁбíģʽ(&L)<Tab>:set\ list! |
| 118 | menutrans Toggle\ Line\ &Wrapping<Tab>:set\ wrap! ¿ª/¹Ø»»ÐÐ(&W)<Tab>:set\ wrap! |
| 119 | menutrans Toggle\ W&rapping\ at\ Word<Tab>:set\ lbr! ¿ª/¹Ø´Êβ»»ÐÐ(&R)<Tab>:set\ lbr! |
| 120 | menutrans Toggle\ Tab\ &Expanding<Tab>:set\ et! ¿ª/¹ØÖƱí·ûÀ©Õ¹(&E)<Tab>:set\ et! |
| 121 | menutrans Toggle\ &Auto\ Indenting<Tab>:set\ ai! ¿ª/¹Ø×Ô¶¯Ëõ½ø(&A)<Tab>:set\ ai! |
| 122 | menutrans Toggle\ &C-Style\ Indenting<Tab>:set\ cin! ¿ª/¹Ø\ C\ ÓïÑÔʽËõ½ø(&C)<Tab>:set\ cin! |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 123 | |
| 124 | " other options |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 125 | menutrans &Shiftwidth Ëõ½ø¿í¶È(&S) |
Bram Moolenaar | 0d6fe63 | 2020-04-23 13:58:12 +0200 | [diff] [blame] | 126 | menutrans Soft\ &Tabstop ÈíÖÆ±íλ¿í¶È(Soft\ Tabstop)(&T) |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 127 | menutrans Te&xt\ Width\.\.\. Îı¾¿í¶È(&X)\.\.\. |
| 128 | menutrans &File\ Format\.\.\. Îļþ¸ñʽ(&F)\.\.\. |
| 129 | |
| 130 | " fun! s:TextWidth() |
| 131 | if !exists("g:menutrans_textwidth_dialog") |
| 132 | let g:menutrans_textwidth_dialog = "ÊäÈëÎı¾¿í¶È(ÿÐÐ×î´ó×Ö·ûÊý£¬0 ±íʾ½ûÓÃ):" |
| 133 | endif |
| 134 | |
| 135 | " fun! s:FileFormat() |
| 136 | if !exists("g:menutrans_fileformat_dialog") |
| 137 | let g:menutrans_fileformat_dialog = "Ñ¡ÔñÎļþµÄ±£´æ¸ñʽ:" |
| 138 | endif |
| 139 | if !exists("g:menutrans_fileformat_choices") |
| 140 | let g:menutrans_fileformat_choices = "&Unix\n&Dos\n&Mac\nÈ¡Ïû(&C)" |
| 141 | endif |
| 142 | " }}} |
| 143 | menutrans Show\ C&olor\ Schemes\ in\ Menu Ôڲ˵¥ÖÐÏÔʾÅäÉ«·½°¸(&O) |
| 144 | menutrans C&olor\ Scheme ÅäÉ«·½°¸(&O) |
| 145 | menutrans Show\ &Keymaps\ in\ Menu Ôڲ˵¥ÖÐÏÔʾ¼üÅÌÓ³Éä(&K) |
| 146 | menutrans &Keymap ¼üÅÌÓ³Éä(&K) |
| 147 | menutrans Select\ Fo&nt\.\.\. Ñ¡Ôñ×ÖÌå(&N)\.\.\. |
| 148 | " }}} |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 149 | |
| 150 | " Programming menu |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 151 | menutrans &Tools ¹¤¾ß(&T) |
| 152 | " Tools menuitems {{{1 |
| 153 | menutrans &Jump\ to\ This\ Tag<Tab>g^] Ìø×ªµ½Õâ¸ö±ê¼Ç(Tag)(&J)<Tab>g^] |
| 154 | menutrans Jump\ &Back<Tab>^T Ìø×ª»Ø(&B)<Tab>^T |
| 155 | menutrans Build\ &Tags\ File Éú³É±ê¼ÇÎļþ(Tags)(&T) |
Bram Moolenaar | c1e3790 | 2006-04-18 21:55:01 +0000 | [diff] [blame] | 156 | |
| 157 | " Tools.Spelling Menu |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 158 | menutrans &Spelling ƴд¼ì²é(&S) |
| 159 | " Tools.Spelling menuitems and dialog {{{2 |
| 160 | menutrans &Spell\ Check\ On ´ò¿ªÆ´Ð´¼ì²é(&S) |
| 161 | menutrans Spell\ Check\ &Off ¹Ø±Õƴд¼ì²é(&O) |
| 162 | menutrans To\ &Next\ Error<Tab>]s ÉÏÒ»¸ö´íÎó(&N)<Tab>]s |
| 163 | menutrans To\ &Previous\ Error<Tab>[s ÏÂÒ»¸ö´íÎó(&P)<Tab>[s |
| 164 | menutrans Suggest\ &Corrections<Tab>z= ¸üÕý½¨Òé(&C)<Tab>z= |
| 165 | menutrans &Repeat\ Correction<Tab>:spellrepall ¸üÕýÈ«²¿Í¬Àà´íÎó(&R)<Tab>:spellrepall |
| 166 | menutrans Set\ Language\ to\ "en" ÉèÖÃÓïÑÔΪ\ "en" |
| 167 | menutrans Set\ Language\ to\ "en_au" ÉèÖÃÓïÑÔΪ\ "en_au" |
| 168 | menutrans Set\ Language\ to\ "en_ca" ÉèÖÃÓïÑÔΪ\ "en_ca" |
| 169 | menutrans Set\ Language\ to\ "en_gb" ÉèÖÃÓïÑÔΪ\ "en_gb" |
| 170 | menutrans Set\ Language\ to\ "en_nz" ÉèÖÃÓïÑÔΪ\ "en_nz" |
| 171 | menutrans Set\ Language\ to\ "en_us" ÉèÖÃÓïÑÔΪ\ "en_us" |
| 172 | menutrans &Find\ More\ Languages ²éÕÒ¸ü¶àÓïÑÔ(&F) |
| 173 | |
| 174 | " func! s:SpellLang() |
| 175 | if !exists("g:menutrans_set_lang_to") |
| 176 | let g:menutrans_set_lang_to = "ÉèÖÃÓïÑÔΪ" |
| 177 | endif |
| 178 | " }}} |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 179 | |
| 180 | " Tools.Fold Menu |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 181 | menutrans &Folding ÕÛµþ(&F) |
| 182 | " Tools.Fold menuitems {{{2 |
Bram Moolenaar | c1e3790 | 2006-04-18 21:55:01 +0000 | [diff] [blame] | 183 | " open close folds |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 184 | menutrans &Enable/Disable\ Folds<Tab>zi ÆôÓÃ/½ûÓÃÕÛµþ(&E)<Tab>zi |
| 185 | menutrans &View\ Cursor\ Line<Tab>zv Õ¹¿ª¹â±êËùÔÚÐÐ(&V)<Tab>zv |
| 186 | menutrans Vie&w\ Cursor\ Line\ Only<Tab>zMzx Ö»Õ¹¿ª¹â±êËùÔÚÐÐ(&W)<Tab>zMzx |
| 187 | menutrans C&lose\ More\ Folds<Tab>zm ÕÛµþÒ»¼¶(&L)<Tab>zm |
| 188 | menutrans &Close\ All\ Folds<Tab>zM ÕÛµþÈ«²¿(&C)<Tab>zM |
| 189 | menutrans O&pen\ More\ Folds<Tab>zr Õ¹¿ªÒ»¼¶(&P)<Tab>zr |
| 190 | menutrans &Open\ All\ Folds<Tab>zR Õ¹¿ªÈ«²¿(&O)<Tab>zR |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 191 | " fold method |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 192 | menutrans Fold\ Met&hod ÕÛµþ·½Ê½(&H) |
| 193 | " Tools.Fold.Fold Method menuitems {{{3 |
| 194 | menutrans M&anual ÊÖ¶¯(&A) |
| 195 | menutrans I&ndent Ëõ½ø(&N) |
| 196 | menutrans E&xpression ±í´ïʽ(&X) |
| 197 | menutrans S&yntax Óï·¨(&Y) |
| 198 | menutrans &Diff ²îÒì(Diff)(&D) |
| 199 | menutrans Ma&rker ¼ÇºÅ(Marker)(&R) |
| 200 | " }}} |
Bram Moolenaar | c1e3790 | 2006-04-18 21:55:01 +0000 | [diff] [blame] | 201 | " create and delete folds |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 202 | menutrans Create\ &Fold<Tab>zf ´´½¨ÕÛµþ(&F)<Tab>zf |
| 203 | menutrans &Delete\ Fold<Tab>zd ɾ³ýÕÛµþ(&D)<Tab>zd |
| 204 | menutrans Delete\ &All\ Folds<Tab>zD ɾ³ýÈ«²¿ÕÛµþ(&A)<Tab>zD |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 205 | " moving around in folds |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 206 | menutrans Fold\ Col&umn\ Width ÕÛµþ²Ù×÷À¸¿í¶È(&W) |
| 207 | " }}} |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 208 | |
| 209 | " Tools.Diff Menu |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 210 | menutrans &Diff ²îÒì(Diff)(&D) |
| 211 | " Tools.Diff menuitems {{{2 |
| 212 | menutrans &Update Ë¢ÐÂ(&U) |
| 213 | menutrans &Get\ Block ²ÉÓöԲàÎı¾¿é(&G) |
| 214 | menutrans &Put\ Block ²ÉÓñ¾²àÎı¾¿é(&P) |
| 215 | " }}} |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 216 | |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 217 | menutrans &Make<Tab>:make Éú³É(Make)(&M)<Tab>:make |
| 218 | menutrans &List\ Errors<Tab>:cl Áгö´íÎó(&L)<Tab>:cl |
| 219 | menutrans L&ist\ Messages<Tab>:cl! ÁгöÏûÏ¢(&I)<Tab>:cl! |
| 220 | menutrans &Next\ Error<Tab>:cn ÏÂÒ»¸ö´íÎó(&N)<Tab>:cn |
| 221 | menutrans &Previous\ Error<Tab>:cp ÉÏÒ»¸ö´íÎó(&P)<Tab>:cp |
| 222 | menutrans &Older\ List<Tab>:cold ½Ï¾ÉµÄ´íÎóÁбí(&O)<Tab>:cold |
| 223 | menutrans N&ewer\ List<Tab>:cnew ½ÏеĴíÎóÁбí(&E)<Tab>:cnew |
| 224 | menutrans Error\ &Window ´íÎó´°¿Ú(&W) |
| 225 | " Tools.Error Window menuitems {{{2 |
| 226 | menutrans &Update<Tab>:cwin Ë¢ÐÂ(&U)<Tab>:cwin |
Bram Moolenaar | c1e3790 | 2006-04-18 21:55:01 +0000 | [diff] [blame] | 227 | menutrans &Open<Tab>:copen ´ò¿ª(&O)<Tab>:copen |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 228 | menutrans &Close<Tab>:cclose ¹Ø±Õ(&C)<Tab>:cclose |
| 229 | " }}} |
| 230 | menutrans Show\ Compiler\ Se&ttings\ in\ Menu Ôڲ˵¥ÖÐÏÔʾ±àÒëÆ÷ÉèÖÃ(&T) |
| 231 | menutrans Se&t\ Compiler ÉèÖñàÒëÆ÷(&T) |
| 232 | menutrans &Convert\ to\ HEX<Tab>:%!xxd ת»»³ÉÊ®Áù½øÖÆ(&C)<Tab>:%!xxd |
| 233 | menutrans Conve&rt\ Back<Tab>:%!xxd\ -r ת»»»Ø(&R)<Tab>:%!xxd\ -r |
| 234 | " }}} |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 235 | |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 236 | " Buffer menu |
| 237 | menutrans &Buffers »º³åÇø(&B) |
| 238 | " Buffer menuitems and dialog {{{1 |
| 239 | menutrans &Refresh\ Menu ˢб¾²Ëµ¥(&R) |
| 240 | menutrans &Delete ɾ³ý(&D) |
| 241 | menutrans &Alternate Çл»(&A) |
| 242 | menutrans &Next ÏÂÒ»¸ö(&N) |
| 243 | menutrans &Previous ÉÏÒ»¸ö(&P) |
| 244 | |
| 245 | " func! s:BMMunge(fname, bnum) |
| 246 | if !exists("g:menutrans_no_file") |
| 247 | let g:menutrans_no_file = "[ÎÞÎļþ]" |
| 248 | endif |
| 249 | " }}} |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 250 | |
| 251 | " Window menu |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 252 | menutrans &Window ´°¿Ú(&W) |
| 253 | " Window menuitems {{{1 |
| 254 | menutrans &New<Tab>^Wn н¨(&N)<Tab>^Wn |
| 255 | menutrans S&plit<Tab>^Ws ²ð·Ö(&P)<Tab>^Ws |
| 256 | menutrans Sp&lit\ To\ #<Tab>^W^^ ²ð·Ö²¢ÏÔʾ»º³åÇø\ #(&L)<Tab>^W^^ |
| 257 | menutrans Split\ &Vertically<Tab>^Wv ´¹Ö±²ð·Ö(&V)<Tab>^Wv |
| 258 | menutrans Split\ File\ E&xplorer ²ð·Ö²¢´ò¿ªÎļþä¯ÀÀÆ÷(&X) |
| 259 | menutrans &Close<Tab>^Wc ¹Ø±Õ(&C)<Tab>^Wc |
| 260 | menutrans Close\ &Other(s)<Tab>^Wo ³ý´ËÖ®ÍâÈ«²¿¹Ø±Õ(&O)<Tab>^Wo |
| 261 | menutrans Move\ &To ÒÆ¶¯µ½(&T) |
| 262 | menutrans &Top<Tab>^WK ¶¥¶Ë(&T)<Tab>^WK |
| 263 | menutrans &Bottom<Tab>^WJ µ×¶Ë(&B)<Tab>^WJ |
| 264 | menutrans &Left\ Side<Tab>^WH ×ó±ß(&L)<Tab>^WH |
| 265 | menutrans &Right\ Side<Tab>^WL ÓÒ±ß(&R)<Tab>^WL |
| 266 | menutrans Rotate\ &Up<Tab>^WR ÏòÉÏÂÖ»»(&U)<Tab>^WR |
| 267 | menutrans Rotate\ &Down<Tab>^Wr ÏòÏÂÂÖ»»(&D)<Tab>^Wr |
| 268 | menutrans &Equal\ Size<Tab>^W= ƽ¾ù·Ö²¼(&E)<Tab>^W= |
| 269 | menutrans &Max\ Height<Tab>^W_ ×î´ó¸ß¶È(&M)<Tab>^W |
| 270 | menutrans M&in\ Height<Tab>^W1_ ×îС¸ß¶È(&I)<Tab>^W1_ |
| 271 | menutrans Max\ &Width<Tab>^W\| ×î´ó¿í¶È(&W)<Tab>^W\| |
| 272 | menutrans Min\ Widt&h<Tab>^W1\| ×îС¿í¶È(&H)<Tab>^W1\| |
| 273 | " }}} |
| 274 | |
| 275 | " The popup menu {{{1 |
| 276 | menutrans &Undo ³·Ïú(&U) |
| 277 | menutrans Cu&t ¼ôÇÐ(&T) |
| 278 | menutrans &Copy ¸´ÖÆ(&C) |
| 279 | menutrans &Paste Õ³Ìù(&P) |
| 280 | menutrans &Delete ɾ³ý(&D) |
| 281 | menutrans Select\ Blockwise ¸ÄΪѡ¶¨¾ØÐοé |
| 282 | menutrans Select\ &Word Ñ¡¶¨µ¥´Ê(&W) |
| 283 | menutrans Select\ &Sentence Ñ¡¶¨¾ä(&S) |
| 284 | menutrans Select\ Pa&ragraph Ñ¡¶¨¶ÎÂä(&R) |
| 285 | menutrans Select\ &Line Ñ¡¶¨ÐÐ(&L) |
| 286 | menutrans Select\ &Block Ñ¡¶¨¾ØÐοé(&B) |
| 287 | menutrans Select\ &All ȫѡ(&A) |
| 288 | |
| 289 | " func! <SID>SpellPopup() |
| 290 | if !exists("g:menutrans_spell_change_ARG_to") |
| 291 | let g:menutrans_spell_change_ARG_to = '½«\ "%s"\ ¸ü¸ÄΪ' |
| 292 | endif |
| 293 | if !exists("g:menutrans_spell_add_ARG_to_word_list") |
| 294 | let g:menutrans_spell_add_ARG_to_word_list = '½«\ "%s"\ Ìí¼Óµ½´Êµä' |
| 295 | endif |
| 296 | if !exists("g:menutrans_spell_ignore_ARG") |
| 297 | let g:menutrans_spell_ignore_ARG = 'ºöÂÔ\ "%s"' |
| 298 | endif |
| 299 | " }}} |
| 300 | |
| 301 | " The GUI toolbar {{{1 |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 302 | if has("toolbar") |
| 303 | if exists("*Do_toolbar_tmenu") |
| 304 | delfun Do_toolbar_tmenu |
| 305 | endif |
| 306 | fun Do_toolbar_tmenu() |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 307 | let did_toolbar_tmenu = 1 |
| 308 | tmenu ToolBar.Open ´ò¿ªÎļþ |
| 309 | tmenu ToolBar.Save ±£´æµ±Ç°Îļþ |
| 310 | tmenu ToolBar.SaveAll È«²¿±£´æ |
| 311 | tmenu ToolBar.Print ´òÓ¡ |
| 312 | tmenu ToolBar.Undo ³·Ïú |
| 313 | tmenu ToolBar.Redo »Ö¸´ |
| 314 | tmenu ToolBar.Cut ¼ôÇе½¼ôÌù°å |
| 315 | tmenu ToolBar.Copy ¸´ÖƵ½¼ôÌù°å |
| 316 | tmenu ToolBar.Paste ´Ó¼ôÌù°åÕ³Ìù |
| 317 | if !has("gui_athena") |
| 318 | tmenu ToolBar.Replace ²éÕÒºÍÌæ»»... |
| 319 | tmenu ToolBar.FindNext ²éÕÒÏÂÒ»¸ö |
| 320 | tmenu ToolBar.FindPrev ²éÕÒÉÏÒ»¸ö |
| 321 | endif |
| 322 | tmenu ToolBar.LoadSesn ¼ÓÔØ»á»° |
| 323 | tmenu ToolBar.SaveSesn ±£´æµ±Ç°»á»° |
| 324 | tmenu ToolBar.RunScript ÔËÐÐ Vim ½Å±¾ |
| 325 | tmenu ToolBar.Make Éú³Éµ±Ç°ÏîÄ¿ (:make) |
| 326 | tmenu ToolBar.RunCtags ÔÚµ±Ç°Ä¿Â¼Éú³É±ê¼Ç(Tags) (!ctags -R .) |
| 327 | tmenu ToolBar.TagJump Ìø×ªµ½¹â±êËùÔÚ±ê¼Ç(Tag) |
| 328 | tmenu ToolBar.Help Vim °ïÖú |
| 329 | tmenu ToolBar.FindHelp ÔÚ Vim °ïÖúÖвéÕÒ |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 330 | endfun |
| 331 | endif |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 332 | " }}} |
Bram Moolenaar | 071d427 | 2004-06-13 20:20:40 +0000 | [diff] [blame] | 333 | |
| 334 | " Syntax menu |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 335 | menutrans &Syntax Óï·¨(&S) |
| 336 | " Syntax menuitems {{{1 |
| 337 | menutrans &Show\ File\ Types\ in\ Menu Ôڲ˵¥ÖÐÏÔʾÎļþÀàÐÍ(&S) |
| 338 | menutrans &Off ¹Ø±Õ(&O) |
| 339 | menutrans &Manual ÊÖ¶¯(&M) |
| 340 | menutrans A&utomatic ×Ô¶¯(&U) |
| 341 | menutrans On/Off\ for\ &This\ File Ö»¶ÔÕâ¸öÎļþ¿ª/¹Ø(&T) |
| 342 | menutrans Co&lor\ Test É«²Ê²âÊÔ(&L) |
| 343 | menutrans &Highlight\ Test ¸ßÁÁ²âÊÔ(&H) |
| 344 | menutrans &Convert\ to\ HTML ת»»³É\ HTML(&C) |
| 345 | " From synmenu.vim |
| 346 | menutrans Set\ '&syntax'\ Only Ö»ÉèÖÃ\ 'syntax'(&S) |
| 347 | menutrans Set\ '&filetype'\ Too Ò²ÉèÖÃ\ 'filetype'(&F) |
| 348 | " }}} |
| 349 | |
| 350 | " Netrw menu {{{1 |
| 351 | " Plugin loading may be after menu translation |
| 352 | " So giveup testing if Netrw Plugin is loaded |
| 353 | " if exists("g:loaded_netrwPlugin") |
| 354 | menutrans Help<tab><F1> °ïÖú<tab><F1> |
| 355 | menutrans Bookmarks ÊéÇ© |
| 356 | menutrans History ÀúÊ·¼Ç¼ |
| 357 | menutrans Go\ Up\ Directory<tab>- ÏòÉÏÒ»¼¶<tab>- |
| 358 | menutrans Apply\ Special\ Viewer<tab>x ÓÃĬÈϳÌÐò´ò¿ª<tab>x |
| 359 | menutrans Bookmarks\ and\ History ÊéÇ©ºÍÀúÊ·¼Ç¼ |
| 360 | " Netrw.Bookmarks and History menuitems {{{2 |
| 361 | menutrans Bookmark\ Current\ Directory<tab>mb Ìí¼ÓÊéÇ©<tab>mb |
| 362 | menutrans Bookmark\ Delete ÒÆ³ýÊéÇ© |
| 363 | menutrans Goto\ Prev\ Dir\ (History)<tab>u ºóÍË(ÀúÊ·¼Ç¼)<tab>u |
| 364 | menutrans Goto\ Next\ Dir\ (History)<tab>U ǰ½ø(ÀúÊ·¼Ç¼)<tab>U |
| 365 | menutrans List<tab>qb ÍêÕûÁбí<tab>qb |
| 366 | " }}} |
| 367 | menutrans Browsing\ Control ¿ØÖÆ |
| 368 | " Netrw.Browsing Control menuitems {{{2 |
| 369 | menutrans Horizontal\ Split<tab>o ÔÚ²ð·Ö´°¿Ú´ò¿ª<tab>o |
| 370 | menutrans Vertical\ Split<tab>v ÔÚ´¹Ö±²ð·Ö´°¿Ú´ò¿ª<tab>v |
| 371 | menutrans New\ Tab<tab>t ÔÚ±êǩҳ´ò¿ª<tab>t |
| 372 | menutrans Preview<tab>p Ô¤ÀÀ<tab>p |
| 373 | menutrans Edit\ File\ Hiding\ List<tab><ctrl-h> ±à¼Òþ²ØÌõ¼þ(Hiding\ List)<tab><ctrl-h> |
| 374 | menutrans Edit\ Sorting\ Sequence<tab>S ±à¼ÅÅÐòÌõ¼þ(Sorting\ Sequence)<tab>S |
| 375 | menutrans Quick\ Hide/Unhide\ Dot\ Files<tab>gh ¿ìËÙÒþ²Ø/ÏÔʾÒÔ\.¿ªÍ·µÄÎļþ<tab>gh |
| 376 | menutrans Refresh\ Listing<tab><ctrl-l> Ë¢ÐÂ<tab><ctrl-l> |
| 377 | menutrans Settings/Options<tab>:NetrwSettings ÉèÖÃ/Ñ¡Ïî<tab>:NetrwSettings |
| 378 | " }}} |
| 379 | menutrans Delete\ File/Directory<tab>D ɾ³ýÎļþ/Ŀ¼<tab>D |
| 380 | menutrans Edit\ File/Dir ±à¼Îļþ/Ŀ¼ |
| 381 | " Netrw.Edit File menuitems {{{2 |
| 382 | menutrans Create\ New\ File<tab>% н¨Îļþ<tab>% |
| 383 | menutrans In\ Current\ Window<tab><cr> ÔÚµ±Ç°´°¿Ú<tab><cr> |
| 384 | menutrans Preview\ File/Directory<tab>p Ô¤ÀÀÎļþ/Ŀ¼<tab>p |
| 385 | menutrans In\ Previous\ Window<tab>P ÔÚÉÏÒ»¸ö´°¿Ú<tab>P |
| 386 | menutrans In\ New\ Window<tab>o ÔÚд°¿Ú<tab>o |
| 387 | menutrans In\ New\ Tab<tab>t ÔÚбêǩҳ<tab>t |
| 388 | menutrans In\ New\ Vertical\ Window<tab>v ÔÚд¹Ö±´°¿Ú<tab>v |
| 389 | " }}} |
| 390 | menutrans Explore ä¯ÀÀ |
| 391 | " Netrw.Explore menuitems {{{2 |
| 392 | menutrans Directory\ Name Ö¸¶¨Ä¿Â¼Ãû |
| 393 | menutrans Filenames\ Matching\ Pattern\ (curdir\ only)<tab>:Explore\ */ Æ¥ÅäÖ¸¶¨ÎļþÃûģʽ(µ±Ç°Ä¿Â¼)<tab>:Explore\ */ |
| 394 | menutrans Filenames\ Matching\ Pattern\ (+subdirs)<tab>:Explore\ **/ Æ¥ÅäÖ¸¶¨ÎļþÃûģʽ(º¬×ÓĿ¼)<tab>:Explore\ **/ |
| 395 | menutrans Files\ Containing\ String\ Pattern\ (curdir\ only)<tab>:Explore\ *// ÄÚÈݰüº¬Ö¸¶¨×Ö·û´®Ä£Ê½(µ±Ç°Ä¿Â¼)<tab>:Explore\ *// |
| 396 | menutrans Files\ Containing\ String\ Pattern\ (+subdirs)<tab>:Explore\ **// ÄÚÈݰüº¬Ö¸¶¨×Ö·û´®Ä£Ê½(º¬×ÓĿ¼)<tab>:Explore\ **// |
| 397 | menutrans Next\ Match<tab>:Nexplore ÏÂÒ»¸öÆ¥ÅäÏî<tab>:Nexplore |
| 398 | menutrans Prev\ Match<tab>:Pexplore ÉÏÒ»¸öÆ¥ÅäÏî<tab>:Pexplore |
| 399 | " }}} |
| 400 | menutrans Make\ Subdirectory<tab>d н¨×ÓĿ¼<tab>d |
| 401 | menutrans Marked\ Files Ñ¡¶¨µÄ(Marked)Îļþ |
| 402 | " Netrw.Marked Files menuitems {{{2 |
| 403 | menutrans Mark\ File<tab>mf Ñ¡¶¨(Mark)/È¡Ïû<tab>mf |
| 404 | menutrans Mark\ Files\ by\ Regexp<tab>mr ÓÃÕýÔò±í´ïʽ(Regexp)Ñ¡¶¨<tab>mr |
| 405 | menutrans Hide-Show-List\ Control<tab>a Òþ²Ø/ÏÔʾ<tab>a |
| 406 | menutrans Copy\ To\ Target<tab>mc ¸´ÖƵ½Ä¿±ê<tab>mc |
| 407 | menutrans Delete<tab>D ɾ³ý<tab>D |
| 408 | menutrans Diff<tab>md ²îÒì(Diff)<tab>md |
| 409 | menutrans Edit<tab>me ±à¼<tab>me |
| 410 | menutrans Exe\ Cmd<tab>mx ×÷Ϊ²ÎÊýÔËÐÐÃüÁî<tab>mx |
| 411 | menutrans Move\ To\ Target<tab>mm ÒÆ¶¯µ½Ä¿±ê<tab>mm |
| 412 | menutrans Obtain<tab>O »ñÈ¡<tab>O |
| 413 | menutrans Print<tab>mp ´òÓ¡<tab>mp |
| 414 | menutrans Replace<tab>R Ìæ»»<tab>R |
| 415 | menutrans Set\ Target<tab>mt ÉèÖÃÄ¿±ê<tab>mt |
| 416 | menutrans Tag<tab>mT Éú³É±ê¼ÇÎļþ(Tags)<tab>mT |
| 417 | menutrans Zip/Unzip/Compress/Uncompress<tab>mz ѹËõ/½âѹËõ<tab>mz |
| 418 | " }}} |
| 419 | menutrans Obtain\ File<tab>O »ñÈ¡Îļþ<tab>O |
| 420 | menutrans Style ÏÔʾ·ç¸ñ |
| 421 | " Netrw.Style menuitems {{{2 |
| 422 | menutrans Listing ÁбíÐÎʽ |
| 423 | " Netrw.Style.Listing menuitems {{{3 |
| 424 | menutrans thin<tab>i ½ô´Õ<thin)<tab>i |
| 425 | menutrans long<tab>i Ïêϸ(long)<tab>i |
| 426 | menutrans wide<tab>i ¶àÁÐ(wide)<tab>i |
| 427 | menutrans tree<tab>i Ê÷×´(tree)<tab>i |
| 428 | " }}} |
| 429 | menutrans Normal-Hide-Show ÏÔʾ/Òþ²Ø |
| 430 | " Netrw.Style.Normal-Hide_show menuitems {{{3 |
| 431 | menutrans Show\ All<tab>a ÏÔʾȫ²¿ |
| 432 | menutrans Normal<tab>a ²»ÏÔʾÒþ²ØÎļþ |
| 433 | menutrans Hidden\ Only<tab>a Ö»ÏÔʾÒþ²ØÎļþ |
| 434 | " }}} |
| 435 | menutrans Reverse\ Sorting\ Order<tab>r ÉýÐò/½µÐò<tab>r |
| 436 | menutrans Sorting\ Method ÅÅÐò·½Ê½ |
| 437 | " Netrw.Style.Sorting Method menuitems {{{3 |
| 438 | menutrans Name<tab>s ÎļþÃû<tab>s |
Bram Moolenaar | 0d6fe63 | 2020-04-23 13:58:12 +0200 | [diff] [blame] | 439 | menutrans Time<tab>s ÐÞ¸Äʱ¼ä<tab>s |
| 440 | menutrans Size<tab>s ´óС<tab>s |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 441 | menutrans Exten<tab>s À©Õ¹Ãû<tab>s |
| 442 | " }}} |
| 443 | " }}} |
| 444 | menutrans Rename\ File/Directory<tab>R ÖØÃüÃûÎļþ/Ŀ¼<tab>R |
| 445 | menutrans Set\ Current\ Directory<tab>c ÉèÖÃ\ Vim\ ¹¤×÷Ŀ¼<tab>c |
| 446 | menutrans Targets Ä¿±ê |
| 447 | " endif |
| 448 | " }}} |
Bram Moolenaar | 8071607 | 2012-05-01 21:14:34 +0200 | [diff] [blame] | 449 | |
| 450 | let &cpo = s:keepcpo |
| 451 | unlet s:keepcpo |
Bram Moolenaar | 8fe1000 | 2019-09-11 22:56:44 +0200 | [diff] [blame] | 452 | |
Ada | a425353 | 2022-02-19 12:06:09 +0000 | [diff] [blame] | 453 | " vim: set ts=4 sw=4 noet fdm=marker fdc=4 : |