|
5 | 5 | # |
6 | 6 | # Locale ID : 2052 |
7 | 7 | # fileencoding : UTF-8 |
8 | | -# Author : Guopeng Wen |
| 8 | +# Author : Guopeng Wen, David Liu |
9 | 9 |
|
10 | 10 | !insertmacro MUI_LANGUAGE "SimpChinese" |
11 | 11 |
|
@@ -112,7 +112,7 @@ LangString str_desc_plugin ${LANG_SIMPCHINESE} \ |
112 | 112 | LangString str_section_plugin_home ${LANG_SIMPCHINESE} \ |
113 | 113 | "私有插件目录" |
114 | 114 | LangString str_desc_plugin_home ${LANG_SIMPCHINESE} \ |
115 | | - "Create plugin directories in HOME directory." |
| 115 | + "在主目录创建私有插件目录。" |
116 | 116 |
|
117 | 117 | LangString str_section_plugin_vim ${LANG_SIMPCHINESE} \ |
118 | 118 | "公共插件目录" |
@@ -141,14 +141,14 @@ LangString str_desc_rm_exe ${LANG_SIMPCHINESE} \ |
141 | 141 | "删除 Vim 的所有执行文件及脚本。" |
142 | 142 |
|
143 | 143 | LangString str_ungroup_plugin ${LANG_SIMPCHINESE} \ |
144 | | - "Remove plugin directories" |
| 144 | + "移除插件目录" |
145 | 145 | LangString str_desc_rm_plugin ${LANG_SIMPCHINESE} \ |
146 | | - "Remove the plugin directories if they are empty." |
| 146 | + "移除插件目录(如果目录为空)。" |
147 | 147 |
|
148 | 148 | LangString str_unsection_plugin_home ${LANG_SIMPCHINESE} \ |
149 | 149 | "私有插件目录" |
150 | 150 | LangString str_desc_rm_plugin_home ${LANG_SIMPCHINESE} \ |
151 | | - "Remove the plugin directories from HOME directory." |
| 151 | + "从主目录中移除私有插件目录。" |
152 | 152 |
|
153 | 153 | LangString str_unsection_plugin_vim ${LANG_SIMPCHINESE} \ |
154 | 154 | "公共插件目录" |
@@ -241,37 +241,37 @@ LangString str_msg_unregistering ${LANG_SIMPCHINESE} \ |
241 | 241 | LangString str_vimrc_page_title ${LANG_SIMPCHINESE} \ |
242 | 242 | "设置 _vimrc" |
243 | 243 | LangString str_vimrc_page_subtitle ${LANG_SIMPCHINESE} \ |
244 | | - "选择键盘、鼠标和增强选项。" |
| 244 | + "选择键盘、鼠标和扩展设置。" |
245 | 245 |
|
246 | 246 | LangString str_msg_compat_title ${LANG_SIMPCHINESE} \ |
247 | 247 | "Vi / Vim 行为" |
248 | 248 | LangString str_msg_compat_desc ${LANG_SIMPCHINESE} \ |
249 | | - "&Compatibility and enhancements" |
| 249 | + "兼容性与扩展(&B)" |
250 | 250 | LangString str_msg_compat_vi ${LANG_SIMPCHINESE} \ |
251 | | - "Vi compatible" |
| 251 | + "原始 Vi" |
252 | 252 | LangString str_msg_compat_vim ${LANG_SIMPCHINESE} \ |
253 | | - "Vim original" |
| 253 | + "原始 Vim" |
254 | 254 | LangString str_msg_compat_defaults ${LANG_SIMPCHINESE} \ |
255 | | - "Vim with some enhancements (load defaults.vim)" |
| 255 | + "Vim 原始版本和部分扩展 (加载 defaults.vim)" |
256 | 256 | LangString str_msg_compat_all ${LANG_SIMPCHINESE} \ |
257 | | - "Vim with all enhancements (load vimrc_example.vim) (Default)" |
| 257 | + "Vim 原始版本和所有扩展 (加载 vimrc_example.vim) (缺省)" |
258 | 258 |
|
259 | 259 | LangString str_msg_keymap_title ${LANG_SIMPCHINESE} \ |
260 | 260 | "键盘映射" |
261 | 261 | LangString str_msg_keymap_desc ${LANG_SIMPCHINESE} \ |
262 | | - "&Remap a few keys for Windows (Ctrl-V, Ctrl-C, Ctrl-A, Ctrl-S, Ctrl-F, etc)" |
| 262 | + "为 Windows 映射按键(&R) (例如:Ctrl-V, Ctrl-C, Ctrl-A, Ctrl-S, Ctrl-F 等)" |
263 | 263 | LangString str_msg_keymap_default ${LANG_SIMPCHINESE} \ |
264 | | - "Do not remap keys (Default)" |
| 264 | + "不映射按键 (缺省)" |
265 | 265 | LangString str_msg_keymap_windows ${LANG_SIMPCHINESE} \ |
266 | | - "Remap a few keys" |
| 266 | + "映射一些按键" |
267 | 267 |
|
268 | 268 | LangString str_msg_mouse_title ${LANG_SIMPCHINESE} \ |
269 | 269 | "鼠标" |
270 | 270 | LangString str_msg_mouse_desc ${LANG_SIMPCHINESE} \ |
271 | | - "&Behavior of right and left buttons" |
| 271 | + "左键和右键行为(&B)" |
272 | 272 | LangString str_msg_mouse_default ${LANG_SIMPCHINESE} \ |
273 | | - "Right: popup menu, Left: visual mode (Default)" |
| 273 | + "右键:弹出菜单, 左键:可视化模式 (缺省)" |
274 | 274 | LangString str_msg_mouse_windows ${LANG_SIMPCHINESE} \ |
275 | | - "Right: popup menu, Left: select mode (Windows)" |
| 275 | + "右键:弹出菜单, 左键:选择模式 (Windows)" |
276 | 276 | LangString str_msg_mouse_unix ${LANG_SIMPCHINESE} \ |
277 | | - "Right: extends selection, Left: visual mode (Unix)" |
| 277 | + "右键: 扩展选择, 左键:可视化模式 (Unix)" |
0 commit comments