blob: 5d9a5d3a56fc4763dc4f6239b4399da496dac1f5 [file] [log] [blame]
Bram Moolenaaraf610b82018-12-21 16:22:50 +01001# vi:set ts=8 sts=4 sw=4 et fdm=marker:
2#
3# tradchinese.nsi: Traditional Chinese language strings for gvim NSIS
4# installer.
5#
6# Locale ID : 1028
Restorer74a23312024-03-28 09:19:44 +00007# Locale Name : tw
Bram Moolenaaraf610b82018-12-21 16:22:50 +01008# fileencoding : UTF-8
9# Author : Guopeng Wen
10
11!insertmacro MUI_LANGUAGE "TradChinese"
12
13
14# Overwrite the default translation.
Bram Moolenaard09091d2019-01-17 16:07:22 +010015# These strings should be always English. Otherwise dosinst.c fails.
Bram Moolenaaraf610b82018-12-21 16:22:50 +010016LangString ^SetupCaption ${LANG_TRADCHINESE} \
17 "$(^Name) Setup"
18LangString ^UninstallCaption ${LANG_TRADCHINESE} \
19 "$(^Name) Uninstall"
20
21##############################################################################
Restorer74a23312024-03-28 09:19:44 +000022# Translated license file for the license page {{{1
23##############################################################################
24
RestorerZ2730d382025-01-17 14:04:44 +010025LicenseLangString page_lic_file 0 "..\lang\LICENSE.nsis.txt"
Restorer74a23312024-03-28 09:19:44 +000026#LicenseLangString page_lic_file ${LANG_TRADCHINESE} \
RestorerZ2730d382025-01-17 14:04:44 +010027# "..\lang\LICENSE.zh_tw.nsis.txt"
Restorer74a23312024-03-28 09:19:44 +000028
29##############################################################################
30# Translated README.txt file, which is opened after installation {{{1
31##############################################################################
32
33LangString vim_readme_file 0 "README.txt"
RestorerZ2730d382025-01-17 14:04:44 +010034#LangString vim_readme_file ${LANG_TRADCHINESE} "README.zh_tw.txt"
Restorer74a23312024-03-28 09:19:44 +000035
36##############################################################################
Bram Moolenaaraf610b82018-12-21 16:22:50 +010037# MUI Configuration Strings {{{1
38##############################################################################
39
40#LangString str_dest_folder ${LANG_TRADCHINESE} \
41# "安裝資料夾 (必須以 vim 結尾)"
42
43LangString str_show_readme ${LANG_TRADCHINESE} \
44 "安裝完成後顯示 README 檔案"
45
46# Install types:
47LangString str_type_typical ${LANG_TRADCHINESE} \
48 "典型安裝"
49
50LangString str_type_minimal ${LANG_TRADCHINESE} \
51 "最小安裝"
52
53LangString str_type_full ${LANG_TRADCHINESE} \
54 "完全安裝"
55
56
57##############################################################################
58# Section Titles & Description {{{1
59##############################################################################
60
61LangString str_section_old_ver ${LANG_TRADCHINESE} \
62 "移除舊版本"
63LangString str_desc_old_ver ${LANG_TRADCHINESE} \
64 "移除閣下電腦上舊版本的 Vim。"
65
66LangString str_section_exe ${LANG_TRADCHINESE} \
67 "安裝 Vim 圖形界面程式"
68LangString str_desc_exe ${LANG_TRADCHINESE} \
69 "安裝 Vim 圖形界面程式及腳本。此為必選安裝。"
70
71LangString str_section_console ${LANG_TRADCHINESE} \
72 "安裝 Vim 命令行程式"
73LangString str_desc_console ${LANG_TRADCHINESE} \
74 "安裝 Vim 命令行程式 (vim.exe)。該程式在控制臺窗口中運行。"
75
76LangString str_section_batch ${LANG_TRADCHINESE} \
77 "安裝批次檔案"
78LangString str_desc_batch ${LANG_TRADCHINESE} \
79 "為 Vim 的各種變體創建批次檔,以便在命令行下啟動 Vim。"
80
81LangString str_group_icons ${LANG_TRADCHINESE} \
82 "建立 Vim 圖示"
83LangString str_desc_icons ${LANG_TRADCHINESE} \
84 "建立若干 Vim 圖示,以便于使用 Vim。"
85
86LangString str_section_desktop ${LANG_TRADCHINESE} \
87 "於桌面"
88LangString str_desc_desktop ${LANG_TRADCHINESE} \
89 "建立若干 Vim 圖示於桌面上,以方便啟動 Vim。"
90
91LangString str_section_start_menu ${LANG_TRADCHINESE} \
92 "於「開始」功能表的「程式」集"
93LangString str_desc_start_menu ${LANG_TRADCHINESE} \
94 "在「開始」功能表的「程式」集中建立 Vim 啟動組。\
95 適用于 Windows 95 及以上版本。"
96
97#LangString str_section_quick_launch ${LANG_TRADCHINESE} \
98# "於快速啟動列"
99#LangString str_desc_quick_launch ${LANG_TRADCHINESE} \
100# "在快速啟動列中建立 Vim 圖示。"
101
102LangString str_section_edit_with ${LANG_TRADCHINESE} \
103 "安裝快捷選單"
104LangString str_desc_edit_with ${LANG_TRADCHINESE} \
105 "在「打開方式」快捷選單中添加 Vim 項。"
106
107#LangString str_section_edit_with32 ${LANG_TRADCHINESE} \
108# "32 位元版本"
109#LangString str_desc_edit_with32 ${LANG_TRADCHINESE} \
110# "在 32 位元程式的「打開方式」快捷選單中添加 Vim 項。"
111
112#LangString str_section_edit_with64 ${LANG_TRADCHINESE} \
113# "64 位元版本"
114#LangString str_desc_edit_with64 ${LANG_TRADCHINESE} \
115# "在 64 位元程式的「打開方式」快捷選單中添加 Vim 項。"
116
117LangString str_section_vim_rc ${LANG_TRADCHINESE} \
118 "建立默認設定檔"
119LangString str_desc_vim_rc ${LANG_TRADCHINESE} \
120 "在安裝資料夾下建立默認的 Vim 設定檔(_vimrc)。\
121 若該設定檔已經存在,則略過此項。"
122
123LangString str_group_plugin ${LANG_TRADCHINESE} \
124 "建立插件資料夾"
125LangString str_desc_plugin ${LANG_TRADCHINESE} \
126 "建立(空的)插件資料夾結構。插件資料夾用于安裝 Vim 的擴展插件,\
127 只要將檔案復制到相關的子資料夾中即可。"
128
129LangString str_section_plugin_home ${LANG_TRADCHINESE} \
130 "建立插件資料夾"
131LangString str_desc_plugin_home ${LANG_TRADCHINESE} \
132 "Create plugin directories in HOME directory."
133
134LangString str_section_plugin_vim ${LANG_TRADCHINESE} \
135 "建立共享插件資料夾"
136LangString str_desc_plugin_vim ${LANG_TRADCHINESE} \
137 "在 Vim 安裝資料夾下建立(空的)插件資料夾結構,電腦上所有用戶都能使用安裝\
138 在該資料夾里的擴展插件。"
139
Bram Moolenaaraf610b82018-12-21 16:22:50 +0100140LangString str_section_nls ${LANG_TRADCHINESE} \
141 "安裝本地語言支持"
142LangString str_desc_nls ${LANG_TRADCHINESE} \
143 "安裝用于支持本地語言的檔案。"
144
145LangString str_unsection_register ${LANG_TRADCHINESE} \
146 "移除 Vim 系統設定"
147LangString str_desc_unregister ${LANG_TRADCHINESE} \
148 "移除與 Vim 相關的系統設定。"
149
150LangString str_unsection_exe ${LANG_TRADCHINESE} \
151 "移除 Vim 程式及腳本"
152LangString str_desc_rm_exe ${LANG_TRADCHINESE} \
153 "移除所有的 Vim 程式及腳本。"
154
155LangString str_ungroup_plugin ${LANG_TRADCHINESE} \
156 "Remove plugin directories"
157LangString str_desc_rm_plugin ${LANG_TRADCHINESE} \
158 "Remove the plugin directories if they are empty."
159
160LangString str_unsection_plugin_home ${LANG_TRADCHINESE} \
161 "Private"
162LangString str_desc_rm_plugin_home ${LANG_TRADCHINESE} \
163 "Remove the vimfiles directory in HOME directory."
164
165LangString str_unsection_plugin_vim ${LANG_TRADCHINESE} \
166 "Shared"
167LangString str_desc_rm_plugin_vim ${LANG_TRADCHINESE} \
168 "Remove the vimfiles directory in Vim install directory."
169
170LangString str_unsection_rootdir ${LANG_TRADCHINESE} \
171 "Remove the Vim root directory"
172LangString str_desc_rm_rootdir ${LANG_TRADCHINESE} \
173 "Remove the Vim root directory. It contains your Vim configuration files!"
174
175
176##############################################################################
177# Messages {{{1
178##############################################################################
179
180#LangString str_msg_too_many_ver ${LANG_TRADCHINESE} \
181# "閣下的電腦上安裝了 $vim_old_ver_count 個不同版本的 Vim,$\r$\n\
182# 但是本安裝程式最多只能處理 ${VIM_MAX_OLD_VER} 個版本。$\r$\n\
183# 煩請閣下手工移除一些版本以后再運行本安裝程式。"
184
185#LangString str_msg_invalid_root ${LANG_TRADCHINESE} \
186# "安裝資料夾「$vim_install_root」無效!$\r$\n\
187# 該資料夾必須以「vim」結尾。"
188
189#LangString str_msg_bin_mismatch ${LANG_TRADCHINESE} \
190# "Vim 執行程式安裝路徑異常!$\r$\n$\r$\n\
191# 該版本 Vim 的執行程式安裝路徑應該是「$vim_bin_path」,$\r$\n\
192# 而系統卻指示該路徑為「$INSTDIR」。"
193
194#LangString str_msg_vim_running ${LANG_TRADCHINESE} \
195# "閣下的電腦上尚有正在運行之 Vim,$\r$\n\
196# 煩請閣下在執行后續步驟前將其全部退出。"
197
198#LangString str_msg_register_ole ${LANG_TRADCHINESE} \
199# "試圖注冊 Vim OLE 伺服程式。請注意不論成功與否都不再顯示進一步的信息。"
200
201#LangString str_msg_unreg_ole ${LANG_TRADCHINESE} \
202# "試圖注銷 Vim OLE 伺服程式。請注意不論成功與否都不再顯示進一步的信息。"
203
204#LangString str_msg_rm_start ${LANG_TRADCHINESE} \
205# "正移除如下版本:"
206
207#LangString str_msg_rm_fail ${LANG_TRADCHINESE} \
208# "以下版本移除失敗:"
209
210#LangString str_msg_no_rm_key ${LANG_TRADCHINESE} \
211# "找不到反安裝程式的登錄檔入口。"
212
213#LangString str_msg_no_rm_reg ${LANG_TRADCHINESE} \
214# "在登錄檔中未找到反安裝程式路徑。"
215
216#LangString str_msg_no_rm_exe ${LANG_TRADCHINESE} \
217# "找不到反安裝程式。"
218
219#LangString str_msg_rm_copy_fail ${LANG_TRADCHINESE} \
220# "無法將法將反安裝程式复制到臨時目錄。"
221
222#LangString str_msg_rm_run_fail ${LANG_TRADCHINESE} \
223# "執行反安裝程式失敗。"
224
225#LangString str_msg_abort_install ${LANG_TRADCHINESE} \
226# "安裝程式將退出。"
227
228LangString str_msg_install_fail ${LANG_TRADCHINESE} \
229 "安裝失敗。預祝下次好運。"
230
231LangString str_msg_rm_exe_fail ${LANG_TRADCHINESE} \
232 "資料夾「$0」下有部分檔案未能移除!$\r$\n\
233 閣下只能手工移除該資料夾。"
234
235#LangString str_msg_rm_root_fail ${LANG_TRADCHINESE} \
236# "警告:無法刪除 Vim 安裝資料夾「$vim_install_root」,\
237# 該資料夾下仍有其他檔案。"
238
239LangString str_msg_uninstalling ${LANG_TRADCHINESE} \
240 "Uninstalling the old version..."
241
242LangString str_msg_registering ${LANG_TRADCHINESE} \
243 "Registering..."
244
245LangString str_msg_unregistering ${LANG_TRADCHINESE} \
246 "Unregistering..."
247
248
249##############################################################################
250# Dialog Box {{{1
251##############################################################################
252
253LangString str_vimrc_page_title ${LANG_TRADCHINESE} \
254 "Choose _vimrc settings"
255LangString str_vimrc_page_subtitle ${LANG_TRADCHINESE} \
256 "Choose the settings for enhancement, keyboard and mouse."
257
258LangString str_msg_compat_title ${LANG_TRADCHINESE} \
259 " Vi / Vim behavior "
260LangString str_msg_compat_desc ${LANG_TRADCHINESE} \
261 "&Compatibility and enhancements"
262LangString str_msg_compat_vi ${LANG_TRADCHINESE} \
263 "Vi compatible"
264LangString str_msg_compat_vim ${LANG_TRADCHINESE} \
265 "Vim original"
266LangString str_msg_compat_defaults ${LANG_TRADCHINESE} \
267 "Vim with some enhancements (load defaults.vim)"
268LangString str_msg_compat_all ${LANG_TRADCHINESE} \
269 "Vim with all enhancements (load vimrc_example.vim) (Default)"
270
271LangString str_msg_keymap_title ${LANG_TRADCHINESE} \
272 " Mappings "
273LangString str_msg_keymap_desc ${LANG_TRADCHINESE} \
274 "&Remap a few keys for Windows (Ctrl-V, Ctrl-C, Ctrl-A, Ctrl-S, Ctrl-F, etc)"
275LangString str_msg_keymap_default ${LANG_TRADCHINESE} \
276 "Do not remap keys (Default)"
277LangString str_msg_keymap_windows ${LANG_TRADCHINESE} \
278 "Remap a few keys"
279
280LangString str_msg_mouse_title ${LANG_TRADCHINESE} \
281 " Mouse "
282LangString str_msg_mouse_desc ${LANG_TRADCHINESE} \
283 "&Behavior of right and left buttons"
284LangString str_msg_mouse_default ${LANG_TRADCHINESE} \
285 "Right: popup menu, Left: visual mode (Default)"
286LangString str_msg_mouse_windows ${LANG_TRADCHINESE} \
287 "Right: popup menu, Left: select mode (Windows)"
288LangString str_msg_mouse_unix ${LANG_TRADCHINESE} \
289 "Right: extends selection, Left: visual mode (Unix)"