@@ -45,47 +45,47 @@ LangString str_type_full ${LANG_SIMPCHINESE} \
4545LangString str_section_old_ver ${LANG_SIMPCHINESE} \
4646 " 卸载旧版本"
4747LangString str_desc_old_ver ${LANG_SIMPCHINESE} \
48- " 卸载系统上旧版本的 Vim。 "
48+ " 卸载系统上已存在的 Vim 版本 "
4949
5050LangString str_section_exe ${LANG_SIMPCHINESE} \
5151 " 安装 Vim 图形界面"
5252LangString str_desc_exe ${LANG_SIMPCHINESE} \
53- " 安装 Vim 图形界面及脚本。此为必选安装 。"
53+ " 安装 Vim 图形界面及运行时文件。此项为必选 。"
5454
5555LangString str_section_console ${LANG_SIMPCHINESE} \
56- " 安装 Vim 命令行程序 "
56+ " 安装 Vim 控制台版本 "
5757LangString str_desc_console ${LANG_SIMPCHINESE} \
58- " 安装 Vim 命令行程序 ( vim.exe)。该程序在命令行窗口中运行 。"
58+ " 安装 Vim 的控制台版本( vim.exe) 。"
5959
6060LangString str_section_batch ${LANG_SIMPCHINESE} \
6161 " 安装批处理文件"
6262LangString str_desc_batch ${LANG_SIMPCHINESE} \
63- " 为 Vim 的各种变体创建批处理程序 ,以便在命令行下运行 Vim。"
63+ " 为 Vim 的各种变体创建批处理文件 ,以便在命令行下运行 Vim。"
6464
6565LangString str_group_icons ${LANG_SIMPCHINESE} \
66- " 创建 Vim 图标 "
66+ " 创建图标 "
6767LangString str_desc_icons ${LANG_SIMPCHINESE} \
6868 " 为 Vim 创建若干图标,以方便使用 Vim。"
6969
7070LangString str_section_desktop ${LANG_SIMPCHINESE} \
71- " 在桌面上 "
71+ " 桌面图标 "
7272LangString str_desc_desktop ${LANG_SIMPCHINESE} \
73- " 在桌面上为 Vim 创建若干图标,以方便启动 Vim 。"
73+ " 创建 Vim 的桌面快捷方式图标 。"
7474
7575LangString str_section_start_menu ${LANG_SIMPCHINESE} \
76- " 在启动菜单的程序菜单下 "
76+ " 「开始」菜单程序组 "
7777LangString str_desc_start_menu ${LANG_SIMPCHINESE} \
78- " 在启动菜单的程序菜单下添加 Vim 组。 适用于 Windows 95 及以上版本。 "
78+ " 在开始菜单中添加 Vim 程序组( 适用于 Windows 95 及以上版本) "
7979
8080# LangString str_section_quick_launch ${LANG_SIMPCHINESE} \
8181# "在快速启动启动栏中"
8282# LangString str_desc_quick_launch ${LANG_SIMPCHINESE} \
8383# "在快速启动栏中添加 Vim 图标。"
8484
8585LangString str_section_edit_with ${LANG_SIMPCHINESE} \
86- " 安装快捷菜单 "
86+ " 添加到快捷菜单 "
8787LangString str_desc_edit_with ${LANG_SIMPCHINESE} \
88- " 将 Vim 添加到“打开方式”快捷菜单中 。"
88+ " 将“用 Vim 编辑”添加到快捷菜单中 。"
8989
9090# LangString str_section_edit_with32 ${LANG_SIMPCHINESE} \
9191# "32 位版本"
@@ -98,10 +98,10 @@ LangString str_desc_edit_with ${LANG_SIMPCHINESE} \
9898# "将 Vim 添加到 64 位程序的“打开方式”快捷菜单中。"
9999
100100LangString str_section_vim_rc ${LANG_SIMPCHINESE} \
101- " 创建缺省配置文件 "
101+ " 创建默认配置文件 "
102102LangString str_desc_vim_rc ${LANG_SIMPCHINESE} \
103- " 在安装目录下生成缺省的 Vim 配置文件(_vimrc)。\
104- 如果该文件已经存在,则略过此项 。"
103+ " 在安装目录下生成默认的 Vim 配置文件(_vimrc)。\
104+ 如果该文件已经存在,则跳过该项 。"
105105
106106LangString str_group_plugin ${LANG_SIMPCHINESE} \
107107 " 创建插件目录"
@@ -121,9 +121,9 @@ LangString str_desc_plugin_vim ${LANG_SIMPCHINESE} \
121121 该目录下的扩展插件。"
122122
123123LangString str_section_vis_vim ${LANG_SIMPCHINESE} \
124- " 安装 VisVim 插件"
124+ " VisVim 插件"
125125LangString str_desc_vis_vim ${LANG_SIMPCHINESE} \
126- " 安装用于与微软 Microsoft Visual Studio 进行集成的 VisVim 插件。"
126+ " 安装与 Visual Studio 集成的 VisVim 插件。"
127127
128128LangString str_section_nls ${LANG_SIMPCHINESE} \
129129 " 安装多语言支持"
@@ -153,12 +153,12 @@ LangString str_desc_rm_plugin_home ${LANG_SIMPCHINESE} \
153153LangString str_unsection_plugin_vim ${LANG_SIMPCHINESE} \
154154 " 公共插件目录"
155155LangString str_desc_rm_plugin_vim ${LANG_SIMPCHINESE} \
156- " Remove the plugin directories from Vim install directory. "
156+ " 从 Vim 安装目录下移除插件目录。 "
157157
158158LangString str_unsection_rootdir ${LANG_SIMPCHINESE} \
159- " Remove the Vim root directory "
159+ " 移除 Vim 主目录 "
160160LangString str_desc_rm_rootdir ${LANG_SIMPCHINESE} \
161- " Remove the Vim root directory. It contains your Vim configuration files! "
161+ " 移除 Vim 的主目录,该目录包含您的配置文件! "
162162
163163
164164# #############################################################################
@@ -225,26 +225,26 @@ LangString str_msg_rm_exe_fail ${LANG_SIMPCHINESE} \
225225# 该目录下仍有其他文件。"
226226
227227LangString str_msg_uninstalling ${LANG_SIMPCHINESE} \
228- " Uninstalling the old version ..."
228+ " 正在卸载旧版本 ..."
229229
230230LangString str_msg_registering ${LANG_SIMPCHINESE} \
231- " Registering ..."
231+ " 正在注册 ..."
232232
233233LangString str_msg_unregistering ${LANG_SIMPCHINESE} \
234- " Unregistering ..."
234+ " 正在取消注册 ..."
235235
236236
237237# #############################################################################
238238# Dialog Box {{{1
239239# #############################################################################
240240
241241LangString str_vimrc_page_title ${LANG_SIMPCHINESE} \
242- " Choose _vimrc settings "
242+ " 设置 _vimrc"
243243LangString str_vimrc_page_subtitle ${LANG_SIMPCHINESE} \
244- " Choose the settings for enhancement, keyboard and mouse. "
244+ " 选择键盘、鼠标和增强选项。 "
245245
246246LangString str_msg_compat_title ${LANG_SIMPCHINESE} \
247- " Vi / Vim behavior "
247+ " Vi / Vim 行为 "
248248LangString str_msg_compat_desc ${LANG_SIMPCHINESE} \
249249 " &Compatibility and enhancements"
250250LangString str_msg_compat_vi ${LANG_SIMPCHINESE} \
@@ -257,7 +257,7 @@ LangString str_msg_compat_all ${LANG_SIMPCHINESE} \
257257 " Vim with all enhancements (load vimrc_example.vim) (Default)"
258258
259259LangString str_msg_keymap_title ${LANG_SIMPCHINESE} \
260- " Mappings "
260+ " 键盘映射 "
261261LangString str_msg_keymap_desc ${LANG_SIMPCHINESE} \
262262 " &Remap a few keys for Windows (Ctrl-V, Ctrl-C, Ctrl-A, Ctrl-S, Ctrl-F, etc)"
263263LangString str_msg_keymap_default ${LANG_SIMPCHINESE} \
@@ -266,7 +266,7 @@ LangString str_msg_keymap_windows ${LANG_SIMPCHINESE} \
266266 " Remap a few keys"
267267
268268LangString str_msg_mouse_title ${LANG_SIMPCHINESE} \
269- " Mouse "
269+ " 鼠标 "
270270LangString str_msg_mouse_desc ${LANG_SIMPCHINESE} \
271271 " &Behavior of right and left buttons"
272272LangString str_msg_mouse_default ${LANG_SIMPCHINESE} \
0 commit comments