⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.144
Server IP:
157.245.143.252
Server:
Linux www 6.11.0-9-generic #9-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 14 13:19:59 UTC 2024 x86_64
Server Software:
nginx/1.26.0
PHP Version:
8.3.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
vim
/
vim91
/
lang
/
View File Name :
menu_zh_cn.utf-8.vim
" Menu Translations: Simplified Chinese " Maintainer: Ada (Haowen) Yu
" Previous Maintainer: Shun Bai
, Yuheng Xie
" Last Change: 2022 July 9 " Original translations " " Generated with the scripts from: " " https://github.com/adaext/vim-menutrans-helper " Quit when menu translations have already been done. if exists("did_menu_trans") finish endif let did_menu_trans = 1 let s:keepcpo = &cpo set cpo&vim scriptencoding utf-8 " Help menu menutrans &Help 帮助(&H) " Help menuitems and dialog {{{1 menutrans &Overview
概述(&O)
menutrans &User\ Manual 用户手册(&U) menutrans &How-to\ Links 如何使用(&H) menutrans &Find\.\.\. 查找(&F)\.\.\. menutrans &Credits 致谢(&C) menutrans Co&pying 版权(&P) menutrans &Sponsor/Register 赞助/注册(&S) menutrans O&rphans 拯救孤儿(&R) menutrans &Version 版本(&V) menutrans &About 关于(&A) " fun! s:Helpfind() if !exists("g:menutrans_help_dialog") let g:menutrans_help_dialog = "输入命令或单词以获得帮助:\n\n前缀 i_ 表示输入模式下的命令(如: i_CTRL-X)\n前缀 c_ 表示命令行下的编辑命令(如: c_
)\n前缀 ' 表示选项名(如: 'shiftwidth')" endif " }}} " File menu menutrans &File 文件(&F) " File menuitems {{{1 menutrans &Open\.\.\.
:e 打开(&O)\.\.\.
:e menutrans Sp&lit-Open\.\.\.
:sp 在拆分窗口打开(&L)\.\.\.
:sp menutrans Open\ &Tab\.\.\.
:tabnew 在标签页打开(&T)\.\.\.
:tabnew menutrans &New
:enew 新建(&N)
:enew menutrans &Close
:close 关闭(&C)
:close menutrans &Save
:w 保存(&S)
:w menutrans Save\ &As\.\.\.
:sav 另存为(&A)\.\.\.
:sav menutrans Split\ &Diff\ With\.\.\. 拆分窗口以对比差异(Diff)(&D)\.\.\. menutrans Split\ Patched\ &By\.\.\. 拆分窗口以进行修补(Patch)(&B)\.\.\. menutrans &Print 打印(&P) menutrans Sa&ve-Exit
:wqa 保存并退出(&V)
:wqa menutrans E&xit
:qa 退出(&X)
:qa " }}} " Edit menu menutrans &Edit 编辑(&E) " Edit menuitems {{{1 menutrans &Undo
u 撤销(&U)
u menutrans &Redo
^R 恢复(&R)
^R menutrans Rep&eat
\. 重复(&E)
\. menutrans Cu&t
"+x 剪切(&T)
"+x menutrans &Copy
"+y 复制(&C)
"+y menutrans &Paste
"+gP 粘贴(&P)
"+gP menutrans Put\ &Before
[p 粘贴到光标前(&B)
[p menutrans Put\ &After
]p 粘贴到光标后(&A)
]p menutrans &Delete
x 删除(&D)
x menutrans &Select\ All
ggVG 全选(&S)
ggVG menutrans &Find\.\.\. 查找(&F)\.\.\. menutrans Find\ and\ Rep&lace\.\.\. 查找和替换(&L)\.\.\. menutrans &Find
/ 查找(&F)
/ menutrans Find\ and\ Rep&lace
:%s 查找和替换(&L)
:%s menutrans Find\ and\ Rep&lace
:s 查找和替换(&L)
:s menutrans Settings\ &Window 设置窗口(&W) menutrans Startup\ &Settings 启动设置(&S) " Edit/Global Settings menutrans &Global\ Settings 全局设置(&G) " Edit.Global Settings menuitems and dialogs {{{2 menutrans Toggle\ Pattern\ &Highlight
:set\ hls! 开/关高亮查找内容(&H)
:set\ hls! menutrans Toggle\ &Ignoring\ Case
:set\ ic! 开/关忽略大小写(&I)
:set\ ic! menutrans Toggle\ &Showing\ Matched\ Pairs
:set\ sm! 开/关显示括号匹配(&S)
:set\ sm! menutrans &Context\ Lines 上下文行数(&C) menutrans &Virtual\ Edit 虚拟编辑(&V) " Edit.Global Settings.Virtual Edit menuitems {{{3 menutrans Never 从不 menutrans Block\ Selection 只在选定矩形块时 menutrans Insert\ Mode 只在插入模式时 menutrans Block\ and\ Insert 在选定矩形块和插入模式时 menutrans Always 始终 " }}} menutrans Toggle\ Insert\ &Mode
:set\ im! 开/关插入模式(&M)
:set\ im! menutrans Toggle\ Vi\ C&ompatibility
:set\ cp! 开/关\ Vi\ 兼容性(&O)
:set\ cp! menutrans Search\ &Path\.\.\. 搜索路径(&P)\.\.\. menutrans Ta&g\ Files\.\.\. 标记文件(Tags)(&G)\.\.\. " GUI options menutrans Toggle\ &Toolbar 开/关工具栏(&T) menutrans Toggle\ &Bottom\ Scrollbar 开/关底部滚动条(&B) menutrans Toggle\ &Left\ Scrollbar 开/关左侧滚动条(&L) menutrans Toggle\ &Right\ Scrollbar 开/关右侧滚动条(&R) " fun! s:SearchP() if !exists("g:menutrans_path_dialog") let g:menutrans_path_dialog = "输入搜索路径。\n用逗号分隔目录名。" endif " fun! s:TagFiles() if !exists("g:menutrans_tags_dialog") let g:menutrans_tags_dialog = "输入标记文件(Tags)名称。\n用逗号分隔文件名。" endif " }}} " Edit/File Settings menutrans F&ile\ Settings 文件设置(&I) " Edit.File Settings menuitems and dialogs {{{2 " Boolean options menutrans Toggle\ Line\ &Numbering
:set\ nu! 开/关行号(&N)
:set\ nu! menutrans Toggle\ Relati&ve\ Line\ Numbering
:set\ rnu! 开/关相对行号(&V)
:set\ rnu! menutrans Toggle\ &List\ Mode
:set\ list! 开/关列表模式(&L)
:set\ list! menutrans Toggle\ Line\ &Wrapping
:set\ wrap! 开/关换行(&W)
:set\ wrap! menutrans Toggle\ W&rapping\ at\ Word
:set\ lbr! 开/关词尾换行(&R)
:set\ lbr! menutrans Toggle\ Tab\ &Expanding
:set\ et! 开/关制表符扩展(&E)
:set\ et! menutrans Toggle\ &Auto\ Indenting
:set\ ai! 开/关自动缩进(&A)
:set\ ai! menutrans Toggle\ &C-Style\ Indenting
:set\ cin! 开/关\ C\ 语言式缩进(&C)
:set\ cin! " other options menutrans &Shiftwidth 缩进宽度(&S) menutrans Soft\ &Tabstop 软制表位宽度(Soft\ Tabstop)(&T) menutrans Te&xt\ Width\.\.\. 文本宽度(&X)\.\.\. menutrans &File\ Format\.\.\. 文件格式(&F)\.\.\. " fun! s:TextWidth() if !exists("g:menutrans_textwidth_dialog") let g:menutrans_textwidth_dialog = "输入文本宽度(每行最大字符数,0 表示禁用):" endif " fun! s:FileFormat() if !exists("g:menutrans_fileformat_dialog") let g:menutrans_fileformat_dialog = "选择文件的保存格式:" endif if !exists("g:menutrans_fileformat_choices") let g:menutrans_fileformat_choices = "&Unix\n&Dos\n&Mac\n取消(&C)" endif " }}} menutrans Show\ C&olor\ Schemes\ in\ Menu 在菜单中显示配色方案(&O) menutrans C&olor\ Scheme 配色方案(&O) menutrans Show\ &Keymaps\ in\ Menu 在菜单中显示键盘映射(&K) menutrans &Keymap 键盘映射(&K) menutrans Select\ Fo&nt\.\.\. 选择字体(&N)\.\.\. " }}} " Programming menu menutrans &Tools 工具(&T) " Tools menuitems {{{1 menutrans &Jump\ to\ This\ Tag
g^] 跳转到这个标记(Tag)(&J)
g^] menutrans Jump\ &Back
^T 跳转回(&B)
^T menutrans Build\ &Tags\ File 生成标记文件(Tags)(&T) " Tools.Spelling Menu menutrans &Spelling 拼写检查(&S) " Tools.Spelling menuitems and dialog {{{2 menutrans &Spell\ Check\ On 打开拼写检查(&S) menutrans Spell\ Check\ &Off 关闭拼写检查(&O) menutrans To\ &Next\ Error
]s 上一个错误(&N)
]s menutrans To\ &Previous\ Error
[s 下一个错误(&P)
[s menutrans Suggest\ &Corrections
z= 更正建议(&C)
z= menutrans &Repeat\ Correction
:spellrepall 更正全部同类错误(&R)
:spellrepall menutrans Set\ Language\ to\ "en" 设置语言为\ "en" menutrans Set\ Language\ to\ "en_au" 设置语言为\ "en_au" menutrans Set\ Language\ to\ "en_ca" 设置语言为\ "en_ca" menutrans Set\ Language\ to\ "en_gb" 设置语言为\ "en_gb" menutrans Set\ Language\ to\ "en_nz" 设置语言为\ "en_nz" menutrans Set\ Language\ to\ "en_us" 设置语言为\ "en_us" menutrans &Find\ More\ Languages 查找更多语言(&F) " func! s:SpellLang() if !exists("g:menutrans_set_lang_to") let g:menutrans_set_lang_to = "设置语言为" endif " }}} " Tools.Fold Menu menutrans &Folding 折叠(&F) " Tools.Fold menuitems {{{2 " open close folds menutrans &Enable/Disable\ Folds
zi 启用/禁用折叠(&E)
zi menutrans &View\ Cursor\ Line
zv 展开光标所在行(&V)
zv menutrans Vie&w\ Cursor\ Line\ Only
zMzx 只展开光标所在行(&W)
zMzx menutrans C&lose\ More\ Folds
zm 折叠一级(&L)
zm menutrans &Close\ All\ Folds
zM 折叠全部(&C)
zM menutrans O&pen\ More\ Folds
zr 展开一级(&P)
zr menutrans &Open\ All\ Folds
zR 展开全部(&O)
zR " fold method menutrans Fold\ Met&hod 折叠方式(&H) " Tools.Fold.Fold Method menuitems {{{3 menutrans M&anual 手动(&A) menutrans I&ndent 缩进(&N) menutrans E&xpression 表达式(&X) menutrans S&yntax 语法(&Y) menutrans &Diff 差异(Diff)(&D) menutrans Ma&rker 记号(Marker)(&R) " }}} " create and delete folds menutrans Create\ &Fold
zf 创建折叠(&F)
zf menutrans &Delete\ Fold
zd 删除折叠(&D)
zd menutrans Delete\ &All\ Folds
zD 删除全部折叠(&A)
zD " moving around in folds menutrans Fold\ Col&umn\ Width 折叠操作栏宽度(&W) " }}} " Tools.Diff Menu menutrans &Diff 差异(Diff)(&D) " Tools.Diff menuitems {{{2 menutrans &Update 刷新(&U) menutrans &Get\ Block 采用对侧文本块(&G) menutrans &Put\ Block 采用本侧文本块(&P) " }}} menutrans &Make
:make 生成(Make)(&M)
:make menutrans &List\ Errors
:cl 列出错误(&L)
:cl menutrans L&ist\ Messages
:cl! 列出消息(&I)
:cl! menutrans &Next\ Error
:cn 下一个错误(&N)
:cn menutrans &Previous\ Error
:cp 上一个错误(&P)
:cp menutrans &Older\ List
:cold 较旧的错误列表(&O)
:cold menutrans N&ewer\ List
:cnew 较新的错误列表(&E)
:cnew menutrans Error\ &Window 错误窗口(&W) " Tools.Error Window menuitems {{{2 menutrans &Update
:cwin 刷新(&U)
:cwin menutrans &Open
:copen 打开(&O)
:copen menutrans &Close
:cclose 关闭(&C)
:cclose " }}} menutrans Show\ Compiler\ Se&ttings\ in\ Menu 在菜单中显示编译器设置(&T) menutrans Se&t\ Compiler 设置编译器(&T) menutrans &Convert\ to\ HEX
:%!xxd 转换成十六进制(&C)
:%!xxd menutrans Conve&rt\ Back
:%!xxd\ -r 转换回(&R)
:%!xxd\ -r " }}} " Buffer menu menutrans &Buffers 缓冲区(&B) " Buffer menuitems and dialog {{{1 menutrans &Refresh\ Menu 刷新本菜单(&R) menutrans &Delete 删除(&D) menutrans &Alternate 切换(&A) menutrans &Next 下一个(&N) menutrans &Previous 上一个(&P) " func! s:BMMunge(fname, bnum) if !exists("g:menutrans_no_file") let g:menutrans_no_file = "[无文件]" endif " }}} " Window menu menutrans &Window 窗口(&W) " Window menuitems {{{1 menutrans &New
^Wn 新建(&N)
^Wn menutrans S&plit
^Ws 拆分(&P)
^Ws menutrans Sp&lit\ To\ #
^W^^ 拆分并显示缓冲区\ #(&L)
^W^^ menutrans Split\ &Vertically
^Wv 垂直拆分(&V)
^Wv menutrans Split\ File\ E&xplorer 拆分并打开文件浏览器(&X) menutrans &Close
^Wc 关闭(&C)
^Wc menutrans Close\ &Other(s)
^Wo 除此之外全部关闭(&O)
^Wo menutrans Move\ &To 移动到(&T) menutrans &Top
^WK 顶端(&T)
^WK menutrans &Bottom
^WJ 底端(&B)
^WJ menutrans &Left\ Side
^WH 左边(&L)
^WH menutrans &Right\ Side
^WL 右边(&R)
^WL menutrans Rotate\ &Up
^WR 向上轮换(&U)
^WR menutrans Rotate\ &Down
^Wr 向下轮换(&D)
^Wr menutrans &Equal\ Size
^W= 平均分布(&E)
^W= menutrans &Max\ Height
^W_ 最大高度(&M)
^W menutrans M&in\ Height
^W1_ 最小高度(&I)
^W1_ menutrans Max\ &Width
^W\| 最大宽度(&W)
^W\| menutrans Min\ Widt&h
^W1\| 最小宽度(&H)
^W1\| " }}} " The popup menu {{{1 menutrans &Undo 撤销(&U) menutrans Cu&t 剪切(&T) menutrans &Copy 复制(&C) menutrans &Paste 粘贴(&P) menutrans &Delete 删除(&D) menutrans Select\ Blockwise 改为选定矩形块 menutrans Select\ &Word 选定单词(&W) menutrans Select\ &Sentence 选定句(&S) menutrans Select\ Pa&ragraph 选定段落(&R) menutrans Select\ &Line 选定行(&L) menutrans Select\ &Block 选定矩形块(&B) menutrans Select\ &All 全选(&A) " func!
SpellPopup() if !exists("g:menutrans_spell_change_ARG_to") let g:menutrans_spell_change_ARG_to = '将\ "%s"\ 更改为' endif if !exists("g:menutrans_spell_add_ARG_to_word_list") let g:menutrans_spell_add_ARG_to_word_list = '将\ "%s"\ 添加到词典' endif if !exists("g:menutrans_spell_ignore_ARG") let g:menutrans_spell_ignore_ARG = '忽略\ "%s"' endif " }}} " The GUI toolbar {{{1 if has("toolbar") if exists("*Do_toolbar_tmenu") delfun Do_toolbar_tmenu endif fun Do_toolbar_tmenu() let did_toolbar_tmenu = 1 tmenu ToolBar.Open 打开文件 tmenu ToolBar.Save 保存当前文件 tmenu ToolBar.SaveAll 全部保存 tmenu ToolBar.Print 打印 tmenu ToolBar.Undo 撤销 tmenu ToolBar.Redo 恢复 tmenu ToolBar.Cut 剪切到剪贴板 tmenu ToolBar.Copy 复制到剪贴板 tmenu ToolBar.Paste 从剪贴板粘贴 if !has("gui_athena") tmenu ToolBar.Replace 查找和替换... tmenu ToolBar.FindNext 查找下一个 tmenu ToolBar.FindPrev 查找上一个 endif tmenu ToolBar.LoadSesn 加载会话 tmenu ToolBar.SaveSesn 保存当前会话 tmenu ToolBar.RunScript 运行 Vim 脚本 tmenu ToolBar.Make 生成当前项目 (:make) tmenu ToolBar.RunCtags 在当前目录生成标记(Tags) (!ctags -R .) tmenu ToolBar.TagJump 跳转到光标所在标记(Tag) tmenu ToolBar.Help Vim 帮助 tmenu ToolBar.FindHelp 在 Vim 帮助中查找 endfun endif " }}} " Syntax menu menutrans &Syntax 语法(&S) " Syntax menuitems {{{1 menutrans &Show\ File\ Types\ in\ Menu 在菜单中显示文件类型(&S) menutrans &Off 关闭(&O) menutrans &Manual 手动(&M) menutrans A&utomatic 自动(&U) menutrans On/Off\ for\ &This\ File 只对这个文件开/关(&T) menutrans Co&lor\ Test 色彩测试(&L) menutrans &Highlight\ Test 高亮测试(&H) menutrans &Convert\ to\ HTML 转换成\ HTML(&C) " From synmenu.vim menutrans Set\ '&syntax'\ Only 只设置\ 'syntax'(&S) menutrans Set\ '&filetype'\ Too 也设置\ 'filetype'(&F) menutrans Oracle\ config Oracle\ 配置文件 menutrans Vim\ help\ file Vim\ 帮助文件 menutrans Vim\ script Vim\ 脚本 menutrans Viminfo\ file Vim\ 信息文件 menutrans Virata\ config Virata\ 配置文件 menutrans Whitespace\ (add) 增加加亮空格 " }}} " Netrw menu {{{1 " Plugin loading may be after menu translation " So giveup testing if Netrw Plugin is loaded " if exists("g:loaded_netrwPlugin") menutrans Help
帮助
menutrans Bookmarks 书签 menutrans History 历史记录 menutrans Go\ Up\ Directory
- 向上一级
- menutrans Apply\ Special\ Viewer
x 用默认程序打开
x menutrans Bookmarks\ and\ History 书签和历史记录 " Netrw.Bookmarks and History menuitems {{{2 menutrans Bookmark\ Current\ Directory
mb 添加书签
mb menutrans Bookmark\ Delete 移除书签 menutrans Goto\ Prev\ Dir\ (History)
u 后退(历史记录)
u menutrans Goto\ Next\ Dir\ (History)
U 前进(历史记录)
U menutrans List
qb 完整列表
qb " }}} menutrans Browsing\ Control 控制 " Netrw.Browsing Control menuitems {{{2 menutrans Horizontal\ Split
o 在拆分窗口打开
o menutrans Vertical\ Split
v 在垂直拆分窗口打开
v menutrans New\ Tab
t 在标签页打开
t menutrans Preview
p 预览
p menutrans Edit\ File\ Hiding\ List
编辑隐藏条件(Hiding\ List)
menutrans Edit\ Sorting\ Sequence
S 编辑排序条件(Sorting\ Sequence)
S menutrans Quick\ Hide/Unhide\ Dot\ Files
gh 快速隐藏/显示以\.开头的文件
gh menutrans Refresh\ Listing
刷新
menutrans Settings/Options
:NetrwSettings 设置/选项
:NetrwSettings " }}} menutrans Delete\ File/Directory
D 删除文件/目录
D menutrans Edit\ File/Dir 编辑文件/目录 " Netrw.Edit File menuitems {{{2 menutrans Create\ New\ File
% 新建文件
% menutrans In\ Current\ Window
在当前窗口
menutrans Preview\ File/Directory
p 预览文件/目录
p menutrans In\ Previous\ Window
P 在上一个窗口
P menutrans In\ New\ Window
o 在新窗口
o menutrans In\ New\ Tab
t 在新标签页
t menutrans In\ New\ Vertical\ Window
v 在新垂直窗口
v " }}} menutrans Explore 浏览 " Netrw.Explore menuitems {{{2 menutrans Directory\ Name 指定目录名 menutrans Filenames\ Matching\ Pattern\ (curdir\ only)
:Explore\ */ 匹配指定文件名模式(当前目录)
:Explore\ */ menutrans Filenames\ Matching\ Pattern\ (+subdirs)
:Explore\ **/ 匹配指定文件名模式(含子目录)
:Explore\ **/ menutrans Files\ Containing\ String\ Pattern\ (curdir\ only)
:Explore\ *// 内容包含指定字符串模式(当前目录)
:Explore\ *// menutrans Files\ Containing\ String\ Pattern\ (+subdirs)
:Explore\ **// 内容包含指定字符串模式(含子目录)
:Explore\ **// menutrans Next\ Match
:Nexplore 下一个匹配项
:Nexplore menutrans Prev\ Match
:Pexplore 上一个匹配项
:Pexplore " }}} menutrans Make\ Subdirectory
d 新建子目录
d menutrans Marked\ Files 选定的(Marked)文件 " Netrw.Marked Files menuitems {{{2 menutrans Mark\ File
mf 选定(Mark)/取消
mf menutrans Mark\ Files\ by\ Regexp
mr 用正则表达式(Regexp)选定
mr menutrans Hide-Show-List\ Control
a 隐藏/显示
a menutrans Copy\ To\ Target
mc 复制到目标
mc menutrans Delete
D 删除
D menutrans Diff
md 差异(Diff)
md menutrans Edit
me 编辑