forked from yianwillis/vimcdoc
-
Notifications
You must be signed in to change notification settings - Fork 38
/
dict.txt
193 lines (182 loc) · 9.16 KB
/
dict.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
The following table contains the terminologies used by Vim
in its documentation and the corresponding Chinese phrases.
The lists are ever changing. Suggestions are welcomed!
Note: This is meant to be used with Vim!
*Compulsory*
+----------------------------------------------------+
| ENGLISH 中文 |
+----------------------------------------------------+
+ Ex Ex
+ GUI GUI
+ UNIX UNIX
+ Vi Vi
+ Vim Vim
+ abbreviations 缩写
+ alternative file 备选文件
+ autocommand 自动命令
+ backslash 反斜杠
+ block 块
+ boolean 布尔
+ buffer 缓冲
+ column 列
+ comment 注释
+ CVS CVS
+ digraph 二合字母
+ event 事件
+ expression 表达式
+ GNOME GNOME
+ GTK GTK
+ GUI GUI
+ folding 折叠
+ identifier 标识符
+ indent 缩进
+ KDE KDE
+ key mapping 键盘映射
+ lisp lisp
+ locale locale
+ mark and tag 标记,标签
位置标记 (Willis)
+ marker 标志 (folding)
+ offset 偏移
+ operator 操作符
+ paragraph 段落
+ quickfix quickfix
+ register 寄存器
+ scroll 滚屏
+ section 节
+ sentence 句子
+ session 会话
+ shell shell
外壳 (Willis)
+ shiftwidth shiftwidth
+ socket socket
套接字 (Willis)
+ swap file 交换文件
+ syntax highlight 语法高亮
+ text object 文本对象
+ visual mode visual 模式
可视模式 (Willis)
+ yank 剪切
抽出 (Willis)
+ Ruby Ruby
+ Perl Perl
+ cscope cscope
+ debugger debugger
+ Sun Visual Workshop Sun Visual Workshop
+ OLE OLE
+ Tcl Tcl
+ SNiFF+ SNiFF+
+ view 视口
视图 (Willis)
+ Win32 Win32
+ Windows Windows
+ Plugin 插件
+ regexp regexp
正规表达式 (Willis)
+ pattern 模式
+ matching 匹配
+ man page man page
+ modeline modeline
模式行 (Willis)
+ shell script shell 脚本
外壳脚本 (Willis)
+ toolbar 工具条
+ tabstop tabstop
制表位 (Willis)
+ line break ???
换行 (Willis)
+ local identifier 本地标识符
局部标识符 (Willis)
+ global identifier 全局标识符
+ popup menu 弹出菜单
+ keyword 关键字
+ TABSTOP 制表位
+ X11 X11
+ you 你
*Recommended*
+----------------------------------------------------+
| ENGLISH 中文 |
+----------------------------------------------------+
+ active 活动的
+ append 添加
+ arg 参数
+ argument 参数
+ atom 匹配原子
+ brace 括号
+ bracket 方括号
+ cursor 光标
+ inner 内
+ join 连接
+ layout 布局
+ like 如
+ literally 照字面意思的
按本义出现的 (Willis)
+ recall 回忆
+ reset 复位
+ suspend 挂起
+ tooltip 提示
+ verbose verbose
+ word 单词
+ format 格式化
+ session 会话
+ completion, complete 补全
+ encryption 加密
+ portable 可移植的
+ widget ???
窗口组件 (Willis)
+ word processor 字处理器
+ scope 作用域
Willis adds:
+ count 计数 (prefix of normal commands)
+ WORD 字串
+ Block 大块 (as in aB)
+ set 置位 ("enable" boolean options)
设置 (otherwise)
+ substitute 替代
+ replace mode 替换模式
+ virtual replace mode 虚拟替换模式
+ normal mode 普通模式
+ operator-pending mode 操作符等待模式
+ feature 特性
+ flag 标志位
+ undo 撤销
+ redo 重做 (opposite of undo)
+ repeat 重复
+ character-wise 面向字符
+ linewise 面向行
+ inclusive 闭的 (as of motions)
+ exclusive 开的
+ cut 剪切
+ copy 复制
+ paste 粘贴
+ put 放置
+ encoding 编码
+ console 控制台
+ keymap 键盘映射表
+ wrap 回绕
+ format 排版 (as in gq)
+ included file 头文件 (C/C++)
包含文件 (others)
+ abandon 放弃
+ home directory (用户) 主目录
+ fontset 字体集
+ character set 字符集
+ sandbox 沙盘
+ double-width (character) 双宽 (字符)
+ modeless selection 无模式的选择
+ source (script) 执行或载入 (it depends)
+ hebrew 希伯来语
+ farsi 波斯语
+ right-to-left 从右到左
+ composing character 合成用字符 (as in arabic and others)
+ combining character 组合用字符
+ shaping (字型) 重整
+ binary search 二分法查找
+ notation 记法,标记法
+ cluster 簇
+ ruler 标尺
+ thesaurus 同义词字典
+ dump 转储
+ filter 过滤
-----------------------------------------------------------
vim:tw=78:ts=4:norl: