Mercurial > vim
annotate src/po/zh_TW.po @ 29898:3276298c67c5 v9.0.0287
patch 9.0.0287: Irix systems no longer exist
Commit: https://github.com/vim/vim/commit/aebc6ef7cdc5d4d0627a711ff66e6fe8d67f9d87
Author: Yegappan Lakshmanan <yegappan@yahoo.com>
Date: Sat Aug 27 21:24:26 2022 +0100
patch 9.0.0287: Irix systems no longer exist
Problem: Irix systems no longer exist.
Solution: Remove references to Irix. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/10994)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 27 Aug 2022 22:30:03 +0200 |
parents | d314efe6447a |
children | d86042b281df |
rev | line source |
---|---|
7 | 1 # Traditional Chinese Translation for Vim vim:set foldmethod=marker: |
2 # | |
3 # Do ":help uganda" in Vim to read copying and usage conditions. | |
4 # Do ":help credits" in Vim to see a list of people who contributed. | |
5 # | |
6 # FIRST AUTHOR Francis S.Lin <piaip@csie.ntu.edu.tw>, 2000 | |
7 # FIRST RELEASE Thu Jun 14 14:24:17 CST 2001 | |
8 # | |
146 | 9 # Last update: 2005/01/27 07:03 (6.3) |
7 | 10 # |
11 # To update, search pattern: /fuzzy\|^msgstr ""\(\n"\)\@! | |
12 # | |
13 # DO NOT USE WORDS WITH BACKSLASH ('\') AS SECOND BYTE OF BIG5 CHARS | |
14 # EG: '功', # 許功蓋 | |
146 | 15 # [blacklist: 餐枯閱珮穀跚淚躡豹擺璞縷髏吭歿俞] |
16 # [blacklist: 娉崤黠孀廄琵愧鈾暝么吒苒塿踊] | |
7 | 17 # you can replace these characters with alternative words. |
18 # THIS WILL CAUSE INCOMPATIBLE ON gettext 0.10.36+ | |
19 # | |
146 | 20 # Note (2005.01.27): |
21 # A bug was found for UTF8 mode. | |
22 # > msgid "%ld fewer lines" "on %ld lines" | |
23 # If you don't put more (at least 2) spaces after %ld | |
24 # gvim/win32 will crash (no reason). | |
25 # So please change [行"] to [行 "] | |
26 # | |
27 # Q. How to use UTF8 mode on Win32? | |
28 # A. A simple configuration: | |
29 # set encoding=utf-8; let $LANG='zh_TW.UTF-8'; | |
30 # (set langmenu=none or ..) | |
31 # set termencoding=utf-8 | |
32 # set fileencodings=ucs-bom,utf-8,japan,taiwan,prc | |
33 # set fileencoding=taiwan (or utf-8) | |
34 # | |
7 | 35 msgid "" |
36 msgstr "" | |
37 "Project-Id-Version: Vim(Traditional Chinese)\n" | |
146 | 38 "Report-Msgid-Bugs-To: \n" |
39 "POT-Creation-Date: 2005-01-27 19:00+0800\n" | |
7 | 40 "PO-Revision-Date: Mon Feb 19 22:49:21 CST 2001\n" |
146 | 41 "Last-Translator: Hung-Te Lin <piaip@csie.ntu.edu.tw>\n" |
42 "Language-Team: Hung-Te Lin <piaip@csie.ntu.edu.tw>, Cecil Sheng " | |
7 | 43 "<b7506022@csie.ntu.edu.tw>\n" |
44 "MIME-Version: 1.0\n" | |
45 "Content-Type: text/plain; charset=big5\n" | |
46 "Content-Transfer-Encoding: 8-bit\n" | |
47 | |
48 msgid "E82: Cannot allocate any buffer, exiting..." | |
49 msgstr "E82: 無法配置任何緩衝區,離開程式..." | |
50 | |
51 msgid "E83: Cannot allocate buffer, using other one..." | |
52 msgstr "E83: 無法配置緩衝區,使用另一個緩衝區...." | |
53 | |
146 | 54 #, c-format |
7 | 55 msgid "E515: No buffers were unloaded" |
56 msgstr "E515: 沒有釋放任何緩衝區" | |
57 | |
146 | 58 #, c-format |
7 | 59 msgid "E516: No buffers were deleted" |
60 msgstr "E516: 沒有刪除任何緩衝區" | |
61 | |
146 | 62 #, c-format |
7 | 63 msgid "E517: No buffers were wiped out" |
64 msgstr "E517: 沒有清除任何緩衝區" | |
65 | |
66 msgid "1 buffer unloaded" | |
67 msgstr "已釋放一個緩衝區" | |
68 | |
69 #, c-format | |
70 msgid "%d buffers unloaded" | |
71 msgstr "已釋放 %d 個緩衝區" | |
72 | |
73 msgid "1 buffer deleted" | |
74 msgstr "已刪除一個緩衝區" | |
75 | |
76 #, c-format | |
77 msgid "%d buffers deleted" | |
78 msgstr "已刪除 %d 個緩衝區" | |
79 | |
80 msgid "1 buffer wiped out" | |
81 msgstr "已刪除一個緩衝區" | |
82 | |
83 #, c-format | |
84 msgid "%d buffers wiped out" | |
85 msgstr "已刪除 %d 個緩衝區" | |
86 | |
87 msgid "E84: No modified buffer found" | |
88 msgstr "E84: 沒有修改過的緩衝區" | |
89 | |
90 #. back where we started, didn't find anything. | |
91 msgid "E85: There is no listed buffer" | |
92 msgstr "E85: 沒有列出的緩衝區" | |
93 | |
146 | 94 #, c-format |
95 msgid "E86: Buffer %ld does not exist" | |
96 msgstr "E86: 緩衝區 %ld 不存在" | |
97 | |
7 | 98 msgid "E87: Cannot go beyond last buffer" |
99 msgstr "E87: 無法切換到更後面的緩衝區" | |
100 | |
101 msgid "E88: Cannot go before first buffer" | |
102 msgstr "E88: 無法切換到更前面的緩衝區" | |
103 | |
146 | 104 #, c-format |
7 | 105 msgid "E89: No write since last change for buffer %ld (add ! to override)" |
106 msgstr "E89: 已更改過緩衝區 %ld 但尚未存檔 (可用 ! 強制執行)" | |
107 | |
108 msgid "E90: Cannot unload last buffer" | |
109 msgstr "E90: 無法釋放最後一個緩衝區" | |
110 | |
111 msgid "W14: Warning: List of file names overflow" | |
112 msgstr "W14: 警告: 檔名過多" | |
113 | |
114 #, c-format | |
115 msgid "E92: Buffer %ld not found" | |
116 msgstr "E92: 找不到第 %ld 個緩衝區" | |
117 | |
118 #, c-format | |
119 msgid "E93: More than one match for %s" | |
120 msgstr "E93: 找到一個以上的 %s" | |
121 | |
122 #, c-format | |
123 msgid "E94: No matching buffer for %s" | |
124 msgstr "E94: 找不到 %s" | |
125 | |
126 #, c-format | |
127 msgid "line %ld" | |
128 msgstr "行 %ld" | |
129 | |
130 msgid "E95: Buffer with this name already exists" | |
131 msgstr "E95: 已有緩衝區使用這個名字" | |
132 | |
133 msgid " [Modified]" | |
134 msgstr " [已修改]" | |
135 | |
136 msgid "[Not edited]" | |
137 msgstr "[未編輯]" | |
138 | |
139 msgid "[New file]" | |
140 msgstr "[新檔案]" | |
141 | |
142 msgid "[Read errors]" | |
143 msgstr "[讀取錯誤]" | |
144 | |
145 msgid "[readonly]" | |
146 msgstr "[唯讀]" | |
147 | |
148 #, c-format | |
149 msgid "1 line --%d%%--" | |
150 msgstr "行數 1 --%d%%--" | |
151 | |
152 #, c-format | |
153 msgid "%ld lines --%d%%--" | |
154 msgstr "行數 %ld --%d%%--" | |
155 | |
156 #, c-format | |
157 msgid "line %ld of %ld --%d%%-- col " | |
158 msgstr "行 %ld/%ld --%d%%-- 欄 " | |
159 | |
160 msgid "[No file]" | |
161 msgstr "[未命名]" | |
162 | |
163 #. must be a help buffer | |
164 msgid "help" | |
165 msgstr "[輔助說明]" | |
166 | |
167 msgid "[help]" | |
168 msgstr "[輔助說明]" | |
169 | |
170 msgid "[Preview]" | |
171 msgstr "[預覽]" | |
172 | |
173 msgid "All" | |
174 msgstr "全部" | |
175 | |
176 msgid "Bot" | |
177 msgstr "底端" | |
178 | |
179 msgid "Top" | |
180 msgstr "頂端" | |
181 | |
146 | 182 #, c-format |
7 | 183 msgid "" |
184 "\n" | |
185 "# Buffer list:\n" | |
186 msgstr "" | |
187 "\n" | |
188 "# 緩衝區列表:\n" | |
189 | |
190 msgid "[Error List]" | |
191 msgstr "[錯誤列表]" | |
192 | |
193 msgid "[No File]" | |
194 msgstr "[未命名]" | |
195 | |
196 msgid "" | |
197 "\n" | |
198 "--- Signs ---" | |
199 msgstr "" | |
200 "\n" | |
201 "--- 符號 ---" | |
202 | |
203 #, c-format | |
204 msgid "Signs for %s:" | |
205 msgstr "%s 的符號:" | |
206 | |
207 #, c-format | |
208 msgid " line=%ld id=%d name=%s" | |
209 msgstr " 行=%ld id=%d 名稱=%s" | |
210 | |
211 #, c-format | |
212 msgid "E96: Can not diff more than %ld buffers" | |
213 msgstr "E96: 無法比較(diff) %ld個以上的緩衝區" | |
214 | |
215 msgid "E97: Cannot create diffs" | |
216 msgstr "E97: 不能建立 " | |
217 | |
218 msgid "Patch file" | |
219 msgstr "Patch 檔案" | |
220 | |
221 msgid "E98: Cannot read diff output" | |
222 msgstr "E98: 無法讀取 diff 的輸出" | |
223 | |
224 msgid "E99: Current buffer is not in diff mode" | |
225 msgstr "E99: 目前的緩衝區不是在 diff 模式" | |
226 | |
227 msgid "E100: No other buffer in diff mode" | |
228 msgstr "E100: 沒有緩衝區在 diff 模式" | |
229 | |
230 msgid "E101: More than two buffers in diff mode, don't know which one to use" | |
231 msgstr "E101: 有兩個以上的緩衝區在 diff 模式,無法決定要用哪一個" | |
232 | |
233 #, c-format | |
234 msgid "E102: Can't find buffer \"%s\"" | |
235 msgstr "E102: 找不到緩衝區: \"%s\"" | |
236 | |
237 #, c-format | |
238 msgid "E103: Buffer \"%s\" is not in diff mode" | |
239 msgstr "E103: 緩衝區 \"%s\" 不是在 diff 模式" | |
240 | |
241 msgid "E104: Escape not allowed in digraph" | |
242 msgstr "E104: 複合字元(digraph)中不能使用 Escape" | |
243 | |
244 msgid "E544: Keymap file not found" | |
245 msgstr "E544: 找不到 keymap 檔" | |
246 | |
247 msgid "E105: Using :loadkeymap not in a sourced file" | |
248 msgstr "E105: 使用 :loadkeymap " | |
249 | |
146 | 250 msgid " Keyword completion (^N^P)" |
251 msgstr " 關鍵字自動完成 (^N^P)" | |
7 | 252 |
253 #. ctrl_x_mode == 0, ^P/^N compl. | |
146 | 254 msgid " ^X mode (^E^Y^L^]^F^I^K^D^V^N^P)" |
255 msgstr " ^X 模式 (^E^Y^L^]^F^I^K^D^N^P)" | |
7 | 256 |
16610 | 257 #. Scroll has its own msgs, in its place there is the msg for local |
7 | 258 #. * ctrl_x_mode = 0 (eg continue_status & CONT_LOCAL) -- Acevedo |
146 | 259 msgid " Keyword Local completion (^N^P)" |
260 msgstr " 區域關鍵字自動完成 (^N^P)" | |
7 | 261 |
146 | 262 msgid " Whole line completion (^L^N^P)" |
263 msgstr " 整行自動完成 (^L^N^P)" | |
7 | 264 |
146 | 265 msgid " File name completion (^F^N^P)" |
266 msgstr " 檔名自動完成 (^F^N^P)" | |
7 | 267 |
146 | 268 msgid " Tag completion (^]^N^P)" |
269 msgstr " 標籤自動完成 (^]^N^P)" | |
7 | 270 |
146 | 271 msgid " Path pattern completion (^N^P)" |
272 msgstr " 路徑自動完成 (^N^P)" | |
7 | 273 |
146 | 274 msgid " Definition completion (^D^N^P)" |
275 msgstr " 定義自動完成 (^D^N^P)" | |
7 | 276 |
146 | 277 msgid " Dictionary completion (^K^N^P)" |
278 msgstr " 字典自動完成 (^K^N^P)" | |
7 | 279 |
146 | 280 msgid " Thesaurus completion (^T^N^P)" |
281 msgstr " Thesaurus 自動完成 (^T^N^P)" | |
7 | 282 |
146 | 283 msgid " Command-line completion (^V^N^P)" |
284 msgstr " 命令列自動完成 (^V^N^P)" | |
7 | 285 |
286 msgid "Hit end of paragraph" | |
287 msgstr "已到段落結尾" | |
288 | |
289 msgid "'thesaurus' option is empty" | |
290 msgstr "選項 'thesaurus' 未設定" | |
291 | |
292 msgid "'dictionary' option is empty" | |
293 msgstr "選項 'dictionary' 未設定" | |
294 | |
295 #, c-format | |
296 msgid "Scanning dictionary: %s" | |
297 msgstr "掃瞄字典: %s" | |
298 | |
299 msgid " (insert) Scroll (^E/^Y)" | |
300 msgstr " (插入) Scroll (^E/^Y)" | |
301 | |
302 msgid " (replace) Scroll (^E/^Y)" | |
303 msgstr " (取代) Scroll (^E/^Y)" | |
304 | |
305 #, c-format | |
306 msgid "Scanning: %s" | |
307 msgstr "掃瞄中: %s" | |
308 | |
146 | 309 #, c-format |
7 | 310 msgid "Scanning tags." |
311 msgstr "掃瞄標籤." | |
312 | |
313 msgid " Adding" | |
314 msgstr " 增加" | |
315 | |
316 #. showmode might reset the internal line pointers, so it must | |
317 #. * be called before line = ml_get(), or when this address is no | |
318 #. * longer needed. -- Acevedo. | |
319 #. | |
320 msgid "-- Searching..." | |
321 msgstr "-- 搜尋中..." | |
322 | |
323 msgid "Back at original" | |
324 msgstr "回到起點" | |
325 | |
326 msgid "Word from other line" | |
327 msgstr "從別行開始的字 (?)" | |
328 | |
329 msgid "The only match" | |
330 msgstr "只有此項符合" | |
331 | |
332 #, c-format | |
333 msgid "match %d of %d" | |
334 msgstr "找到 %d / %d" | |
335 | |
336 #, c-format | |
337 msgid "match %d" | |
338 msgstr "符合 %d" | |
339 | |
340 #. Skip further arguments but do continue to | |
341 #. * search for a trailing command. | |
342 #, c-format | |
343 msgid "E106: Unknown variable: \"%s\"" | |
344 msgstr "E106: 未定義的變數: \"%s\"" | |
345 | |
346 #, c-format | |
2032
592032e9e167
Update message translations.
Bram Moolenaar <bram@zimbu.org>
parents:
1668
diff
changeset
|
347 msgid "E107: Missing parentheses: %s" |
7 | 348 msgstr "E107: 缺少對應的括號: %s" |
349 | |
350 #, c-format | |
351 msgid "E108: No such variable: \"%s\"" | |
352 msgstr "E108: 無此變數: \"%s\"" | |
353 | |
354 msgid "E109: Missing ':' after '?'" | |
355 msgstr "E109: '?' 後缺少 ':'" | |
356 | |
357 msgid "E110: Missing ')'" | |
358 msgstr "E110: 缺少對應的 \")\"" | |
359 | |
360 msgid "E111: Missing ']'" | |
361 msgstr "E111: 缺少對應的 \"]\"" | |
362 | |
363 #, c-format | |
364 msgid "E112: Option name missing: %s" | |
365 msgstr "E112: 缺少選項名稱: %s" | |
366 | |
367 #, c-format | |
368 msgid "E113: Unknown option: %s" | |
369 msgstr "E113: 不正確的選項: %s" | |
370 | |
371 #, c-format | |
372 msgid "E114: Missing quote: %s" | |
373 msgstr "E114: 缺少引號: %s" | |
374 | |
375 #, c-format | |
376 msgid "E115: Missing quote: %s" | |
377 msgstr "E115: 缺少引號: %s" | |
378 | |
379 #, c-format | |
380 msgid "E116: Invalid arguments for function %s" | |
381 msgstr "E116: 函式 %s 的引數不正確" | |
382 | |
383 #, c-format | |
384 msgid "E117: Unknown function: %s" | |
385 msgstr "E117: 未定義的函式: %s" | |
386 | |
387 #, c-format | |
388 msgid "E118: Too many arguments for function: %s" | |
389 msgstr "E118: 函式 %s 的引數過多" | |
390 | |
391 #, c-format | |
392 msgid "E119: Not enough arguments for function: %s" | |
393 msgstr "E119: 函式 %s 的引數太少" | |
394 | |
395 #, c-format | |
396 msgid "E120: Using <SID> not in a script context: %s" | |
397 msgstr "E120: <SID> 不能在 script 本文外使用: %s" | |
398 | |
399 #. | |
400 #. * Yes this is ugly, I don't particularly like it either. But doing it | |
401 #. * this way has the compelling advantage that translations need not to | |
402 #. * be touched at all. See below what 'ok' and 'ync' are used for. | |
403 #. | |
404 msgid "&Ok" | |
405 msgstr "確定(&O)" | |
406 | |
407 #, c-format | |
408 msgid "+-%s%3ld lines: " | |
409 msgstr "+-%s%3ld 行: " | |
410 | |
411 msgid "" | |
412 "&OK\n" | |
413 "&Cancel" | |
414 msgstr "" | |
415 "確定(&O)\n" | |
416 "取消(&C)" | |
417 | |
418 msgid "called inputrestore() more often than inputsave()" | |
419 msgstr "呼叫 inputrestore() 的次數比 inputsave() 還多" | |
420 | |
146 | 421 msgid "E655: Too many symbolic links (cycle?)" |
422 msgstr "E655: 太多層的符號鏈結(symlink) (循環?)" | |
423 | |
7 | 424 msgid "E240: No connection to Vim server" |
425 msgstr "E240: 沒有與 Vim Server 建立連線" | |
426 | |
427 msgid "E277: Unable to read a server reply" | |
428 msgstr "E277: 無法讀取伺服器的回應" | |
429 | |
430 msgid "E258: Unable to send to client" | |
431 msgstr "E258: 無法傳送到 client" | |
432 | |
433 #, c-format | |
434 msgid "E241: Unable to send to %s" | |
435 msgstr "E241: 無法傳送到 %s" | |
436 | |
437 msgid "(Invalid)" | |
438 msgstr "(不正確)" | |
439 | |
440 #, c-format | |
441 msgid "E121: Undefined variable: %s" | |
442 msgstr "E121: 變數 %s 尚未定義" | |
443 | |
444 #, c-format | |
445 msgid "E461: Illegal variable name: %s" | |
446 msgstr "E461: 不合法的變數名稱: %s" | |
447 | |
448 #, c-format | |
449 msgid "E122: Function %s already exists, add ! to replace it" | |
450 msgstr "E122: 函式 %s 已經存在, 請使用 ! 強制取代" | |
451 | |
452 #, c-format | |
453 msgid "E123: Undefined function: %s" | |
454 msgstr "E123: 函式 %s 尚未定義" | |
455 | |
456 #, c-format | |
457 msgid "E124: Missing '(': %s" | |
458 msgstr "E124: 缺少 \"(\": %s" | |
459 | |
460 #, c-format | |
461 msgid "E125: Illegal argument: %s" | |
462 msgstr "E125: 參數不正確: %s" | |
463 | |
464 msgid "E126: Missing :endfunction" | |
465 msgstr "E126: 缺少 :endfunction" | |
466 | |
467 #, c-format | |
468 msgid "E127: Cannot redefine function %s: It is in use" | |
469 msgstr "E127: 函式 %s 正在使用中,無法重新定義" | |
470 | |
471 msgid "E129: Function name required" | |
472 msgstr "E129: 需要函式名稱" | |
473 | |
474 #, c-format | |
475 msgid "E128: Function name must start with a capital: %s" | |
476 msgstr "E128: 函式名稱第一個字母必須大寫: %s" | |
477 | |
478 #, c-format | |
479 msgid "E130: Undefined function: %s" | |
480 msgstr "E130: 函式 %s 尚未定義" | |
481 | |
482 #, c-format | |
483 msgid "E131: Cannot delete function %s: It is in use" | |
484 msgstr "E131: 函式 %s 正在使用中,無法刪除" | |
485 | |
486 msgid "E132: Function call depth is higher than 'maxfuncdepth'" | |
487 msgstr "E132: 函式遞迴呼叫層數超過 'maxfuncdepth'" | |
488 | |
489 #. always scroll up, don't overwrite | |
490 #, c-format | |
491 msgid "calling %s" | |
492 msgstr "呼叫 %s" | |
493 | |
494 #, c-format | |
495 msgid "%s aborted" | |
146 | 496 msgstr "%s 被強制中斷執行 " |
497 | |
7 | 498 #, c-format |
499 msgid "%s returning #%ld" | |
500 msgstr "%s 傳回值 #%ld " | |
501 | |
502 #, c-format | |
503 msgid "%s returning \"%s\"" | |
504 msgstr "%s 傳回值 \"%s\"" | |
505 | |
506 #. always scroll up, don't overwrite | |
507 #, c-format | |
508 msgid "continuing in %s" | |
509 msgstr "繼續: %s" | |
510 | |
511 msgid "E133: :return not inside a function" | |
512 msgstr "E133: :return 必須在函式裡使用" | |
513 | |
146 | 514 #, c-format |
7 | 515 msgid "" |
516 "\n" | |
517 "# global variables:\n" | |
518 msgstr "" | |
519 "\n" | |
520 "# 全域變數:\n" | |
521 | |
522 #, c-format | |
523 msgid "<%s>%s%s %d, Hex %02x, Octal %03o" | |
524 msgstr "<%s>%s%s %d, 十六進位 %02x, 八進位 %03o" | |
525 | |
146 | 526 #, c-format |
527 msgid "> %d, Hex %04x, Octal %o" | |
528 msgstr "> %d, 十六進位 %04x, 八進位 %o" | |
529 | |
530 #, c-format | |
531 msgid "> %d, Hex %08x, Octal %o" | |
532 msgstr "> %d, 十六進位 %08x, 八進位 %o" | |
533 | |
7 | 534 msgid "E134: Move lines into themselves" |
535 msgstr "E134: 無法把行移到它自已內" | |
536 | |
537 msgid "1 line moved" | |
146 | 538 msgstr "已搬移 1 行 " |
539 | |
7 | 540 #, c-format |
541 msgid "%ld lines moved" | |
146 | 542 msgstr "已搬移 %ld 行 " |
543 | |
7 | 544 #, c-format |
545 msgid "%ld lines filtered" | |
146 | 546 msgstr "已處理 %ld 行 " |
547 | |
7 | 548 msgid "E135: *Filter* Autocommands must not change current buffer" |
549 msgstr "E135: *Filter* Autocommand 不可以更改緩衝區的內容" | |
550 | |
551 msgid "[No write since last change]\n" | |
552 msgstr "[更新後尚未儲存]\n" | |
553 | |
554 #, c-format | |
555 msgid "%sviminfo: %s in line: " | |
556 msgstr "%sviminfo: %s 在行中: " | |
557 | |
558 msgid "E136: viminfo: Too many errors, skipping rest of file" | |
559 msgstr "E136: viminfo: 過多錯誤, 忽略檔案其餘部分" | |
560 | |
561 #, c-format | |
562 msgid "Reading viminfo file \"%s\"%s%s%s" | |
563 msgstr "讀取 viminfo 檔案 \"%s\"%s%s%s" | |
564 | |
565 msgid " info" | |
566 msgstr " 訊息" | |
567 | |
568 msgid " marks" | |
569 msgstr " 標記" | |
570 | |
571 msgid " FAILED" | |
572 msgstr " 失敗" | |
573 | |
574 #, c-format | |
575 msgid "E137: Viminfo file is not writable: %s" | |
576 msgstr "E137: Viminfo 檔案無法寫入: %s" | |
577 | |
578 #, c-format | |
579 msgid "E138: Can't write viminfo file %s!" | |
580 msgstr "E138: 無法寫入 viminfo 檔案 %s !" | |
581 | |
582 #, c-format | |
583 msgid "Writing viminfo file \"%s\"" | |
584 msgstr "寫入 viminfo 檔案 \"%s\" 中" | |
585 | |
586 #. Write the info: | |
587 #, c-format | |
588 msgid "# This viminfo file was generated by Vim %s.\n" | |
589 msgstr "# 本 viminfo 檔案是由 Vim %s 所產生.\n" | |
590 | |
146 | 591 #, c-format |
7 | 592 msgid "" |
593 "# You may edit it if you're careful!\n" | |
594 "\n" | |
595 msgstr "" | |
596 "# 如果想要自行修改請特別小心!\n" | |
597 "\n" | |
598 | |
146 | 599 #, c-format |
7 | 600 msgid "# Value of 'encoding' when this file was written\n" |
601 msgstr "# 'encoding' 在此檔建立時的值\n" | |
602 | |
603 msgid "Illegal starting char" | |
604 msgstr "無效的起始字元" | |
605 | |
606 msgid "Save As" | |
607 msgstr "另存新檔" | |
608 | |
609 #. Overwriting a file that is loaded in another buffer is not a | |
610 #. * good idea. | |
611 msgid "E139: File is loaded in another buffer" | |
612 msgstr "E139: 您在另一個緩衝區也載入了這個檔案" | |
613 | |
614 msgid "Write partial file?" | |
615 msgstr "要寫入部分檔案嗎?" | |
616 | |
617 msgid "E140: Use ! to write partial buffer" | |
618 msgstr "E140: 請使用 ! 以寫入部分緩衝區" | |
619 | |
620 #, c-format | |
621 msgid "Overwrite existing file \"%.*s\"?" | |
622 msgstr "要覆寫已存在的檔案 \"%.*s\"?" | |
623 | |
624 #, c-format | |
625 msgid "E141: No file name for buffer %ld" | |
626 msgstr "E141: 緩衝區 %ld 沒有檔案名稱" | |
627 | |
628 msgid "E142: File not written: Writing is disabled by 'write' option" | |
629 msgstr "E142: 檔案未寫入,因為 'write' 選項被關閉" | |
630 | |
631 #, c-format | |
632 msgid "" | |
633 "'readonly' option is set for \"%.*s\".\n" | |
634 "Do you wish to write anyway?" | |
635 msgstr "" | |
636 "\"%.*s\" 已設定 'readonly' 選項.\n" | |
637 "確定要覆寫嗎?" | |
638 | |
639 msgid "Edit File" | |
640 msgstr "編輯檔案" | |
641 | |
642 #, c-format | |
643 msgid "E143: Autocommands unexpectedly deleted new buffer %s" | |
644 msgstr "E143: Autocommands 意外地刪除新緩衝區 %s" | |
645 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
646 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
647 msgid "E144: Non-numeric argument to :z" |
7 | 648 msgstr "E144: :z 不接受非數字的參數" |
649 | |
650 msgid "E145: Shell commands not allowed in rvim" | |
651 msgstr "E145: rvim 中禁止使用 shell 命令" | |
652 | |
653 msgid "E146: Regular expressions can't be delimited by letters" | |
654 msgstr "E146: Regular expression 無法用字母分隔 (?)" | |
655 | |
656 #, c-format | |
657 msgid "replace with %s (y/n/a/q/l/^E/^Y)?" | |
658 msgstr "取代為 %s (y/n/a/q/^E/^Y)?" | |
659 | |
660 msgid "(Interrupted) " | |
661 msgstr "(已中斷) " | |
662 | |
663 msgid "1 substitution" | |
146 | 664 msgstr "取代一組 " |
665 | |
7 | 666 #, c-format |
667 msgid "%ld substitutions" | |
146 | 668 msgstr "取代 %ld 組 " |
669 | |
7 | 670 msgid " on 1 line" |
146 | 671 msgstr ",範圍:一行 " |
672 | |
7 | 673 #, c-format |
674 msgid " on %ld lines" | |
146 | 675 msgstr ",範圍: %ld 行 " |
676 | |
7 | 677 msgid "E147: Cannot do :global recursive" |
146 | 678 msgstr "E147: :global 無法遞迴執行 " |
679 | |
7 | 680 msgid "E148: Regular expression missing from global" |
681 msgstr "E148: 沒有使用過 Regular expression (?)" | |
682 | |
683 #, c-format | |
684 msgid "Pattern found in every line: %s" | |
685 msgstr "每一行都找不到: %s" | |
686 | |
146 | 687 #, c-format |
7 | 688 msgid "" |
689 "\n" | |
690 "# Last Substitute String:\n" | |
691 "$" | |
692 msgstr "" | |
693 "\n" | |
694 "# 前一組替代字串:\n" | |
695 "$" | |
696 | |
146 | 697 msgid "E478: Don't panic!" |
698 msgstr "E478: 不要驚慌!" | |
699 | |
700 #, c-format | |
701 msgid "E661: Sorry, no '%s' help for %s" | |
1619 | 702 msgstr "E661: 抱歉, 沒有關於 %s-%s 的說明" |
146 | 703 |
7 | 704 #, c-format |
705 msgid "E149: Sorry, no help for %s" | |
706 msgstr "E149: 抱歉, 沒有 %s 的說明" | |
707 | |
708 #, c-format | |
709 msgid "Sorry, help file \"%s\" not found" | |
710 msgstr "抱歉, 找不到說明檔 \"%s\"" | |
711 | |
712 #, c-format | |
713 msgid "E150: Not a directory: %s" | |
714 msgstr "E150: %s 不是目錄" | |
715 | |
716 #, c-format | |
717 msgid "E152: Cannot open %s for writing" | |
718 msgstr "E152: 無法以寫入模式開啟 \"%s\"" | |
719 | |
720 #, c-format | |
721 msgid "E153: Unable to open %s for reading" | |
722 msgstr "E153: 無法讀取檔案: %s" | |
723 | |
146 | 724 #, c-format |
725 msgid "E670: Mix of help file encodings within a language: %s" | |
726 msgstr "E670: 同一語言 (%s) 中有混合不同字元編碼的說明檔" | |
727 | |
7 | 728 #, c-format |
729 msgid "E154: Duplicate tag \"%s\" in file %s" | |
730 msgstr "E154: 標籤(tag) \"%s\" 在檔案 %s 裡重複出現多次" | |
731 | |
732 #, c-format | |
733 msgid "E160: Unknown sign command: %s" | |
734 msgstr "E160: 未定義的 sign command: %s" | |
735 | |
736 msgid "E156: Missing sign name" | |
737 msgstr "E156: 缺少 sign 名稱" | |
738 | |
739 msgid "E612: Too many signs defined" | |
740 msgstr "E612: 已定義太多 signs" | |
741 | |
742 #, c-format | |
743 msgid "E239: Invalid sign text: %s" | |
744 msgstr "E239: 不正確的 sign 文字: %s" | |
745 | |
746 #, c-format | |
747 msgid "E155: Unknown sign: %s" | |
748 msgstr "E155: 不正確的 sign: %s" | |
749 | |
750 msgid "E159: Missing sign number" | |
751 msgstr "E159: 缺少 sign number" | |
752 | |
753 #, c-format | |
754 msgid "E158: Invalid buffer name: %s" | |
755 msgstr "E158: 緩衝區名稱錯誤: %s" | |
756 | |
757 #, c-format | |
758 msgid "E157: Invalid sign ID: %ld" | |
759 msgstr "E157: Sign ID 錯誤: %ld" | |
760 | |
146 | 761 msgid " (NOT FOUND)" |
762 msgstr " (找不到) " | |
763 | |
764 msgid " (not supported)" | |
765 msgstr " (不支援) " | |
766 | |
7 | 767 msgid "[Deleted]" |
768 msgstr "[已刪除]" | |
769 | |
770 msgid "Entering Debug mode. Type \"cont\" to continue." | |
771 msgstr "進入除錯模式. 輸入 \"cont\" 以回到正常模式." | |
772 | |
773 #, c-format | |
774 msgid "line %ld: %s" | |
775 msgstr "行 %ld: %s" | |
776 | |
777 #, c-format | |
778 msgid "cmd: %s" | |
779 msgstr "cmd: %s" | |
780 | |
781 #, c-format | |
782 msgid "Breakpoint in \"%s%s\" line %ld" | |
146 | 783 msgstr "\"%s%s\" 中斷點: 第 %ld 行 " |
784 | |
7 | 785 #, c-format |
786 msgid "E161: Breakpoint not found: %s" | |
787 msgstr "E161: 找不到中斷點: %s" | |
788 | |
789 msgid "No breakpoints defined" | |
790 msgstr "沒有定義中斷點" | |
791 | |
792 #, c-format | |
793 msgid "%3d %s %s line %ld" | |
146 | 794 msgstr "%3d %s %s 第 %ld 行 " |
795 | |
7 | 796 #, c-format |
797 msgid "Save changes to \"%.*s\"?" | |
798 msgstr "將變動存儲至 \"%.*s\"?" | |
799 | |
800 msgid "Untitled" | |
801 msgstr "未命名" | |
802 | |
803 #, c-format | |
804 msgid "E162: No write since last change for buffer \"%s\"" | |
805 msgstr "E162: 已更改過緩衝區 \"%s\" 但尚未存檔 (可用 ! 強制執行)" | |
806 | |
807 msgid "Warning: Entered other buffer unexpectedly (check autocommands)" | |
808 msgstr "注意: 已切換到其它緩衝區 (請檢查 Autocommands 有無錯誤)" | |
809 | |
810 msgid "E163: There is only one file to edit" | |
811 msgstr "E163: 只有一個檔案可編輯" | |
812 | |
813 msgid "E164: Cannot go before first file" | |
814 msgstr "E164: 已經在第一個檔案了" | |
815 | |
816 msgid "E165: Cannot go beyond last file" | |
817 msgstr "E165: 已經在最後一個檔案了" | |
818 | |
146 | 819 #, c-format |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
820 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
821 msgid "E666: Compiler not supported: %s" |
146 | 822 msgstr "E666: 編譯器不支援: %s" |
823 | |
7 | 824 #, c-format |
825 msgid "Searching for \"%s\" in \"%s\"" | |
826 msgstr "搜尋中: \"%s\" -- \"%s\"" | |
827 | |
828 #, c-format | |
829 msgid "Searching for \"%s\"" | |
830 msgstr "搜尋中: \"%s\"" | |
831 | |
832 #, c-format | |
833 msgid "not found in 'runtimepath': \"%s\"" | |
834 msgstr "在 'runtimepath' 裡找不到 \"%s\"" | |
835 | |
836 msgid "Source Vim script" | |
837 msgstr "執行 Vim script" | |
838 | |
839 #, c-format | |
840 msgid "Cannot source a directory: \"%s\"" | |
841 msgstr "無法執行目錄: \"%s\"" | |
842 | |
843 #, c-format | |
844 msgid "could not source \"%s\"" | |
845 msgstr "無法執行 \"%s\"" | |
846 | |
847 #, c-format | |
848 msgid "line %ld: could not source \"%s\"" | |
849 msgstr "第 %ld 行: 無法執行 \"%s\"" | |
850 | |
851 #, c-format | |
852 msgid "sourcing \"%s\"" | |
853 msgstr "執行 \"%s\" 中" | |
854 | |
855 #, c-format | |
856 msgid "line %ld: sourcing \"%s\"" | |
857 msgstr "第 %ld 行: 結束執行 %s" | |
858 | |
859 #, c-format | |
860 msgid "finished sourcing %s" | |
861 msgstr "結束執行 %s" | |
862 | |
863 msgid "W15: Warning: Wrong line separator, ^M may be missing" | |
864 msgstr "W15: 注意: 錯誤的行分隔字元,可能是少了 ^M" | |
865 | |
866 msgid "E167: :scriptencoding used outside of a sourced file" | |
867 msgstr "E167: 在執行 script 檔案外不可使用 :scriptencoding" | |
868 | |
869 msgid "E168: :finish used outside of a sourced file" | |
870 msgstr "E168: 在執行 script 檔案外不可使用 :finish" | |
871 | |
872 #, c-format | |
873 msgid "Page %d" | |
874 msgstr "第 %d 頁" | |
875 | |
876 msgid "No text to be printed" | |
877 msgstr "沒有要列印的文字" | |
878 | |
879 #, c-format | |
880 msgid "Printing page %d (%d%%)" | |
881 msgstr "列印中: 第 %d 頁 (%d%%)" | |
882 | |
883 #, c-format | |
884 msgid " Copy %d of %d" | |
885 msgstr "複製 %d / %d" | |
886 | |
887 #, c-format | |
888 msgid "Printed: %s" | |
889 msgstr "已列印: %s" | |
890 | |
146 | 891 #, c-format |
7 | 892 msgid "Printing aborted" |
893 msgstr "已取消列印" | |
894 | |
895 msgid "E455: Error writing to PostScript output file" | |
896 msgstr "E455: 無法寫入 PostScript 輸出檔" | |
897 | |
146 | 898 #, c-format |
899 msgid "E624: Can't open file \"%s\"" | |
900 msgstr "E624: 無法開啟檔案 \"%s\"" | |
901 | |
902 #, c-format | |
903 msgid "E457: Can't read PostScript resource file \"%s\"" | |
904 msgstr "E457: 無法讀取 PostScript 資源檔 \"%s\"" | |
905 | |
906 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
907 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
908 msgid "E618: File \"%s\" is not a PostScript resource file" |
146 | 909 msgstr "E618: 檔案 \"%s\" 不是 PostScript 資源檔 " |
910 | |
911 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
912 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
913 msgid "E619: File \"%s\" is not a supported PostScript resource file" |
146 | 914 msgstr "E619: 不支援 PostScript 資源檔 \"%s\"" |
915 | |
916 #, c-format | |
917 msgid "E621: \"%s\" resource file has wrong version" | |
918 msgstr "E621: \"%s\" 資源檔版本錯誤" | |
919 | |
7 | 920 msgid "E324: Can't open PostScript output file" |
921 msgstr "E324: 無法開啟 PostScript 輸出檔" | |
922 | |
923 #, c-format | |
924 msgid "E456: Can't open file \"%s\"" | |
925 msgstr "E456: 無法開啟檔案 \"%s\"" | |
926 | |
146 | 927 msgid "E456: Can't find PostScript resource file \"prolog.ps\"" |
928 msgstr "E456: 無法讀取 PostScript 資源檔 \"prolog.ps\"" | |
929 | |
930 #, c-format | |
931 msgid "E456: Can't find PostScript resource file \"%s.ps\"" | |
932 msgstr "E456: 無法讀取 PostScript 資源檔 \"%s.ps\"" | |
933 | |
934 #, c-format | |
935 msgid "E620: Unable to convert from multi-byte to \"%s\" encoding" | |
936 msgstr "E620:無法轉換至 \"%s\" 字元編碼" | |
937 | |
7 | 938 msgid "Sending to printer..." |
939 msgstr "傳送資料到印表機..." | |
940 | |
941 msgid "E365: Failed to print PostScript file" | |
942 msgstr "E365: 無法列印 PostScript 檔案" | |
943 | |
944 msgid "Print job sent." | |
945 msgstr "已送出列印工作。" | |
946 | |
947 #, c-format | |
948 msgid "Current %slanguage: \"%s\"" | |
949 msgstr "目前的 %s語言: \"%s\"" | |
950 | |
951 #, c-format | |
952 msgid "E197: Cannot set language to \"%s\"" | |
953 msgstr "E197: 不能設定語言成 \"%s\"" | |
954 | |
955 msgid "Entering Ex mode. Type \"visual\" to go to Normal mode." | |
956 msgstr "進入 Ex 模式. 輸入 \"visua\" 以回到正常模式." | |
957 | |
958 #. must be at EOF | |
959 msgid "E501: At end-of-file" | |
960 msgstr "E501: 已到檔案結尾" | |
961 | |
962 msgid "E169: Command too recursive" | |
963 msgstr "E169: 命令遞迴層數過多" | |
964 | |
965 #, c-format | |
966 msgid "E605: Exception not caught: %s" | |
967 msgstr "E605: 未攔截的例外: %s" | |
968 | |
969 msgid "End of sourced file" | |
970 msgstr "命令檔結束" | |
971 | |
972 msgid "End of function" | |
973 msgstr "函式結尾" | |
974 | |
975 msgid "E464: Ambiguous use of user-defined command" | |
976 msgstr "E464: 使用者定義的命令會混淆" | |
977 | |
978 msgid "E492: Not an editor command" | |
979 msgstr "E492: 不是編輯器的命令" | |
980 | |
981 msgid "E493: Backwards range given" | |
982 msgstr "E493: 指定了向前參考的範圍" | |
983 | |
984 msgid "Backwards range given, OK to swap" | |
985 msgstr "指定了向前參考的範圍,OK to swap" | |
986 | |
987 msgid "E494: Use w or w>>" | |
988 msgstr "E494: 請使用 w 或 w>>" | |
989 | |
990 msgid "E319: Sorry, the command is not available in this version" | |
991 msgstr "E319: 抱歉, 本命令在此版本中沒有實作" | |
992 | |
993 msgid "E172: Only one file name allowed" | |
994 msgstr "E172: 只能有一個檔" | |
995 | |
146 | 996 msgid "1 more file to edit. Quit anyway?" |
997 msgstr "還有一個檔案未編輯. 確定要離開?" | |
998 | |
7 | 999 #, c-format |
1000 msgid "%d more files to edit. Quit anyway?" | |
1001 msgstr "還有 %d 個檔案未編輯. 確定要離開?" | |
1002 | |
146 | 1003 msgid "E173: 1 more file to edit" |
1004 msgstr "E173: 還有一個檔案未編輯 " | |
1005 | |
7 | 1006 #, c-format |
1007 msgid "E173: %ld more files to edit" | |
1008 msgstr "E173: 還有 %ld 個檔案未編輯" | |
1009 | |
1010 msgid "E174: Command already exists: add ! to replace it" | |
1011 msgstr "E174: 命令已經存在, 請使用 ! 強制重新定義" | |
1012 | |
1013 msgid "" | |
1014 "\n" | |
1015 " Name Args Range Complete Definition" | |
1016 msgstr "" | |
1017 "\n" | |
1018 " 名稱 參數 範圍 完整 定義 " | |
1019 | |
1020 msgid "No user-defined commands found" | |
1021 msgstr "找不到使用者定義的命令" | |
1022 | |
1023 msgid "E175: No attribute specified" | |
1024 msgstr "E175: 沒有指定的屬性" | |
1025 | |
1026 msgid "E176: Invalid number of arguments" | |
1027 msgstr "E176: 不正確的參數數目" | |
1028 | |
1029 msgid "E177: Count cannot be specified twice" | |
1030 msgstr "E177: 不能指定兩次數目" | |
1031 | |
1032 msgid "E178: Invalid default value for count" | |
1033 msgstr "E178: 數目的預設參數不正確" | |
1034 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1035 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1036 msgid "E179: Argument required for complete" |
7 | 1037 msgstr "E179: 指令需要參數才能完成" |
1038 | |
1039 #, c-format | |
1040 msgid "E180: Invalid complete value: %s" | |
1041 msgstr "E180: 不完整的值: '%s'" | |
1042 | |
146 | 1043 msgid "E468: Completion argument only allowed for custom completion" |
1044 msgstr "E468: 自訂補完時才可補完參數" | |
1045 | |
1046 msgid "E467: Custom completion requires a function argument" | |
1047 msgstr "E467: 自訂補完需要函式為參數" | |
1048 | |
7 | 1049 #, c-format |
1050 msgid "E181: Invalid attribute: %s" | |
1051 msgstr "E181: 不正確的屬性: %s" | |
1052 | |
1053 msgid "E182: Invalid command name" | |
1054 msgstr "E182: 指令名稱不正確" | |
1055 | |
1056 msgid "E183: User defined commands must start with an uppercase letter" | |
1057 msgstr "E183: 使用者自定指令必須以大寫字母開始" | |
1058 | |
1059 #, c-format | |
1060 msgid "E184: No such user-defined command: %s" | |
1061 msgstr "E184: 沒有使用者自定的命令: %s" | |
1062 | |
1063 #, c-format | |
1064 msgid "E185: Cannot find color scheme %s" | |
1065 msgstr "E185: 找不到顏色樣式 %s" | |
1066 | |
1067 msgid "Greetings, Vim user!" | |
1068 msgstr "嗨, Vim 使用者!" | |
1069 | |
1070 msgid "Edit File in new window" | |
1071 msgstr "在新視窗編輯檔案" | |
1072 | |
1073 msgid "No swap file" | |
1074 msgstr "無暫存檔" | |
1075 | |
1076 msgid "Append File" | |
1077 msgstr "附加檔案" | |
1078 | |
1079 msgid "E186: No previous directory" | |
1080 msgstr "E186: 沒有前一個目錄" | |
1081 | |
1082 msgid "E187: Unknown" | |
1083 msgstr "E187: 無法辦識的標記" | |
1084 | |
1085 msgid "E465: :winsize requires two number arguments" | |
1086 msgstr "E465: :winsize 需要兩個參數" | |
1087 | |
1088 #, c-format | |
1089 msgid "Window position: X %d, Y %d" | |
1090 msgstr "視窗位置: X %d, Y %d" | |
1091 | |
1092 msgid "E188: Obtaining window position not implemented for this platform" | |
1093 msgstr "E188: 在您的平台上無法獲得視窗位置" | |
1094 | |
1095 msgid "E466: :winpos requires two number arguments" | |
1096 msgstr "E466: :winpos 需要兩個參數" | |
1097 | |
1098 msgid "Save Redirection" | |
1099 msgstr "儲存 Redirection" | |
1100 | |
1101 msgid "Save View" | |
1102 msgstr "儲存 View" | |
1103 | |
1104 msgid "Save Session" | |
1105 msgstr "儲存 Session" | |
1106 | |
1107 msgid "Save Setup" | |
1108 msgstr "儲存設定" | |
1109 | |
1110 #, c-format | |
1111 msgid "E189: \"%s\" exists (add ! to override)" | |
1112 msgstr "E189: \"%s\" 已存在 (請用 ! 強制執行)" | |
1113 | |
1114 #, c-format | |
1115 msgid "E190: Cannot open \"%s\" for writing" | |
1116 msgstr "E190: 無法以寫入模式開啟 \"%s\"" | |
1117 | |
1118 #. set mark | |
1119 msgid "E191: Argument must be a letter or forward/backward quote" | |
1120 msgstr "E191: 參數必須是英文字母或向前/後的引號" | |
1121 | |
1122 msgid "E192: Recursive use of :normal too deep" | |
1123 msgstr "E192: :normal 遞迴層數過深" | |
1124 | |
1125 msgid "E194: No alternate file name to substitute for '#'" | |
1126 msgstr "E194: 沒有 '#' 可替代的檔名" | |
1127 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1128 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1129 msgid "E495: No autocommand file name to substitute for \"<afile>\"" |
7 | 1130 msgstr "E495: 沒有 Autocommand 檔名以取代 \"<afile>\"" |
1131 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1132 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1133 msgid "E496: No autocommand buffer number to substitute for \"<abuf>\"" |
7 | 1134 msgstr "E496: 沒有 Autocommand 緩衝區名稱以取代 \"<abuf>\"" |
1135 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1136 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1137 msgid "E497: No autocommand match name to substitute for \"<amatch>\"" |
7 | 1138 msgstr "E497: 沒有 Autocommand 符合名稱以取代 \"<amatch>\"" |
1139 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1140 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1141 msgid "E498: No :source file name to substitute for \"<sfile>\"" |
7 | 1142 msgstr "E498: 沒有 :source 檔名以取代 \"<sfile>\"" |
1143 | |
1144 #, no-c-format | |
1145 msgid "E499: Empty file name for '%' or '#', only works with \":p:h\"" | |
1146 msgstr "E499: '%' 或 '#' 指向空檔名,只能用於 \":p:h\"" | |
1147 | |
1148 msgid "E500: Evaluates to an empty string" | |
1149 msgstr "E500: 輸入為空字串" | |
1150 | |
1151 msgid "E195: Cannot open viminfo file for reading" | |
1152 msgstr "E195: 無法讀取 viminfo" | |
1153 | |
1154 msgid "E196: No digraphs in this version" | |
1155 msgstr "E196: 本版本無複合字元(digraph)" | |
1156 | |
1157 msgid "E608: Cannot :throw exceptions with 'Vim' prefix" | |
1158 msgstr "E608: 不能 :throw 用 'Vim' 開頭的例外" | |
1159 | |
1160 #. always scroll up, don't overwrite | |
1161 #, c-format | |
1162 msgid "Exception thrown: %s" | |
1163 msgstr "丟出例外: %s" | |
1164 | |
1165 #, c-format | |
1166 msgid "Exception finished: %s" | |
1167 msgstr "例外結束: %s" | |
1168 | |
1169 #, c-format | |
1170 msgid "Exception discarded: %s" | |
1171 msgstr "已丟棄例外: %s" | |
1172 | |
1173 #, c-format | |
1174 msgid "%s, line %ld" | |
1175 msgstr "%s, 行 %ld" | |
1176 | |
1177 #. always scroll up, don't overwrite | |
1178 #, c-format | |
1179 msgid "Exception caught: %s" | |
1180 msgstr "發生例外:%s" | |
1181 | |
1182 #, c-format | |
1183 msgid "%s made pending" | |
1184 msgstr "%s 造成 pending" | |
1185 | |
1186 #, c-format | |
1187 msgid "%s resumed" | |
1188 msgstr "%s 已回復" | |
1189 | |
1190 #, c-format | |
1191 msgid "%s discarded" | |
1192 msgstr "%s 已丟棄" | |
1193 | |
1194 msgid "Exception" | |
1195 msgstr "例外" | |
1196 | |
1197 msgid "Error and interrupt" | |
1198 msgstr "錯誤與中斷" | |
1199 | |
1200 msgid "Error" | |
1201 msgstr "錯誤" | |
1202 | |
1203 #. if (pending & CSTP_INTERRUPT) | |
1204 msgid "Interrupt" | |
1205 msgstr "中斷" | |
1206 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1207 # TODO: Capitalise first word of message? |
7 | 1208 msgid "E579: :if nesting too deep" |
1209 msgstr "E579: :if 層數過深" | |
1210 | |
1211 msgid "E580: :endif without :if" | |
1212 msgstr "E580: :endif 缺少對應的 :if" | |
1213 | |
1214 msgid "E581: :else without :if" | |
1215 msgstr "E581: :else 缺少對應的 :if" | |
1216 | |
1217 msgid "E582: :elseif without :if" | |
1218 msgstr "E582: :elseif 缺少對應的 :if" | |
1219 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1220 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1221 msgid "E583: Multiple :else" |
7 | 1222 msgstr "E583: 多重 :else" |
1223 | |
1224 msgid "E584: :elseif after :else" | |
1225 msgstr "E584: :elseif 在 :else 之後" | |
1226 | |
1227 msgid "E585: :while nesting too deep" | |
1228 msgstr "E585: :while 層數過深" | |
1229 | |
1230 msgid "E586: :continue without :while" | |
1231 msgstr "E586: :continue 缺少對應的 :while" | |
1232 | |
1233 msgid "E587: :break without :while" | |
1234 msgstr "E587: :break 缺少對應的 :while" | |
1235 | |
1236 msgid "E601: :try nesting too deep" | |
1237 msgstr "E601: :if 層數過深" | |
1238 | |
1239 msgid "E603: :catch without :try" | |
1240 msgstr "E603: :catch 沒有 :try" | |
1241 | |
1242 #. Give up for a ":catch" after ":finally" and ignore it. | |
1243 #. * Just parse. | |
1244 msgid "E604: :catch after :finally" | |
1245 msgstr "E604: :catch 在 :finally 之後" | |
1246 | |
1247 msgid "E606: :finally without :try" | |
1248 msgstr "E606: :finally 沒有 :try" | |
1249 | |
1250 #. Give up for a multiple ":finally" and ignore it. | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1251 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1252 msgid "E607: Multiple :finally" |
7 | 1253 msgstr "E607: 多重 :finally" |
1254 | |
1255 msgid "E602: :endtry without :try" | |
1256 msgstr "E602: :endif 缺少對應的 :if" | |
1257 | |
1258 msgid "E193: :endfunction not inside a function" | |
1259 msgstr "E193: :endfunction 必須在函式內部使用" | |
1260 | |
1261 msgid "tagname" | |
1262 msgstr "標籤名稱" | |
1263 | |
1264 msgid " kind file\n" | |
1265 msgstr "類檔案\n" | |
1266 | |
1267 msgid "'history' option is zero" | |
1268 msgstr "選項 'history' 是零" | |
1269 | |
1270 #, c-format | |
1271 msgid "" | |
1272 "\n" | |
1273 "# %s History (newest to oldest):\n" | |
1274 msgstr "" | |
1275 "\n" | |
1276 "# %s 歷史記錄 (新到舊):\n" | |
1277 | |
1278 msgid "Command Line" | |
1279 msgstr "命令列" | |
1280 | |
1281 msgid "Search String" | |
1282 msgstr "搜尋字串" | |
1283 | |
1284 msgid "Expression" | |
1285 msgstr "運算式" | |
1286 | |
1287 msgid "Input Line" | |
146 | 1288 msgstr "輸入行 " |
1289 | |
7 | 1290 msgid "E198: cmd_pchar beyond the command length" |
1291 msgstr "E198: cmd_pchar 超過命令長度" | |
1292 | |
1293 msgid "E199: Active window or buffer deleted" | |
1294 msgstr "E199: 已刪除掉作用中的視窗或暫存區" | |
1295 | |
1296 msgid "Illegal file name" | |
1297 msgstr "不正確的檔名" | |
1298 | |
1299 msgid "is a directory" | |
1300 msgstr "是目錄" | |
1301 | |
1302 msgid "is not a file" | |
1303 msgstr "不是檔案" | |
1304 | |
1305 msgid "[New File]" | |
1306 msgstr "[未命名]" | |
1307 | |
1308 msgid "[Permission Denied]" | |
1309 msgstr "[權限不足]" | |
1310 | |
1311 msgid "E200: *ReadPre autocommands made the file unreadable" | |
1312 msgstr "E200: *ReadPre Autocommand 使程式無法讀取此檔" | |
1313 | |
1314 msgid "E201: *ReadPre autocommands must not change current buffer" | |
1315 msgstr "E201: *Filter* Autocommand 不可以更改緩衝區的內容" | |
1316 | |
1317 msgid "Vim: Reading from stdin...\n" | |
1318 msgstr "Vim: 從標準輸入讀取...\n" | |
1319 | |
1320 msgid "Reading from stdin..." | |
1321 msgstr "從標準輸入讀取..." | |
1322 | |
1323 #. Re-opening the original file failed! | |
1324 msgid "E202: Conversion made file unreadable!" | |
1325 msgstr "E202: 轉換錯誤" | |
1326 | |
1327 msgid "[fifo/socket]" | |
1328 msgstr "[fifo/socket]" | |
1329 | |
1330 msgid "[fifo]" | |
1331 msgstr "[fifo]" | |
1332 | |
1333 msgid "[socket]" | |
1334 msgstr "[socket]" | |
1335 | |
1336 msgid "[RO]" | |
1337 msgstr "[唯讀]" | |
1338 | |
1339 msgid "[CR missing]" | |
1340 msgstr "[缺少CR]'" | |
1341 | |
1342 msgid "[NL found]" | |
1343 msgstr "[找到NL]" | |
1344 | |
1345 msgid "[long lines split]" | |
1346 msgstr "[分割過長行]" | |
1347 | |
1348 msgid "[NOT converted]" | |
1349 msgstr "[未轉換]" | |
1350 | |
1351 msgid "[converted]" | |
1352 msgstr "[已轉換]" | |
1353 | |
1354 msgid "[crypted]" | |
1355 msgstr "[已加密]" | |
1356 | |
1357 msgid "[CONVERSION ERROR]" | |
1358 msgstr "轉換錯誤" | |
1359 | |
1360 #, c-format | |
1361 msgid "[ILLEGAL BYTE in line %ld]" | |
1362 msgstr "[行 %ld 有不正確的位元]" | |
1363 | |
1364 msgid "[READ ERRORS]" | |
1365 msgstr "[讀取錯誤]" | |
1366 | |
1367 msgid "Can't find temp file for conversion" | |
1368 msgstr "找不到轉換用的暫存檔" | |
1369 | |
1370 msgid "Conversion with 'charconvert' failed" | |
1371 msgstr "字元集轉換錯誤" | |
1372 | |
1373 msgid "can't read output of 'charconvert'" | |
1374 msgstr "無法讀取 'charconvert' 的輸出" | |
1375 | |
1376 msgid "E203: Autocommands deleted or unloaded buffer to be written" | |
1377 msgstr "E203: Autocommand 刪除或釋放了要寫入的緩衝區" | |
1378 | |
1379 msgid "E204: Autocommand changed number of lines in unexpected way" | |
1380 msgstr "E204: Autocommand 意外地改變了行號" | |
1381 | |
1668 | 1382 msgid "NetBeans disallows writes of unmodified buffers" |
146 | 1383 msgstr "NetBeans 不能寫出未修改的緩衝區" |
1384 | |
1385 msgid "Partial writes disallowed for NetBeans buffers" | |
1386 msgstr "部份內容無法寫入 Netbeans 緩衝區" | |
1387 | |
7 | 1388 msgid "is not a file or writable device" |
1389 msgstr "不是檔案或可寫入的裝置" | |
1390 | |
1391 msgid "is read-only (add ! to override)" | |
1392 msgstr "是唯讀檔 (請使用 ! 強制執行)" | |
1393 | |
1394 msgid "E506: Can't write to backup file (add ! to override)" | |
1395 msgstr "E506: 無法寫入備份檔 (請使用 ! 強制執行)" | |
1396 | |
1397 msgid "E507: Close error for backup file (add ! to override)" | |
1398 msgstr "E507: 無法關閉備份檔 (請使用 ! 強制執行)" | |
1399 | |
1400 msgid "E508: Can't read file for backup (add ! to override)" | |
1401 msgstr "E508: 無法讀取檔案以供備份 (請使用 ! 強制執行)" | |
1402 | |
1403 msgid "E509: Cannot create backup file (add ! to override)" | |
1404 msgstr "E509: 無法建立備份檔 (請使用 ! 強制執行)" | |
1405 | |
1406 msgid "E510: Can't make backup file (add ! to override)" | |
1407 msgstr "E510: 無法製作備份檔 (請使用 ! 強制執行)" | |
1408 | |
1409 msgid "E214: Can't find temp file for writing" | |
1410 msgstr "E214: 找不到寫入用的暫存檔" | |
1411 | |
1412 msgid "E213: Cannot convert (add ! to write without conversion)" | |
1413 msgstr "E213: 無法轉換 (請使用 ! 強制不轉換寫入)" | |
1414 | |
1415 msgid "E166: Can't open linked file for writing" | |
1416 msgstr "E166: 無法以寫入模式開啟連結檔案" | |
1417 | |
1418 msgid "E212: Can't open file for writing" | |
1419 msgstr "E212: 無法以寫入模式開啟" | |
1420 | |
146 | 1421 msgid "E667: Fsync failed" |
1422 msgstr "E667: Fsync 命令執行失敗" | |
1423 | |
7 | 1424 msgid "E512: Close failed" |
1425 msgstr "E512: 關閉失敗" | |
1426 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1427 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1428 msgid "E513: Write error, conversion failed" |
7 | 1429 msgstr "E513: 無法寫入 -- 轉換失敗" |
1430 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1431 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1432 msgid "E514: Write error (file system full?)" |
7 | 1433 msgstr "E514: 寫入錯誤 (檔案系統已滿?)" |
1434 | |
1435 msgid " CONVERSION ERROR" | |
1436 msgstr "轉換錯誤" | |
1437 | |
1438 msgid "[Device]" | |
1439 msgstr "[裝置]" | |
1440 | |
1441 msgid "[New]" | |
1442 msgstr "[新]" | |
1443 | |
1444 msgid " [a]" | |
1445 msgstr "[a]" | |
1446 | |
1447 msgid " appended" | |
1448 msgstr " 已附加" | |
1449 | |
1450 msgid " [w]" | |
1451 msgstr "[w]" | |
1452 | |
1453 msgid " written" | |
1454 msgstr " 已寫入" | |
1455 | |
1456 msgid "E205: Patchmode: can't save original file" | |
1457 msgstr "E205: Patch 模式: 無法儲存原始檔案" | |
1458 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1459 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1460 msgid "E206: Patchmode: can't touch empty original file" |
7 | 1461 msgstr "E206: Patch 模式: 無法變更空的原始檔案" |
1462 | |
1463 msgid "E207: Can't delete backup file" | |
1464 msgstr "E207: 無法刪除備份檔" | |
1465 | |
1466 msgid "" | |
1467 "\n" | |
1468 "WARNING: Original file may be lost or damaged\n" | |
1469 msgstr "" | |
1470 "\n" | |
1471 "警告: 原始檔案流失或損壞\n" | |
1472 | |
1473 msgid "don't quit the editor until the file is successfully written!" | |
1474 msgstr "在檔案正確寫入前請勿離開編輯器!" | |
1475 | |
1476 msgid "[dos]" | |
1477 msgstr "[dos]" | |
1478 | |
1479 msgid "[dos format]" | |
1480 msgstr "[dos 格式]" | |
1481 | |
1482 msgid "[mac]" | |
1483 msgstr "[mac]" | |
1484 | |
1485 msgid "[mac format]" | |
1486 msgstr "[mac 格式]" | |
1487 | |
1488 msgid "[unix]" | |
1489 msgstr "[unix]" | |
1490 | |
1491 msgid "[unix format]" | |
1492 msgstr "[unix 格式]" | |
1493 | |
1494 msgid "1 line, " | |
1495 msgstr "1 行, " | |
1496 | |
1497 #, c-format | |
1498 msgid "%ld lines, " | |
1499 msgstr "%ld 行, " | |
1500 | |
1501 msgid "1 character" | |
1502 msgstr "一個字元" | |
1503 | |
1504 #, c-format | |
1505 msgid "%ld characters" | |
1506 msgstr "%ld個字元" | |
1507 | |
1508 msgid "[noeol]" | |
1509 msgstr "[noeol]" | |
1510 | |
1511 msgid "[Incomplete last line]" | |
1512 msgstr "[結尾行不完整]" | |
1513 | |
1514 #. don't overwrite messages here | |
1515 #. must give this prompt | |
1516 #. don't use emsg() here, don't want to flush the buffers | |
1517 msgid "WARNING: The file has been changed since reading it!!!" | |
1518 msgstr "警告: 本檔案自上次讀入後已變動!!!" | |
1519 | |
1520 msgid "Do you really want to write to it" | |
1521 msgstr "確定要寫入嗎" | |
1522 | |
1523 #, c-format | |
1524 msgid "E208: Error writing to \"%s\"" | |
1525 msgstr "E208: 寫入檔案 \"%s\" 錯誤" | |
1526 | |
1527 #, c-format | |
1528 msgid "E209: Error closing \"%s\"" | |
1529 msgstr "E209: 關閉檔案 \"%s\" 錯誤" | |
1530 | |
1531 #, c-format | |
1532 msgid "E210: Error reading \"%s\"" | |
1533 msgstr "E210: 讀取檔案 \"%s\" 錯誤" | |
1534 | |
1535 msgid "E246: FileChangedShell autocommand deleted buffer" | |
1536 msgstr "E246: FileChangedShell autocommand 刪除緩衝區" | |
1537 | |
1538 #, c-format | |
1539 msgid "E211: Warning: File \"%s\" no longer available" | |
1540 msgstr "E211: 警告: 檔案 \"%s\" 已經不存在" | |
1541 | |
1542 #, c-format | |
1543 msgid "" | |
1544 "W12: Warning: File \"%s\" has changed and the buffer was changed in Vim as " | |
1545 "well" | |
1546 msgstr "W12: 警告: 檔案 \"%s\" 自上次讀入後已變動, 而且編輯中的緩衝區也更動了" | |
1547 | |
1548 #, c-format | |
1549 msgid "W11: Warning: File \"%s\" has changed since editing started" | |
1550 msgstr "W11: 警告: 檔案 \"%s\" 自上次讀入後已變動" | |
1551 | |
1552 #, c-format | |
1553 msgid "W16: Warning: Mode of file \"%s\" has changed since editing started" | |
1554 msgstr "W16: 警告: 檔案 \"%s\" 的權限與上次讀入時不一樣 (有變動過)" | |
1555 | |
1556 # 'mode' seems better as translated to 'permission'? | |
1557 #, c-format | |
1558 msgid "W13: Warning: File \"%s\" has been created after editing started" | |
1559 msgstr "W13: 警告: 檔案 \"%s\" 在開始編輯後又被建立了" | |
1560 | |
146 | 1561 msgid "See \":help W11\" for more info." |
1562 msgstr "進一步說明請見 \":help W11\"。" | |
1563 | |
7 | 1564 msgid "Warning" |
1565 msgstr "警告" | |
1566 | |
1567 msgid "" | |
1568 "&OK\n" | |
1569 "&Load File" | |
1570 msgstr "" | |
1571 "確定(&O)\n" | |
1572 "載入檔案(&L)" | |
1573 | |
1574 #, c-format | |
1575 msgid "E462: Could not prepare for reloading \"%s\"" | |
1576 msgstr "E462: 無法準備重新載入 \"%s\"" | |
1577 | |
1578 #, c-format | |
1579 msgid "E321: Could not reload \"%s\"" | |
1580 msgstr "E321: 無法重新載入 \"%s\"" | |
1581 | |
1582 msgid "--Deleted--" | |
1583 msgstr "--已刪除--" | |
1584 | |
1585 #. the group doesn't exist | |
1586 #, c-format | |
1587 msgid "E367: No such group: \"%s\"" | |
1588 msgstr "E367: 無此群組: \"%s\"" | |
1589 | |
1590 #, c-format | |
1591 msgid "E215: Illegal character after *: %s" | |
1592 msgstr "E215: * 後面有不正確的字元: %s" | |
1593 | |
1594 #, c-format | |
1595 msgid "E216: No such event: %s" | |
1596 msgstr "E216: 無此事件: %s" | |
1597 | |
146 | 1598 #, c-format |
1599 msgid "E216: No such group or event: %s" | |
1600 msgstr "E216: 無此群組或事件: %s" | |
1601 | |
7 | 1602 #. Highlight title |
1603 msgid "" | |
1604 "\n" | |
14193 | 1605 "--- Autocommands ---" |
7 | 1606 msgstr "" |
1607 "\n" | |
14193 | 1608 "--- Autocommands ---" |
7 | 1609 |
1610 msgid "E217: Can't execute autocommands for ALL events" | |
1611 msgstr "E217: 無法對所有事件執行 autocommand" | |
1612 | |
1613 msgid "No matching autocommands" | |
1614 msgstr "找不到對應的 autocommand" | |
1615 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1616 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1617 msgid "E218: Autocommand nesting too deep" |
7 | 1618 msgstr "E218: autocommand 層數過深" |
1619 | |
1620 #, c-format | |
14193 | 1621 msgid "%s Autocommands for \"%s\"" |
1622 msgstr "%s Autocommands: \"%s\"" | |
7 | 1623 |
1624 #, c-format | |
1625 msgid "Executing %s" | |
1626 msgstr "執行 %s" | |
1627 | |
1628 #. always scroll up, don't overwrite | |
1629 #, c-format | |
1630 msgid "autocommand %s" | |
1631 msgstr "autocommand %s" | |
1632 | |
1633 msgid "E219: Missing {." | |
1634 msgstr "E219: 缺少 {." | |
1635 | |
1636 msgid "E220: Missing }." | |
1637 msgstr "E220: 缺少 }." | |
1638 | |
1639 msgid "E490: No fold found" | |
1640 msgstr "E490: 找不到任何 fold" | |
1641 | |
1642 msgid "E350: Cannot create fold with current 'foldmethod'" | |
1643 msgstr "E350: 無法在目前的 'foldmethod' 下建立 fold" | |
1644 | |
1645 msgid "E351: Cannot delete fold with current 'foldmethod'" | |
1646 msgstr "E351: 無法在目前的 'foldmethod' 下刪除 fold" | |
1647 | |
1648 msgid "E222: Add to read buffer" | |
1649 msgstr "E222: 加入讀取緩衝區中" | |
1650 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1651 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1652 msgid "E223: Recursive mapping" |
7 | 1653 msgstr "E223: 遞迴 mapping" |
1654 | |
1655 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1656 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1657 msgid "E224: Global abbreviation already exists for %s" |
7 | 1658 msgstr "E224: %s 已經有全域 abbreviation 了" |
1659 | |
1660 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1661 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1662 msgid "E225: Global mapping already exists for %s" |
7 | 1663 msgstr "E225: %s 已經有全域 mapping 了" |
1664 | |
1665 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1666 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1667 msgid "E226: Abbreviation already exists for %s" |
7 | 1668 msgstr "E226: %s 已經有 abbreviation 了" |
1669 | |
1670 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1671 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1672 msgid "E227: Mapping already exists for %s" |
7 | 1673 msgstr "E227: %s 的 mapping 已經存在" |
1674 | |
1675 msgid "No abbreviation found" | |
1676 msgstr "找不到 abbreviation" | |
1677 | |
1678 msgid "No mapping found" | |
1679 msgstr "沒有這個 mapping 對應" | |
1680 | |
1681 msgid "E228: makemap: Illegal mode" | |
1682 msgstr "E228: makemap: 不正確的模式" | |
1683 | |
1684 msgid "E229: Cannot start the GUI" | |
1685 msgstr "E229: 無法啟動圖型界面" | |
1686 | |
1687 #, c-format | |
1688 msgid "E230: Cannot read from \"%s\"" | |
1689 msgstr "E230: 無法讀取檔案 \"%s\"" | |
1690 | |
146 | 1691 msgid "E665: Cannot start GUI, no valid font found" |
1692 msgstr "E665: 無法啟動圖型界面,找不到可用的字型" | |
1693 | |
7 | 1694 msgid "E231: 'guifontwide' invalid" |
1695 msgstr "E231: 不正確的 'guifontwide'" | |
1696 | |
146 | 1697 msgid "E599: Value of 'imactivatekey' is invalid" |
1619 | 1698 msgstr "E599: 'imactivatekey' 的值不正確" |
146 | 1699 |
7 | 1700 #, c-format |
1701 msgid "E254: Cannot allocate color %s" | |
1702 msgstr "E254: 不能配置顏色 %s" | |
1703 | |
1704 msgid "<cannot open> " | |
1705 msgstr "<不能開啟>" | |
1706 | |
1707 #, c-format | |
1708 msgid "E616: vim_SelFile: can't get font %s" | |
1709 msgstr "E616: vim_SelFile: 不能使用 %s 字型" | |
1710 | |
1711 msgid "E614: vim_SelFile: can't return to current directory" | |
1712 msgstr "E614: vim_SelFile: 無法回到目前目錄" | |
1713 | |
1714 msgid "Pathname:" | |
1715 msgstr "路徑:" | |
1716 | |
1717 msgid "E615: vim_SelFile: can't get current directory" | |
1718 msgstr "E615: vim_SelFile: 無法取得目前目錄" | |
1719 | |
1720 msgid "OK" | |
1721 msgstr "確定" | |
1722 | |
1723 msgid "Cancel" | |
1724 msgstr "取消" | |
1725 | |
1726 msgid "Scrollbar Widget: Could not get geometry of thumb pixmap." | |
1727 msgstr "捲動軸: 不能設定 thumb pixmap 的位置" | |
1728 | |
1729 msgid "Vim dialog" | |
1730 msgstr "Vim 對話盒" | |
1731 | |
1732 msgid "E232: Cannot create BalloonEval with both message and callback" | |
1733 msgstr "E232: 不能對訊息與 callback 建立 BallonEval" | |
1734 | |
1735 msgid "Vim dialog..." | |
1736 msgstr "Vim 對話盒..." | |
1737 | |
1738 msgid "" | |
1739 "&Yes\n" | |
1740 "&No\n" | |
1741 "&Cancel" | |
1742 msgstr "" | |
1743 "&Y是\n" | |
1744 "&N否\n" | |
1745 "&C取消" | |
1746 | |
1747 msgid "Input _Methods" | |
1748 msgstr "輸入法" | |
1749 | |
1750 msgid "VIM - Search and Replace..." | |
1751 msgstr "VIM - 尋找與取代..." | |
1752 | |
1753 msgid "VIM - Search..." | |
1754 msgstr "VIM - 尋找..." | |
1755 | |
1756 msgid "Find what:" | |
1757 msgstr "搜尋:" | |
1758 | |
1759 msgid "Replace with:" | |
1760 msgstr "取代為:" | |
1761 | |
1762 #. whole word only button | |
1763 msgid "Match whole word only" | |
1764 msgstr "只搜尋完全相同的字" | |
1765 | |
1766 #. match case button | |
1767 msgid "Match case" | |
1768 msgstr "符合大小寫" | |
1769 | |
1770 msgid "Direction" | |
1771 msgstr "方向" | |
1772 | |
1773 #. 'Up' and 'Down' buttons | |
1774 msgid "Up" | |
1775 msgstr "向上" | |
1776 | |
1777 msgid "Down" | |
1778 msgstr "向下" | |
1779 | |
1780 msgid "Find Next" | |
1781 msgstr "找下一個" | |
1782 | |
1783 msgid "Replace" | |
1784 msgstr "取代" | |
1785 | |
1786 msgid "Replace All" | |
1787 msgstr "取代全部" | |
1788 | |
1789 msgid "Vim: Received \"die\" request from session manager\n" | |
1790 msgstr "Vim: 由 Session 管理員收到 \"die\" 要求\n" | |
1791 | |
1792 msgid "Vim: Main window unexpectedly destroyed\n" | |
1793 msgstr "Vim: 主視窗爛掉\n" | |
1794 | |
1795 msgid "Font Selection" | |
1796 msgstr "字型選擇" | |
1797 | |
1798 msgid "Used CUT_BUFFER0 instead of empty selection" | |
1799 msgstr "使用 CUT_BUFFER0 來取代空選擇" | |
1800 | |
1801 msgid "Filter" | |
1802 msgstr "過濾器" | |
1803 | |
1804 msgid "Directories" | |
1805 msgstr "目錄" | |
1806 | |
1807 msgid "Help" | |
1808 msgstr "輔助說明" | |
1809 | |
1810 msgid "Files" | |
1811 msgstr "檔案" | |
1812 | |
1813 msgid "Selection" | |
1814 msgstr "選擇" | |
1815 | |
1816 msgid "Undo" | |
1817 msgstr "復原" | |
1818 | |
1819 #, c-format | |
146 | 1820 msgid "E671: Cannot find window title \"%s\"" |
1821 msgstr "E671: 找不到標題為 \"%s\" 的視窗" | |
1822 | |
7 | 1823 #, c-format |
1824 msgid "E243: Argument not supported: \"-%s\"; Use the OLE version." | |
1825 msgstr "E243: 不支援參數 \"-%s\"。請用 OLE 版本。" | |
1826 | |
146 | 1827 msgid "E672: Unable to open window inside MDI application" |
1828 msgstr "E672: 無法在 MDI 程式中開啟視窗" | |
1829 | |
7 | 1830 msgid "Find string (use '\\\\' to find a '\\')" |
1831 msgstr "搜尋字串 (使用 '\\\\' 來表示 '\\')" | |
1832 | |
1833 msgid "Find & Replace (use '\\\\' to find a '\\')" | |
1834 msgstr "搜尋及取代字串 (使用 '\\\\' 來表示 '\\')" | |
1835 | |
1836 msgid "Vim E458: Cannot allocate colormap entry, some colors may be incorrect" | |
1837 msgstr "Vim E458: 無法配置 color map 項目,有些顏色看起來會怪怪的" | |
1838 | |
1839 #, c-format | |
1840 msgid "E250: Fonts for the following charsets are missing in fontset %s:" | |
1841 msgstr "E250: Fontset %s 沒有設定正確的字型以供顯示這些字元集:" | |
1842 | |
1843 #, c-format | |
1844 msgid "E252: Fontset name: %s" | |
1845 msgstr "E252: 字型集(Fontset)名稱: %s" | |
1846 | |
1847 #, c-format | |
1848 msgid "Font '%s' is not fixed-width" | |
1849 msgstr "'%s' 不是固定寬度字型" | |
1850 | |
1851 #, c-format | |
1852 msgid "E253: Fontset name: %s\n" | |
1853 msgstr "E253: 字型集(Fontset)名稱: %s\n" | |
1854 | |
1855 #, c-format | |
1856 msgid "Font0: %s\n" | |
1857 msgstr "Font0: %s\n" | |
1858 | |
1859 #, c-format | |
1860 msgid "Font1: %s\n" | |
1861 msgstr "Font1: %s\n" | |
1862 | |
146 | 1863 #, c-format |
1864 msgid "Font%ld width is not twice that of font0\n" | |
1865 msgstr "字型%ld 寬度不是 字型0 的兩倍\n" | |
1866 | |
7 | 1867 #, c-format |
1868 msgid "Font0 width: %ld\n" | |
1869 msgstr "字型0的寬度:%ld\n" | |
1870 | |
1871 #, c-format | |
1872 msgid "" | |
1873 "Font1 width: %ld\n" | |
1874 "\n" | |
1875 msgstr "" | |
1876 "字型1寬度: %ld\n" | |
1877 "\n" | |
1878 | |
1879 msgid "E256: Hangul automata ERROR" | |
1880 msgstr "E256: Hangul automata 錯誤" | |
1881 | |
146 | 1882 msgid "Add a new database" |
1883 msgstr "新增資料庫" | |
1884 | |
1885 msgid "Query for a pattern" | |
1886 msgstr "輸入 pattern" | |
1887 | |
1888 msgid "Show this message" | |
1889 msgstr "顯示此訊息" | |
1890 | |
1891 msgid "Kill a connection" | |
1892 msgstr "結束連線" | |
1893 | |
1894 msgid "Reinit all connections" | |
1895 msgstr "重設所有連線" | |
1896 | |
1897 msgid "Show connections" | |
1898 msgstr "顯示連線" | |
1899 | |
7 | 1900 #, c-format |
1901 msgid "E560: Usage: cs[cope] %s" | |
1902 msgstr "E560: 用法: cs[cope] %s" | |
1903 | |
1904 msgid "This cscope command does not support splitting the window.\n" | |
1905 msgstr "這個 cscope 命令不支援分割螢幕\n" | |
1906 | |
1907 msgid "E562: Usage: cstag <ident>" | |
1908 msgstr "E562: 用法: cstag <識別字ident>" | |
1909 | |
28843
cd68a630f0d0
Update runtime files and translations
Bram Moolenaar <Bram@vim.org>
parents:
28808
diff
changeset
|
1910 # TODO: Capitalise first word of message? |
cd68a630f0d0
Update runtime files and translations
Bram Moolenaar <Bram@vim.org>
parents:
28808
diff
changeset
|
1911 msgid "E257: cstag: Tag not found" |
7 | 1912 msgstr "E257: cstag: 找不到 tag" |
1913 | |
1914 #, c-format | |
1915 msgid "E563: stat(%s) error: %d" | |
1916 msgstr "E563: stat(%s) 錯誤: %d" | |
1917 | |
146 | 1918 msgid "E563: stat error" |
1919 msgstr "E563: stat 錯誤" | |
1920 | |
7 | 1921 #, c-format |
1922 msgid "E564: %s is not a directory or a valid cscope database" | |
1923 msgstr "E564: %s 不是目錄或 cscope 資料庫" | |
1924 | |
146 | 1925 #, c-format |
1926 msgid "Added cscope database %s" | |
1927 msgstr "新增 cscope 資料庫 %s" | |
1928 | |
1929 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1930 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1931 msgid "E262: Error reading cscope connection %ld" |
146 | 1932 msgstr "E262: 讀取 cscope 連線 %ld 錯誤" |
1933 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1934 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1935 msgid "E561: Unknown cscope search type" |
7 | 1936 msgstr "E561: 未知的 cscope 搜尋形態" |
1937 | |
1938 msgid "E566: Could not create cscope pipes" | |
1939 msgstr "E566: 無法建立與 cscope 的 pipe 連線" | |
1940 | |
146 | 1941 msgid "E622: Could not fork for cscope" |
1942 msgstr "E622: 無法 fork 以執行 cscope " | |
1943 | |
7 | 1944 msgid "cs_create_connection exec failed" |
1945 msgstr "cs_create_connection 執行失敗" | |
1946 | |
146 | 1947 msgid "E623: Could not spawn cscope process" |
1948 msgstr "E623: 無法執行 cscope " | |
1949 | |
7 | 1950 msgid "cs_create_connection: fdopen for to_fp failed" |
1951 msgstr "cs_create_connection: fdopen 失敗 (to_fp)" | |
1952 | |
1953 msgid "cs_create_connection: fdopen for fr_fp failed" | |
1954 msgstr "cs_create_connection: fdopen 失敗 (fr_fp)" | |
1955 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1956 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1957 msgid "E567: No cscope connections" |
7 | 1958 msgstr "E567: 沒有 cscope 連線" |
1959 | |
1960 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1961 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1962 msgid "E259: No matches found for cscope query %s of %s" |
7 | 1963 msgstr "E259: 找不到符合 cscope 的搜尋 %s / %s" |
1964 | |
146 | 1965 #, c-format |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1966 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1967 msgid "E469: Invalid cscopequickfix flag %c for %c" |
146 | 1968 msgstr "E469: cscopequickfix 的 flac %c (%c) 不正確" |
1969 | |
7 | 1970 msgid "cscope commands:\n" |
1971 msgstr "cscope 命令:\n" | |
1972 | |
146 | 1973 #, c-format |
1974 msgid "%-5s: %-30s (Usage: %s)" | |
1975 msgstr "%-5s: %-30s (用法: %s)" | |
1976 | |
1977 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1978 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1979 msgid "E625: Cannot open cscope database: %s" |
146 | 1980 msgstr "E625: 無法開啟 cscope 資料庫 %s" |
1981 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1982 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1983 msgid "E626: Cannot get cscope database information" |
146 | 1984 msgstr "E626: 無法取得 cscope 資料庫資訊" |
1985 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1986 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1987 msgid "E568: Duplicate cscope database not added" |
7 | 1988 msgstr "E568: 重複的 cscope 資料庫未被加入" |
1989 | |
1990 msgid "E569: maximum number of cscope connections reached" | |
1991 msgstr "E569: 已達到 cscope 最大連線數目" | |
1992 | |
1993 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1994 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
1995 msgid "E261: Cscope connection %s not found" |
7 | 1996 msgstr "E261: 找不到 cscope 連線 %s" |
1997 | |
146 | 1998 #, c-format |
1999 msgid "cscope connection %s closed" | |
2000 msgstr "cscope 連線 %s 已關閉" | |
7 | 2001 |
2002 #. should not reach here | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
2003 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
2004 msgid "E570: Fatal error in cs_manage_matches" |
7 | 2005 msgstr "E570: cs_manage_matches 嚴重錯誤" |
2006 | |
146 | 2007 #, c-format |
2008 msgid "Cscope tag: %s" | |
2009 msgstr "Cscope 標籤(tag): %s" | |
2010 | |
2011 msgid "" | |
2012 "\n" | |
2013 " # line" | |
2014 msgstr "" | |
2015 "\n" | |
2016 " # 行 " | |
2017 | |
7 | 2018 msgid "filename / context / line\n" |
2019 msgstr "檔名 / 內文 / 行號\n" | |
2020 | |
146 | 2021 #, c-format |
2022 msgid "E609: Cscope error: %s" | |
2023 msgstr "E609: Csope 錯誤: %s" | |
2024 | |
7 | 2025 msgid "All cscope databases reset" |
2026 msgstr "重設所有 cscope 資料庫" | |
2027 | |
2028 msgid "no cscope connections\n" | |
2029 msgstr "沒有 cscope 連線\n" | |
2030 | |
2031 msgid " # pid database name prepend path\n" | |
2032 msgstr " # pid 資料庫名稱 prepend path\n" | |
2033 | |
2034 msgid "" | |
2035 "E263: Sorry, this command is disabled, the Python library could not be " | |
2036 "loaded." | |
2037 msgstr "E263: 抱歉,這個命令無法使用,Python 程式庫沒有載入。" | |
2038 | |
146 | 2039 msgid "E659: Cannot invoke Python recursively" |
2040 msgstr "E659: 無法遞迴執行 Python " | |
2041 | |
7 | 2042 msgid "can't delete OutputObject attributes" |
2043 msgstr "無法刪除 OutputObject 屬性" | |
2044 | |
2045 msgid "softspace must be an integer" | |
2046 msgstr "softspace 必需是整數" | |
2047 | |
2048 msgid "invalid attribute" | |
2049 msgstr "不正確的屬性" | |
2050 | |
2051 msgid "writelines() requires list of strings" | |
2052 msgstr "writelines() 需要 string list 當參數" | |
2053 | |
2054 msgid "E264: Python: Error initialising I/O objects" | |
2055 msgstr "E264: Python: 無法初始 I/O 物件" | |
2056 | |
2057 msgid "invalid expression" | |
2058 msgstr "不正確的運算式" | |
2059 | |
2060 msgid "expressions disabled at compile time" | |
2061 msgstr "因為編譯時沒有加入運算式(expression)的程式碼,所以無法使用運算式" | |
2062 | |
2063 msgid "attempt to refer to deleted buffer" | |
2064 msgstr "試圖使用已被刪除的 buffer" | |
2065 | |
2066 msgid "line number out of range" | |
2067 msgstr "行號超出範圍" | |
2068 | |
2069 #, c-format | |
2070 msgid "<buffer object (deleted) at %8lX>" | |
2071 msgstr "<buffer 物件 (已刪除): %8lX>" | |
2072 | |
2073 msgid "invalid mark name" | |
2074 msgstr "標記名稱不正確" | |
2075 | |
2076 msgid "no such buffer" | |
2077 msgstr "無此 buffer" | |
2078 | |
2079 msgid "attempt to refer to deleted window" | |
2080 msgstr "試圖使用已被刪除的視窗" | |
2081 | |
2082 msgid "readonly attribute" | |
2083 msgstr "唯讀屬性" | |
2084 | |
2085 msgid "cursor position outside buffer" | |
2086 msgstr "游標定位在緩衝區之外" | |
2087 | |
2088 #, c-format | |
2089 msgid "<window object (deleted) at %.8lX>" | |
2090 msgstr "<視窗物件(已刪除): %.8lX>" | |
2091 | |
2092 #, c-format | |
2093 msgid "<window object (unknown) at %.8lX>" | |
2094 msgstr "<視窗物件(未知): %.8lX>" | |
2095 | |
2096 #, c-format | |
2097 msgid "<window %d>" | |
2098 msgstr "<視窗 %d>" | |
2099 | |
2100 msgid "no such window" | |
2101 msgstr "無此視窗" | |
2102 | |
2103 msgid "cannot save undo information" | |
2104 msgstr "無法儲存復原資訊" | |
2105 | |
2106 msgid "cannot delete line" | |
146 | 2107 msgstr "不能刪除此行 " |
2108 | |
7 | 2109 msgid "cannot replace line" |
146 | 2110 msgstr "不能替代此行 " |
2111 | |
7 | 2112 msgid "cannot insert line" |
146 | 2113 msgstr "不能替代插入此行 " |
2114 | |
7 | 2115 msgid "string cannot contain newlines" |
146 | 2116 msgstr "字串無法包含新行 " |
2117 | |
7 | 2118 msgid "" |
2119 "E266: Sorry, this command is disabled, the Ruby library could not be loaded." | |
2120 msgstr "E266: 此命令無法使用,無法載入 Ruby 程式庫(Library)" | |
2121 | |
2122 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
2123 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
2124 msgid "E273: Unknown longjmp status %d" |
7 | 2125 msgstr "E273: 未知的 longjmp status %d" |
2126 | |
2127 msgid "Toggle implementation/definition" | |
2128 msgstr "切換實作/定義" | |
2129 | |
2130 msgid "Show base class of" | |
2131 msgstr "顯示 base class of:" | |
2132 | |
2133 msgid "Show overridden member function" | |
2134 msgstr "顯示被 override 的 member function" | |
2135 | |
2136 msgid "Retrieve from file" | |
2137 msgstr "讀取: 從檔案" | |
2138 | |
2139 msgid "Retrieve from project" | |
2140 msgstr "讀取: 從物件" | |
2141 | |
2142 msgid "Retrieve from all projects" | |
2143 msgstr "讀取: 從所有 project" | |
2144 | |
2145 msgid "Retrieve" | |
2146 msgstr "讀取" | |
2147 | |
2148 msgid "Show source of" | |
2149 msgstr "顯示原始碼: " | |
2150 | |
2151 msgid "Find symbol" | |
2152 msgstr "搜尋 symbol" | |
2153 | |
2154 msgid "Browse class" | |
2155 msgstr "瀏覽 class" | |
2156 | |
2157 msgid "Show class in hierarchy" | |
2158 msgstr "顯示階層式的 class" | |
2159 | |
2160 msgid "Show class in restricted hierarchy" | |
2161 msgstr "顯示 restricted 階層式的 class" | |
2162 | |
2163 msgid "Xref refers to" | |
2164 msgstr "Xref 參考到" | |
2165 | |
2166 msgid "Xref referred by" | |
2167 msgstr "Xref 被誰參考:" | |
2168 | |
2169 msgid "Xref has a" | |
2170 msgstr "Xref 有" | |
2171 | |
2172 msgid "Xref used by" | |
2173 msgstr "Xref 被誰使用:" | |
2174 | |
2175 msgid "Show docu of" | |
2176 msgstr "顯示文件: " | |
2177 | |
2178 msgid "Generate docu for" | |
2179 msgstr "產生文件: " | |
2180 | |
2181 msgid "not " | |
2182 msgstr "未" | |
2183 | |
2184 msgid "connected" | |
2185 msgstr "連線中" | |
2186 | |
2187 msgid "invalid buffer number" | |
2188 msgstr "緩衝區號碼錯誤" | |
2189 | |
2190 msgid "not implemented yet" | |
2191 msgstr "尚未實作" | |
2192 | |
2193 msgid "unknown option" | |
2194 msgstr "不正確的選項" | |
2195 | |
2196 #. ??? | |
2197 msgid "cannot set line(s)" | |
146 | 2198 msgstr "不能設定行 " |
7 | 2199 |
2200 msgid "mark not set" | |
2201 msgstr "沒有設定標記" | |
2202 | |
2203 #, c-format | |
2204 msgid "row %d column %d" | |
2205 msgstr "列 %d 行 %d" | |
2206 | |
2207 msgid "cannot insert/append line" | |
146 | 2208 msgstr "不能插入或附加此行 " |
7 | 2209 |
2210 msgid "unknown flag: " | |
2211 msgstr "錯誤的旗標: " | |
2212 | |
2213 msgid "unknown vimOption" | |
2214 msgstr "不正確的 VIM 選項" | |
2215 | |
2216 msgid "keyboard interrupt" | |
2217 msgstr "鍵盤中斷" | |
2218 | |
20379 | 2219 msgid "Vim error" |
7 | 2220 msgstr "vim 錯誤" |
2221 | |
2222 msgid "cannot create buffer/window command: object is being deleted" | |
2223 msgstr "無法建立緩衝區/視窗命令: 物件將會被刪除" | |
2224 | |
2225 msgid "" | |
2226 "cannot register callback command: buffer/window is already being deleted" | |
2227 msgstr "無法註冊 callback 命令: 緩衝區/視窗已經被刪除了" | |
2228 | |
2229 #. This should never happen. Famous last word? | |
2230 msgid "" | |
2231 "E280: TCL FATAL ERROR: reflist corrupt!? Please report this to vim-dev@vim." | |
2232 "org" | |
2233 msgstr "E280: TCL 嚴重錯誤: reflist 爛掉了!? 請報告給 to vim-dev@vim.org" | |
2234 | |
2235 msgid "cannot register callback command: buffer/window reference not found" | |
2236 msgstr "無法註冊 callback 命令: 找不到緩衝區/視窗" | |
2237 | |
2238 msgid "" | |
2239 "E571: Sorry, this command is disabled: the Tcl library could not be loaded." | |
146 | 2240 msgstr "E571: 此命令無法使用, 因為無法載入 Tcl 程式庫(Library)" |
7 | 2241 |
2242 msgid "" | |
2243 "E281: TCL ERROR: exit code is not int!? Please report this to vim-dev@vim.org" | |
2244 msgstr "E281: TCL 錯誤: 結束碼不是整數!? 請報告給 to vim-dev@vim.org" | |
2245 | |
2246 msgid "cannot get line" | |
146 | 2247 msgstr "不能取得此行 " |
2248 | |
7 | 2249 msgid "Unable to register a command server name" |
2250 msgstr "無法註冊命令伺服器名稱" | |
2251 | |
2252 msgid "E248: Failed to send command to the destination program" | |
2253 msgstr "E248: 無法送出命令到目的地程式" | |
2254 | |
2255 #, c-format | |
2256 msgid "E573: Invalid server id used: %s" | |
2257 msgstr "E573: 不正確的伺服器 id : %s" | |
2258 | |
2259 msgid "E251: VIM instance registry property is badly formed. Deleted!" | |
2260 msgstr "E251: VIM 的 registry 設定項有誤。已刪除。" | |
2261 | |
2262 msgid "Unknown option" | |
2263 msgstr "不正確的選項" | |
2264 | |
2265 msgid "Too many edit arguments" | |
2266 msgstr "太多編輯參數" | |
2267 | |
2268 msgid "Argument missing after" | |
2269 msgstr "缺少必要的參數:" | |
2270 | |
2271 msgid "Garbage after option" | |
2272 msgstr "無法辨認此選項後的命令: " | |
2273 | |
146 | 2274 msgid "Too many \"+command\", \"-c command\" or \"--cmd command\" arguments" |
2275 msgstr "太多 \"+command\" 、 \"-c command\" 或 \"--cmd command\" 參數" | |
7 | 2276 |
2277 msgid "Invalid argument for" | |
2278 msgstr "不正確的參數: " | |
2279 | |
2280 msgid "This Vim was not compiled with the diff feature." | |
2281 msgstr "您的 Vim 編譯時沒有加入 diff 的能力" | |
2282 | |
2283 msgid "Attempt to open script file again: \"" | |
2284 msgstr "試圖再次開啟 script 檔: \"" | |
2285 | |
2286 msgid "Cannot open for reading: \"" | |
2287 msgstr "無法開啟以讀取: \"" | |
2288 | |
2289 msgid "Cannot open for script output: \"" | |
2290 msgstr "無法開啟為 script 輸出: \"" | |
2291 | |
2292 #, c-format | |
2293 msgid "%d files to edit\n" | |
2294 msgstr "還有 %d 個檔案等待編輯\n" | |
2295 | |
2296 msgid "Vim: Warning: Output is not to a terminal\n" | |
2297 msgstr "Vim: 注意: 輸出不是終端機(螢幕)\n" | |
2298 | |
2299 msgid "Vim: Warning: Input is not from a terminal\n" | |
2300 msgstr "Vim: 注意: 輸入不是終端機(鍵盤)\n" | |
2301 | |
2302 #. just in case.. | |
2303 msgid "pre-vimrc command line" | |
2304 msgstr "vimrc 前命令列" | |
2305 | |
2306 #, c-format | |
2307 msgid "E282: Cannot read from \"%s\"" | |
2308 msgstr "E282: 無法讀取檔案 \"%s\"" | |
2309 | |
2310 msgid "" | |
2311 "\n" | |
2312 "More info with: \"vim -h\"\n" | |
2313 msgstr "" | |
2314 "\n" | |
2315 "查詢更多資訊請執行: \"vim -h\"\n" | |
2316 | |
2317 msgid "[file ..] edit specified file(s)" | |
2318 msgstr "[檔案 ..] 編輯指定的檔案" | |
2319 | |
2320 msgid "- read text from stdin" | |
2321 msgstr "- 從標準輸入(stdin)讀取檔案" | |
2322 | |
2323 msgid "-t tag edit file where tag is defined" | |
2324 msgstr "-t tag 編輯時使用指定的 tag" | |
2325 | |
2326 msgid "-q [errorfile] edit file with first error" | |
2327 msgstr "-q [errorfile] 編輯時載入第一個錯誤" | |
2328 | |
2329 msgid "" | |
2330 "\n" | |
2331 "\n" | |
14193 | 2332 "Usage:" |
7 | 2333 msgstr "" |
2334 "\n" | |
2335 "\n" | |
2336 " 用法:" | |
2337 | |
2338 msgid " vim [arguments] " | |
2339 msgstr "vim [參數] " | |
2340 | |
2341 msgid "" | |
2342 "\n" | |
2343 " or:" | |
2344 msgstr "" | |
2345 "\n" | |
2346 " 或:" | |
2347 | |
2348 msgid "" | |
2349 "\n" | |
2350 "\n" | |
2351 "Arguments:\n" | |
2352 msgstr "" | |
2353 "\n" | |
2354 "\n" | |
2355 "參數:\n" | |
2356 | |
2357 msgid "--\t\t\tOnly file names after this" | |
2358 msgstr "--\t\t\t只有在這之後的檔案" | |
2359 | |
2360 msgid "--literal\t\tDon't expand wildcards" | |
2361 msgstr "--literal\t\t不展開萬用字元" | |
2362 | |
2363 msgid "-register\t\tRegister this gvim for OLE" | |
2364 msgstr "-register\t\t註冊 gvim 到 OLE" | |
2365 | |
2366 msgid "-unregister\t\tUnregister gvim for OLE" | |
2367 msgstr "-unregister\t\t取消 OLE 中的 gvim 註冊" | |
2368 | |
2369 msgid "-g\t\t\tRun using GUI (like \"gvim\")" | |
2370 msgstr "-g\t\t\t使用圖形界面 (同 \"gvim\")" | |
2371 | |
2372 msgid "-f or --nofork\tForeground: Don't fork when starting GUI" | |
2373 msgstr "-f 或 --nofork\t前景: 起始圖形界面時不 fork" | |
2374 | |
2375 msgid "-v\t\t\tVi mode (like \"vi\")" | |
2376 msgstr "-v\t\t\tVi 模式 (同 \"vi\")" | |
2377 | |
2378 msgid "-e\t\t\tEx mode (like \"ex\")" | |
2379 msgstr "-e\t\t\tEx 模式 (同 \"ex\")" | |
2380 | |
2381 msgid "-s\t\t\tSilent (batch) mode (only for \"ex\")" | |
2382 msgstr "-s\t\t\t安靜 (batch) 模式 (只能與 \"ex\" 一起使用)" | |
2383 | |
2384 msgid "-d\t\t\tDiff mode (like \"vimdiff\")" | |
2385 msgstr "-d\t\t\tDiff 模式 (同 \"vimdiff\", 可迅速比較兩檔案不同處)" | |
2386 | |
2387 msgid "-y\t\t\tEasy mode (like \"evim\", modeless)" | |
2388 msgstr "-y\t\t\t簡易模式 (同 \"evim\", modeless)" | |
2389 | |
2390 msgid "-R\t\t\tReadonly mode (like \"view\")" | |
2391 msgstr "-R\t\t\t唯讀模式 (同 \"view\")" | |
2392 | |
2393 msgid "-Z\t\t\tRestricted mode (like \"rvim\")" | |
2394 msgstr "-Z\t\t\t限制模式 (同 \"rvim\")" | |
2395 | |
2396 msgid "-m\t\t\tModifications (writing files) not allowed" | |
2397 msgstr "-m\t\t\t不可修改 (寫入檔案)" | |
2398 | |
2399 msgid "-M\t\t\tModifications in text not allowed" | |
2400 msgstr "-M\t\t\t不可修改文字" | |
2401 | |
2402 msgid "-b\t\t\tBinary mode" | |
2403 msgstr "-b\t\t\t二進位模式" | |
2404 | |
2405 msgid "-l\t\t\tLisp mode" | |
2406 msgstr "-l\t\t\tLisp 模式" | |
2407 | |
2408 msgid "-C\t\t\tCompatible with Vi: 'compatible'" | |
2409 msgstr "-C\t\t\t'compatible' 傳統 Vi 相容模式" | |
2410 | |
2411 msgid "-N\t\t\tNot fully Vi compatible: 'nocompatible'" | |
2412 msgstr "-N\t\t\t'nocompatible' 不完全與傳統 Vi 相容,可使用 Vim 加強能力" | |
2413 | |
2414 msgid "-V[N]\t\tVerbose level" | |
2415 msgstr "-V[N]\t\tVerbose 等級" | |
2416 | |
2417 msgid "-D\t\t\tDebugging mode" | |
2418 msgstr "-D\t\t\t除錯模式" | |
2419 | |
2420 msgid "-n\t\t\tNo swap file, use memory only" | |
2421 msgstr "-n\t\t\t不使用暫存檔, 只使用記憶體" | |
2422 | |
2423 msgid "-r\t\t\tList swap files and exit" | |
2424 msgstr "-r\t\t\t列出暫存檔後離開" | |
2425 | |
2426 msgid "-r (with file name)\tRecover crashed session" | |
2427 msgstr "-r (加檔名) \t修復上次損毀的資料(Recover crashed session)" | |
2428 | |
2429 msgid "-L\t\t\tSame as -r" | |
2430 msgstr "-L\t\t\t同 -r" | |
2431 | |
2432 msgid "-f\t\t\tDon't use newcli to open window" | |
2433 msgstr "-f\t\t\t不使用 newcli 來開啟視窗" | |
2434 | |
2435 msgid "-dev <device>\t\tUse <device> for I/O" | |
2436 msgstr "-dev <device>\t\t使用 <device> 做輸出入" | |
2437 | |
14123 | 2438 msgid "-A\t\t\tStart in Arabic mode" |
146 | 2439 msgstr "-A\t\t\t啟動為 Arabic 模式" |
2440 | |
7 | 2441 msgid "-H\t\t\tStart in Hebrew mode" |
2442 msgstr "-H\t\t\t啟動為 Hebrew 模式" | |
2443 | |
2444 msgid "-F\t\t\tStart in Farsi mode" | |
2445 msgstr "-F\t\t\t啟動為 Farsi 模式" | |
2446 | |
2447 msgid "-T <terminal>\tSet terminal type to <terminal>" | |
2448 msgstr "-T <terminal>\t設定終端機為 <terminal>" | |
2449 | |
2450 msgid "-u <vimrc>\t\tUse <vimrc> instead of any .vimrc" | |
2451 msgstr "-u <vimrc>\t\t使用 <vimrc> 取代任何 .vimrc" | |
2452 | |
2453 msgid "-U <gvimrc>\t\tUse <gvimrc> instead of any .gvimrc" | |
2454 msgstr "-U <gvimrc>\t\t使用 <gvimrc> 取代任何 .gvimrc" | |
2455 | |
2456 msgid "--noplugin\t\tDon't load plugin scripts" | |
2457 msgstr "--noplugin\t\t不載入任何 plugin" | |
2458 | |
2459 msgid "-o[N]\t\tOpen N windows (default: one for each file)" | |
2460 msgstr "-o[N]\t\t開啟 N 個視窗 (預設是每個檔案一個)" | |
2461 | |
2462 msgid "-O[N]\t\tLike -o but split vertically" | |
2463 msgstr "-O[N]\t\t同 -o 但使用垂直分割" | |
2464 | |
2465 msgid "+\t\t\tStart at end of file" | |
2466 msgstr "+\t\t\t啟動後跳到檔案結尾" | |
2467 | |
2468 msgid "+<lnum>\t\tStart at line <lnum>" | |
146 | 2469 msgstr "+<lnum>\t\t啟動後跳到第 <lnum> 行 " |
2470 | |
7 | 2471 msgid "--cmd <command>\tExecute <command> before loading any vimrc file" |
2472 msgstr "--cmd <command>\t載入任何 vimrc 前執行 <command>" | |
2473 | |
2474 msgid "-c <command>\t\tExecute <command> after loading the first file" | |
2475 msgstr "-c <command>\t\t載入第一個檔案後執行 <command>" | |
2476 | |
2477 msgid "-S <session>\t\tSource file <session> after loading the first file" | |
2478 msgstr "-S <session>\t\t載入第一個檔案後載入 Session 檔 <session>" | |
2479 | |
2480 msgid "-s <scriptin>\tRead Normal mode commands from file <scriptin>" | |
2481 msgstr "-s <scriptin>\t從 <scriptin> 讀入一般模式命令" | |
2482 | |
2483 msgid "-w <scriptout>\tAppend all typed commands to file <scriptout>" | |
2484 msgstr "-w <scriptout>\t對檔案 <scriptout> 附加(append)所有輸入的命令" | |
2485 | |
2486 msgid "-W <scriptout>\tWrite all typed commands to file <scriptout>" | |
2487 msgstr "-W <scriptout>\t對檔案 <scriptout> 寫入所有輸入的命令" | |
2488 | |
2489 msgid "-x\t\t\tEdit encrypted files" | |
2490 msgstr "-x\t\t\t編輯編碼過的檔案" | |
2491 | |
20379 | 2492 msgid "-display <display>\tConnect Vim to this particular X-server" |
2493 msgstr "-display <display>\t將 Vim 與指定的 X-server 連線" | |
7 | 2494 |
2495 msgid "-X\t\t\tDo not connect to X server" | |
2496 msgstr "-X\t\t\t不要連線到 X Server" | |
2497 | |
2498 msgid "--remote <files>\tEdit <files> in a Vim server if possible" | |
2499 msgstr "--remote <files>\t編輯 Vim 伺服器上的 <files> 後離開" | |
2500 | |
2501 msgid "--remote-silent <files> Same, don't complain if there is no server" | |
2502 msgstr "--remote-silent <files> 相同,但沒有伺服器時不警告" | |
2503 | |
2504 msgid "" | |
2505 "--remote-wait <files> As --remote but wait for files to have been edited" | |
2506 msgstr "--remote-wait <files> 同 --remote, 但會等候檔案完成編輯" | |
2507 | |
2508 msgid "" | |
2509 "--remote-wait-silent <files> Same, don't complain if there is no server" | |
146 | 2510 msgstr "--remote-wait-silent <files> 相同,但沒伺服器時不警告" |
2511 | |
7 | 2512 msgid "--remote-send <keys>\tSend <keys> to a Vim server and exit" |
2513 msgstr "--remote-send <keys>\t送出 <keys> 到 Vim 伺服器並離開" | |
2514 | |
2515 msgid "--remote-expr <expr>\tEvaluate <expr> in a Vim server and print result" | |
2516 msgstr "--remote-expr <expr>\t在伺服器上執行 <expr> 並印出結果" | |
2517 | |
2518 msgid "--serverlist\t\tList available Vim server names and exit" | |
2519 msgstr "--serverlist\t\t列出可用的 Vim 伺服器名稱並離開" | |
2520 | |
2521 msgid "--servername <name>\tSend to/become the Vim server <name>" | |
2522 msgstr "--servername <name>\t送至/成為 Vim 伺服器 <name>" | |
2523 | |
2524 msgid "-i <viminfo>\t\tUse <viminfo> instead of .viminfo" | |
2525 msgstr "-i <viminfo>\t\t使用 <viminfo> 而非 .viminfo" | |
2526 | |
2527 msgid "-h or --help\tPrint Help (this message) and exit" | |
2528 msgstr "-h 或 --help\t印出說明(也就是本訊息)後離開" | |
2529 | |
2530 msgid "--version\t\tPrint version information and exit" | |
2531 msgstr "--version\t\t印出版本資訊後離開" | |
2532 | |
2533 msgid "" | |
2534 "\n" | |
2535 "Arguments recognised by gvim (Motif version):\n" | |
2536 msgstr "" | |
2537 "\n" | |
2538 "gvim 認得的參數 (Motif 版):\n" | |
2539 | |
146 | 2540 msgid "" |
2541 "\n" | |
2542 "Arguments recognised by gvim (neXtaw version):\n" | |
2543 msgstr "" | |
2544 "\n" | |
2545 "gvim 認得的參數 (neXtaw 版):\n" | |
2546 | |
7 | 2547 msgid "" |
2548 "\n" | |
2549 "Arguments recognised by gvim (Athena version):\n" | |
2550 msgstr "" | |
2551 "\n" | |
2552 "gvim 認得的參數 (Athena 版):\n" | |
2553 | |
20379 | 2554 msgid "-display <display>\tRun Vim on <display>" |
7 | 2555 msgstr "-display <display>\t在視窗 <display> 執行 vim" |
2556 | |
20379 | 2557 msgid "-iconic\t\tStart Vim iconified" |
7 | 2558 msgstr "-iconic\t\t啟動後圖示化(iconified)" |
2559 | |
2560 msgid "-name <name>\t\tUse resource as if vim was <name>" | |
2561 msgstr "-name <name>\t\t讀取 Resource 時把 vim 的名稱視為 <name>" | |
2562 | |
2563 msgid "\t\t\t (Unimplemented)\n" | |
2564 msgstr "\t\t\t (尚未實作)\n" | |
2565 | |
2566 msgid "-background <color>\tUse <color> for the background (also: -bg)" | |
2567 msgstr "-background <color>\t設定 <color> 為背景色 (也可用 -bg)" | |
2568 | |
2569 msgid "-foreground <color>\tUse <color> for normal text (also: -fg)" | |
2570 msgstr "-foreground <color>\t設定 <color> 為一般文字顏色 (也可用 -fg)" | |
2571 | |
2572 msgid "-font <font>\t\tUse <font> for normal text (also: -fn)" | |
2573 msgstr "-font <font>\t使用 <font> 為一般字型 (也可用 -fn)" | |
2574 | |
2575 msgid "-boldfont <font>\tUse <font> for bold text" | |
2576 msgstr "-boldfont <font>\t使用 <font> 為粗體字型" | |
2577 | |
2578 msgid "-italicfont <font>\tUse <font> for italic text" | |
2579 msgstr "-italicfont <font>\t使用 <font> 為斜體字型" | |
2580 | |
2581 msgid "-geometry <geom>\tUse <geom> for initial geometry (also: -geom)" | |
2582 msgstr "-geometry <geom>\t使用<geom>為起始位置 (也可用 -geom)" | |
2583 | |
2584 msgid "-borderwidth <width>\tUse a border width of <width> (also: -bw)" | |
2585 msgstr "-borderwidth <width>\t使用寬度為 <width> 的邊框 (也可用 -bw)" | |
2586 | |
2587 msgid "-scrollbarwidth <width> Use a scrollbar width of <width> (also: -sw)" | |
2588 msgstr "-scrollbarwidth <width> 設定捲動軸寬度為 <width> (也可用 -sw)" | |
2589 | |
2590 msgid "-menuheight <height>\tUse a menu bar height of <height> (also: -mh)" | |
2591 msgstr "-menuheight <height>\t設定選單列的高度為 <height> (也可用 -mh)" | |
2592 | |
2593 msgid "-reverse\t\tUse reverse video (also: -rv)" | |
2594 msgstr "-reverse\t\t使用反相顯示 (也可用 -rv)" | |
2595 | |
2596 msgid "+reverse\t\tDon't use reverse video (also: +rv)" | |
2597 msgstr "+reverse\t\t不使用反相顯示 (也可用 +rv)" | |
2598 | |
2599 msgid "-xrm <resource>\tSet the specified resource" | |
2600 msgstr "-xrm <resource>\t設定指定的 resource" | |
2601 | |
2602 msgid "" | |
2603 "\n" | |
2604 "Arguments recognised by gvim (RISC OS version):\n" | |
2605 msgstr "" | |
2606 "\n" | |
2607 "gvim 認得的參數 (RISC OS 版):\n" | |
2608 | |
2609 msgid "--columns <number>\tInitial width of window in columns" | |
2610 msgstr "--columns <number>\t視窗初始化寬度" | |
2611 | |
2612 msgid "--rows <number>\tInitial height of window in rows" | |
2613 msgstr "--rows <number>\t視窗初始化高度" | |
2614 | |
2615 msgid "" | |
2616 "\n" | |
2617 "Arguments recognised by gvim (GTK+ version):\n" | |
2618 msgstr "" | |
2619 "\n" | |
2620 "gvim 認得的參數 (GTK+ 版):\n" | |
2621 | |
20379 | 2622 msgid "-display <display>\tRun Vim on <display> (also: --display)" |
2623 msgstr "-display <display>\t在 <display> 執行 Vim (也可用 --display)" | |
7 | 2624 |
2625 msgid "--role <role>\tSet a unique role to identify the main window" | |
2626 msgstr "--role <role>\t設定獨特的角色(role)以區分主視窗" | |
2627 | |
2628 msgid "--socketid <xid>\tOpen Vim inside another GTK widget" | |
2629 msgstr "--socketid <xid>\t在另一個 GTK widget 內開啟 Vim" | |
2630 | |
146 | 2631 msgid "-P <parent title>\tOpen Vim inside parent application" |
2632 msgstr "-P <parent title>\t在父程式中開啟 Vim" | |
2633 | |
7 | 2634 msgid "No display" |
2635 msgstr "無顯示" | |
2636 | |
2637 #. Failed to send, abort. | |
2638 msgid ": Send failed.\n" | |
2639 msgstr ": 傳送失敗。\n" | |
2640 | |
2641 #. Let vim start normally. | |
2642 msgid ": Send failed. Trying to execute locally\n" | |
2643 msgstr ": 送出失敗。試圖在本地執行\n" | |
2644 | |
2645 #, c-format | |
2646 msgid "%d of %d edited" | |
2647 msgstr "已編輯 %d/%d 個檔案" | |
2648 | |
2649 msgid "No display: Send expression failed.\n" | |
2650 msgstr "無 Display: 無法傳送運算式。\n" | |
2651 | |
2652 msgid ": Send expression failed.\n" | |
2653 msgstr ": 無法傳送運算式。\n" | |
2654 | |
2655 msgid "No marks set" | |
2656 msgstr "沒有設定標記 (mark)" | |
2657 | |
2658 #, c-format | |
2659 msgid "E283: No marks matching \"%s\"" | |
2660 msgstr "E283: 找不到符合 \"%s\" 的標記(mark)" | |
2661 | |
2662 #. Highlight title | |
2663 msgid "" | |
2664 "\n" | |
2665 "mark line col file/text" | |
2666 msgstr "" | |
2667 "\n" | |
2668 "標記 行號 欄 檔案/文字" | |
2669 | |
2670 #. Highlight title | |
2671 msgid "" | |
2672 "\n" | |
2673 " jump line col file/text" | |
2674 msgstr "" | |
2675 "\n" | |
2676 " jump 行號 欄 檔案/文字" | |
2677 | |
146 | 2678 #. Highlight title |
2679 msgid "" | |
2680 "\n" | |
2681 "change line col text" | |
2682 msgstr "" | |
2683 "\n" | |
2684 "改變 行號 欄 文字" | |
2685 | |
2686 #, c-format | |
7 | 2687 msgid "" |
2688 "\n" | |
2689 "# File marks:\n" | |
2690 msgstr "" | |
2691 "\n" | |
2692 "# 檔案標記:\n" | |
2693 | |
2694 #. Write the jumplist with -' | |
146 | 2695 #, c-format |
7 | 2696 msgid "" |
2697 "\n" | |
2698 "# Jumplist (newest first):\n" | |
2699 msgstr "" | |
2700 "\n" | |
2701 "# Jumplist (由新到舊):\n" | |
2702 | |
146 | 2703 #, c-format |
7 | 2704 msgid "" |
2705 "\n" | |
2706 "# History of marks within files (newest to oldest):\n" | |
2707 msgstr "" | |
2708 "\n" | |
2709 "# 檔案內 Mark 記錄 (由新到舊):\n" | |
2710 | |
2711 msgid "Missing '>'" | |
2712 msgstr "缺少對應的 '>'" | |
2713 | |
2714 msgid "E543: Not a valid codepage" | |
2715 msgstr "E543: 不正確的 codepage" | |
2716 | |
2717 msgid "E284: Cannot set IC values" | |
2718 msgstr "E284: 不能設定 IC 數值" | |
2719 | |
2720 msgid "E285: Failed to create input context" | |
2721 msgstr "E285: 無法建立 input context" | |
2722 | |
2723 msgid "E286: Failed to open input method" | |
2724 msgstr "E286: 無法開啟輸入法" | |
2725 | |
2726 msgid "E287: Warning: Could not set destroy callback to IM" | |
2727 msgstr "E287: 警告: 無法移除 IM 的 callback" | |
2728 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
2729 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
2730 msgid "E288: Input method doesn't support any style" |
7 | 2731 msgstr "E288: 輸入法不支援任何 style" |
2732 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
2733 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
2734 msgid "E289: Input method doesn't support my preedit type" |
7 | 2735 msgstr "E289: 輸入法不支援任何 style" |
2736 | |
2737 msgid "E291: Your GTK+ is older than 1.2.3. Status area disabled" | |
2738 msgstr "E291: 你的 GTK+ 比 1.2.3 還舊。無法使用狀態區。" | |
2739 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
2740 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
2741 msgid "E293: Block was not locked" |
7 | 2742 msgstr "E293: 區塊未被鎖定" |
2743 | |
2744 msgid "E294: Seek error in swap file read" | |
2745 msgstr "E294: 暫存檔讀取錯誤" | |
2746 | |
2747 msgid "E295: Read error in swap file" | |
2748 msgstr "E295: 暫存檔讀取錯誤" | |
2749 | |
2750 msgid "E296: Seek error in swap file write" | |
2751 msgstr "E296: 暫存檔寫入錯誤" | |
2752 | |
2753 msgid "E297: Write error in swap file" | |
2754 msgstr "E297: 暫存檔寫入錯誤" | |
2755 | |
2756 msgid "E300: Swap file already exists (symlink attack?)" | |
2757 msgstr "E300: 暫存檔已經存在! (小心符號連結的安全漏洞!?)" | |
2758 | |
2759 msgid "E298: Didn't get block nr 0?" | |
2760 msgstr "E298: 找不到區塊 0?" | |
2761 | |
2762 msgid "E298: Didn't get block nr 1?" | |
2763 msgstr "E298: 找不到區塊 1?" | |
2764 | |
2765 msgid "E298: Didn't get block nr 2?" | |
2766 msgstr "E298: 找不到區塊 2?" | |
2767 | |
2768 #. could not (re)open the swap file, what can we do???? | |
2769 msgid "E301: Oops, lost the swap file!!!" | |
2770 msgstr "E301: 噢噢, 暫存檔不見了!!!" | |
2771 | |
2772 msgid "E302: Could not rename swap file" | |
2773 msgstr "E302: 無法改變暫存檔的名稱" | |
2774 | |
2775 #, c-format | |
2776 msgid "E303: Unable to open swap file for \"%s\", recovery impossible" | |
2777 msgstr "E303: 無法開啟暫存檔 \"%s\", 不可能修復了" | |
2778 | |
2779 msgid "E304: ml_timestamp: Didn't get block 0??" | |
2780 msgstr "E304: ml_timestamp: 找不到區塊 0??" | |
2781 | |
2782 #, c-format | |
2783 msgid "E305: No swap file found for %s" | |
2784 msgstr "E305: 找不到 %s 的暫存檔" | |
2785 | |
2786 msgid "Enter number of swap file to use (0 to quit): " | |
2787 msgstr "請選擇你要使用的暫存檔 (按0 離開): " | |
2788 | |
2789 #, c-format | |
2790 msgid "E306: Cannot open %s" | |
2791 msgstr "E306: 無法開啟 %s" | |
2792 | |
2793 msgid "Unable to read block 0 from " | |
2794 msgstr "無法讀取區塊 0:" | |
2795 | |
2796 msgid "" | |
2797 "\n" | |
2798 "Maybe no changes were made or Vim did not update the swap file." | |
2799 msgstr "" | |
2800 "\n" | |
2801 "可能是你沒做過任何修改或是 Vim 還來不及更新暫存檔." | |
2802 | |
2803 msgid " cannot be used with this version of Vim.\n" | |
2804 msgstr " 無法在本版本的 Vim 中使用.\n" | |
2805 | |
2806 msgid "Use Vim version 3.0.\n" | |
2807 msgstr "使用 Vim 3.0。\n" | |
2808 | |
2809 #, c-format | |
2810 msgid "E307: %s does not look like a Vim swap file" | |
2811 msgstr "E307: %s 看起來不像是 Vim 暫存檔" | |
2812 | |
2813 msgid " cannot be used on this computer.\n" | |
2814 msgstr " 無法在這臺電腦上使用.\n" | |
2815 | |
2816 msgid "The file was created on " | |
2817 msgstr "本檔案建立於 " | |
2818 | |
2819 msgid "" | |
2820 ",\n" | |
2821 "or the file has been damaged." | |
2822 msgstr "" | |
2823 ",\n" | |
2824 "或是這檔案已經損毀。" | |
2825 | |
2826 #, c-format | |
2827 msgid "Using swap file \"%s\"" | |
2828 msgstr "使用暫存檔 \"%s\"" | |
2829 | |
2830 #, c-format | |
2831 msgid "Original file \"%s\"" | |
2832 msgstr "原始檔 \"%s\"" | |
2833 | |
2834 msgid "E308: Warning: Original file may have been changed" | |
2835 msgstr "E308: 警告: 原始檔案可能已經修改過了" | |
2836 | |
2837 #, c-format | |
2838 msgid "E309: Unable to read block 1 from %s" | |
2839 msgstr "E309: 無法從 %s 讀取區塊 1" | |
2840 | |
2841 msgid "???MANY LINES MISSING" | |
146 | 2842 msgstr "???缺少太多行 " |
2843 | |
7 | 2844 msgid "???LINE COUNT WRONG" |
2845 msgstr "???行號錯誤" | |
2846 | |
2847 msgid "???EMPTY BLOCK" | |
2848 msgstr "???空的 BLOCK" | |
2849 | |
2850 msgid "???LINES MISSING" | |
146 | 2851 msgstr "???找不到一些行 " |
2852 | |
7 | 2853 #, c-format |
2854 msgid "E310: Block 1 ID wrong (%s not a .swp file?)" | |
2855 msgstr "E310: 區塊 1 ID 錯誤 (%s 不是暫存檔?)" | |
2856 | |
2857 msgid "???BLOCK MISSING" | |
2858 msgstr "???找不到BLOCK" | |
2859 | |
2860 msgid "??? from here until ???END lines may be messed up" | |
2861 msgstr "??? 從這裡到 ???END 的內容可能有問題" | |
2862 | |
2863 msgid "??? from here until ???END lines may have been inserted/deleted" | |
2864 msgstr "??? 從這裡到 ???END 的內容可能被刪除/插入過" | |
2865 | |
2866 # do not translate | |
2867 msgid "???END" | |
2868 msgstr "???END" | |
2869 | |
2870 msgid "E311: Recovery Interrupted" | |
2871 msgstr "E311: 修復已中斷" | |
2872 | |
2873 msgid "" | |
2874 "E312: Errors detected while recovering; look for lines starting with ???" | |
146 | 2875 msgstr "E312: 修復時發生錯誤; 請注意開頭為 ??? 的行 " |
2876 | |
2877 msgid "See \":help E312\" for more information." | |
2878 msgstr "詳細說明請見 \":help E312\"" | |
2879 | |
7 | 2880 msgid "Recovery completed. You should check if everything is OK." |
2881 msgstr "復原完成. 請確定一切正常." | |
2882 | |
2883 msgid "" | |
2884 "\n" | |
2885 "(You might want to write out this file under another name\n" | |
2886 msgstr "" | |
2887 "\n" | |
2888 "(你可能會想要把這個檔案另存別的檔名,\n" | |
2889 | |
2890 msgid "and run diff with the original file to check for changes)\n" | |
2891 msgstr "再執行 diff 與原檔案比較以檢查是否有改變)\n" | |
2892 | |
2893 msgid "" | |
2894 "Delete the .swp file afterwards.\n" | |
2895 "\n" | |
2896 msgstr "" | |
2897 "(D)直接刪除 .swp 暫存檔\n" | |
2898 "\n" | |
2899 | |
2900 #. use msg() to start the scrolling properly | |
2901 msgid "Swap files found:" | |
2902 msgstr "找到以下的暫存檔:" | |
2903 | |
2904 msgid " In current directory:\n" | |
2905 msgstr " 在目前的目錄:\n" | |
2906 | |
2907 msgid " Using specified name:\n" | |
2908 msgstr " Using specified name:\n" | |
2909 | |
2910 msgid " In directory " | |
2911 msgstr " 在目錄 " | |
2912 | |
2913 msgid " -- none --\n" | |
2914 msgstr " -- 無 --\n" | |
2915 | |
2916 msgid " owned by: " | |
2917 msgstr " 擁有者: " | |
2918 | |
2919 msgid " dated: " | |
2920 msgstr " 日期: " | |
2921 | |
2922 msgid " dated: " | |
2923 msgstr " 日期: " | |
2924 | |
2925 msgid " [from Vim version 3.0]" | |
2926 msgstr " [從 Vim 版本 3.0]" | |
2927 | |
2928 msgid " [does not look like a Vim swap file]" | |
2929 msgstr " [不像 Vim 的暫存檔]" | |
2930 | |
2931 msgid " file name: " | |
2932 msgstr " 檔名: " | |
2933 | |
2934 msgid "" | |
2935 "\n" | |
2936 " modified: " | |
2937 msgstr "" | |
2938 "\n" | |
2939 " 修改過: " | |
2940 | |
2941 msgid "YES" | |
2942 msgstr "是" | |
2943 | |
2944 msgid "no" | |
2945 msgstr "否" | |
2946 | |
2947 msgid "" | |
2948 "\n" | |
2949 " user name: " | |
2950 msgstr "" | |
2951 "\n" | |
2952 " 使用者: " | |
2953 | |
2954 msgid " host name: " | |
2955 msgstr " 主機名稱: " | |
2956 | |
2957 msgid "" | |
2958 "\n" | |
2959 " host name: " | |
2960 msgstr "" | |
2961 "\n" | |
2962 " 主機名稱: " | |
2963 | |
2964 msgid "" | |
2965 "\n" | |
2966 " process ID: " | |
2967 msgstr "" | |
2968 "\n" | |
2969 " process ID: " | |
2970 | |
2971 msgid " (still running)" | |
2972 msgstr " (執行中)" | |
2973 | |
2974 msgid "" | |
2975 "\n" | |
2976 " [not usable with this version of Vim]" | |
2977 msgstr "" | |
2978 "\n" | |
2979 " [無法在本版本的 Vim 上使用]" | |
2980 | |
2981 msgid "" | |
2982 "\n" | |
2983 " [not usable on this computer]" | |
2984 msgstr "" | |
2985 "\n" | |
2986 " [無法在本電腦上使用]" | |
2987 | |
2988 msgid " [cannot be read]" | |
2989 msgstr " [無法讀取]" | |
2990 | |
2991 msgid " [cannot be opened]" | |
2992 msgstr " [無法開啟]" | |
2993 | |
2994 msgid "E313: Cannot preserve, there is no swap file" | |
2995 msgstr "E313: 無法保留, 不使用暫存檔" | |
2996 | |
2997 msgid "File preserved" | |
2998 msgstr "檔案已保留" | |
2999 | |
3000 msgid "E314: Preserve failed" | |
3001 msgstr "E314: 保留失敗" | |
3002 | |
3003 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3004 # TODO: Capitalise first word of message? |
28843
cd68a630f0d0
Update runtime files and translations
Bram Moolenaar <Bram@vim.org>
parents:
28808
diff
changeset
|
3005 msgid "E315: ml_get: Invalid lnum: %ld" |
7 | 3006 msgstr "E315: ml_get: 錯誤的 lnum: %ld" |
3007 | |
3008 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3009 # TODO: Capitalise first word of message? |
28843
cd68a630f0d0
Update runtime files and translations
Bram Moolenaar <Bram@vim.org>
parents:
28808
diff
changeset
|
3010 msgid "E316: ml_get: Cannot find line %ld" |
146 | 3011 msgstr "E316: ml_get: 找不到第 %ld 行 " |
3012 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3013 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3014 msgid "E317: Pointer block id wrong 3" |
7 | 3015 msgstr "E317: 指標區塊 id 錯誤 3" |
3016 | |
3017 msgid "stack_idx should be 0" | |
3018 msgstr "stack_idx 應該是 0" | |
3019 | |
3020 msgid "E318: Updated too many blocks?" | |
3021 msgstr "E318: 更新太多區塊?" | |
3022 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3023 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3024 msgid "E317: Pointer block id wrong 4" |
7 | 3025 msgstr "E317: 指標區塊 id 錯誤 4" |
3026 | |
3027 msgid "deleted block 1?" | |
3028 msgstr "刪除區塊 1?" | |
3029 | |
3030 #, c-format | |
3031 msgid "E320: Cannot find line %ld" | |
146 | 3032 msgstr "E320: 找不到第 %ld 行 " |
3033 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3034 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3035 msgid "E317: Pointer block id wrong" |
7 | 3036 msgstr "E317: 指標區塊 id 錯誤" |
3037 | |
3038 msgid "pe_line_count is zero" | |
3039 msgstr "pe_line_count 為零" | |
3040 | |
3041 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3042 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3043 msgid "E322: Line number out of range: %ld past the end" |
7 | 3044 msgstr "E322: 行號超出範圍: %ld 超過結尾" |
3045 | |
3046 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3047 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3048 msgid "E323: Line count wrong in block %ld" |
7 | 3049 msgstr "E323: 區塊 %ld 行數錯誤" |
3050 | |
3051 msgid "Stack size increases" | |
3052 msgstr "堆疊大小增加" | |
3053 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3054 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3055 msgid "E317: Pointer block id wrong 2" |
7 | 3056 msgstr "E317: 指標區塊 id 錯 2" |
3057 | |
3058 msgid "E325: ATTENTION" | |
3059 msgstr "E325: 注意" | |
3060 | |
3061 msgid "" | |
3062 "\n" | |
3063 "Found a swap file by the name \"" | |
3064 msgstr "" | |
3065 "\n" | |
3066 "找到暫存檔 \"" | |
3067 | |
3068 msgid "While opening file \"" | |
3069 msgstr "在開啟檔案 \"" | |
3070 | |
3071 msgid " NEWER than swap file!\n" | |
3072 msgstr " 比暫存檔更新!\n" | |
3073 | |
3074 #. Some of these messages are long to allow translation to | |
3075 #. * other languages. | |
3076 msgid "" | |
3077 "\n" | |
3078 "(1) Another program may be editing the same file.\n" | |
3079 " If this is the case, be careful not to end up with two\n" | |
3080 " different instances of the same file when making changes.\n" | |
3081 msgstr "" | |
3082 "\n" | |
3083 "(1) 可能有另一個程式也在編輯同一個檔案.\n" | |
3084 " 如果是這樣,請小心不要兩邊一起寫入,不然你的努力都會負諸流水。\n" | |
3085 | |
3086 msgid " Quit, or continue with caution.\n" | |
3087 msgstr " 離開,或是繼續編輯。\n" | |
3088 | |
3089 msgid "" | |
3090 "\n" | |
3091 "(2) An edit session for this file crashed.\n" | |
3092 msgstr "" | |
3093 "\n" | |
3094 "(2) 前次編輯此檔時當機\n" | |
3095 | |
3096 msgid " If this is the case, use \":recover\" or \"vim -r " | |
3097 msgstr " 如果是這樣, 請用 \":recover\" 或 \"vim -r" | |
3098 | |
3099 msgid "" | |
3100 "\"\n" | |
3101 " to recover the changes (see \":help recovery\").\n" | |
3102 msgstr "" | |
3103 "\"\n" | |
146 | 3104 " 來救回修改資料 (詳細說明請看 \":help recovery\").\n" |
3105 | |
7 | 3106 msgid " If you did this already, delete the swap file \"" |
3107 msgstr " 如果該救的都已經救了, 請直接刪除此暫存檔 \"" | |
3108 | |
3109 msgid "" | |
3110 "\"\n" | |
3111 " to avoid this message.\n" | |
3112 msgstr "" | |
3113 "\"\n" | |
3114 " 以避免再看到此訊息.\n" | |
3115 | |
3116 msgid "Swap file \"" | |
3117 msgstr "暫存檔 \"" | |
3118 | |
3119 msgid "\" already exists!" | |
3120 msgstr "\" 已經存在了!" | |
3121 | |
3122 msgid "VIM - ATTENTION" | |
3123 msgstr "VIM - 注意" | |
3124 | |
3125 msgid "Swap file already exists!" | |
3126 msgstr "暫存檔已經存在!" | |
3127 | |
3128 msgid "" | |
3129 "&Open Read-Only\n" | |
3130 "&Edit anyway\n" | |
3131 "&Recover\n" | |
3132 "&Quit\n" | |
146 | 3133 "&Abort" |
3134 msgstr "" | |
3135 "以唯讀方式開啟(&O)\n" | |
3136 "直接編輯(&E)\n" | |
3137 "修復(&R)\n" | |
3138 "離開(&Q)\n" | |
3139 "跳出(&A)" | |
3140 | |
3141 msgid "" | |
3142 "&Open Read-Only\n" | |
3143 "&Edit anyway\n" | |
3144 "&Recover\n" | |
3145 "&Quit\n" | |
3146 "&Abort\n" | |
7 | 3147 "&Delete it" |
3148 msgstr "" | |
3149 "以唯讀方式開啟(&O)\n" | |
3150 "直接編輯(&E)\n" | |
3151 "修復(&R)\n" | |
3152 "離開(&Q)\n" | |
146 | 3153 "跳出(&A)\n" |
7 | 3154 "刪除暫存檔(&D)" |
3155 | |
3156 msgid "E326: Too many swap files found" | |
3157 msgstr "E326: 找到太多暫存檔" | |
3158 | |
3159 msgid "E327: Part of menu-item path is not sub-menu" | |
3160 msgstr "E327: 部份選項路徑不是子選單" | |
3161 | |
3162 msgid "E328: Menu only exists in another mode" | |
3163 msgstr "E328: 選單只能在其它模式中使用" | |
3164 | |
3165 msgid "E329: No menu of that name" | |
3166 msgstr "E329: 沒有那樣的選單" | |
3167 | |
3168 msgid "E330: Menu path must not lead to a sub-menu" | |
3169 msgstr "E330: 選單路徑不能指向子選單" | |
3170 | |
3171 msgid "E331: Must not add menu items directly to menu bar" | |
3172 msgstr "E331: 不能直接把選項加到選單列中" | |
3173 | |
3174 msgid "E332: Separator cannot be part of a menu path" | |
3175 msgstr "E332: 分隔線不能是選單路徑的一部份" | |
3176 | |
3177 #. Now we have found the matching menu, and we list the mappings | |
3178 #. Highlight title | |
3179 msgid "" | |
3180 "\n" | |
3181 "--- Menus ---" | |
3182 msgstr "" | |
3183 "\n" | |
3184 "--- 選單 ---" | |
3185 | |
3186 msgid "Tear off this menu" | |
3187 msgstr "切下此選單" | |
3188 | |
3189 msgid "E333: Menu path must lead to a menu item" | |
3190 msgstr "E333: 選單路徑必需指向一個選項" | |
3191 | |
3192 #, c-format | |
3193 msgid "E334: Menu not found: %s" | |
3194 msgstr "E334: [選單] 找不到 %s" | |
3195 | |
3196 #, c-format | |
3197 msgid "E335: Menu not defined for %s mode" | |
3198 msgstr "E335: %s 模式未定義選單" | |
3199 | |
3200 msgid "E336: Menu path must lead to a sub-menu" | |
3201 msgstr "E336: 選單路徑必需指向子選單" | |
3202 | |
3203 msgid "E337: Menu not found - check menu names" | |
3204 msgstr "E337: 找不到選單 - 請檢查選單名稱" | |
3205 | |
3206 #, c-format | |
3207 msgid "Error detected while processing %s:" | |
3208 msgstr "處理 %s 時發生錯誤:" | |
3209 | |
3210 #, c-format | |
3211 msgid "line %4ld:" | |
3212 msgstr "行 %4ld:" | |
3213 | |
3214 msgid "[string too long]" | |
3215 msgstr "[此行過長]" | |
3216 | |
3217 msgid "Messages maintainer: Bram Moolenaar <Bram@vim.org>" | |
3218 msgstr "" | |
3219 "正體中文訊息維護者: Francis S.Lin <piaip@csie.ntu.edu." | |
3220 "tw>, Cecil Sheng <b7506022@csie.ntu.edu.tw>" | |
3221 | |
3222 msgid "Interrupt: " | |
3223 msgstr "已中斷: " | |
3224 | |
3225 msgid "Hit ENTER to continue" | |
3226 msgstr "請按 ENTER 繼續" | |
3227 | |
3228 msgid "Hit ENTER or type command to continue" | |
3229 msgstr "請按 ENTER 或其它命令以繼續" | |
3230 | |
3231 msgid "-- More --" | |
3232 msgstr "-- 尚有 --" | |
3233 | |
3234 msgid " (RET/BS: line, SPACE/b: page, d/u: half page, q: quit)" | |
3235 msgstr " (RET/BS: 向下/向上一行, 空白鍵/b: 一頁, d/u: 半頁, q: 離開)" | |
3236 | |
3237 msgid " (RET: line, SPACE: page, d: half page, q: quit)" | |
3238 msgstr " (RET: 向下一行, 空白鍵: 一頁, d: 半頁, q: 離開)" | |
3239 | |
3240 msgid "Question" | |
3241 msgstr "問題" | |
3242 | |
3243 msgid "" | |
3244 "&Yes\n" | |
3245 "&No" | |
3246 msgstr "" | |
3247 "&Y是\n" | |
3248 "&N否" | |
3249 | |
3250 msgid "" | |
3251 "&Yes\n" | |
3252 "&No\n" | |
3253 "Save &All\n" | |
3254 "&Discard All\n" | |
3255 "&Cancel" | |
3256 msgstr "" | |
3257 "&Y是\n" | |
3258 "&N否\n" | |
3259 "&A全部存檔\n" | |
3260 "&D全部不存\n" | |
3261 "&C取消" | |
3262 | |
3263 msgid "Save File dialog" | |
3264 msgstr "存檔" | |
3265 | |
3266 msgid "Open File dialog" | |
3267 msgstr "開檔" | |
3268 | |
3269 #. TODO: non-GUI file selector here | |
3270 msgid "E338: Sorry, no file browser in console mode" | |
3271 msgstr "E338: 主控台(Console)模式時沒有檔案瀏覽器(file browser)" | |
3272 | |
3273 msgid "W10: Warning: Changing a readonly file" | |
3274 msgstr "W10: 注意: 你正在修改一個唯讀檔" | |
3275 | |
3276 msgid "1 more line" | |
146 | 3277 msgstr "還有一行 " |
3278 | |
7 | 3279 msgid "1 line less" |
146 | 3280 msgstr "少於一行 " |
3281 | |
7 | 3282 #, c-format |
3283 msgid "%ld more lines" | |
146 | 3284 msgstr "還有 %ld 行 " |
3285 | |
7 | 3286 #, c-format |
3287 msgid "%ld fewer lines" | |
146 | 3288 msgstr "只剩 %ld 行 " |
3289 | |
7 | 3290 msgid " (Interrupted)" |
3291 msgstr " (已中斷)" | |
3292 | |
3293 msgid "Vim: preserving files...\n" | |
3294 msgstr "Vim: 保留檔案中...\n" | |
3295 | |
3296 #. close all memfiles, without deleting | |
3297 msgid "Vim: Finished.\n" | |
3298 msgstr "Vim: 結束.\n" | |
3299 | |
146 | 3300 #, c-format |
7 | 3301 msgid "ERROR: " |
3302 msgstr "錯誤: " | |
3303 | |
3304 #, c-format | |
3305 msgid "" | |
3306 "\n" | |
3307 "[bytes] total alloc-freed %lu-%lu, in use %lu, peak use %lu\n" | |
3308 msgstr "" | |
3309 "\n" | |
3310 "[bytes] 全部 alloc-freed %lu-%lu, 使用中 %lu, peak 使用 %lu\n" | |
3311 | |
3312 #, c-format | |
3313 msgid "" | |
3314 "[calls] total re/malloc()'s %lu, total free()'s %lu\n" | |
3315 "\n" | |
3316 msgstr "" | |
3317 "[呼叫] 全部 re/malloc(): %lu, 全部 free()': %lu\n" | |
3318 "\n" | |
3319 | |
3320 msgid "E340: Line is becoming too long" | |
3321 msgstr "E340: 此行過長" | |
3322 | |
3323 #, c-format | |
3324 msgid "E341: Internal error: lalloc(%ld, )" | |
3325 msgstr "E341: 內部錯誤: lalloc(%ld, )" | |
3326 | |
3327 #, c-format | |
3328 msgid "E342: Out of memory! (allocating %lu bytes)" | |
3329 msgstr "E342: 記憶體不足! (嘗試配置 %lu 位元組)" | |
3330 | |
3331 #, c-format | |
3332 msgid "Calling shell to execute: \"%s\"" | |
3333 msgstr "呼叫 shell 執行: \"%s\"" | |
3334 | |
3335 msgid "E545: Missing colon" | |
3336 msgstr "E545: 缺少 colon" | |
3337 | |
3338 msgid "E546: Illegal mode" | |
3339 msgstr "E546: 不正確的模式" | |
3340 | |
3341 msgid "E547: Illegal mouseshape" | |
3342 msgstr "E547: 不正確的滑鼠形狀" | |
3343 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3344 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3345 msgid "E548: Digit expected" |
7 | 3346 msgstr "E548: 應該要有數字" |
3347 | |
3348 msgid "E549: Illegal percentage" | |
3349 msgstr "E549: 不正確的百分比" | |
3350 | |
3351 msgid "Enter encryption key: " | |
3352 msgstr "輸入密碼: " | |
3353 | |
3354 msgid "Enter same key again: " | |
3355 msgstr "請再輸入一次: " | |
3356 | |
3357 msgid "Keys don't match!" | |
3358 msgstr "兩次輸入密碼不相同!" | |
3359 | |
3360 #, c-format | |
3361 msgid "" | |
3362 "E343: Invalid path: '**[number]' must be at the end of the path or be " | |
3363 "followed by '%s'." | |
3364 msgstr "E343: 不正確的路徑: '**[number]' 必需要在路徑結尾或要接著 '%s'" | |
3365 | |
3366 #, c-format | |
3367 msgid "E344: Can't find directory \"%s\" in cdpath" | |
3368 msgstr "E344: cdpath 中沒有目錄 \"%s\"" | |
3369 | |
3370 #, c-format | |
3371 msgid "E345: Can't find file \"%s\" in path" | |
3372 msgstr "E345: 在路徑中找不到檔案 \"%s\"" | |
3373 | |
3374 #, c-format | |
3375 msgid "E346: No more directory \"%s\" found in cdpath" | |
3376 msgstr "E346: 在路徑中找不到更多的檔案 \"%s\"" | |
3377 | |
3378 #, c-format | |
3379 msgid "E347: No more file \"%s\" found in path" | |
3380 msgstr "E347: 在路徑中找不到更多的檔案 \"%s\"" | |
3381 | |
3382 msgid "E550: Missing colon" | |
3383 msgstr "E550: 缺少 colon" | |
3384 | |
3385 msgid "E551: Illegal component" | |
3386 msgstr "E551: 不正確的模式" | |
3387 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3388 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3389 msgid "E552: Digit expected" |
7 | 3390 msgstr "E552: 應該要有數字" |
3391 | |
3392 #. Get here when the server can't be found. | |
3393 msgid "Cannot connect to Netbeans #2" | |
3394 msgstr "無法連接到 Netbeans #2" | |
3395 | |
3396 msgid "Cannot connect to Netbeans" | |
3397 msgstr "無法連接到 Netbeans" | |
3398 | |
146 | 3399 #, c-format |
3400 msgid "E668: Wrong access mode for NetBeans connection info file: \"%s\"" | |
3401 msgstr "E668: NetBeans 連線資訊檔案: \"%s\" 存取模式不正確" | |
3402 | |
7 | 3403 msgid "read from Netbeans socket" |
3404 msgstr "由 Netbeans socket 讀取" | |
3405 | |
146 | 3406 #, c-format |
3407 msgid "E658: NetBeans connection lost for buffer %ld" | |
3408 msgstr "E658: 緩衝區 %ld 與 NetBeans 的連線已中斷" | |
3409 | |
7 | 3410 msgid "Warning: terminal cannot highlight" |
3411 msgstr "注意: 你的終端機無法顯示高亮度" | |
3412 | |
3413 msgid "E348: No string under cursor" | |
3414 msgstr "E348: 游標處沒有字串" | |
3415 | |
3416 msgid "E349: No identifier under cursor" | |
3417 msgstr "E349: 游標處沒有識別字" | |
3418 | |
3419 msgid "E352: Cannot erase folds with current 'foldmethod'" | |
3420 msgstr "E352: 無法在目前的 'foldmethod' 下刪除 fold" | |
3421 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3422 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3423 msgid "E664: Changelist is empty" |
146 | 3424 msgstr "E664: 變更列表是空的" |
3425 | |
3426 msgid "E662: At start of changelist" | |
3427 msgstr "E662: 已在變更列表的開頭" | |
3428 | |
3429 msgid "E663: At end of changelist" | |
3430 msgstr "E663: 已在變更列表的結尾" | |
3431 | |
3432 msgid "Type :quit<Enter> to exit Vim" | |
3433 msgstr "要離開 Vim 請輸入 :quit<Enter> " | |
3434 | |
7 | 3435 #, c-format |
3436 msgid "1 line %sed 1 time" | |
3437 msgstr "一行 %s 過 一次" | |
3438 | |
3439 #, c-format | |
3440 msgid "1 line %sed %d times" | |
3441 msgstr "一行 %s 過 %d 次" | |
3442 | |
3443 #, c-format | |
3444 msgid "%ld lines %sed 1 time" | |
3445 msgstr "%ld 行 %s 過 一次" | |
3446 | |
3447 #, c-format | |
3448 msgid "%ld lines %sed %d times" | |
3449 msgstr "%ld 行 %s 過 %d 次" | |
3450 | |
3451 #, c-format | |
3452 msgid "%ld lines to indent... " | |
146 | 3453 msgstr "縮排 %ld 行... " |
3454 | |
7 | 3455 msgid "1 line indented " |
3456 msgstr "一行已縮排" | |
3457 | |
3458 #, c-format | |
3459 msgid "%ld lines indented " | |
146 | 3460 msgstr "已縮排 %ld 行 " |
7 | 3461 |
3462 #. must display the prompt | |
3463 msgid "cannot yank; delete anyway" | |
3464 msgstr "無法剪下; 直接刪除" | |
3465 | |
3466 msgid "1 line changed" | |
3467 msgstr " 1 行 ~ed" | |
3468 | |
3469 #, c-format | |
3470 msgid "%ld lines changed" | |
146 | 3471 msgstr "已改變 %ld 行 " |
3472 | |
7 | 3473 #, c-format |
3474 msgid "freeing %ld lines" | |
146 | 3475 msgstr "釋放 %ld 行中 " |
3476 | |
7 | 3477 msgid "1 line yanked" |
146 | 3478 msgstr "已複製 1 行 " |
3479 | |
7 | 3480 #, c-format |
3481 msgid "%ld lines yanked" | |
146 | 3482 msgstr "已複製 %ld 行 " |
3483 | |
7 | 3484 #, c-format |
3485 msgid "E353: Nothing in register %s" | |
3486 msgstr "E353: 暫存器 %s 裡沒有東西" | |
3487 | |
3488 #. Highlight title | |
3489 msgid "" | |
3490 "\n" | |
3491 "--- Registers ---" | |
3492 msgstr "" | |
3493 "\n" | |
3494 "--- 暫存器 ---" | |
3495 | |
3496 msgid "Illegal register name" | |
3497 msgstr "不正確的暫存器名稱" | |
3498 | |
146 | 3499 #, c-format |
7 | 3500 msgid "" |
3501 "\n" | |
3502 "# Registers:\n" | |
3503 msgstr "" | |
3504 "\n" | |
3505 "# 暫存器:\n" | |
3506 | |
3507 #, c-format | |
3508 msgid "E574: Unknown register type %d" | |
3509 msgstr "E574: 未知的註冊型態: %d" | |
3510 | |
3511 #, c-format | |
3512 msgid "E354: Invalid register name: '%s'" | |
3513 msgstr "E354: 暫存器名稱錯誤: '%s'" | |
3514 | |
3515 #, c-format | |
3516 msgid "%ld Cols; " | |
3517 msgstr "%ld 欄; " | |
3518 | |
3519 #, c-format | |
3520 msgid "Selected %s%ld of %ld Lines; %ld of %ld Words; %ld of %ld Bytes" | |
3521 msgstr "選擇了 %s%ld/%ld 行; %ld/%ld 字(Word); %ld/%ld 字元(Bytes)" | |
3522 | |
3523 #, c-format | |
3524 msgid "Col %s of %s; Line %ld of %ld; Word %ld of %ld; Byte %ld of %ld" | |
3525 msgstr "欄 %s/%s; 行 %ld/%ld; 字(Word) %ld/%ld; 字元(Byte) %ld/%ld" | |
3526 | |
3527 #, c-format | |
3528 msgid "(+%ld for BOM)" | |
3529 msgstr "(+%ld for BOM)" | |
3530 | |
3531 msgid "%<%f%h%m%=Page %N" | |
3532 msgstr "%<%f%h%m%=第 %N 頁" | |
3533 | |
3534 # ? what's this for? | |
3535 msgid "Thanks for flying Vim" | |
3536 msgstr "感謝您愛用 Vim" | |
3537 | |
3538 msgid "E518: Unknown option" | |
3539 msgstr "E518: 不正確的選項" | |
3540 | |
3541 msgid "E519: Option not supported" | |
3542 msgstr "E519: 不支援該選項" | |
3543 | |
3544 msgid "E520: Not allowed in a modeline" | |
3545 msgstr "E520: 不能在 Modeline 裡出現" | |
3546 | |
3547 msgid "" | |
3548 "\n" | |
3549 "\tLast set from " | |
3550 msgstr "" | |
3551 "\n" | |
3552 "\t上次設定: " | |
3553 | |
3554 msgid "E521: Number required after =" | |
3555 msgstr "E521: = 後需要有數字" | |
3556 | |
3557 msgid "E522: Not found in termcap" | |
3558 msgstr "E522: Termcap 裡面找不到" | |
3559 | |
3560 #, c-format | |
3561 msgid "E539: Illegal character <%s>" | |
3562 msgstr "E539: 不正確的字元 <%s>" | |
3563 | |
3564 msgid "E529: Cannot set 'term' to empty string" | |
3565 msgstr "E529: 無法設定 'term' 為空字串" | |
3566 | |
3567 msgid "E530: Cannot change term in GUI" | |
3568 msgstr "E530: 在圖型界面中無法切換 term" | |
3569 | |
3570 msgid "E531: Use \":gui\" to start the GUI" | |
3571 msgstr "E531: 輸入 \":gui\" 來啟動圖形界面" | |
3572 | |
3573 msgid "E589: 'backupext' and 'patchmode' are equal" | |
3574 msgstr "E589: 'backupext' 跟 'patchmode' 是一樣的" | |
3575 | |
3576 msgid "E617: Cannot be changed in the GTK+ 2 GUI" | |
3577 msgstr "E617: 在圖型界面中無法切換 term" | |
3578 | |
3579 msgid "E524: Missing colon" | |
3580 msgstr "E524: 缺少 colon" | |
3581 | |
3582 msgid "E525: Zero length string" | |
3583 msgstr "E525: 零長度字串" | |
3584 | |
3585 #, c-format | |
3586 msgid "E526: Missing number after <%s>" | |
3587 msgstr "E526: <%s> 後缺少數字" | |
3588 | |
3589 msgid "E527: Missing comma" | |
3590 msgstr "E527: 缺少逗號" | |
3591 | |
3592 msgid "E528: Must specify a ' value" | |
3593 msgstr "E528: 必需指定一個 ' 值" | |
3594 | |
3595 msgid "E595: contains unprintable or wide character" | |
3596 msgstr "E595: 內含無法顯示的字元" | |
3597 | |
3598 msgid "E596: Invalid font(s)" | |
3599 msgstr "E596: 不正確的字型" | |
3600 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3601 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3602 msgid "E597: Can't select fontset" |
7 | 3603 msgstr "E597: 無法使用字型集(Fontset)" |
3604 | |
3605 msgid "E598: Invalid fontset" | |
3606 msgstr "E598: 不正確的字型集(Fontset)" | |
3607 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3608 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3609 msgid "E533: Can't select wide font" |
7 | 3610 msgstr "E533: 無法使用設定的中文字型(Widefont)" |
3611 | |
3612 msgid "E534: Invalid wide font" | |
3613 msgstr "E534: 不正確的字型(Widefont)" | |
3614 | |
3615 #, c-format | |
3616 msgid "E535: Illegal character after <%c>" | |
3617 msgstr "E535: <%c> 後有不正確的字元" | |
3618 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3619 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3620 msgid "E536: Comma required" |
7 | 3621 msgstr "E536: 需要逗號" |
3622 | |
3623 #, c-format | |
3624 msgid "E537: 'commentstring' must be empty or contain %s" | |
3625 msgstr "E537: 'commentstring' 必需是空白或包含 %s" | |
3626 | |
3627 msgid "E538: No mouse support" | |
3628 msgstr "E538: 不支援滑鼠" | |
3629 | |
3630 msgid "E540: Unclosed expression sequence" | |
3631 msgstr "E540: 沒有結束的運算式: " | |
3632 | |
3633 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3634 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3635 msgid "E542: Unbalanced groups" |
7 | 3636 msgstr "E542: 不對稱的 group" |
3637 | |
3638 msgid "E590: A preview window already exists" | |
3639 msgstr "E590: 預視的視窗已經存在了" | |
3640 | |
146 | 3641 msgid "W17: Arabic requires UTF-8, do ':set encoding=utf-8'" |
3642 msgstr "W17: Arabic 需要 UTF-8, 請執行 ':set encoding=utf-8'" | |
3643 | |
7 | 3644 #, c-format |
3645 msgid "E593: Need at least %d lines" | |
146 | 3646 msgstr "E593: 至少需要 %d 行 " |
3647 | |
7 | 3648 #, c-format |
3649 msgid "E594: Need at least %d columns" | |
3650 msgstr "E594: 至少需要 %d 欄" | |
3651 | |
3652 #, c-format | |
3653 msgid "E355: Unknown option: %s" | |
3654 msgstr "E355: 不正確的選項: %s" | |
3655 | |
3656 msgid "" | |
3657 "\n" | |
3658 "--- Terminal codes ---" | |
3659 msgstr "" | |
3660 "\n" | |
3661 "--- 終端機碼 ---" | |
3662 | |
3663 msgid "" | |
3664 "\n" | |
3665 "--- Global option values ---" | |
3666 msgstr "" | |
3667 "\n" | |
3668 "--- Global 選項值 ---" | |
3669 | |
3670 msgid "" | |
3671 "\n" | |
3672 "--- Local option values ---" | |
3673 msgstr "" | |
3674 "\n" | |
3675 "--- Local 選項值 ---" | |
3676 | |
3677 msgid "" | |
3678 "\n" | |
3679 "--- Options ---" | |
3680 msgstr "" | |
3681 "\n" | |
3682 "--- 選項 ---" | |
3683 | |
3684 msgid "E356: get_varp ERROR" | |
3685 msgstr "E356: get_varp 錯誤" | |
3686 | |
3687 #, c-format | |
3688 msgid "E357: 'langmap': Matching character missing for %s" | |
3689 msgstr "E357: 'langmap': 找不到 %s 對應的字元" | |
3690 | |
3691 #, c-format | |
3692 msgid "E358: 'langmap': Extra characters after semicolon: %s" | |
3693 msgstr "E358: 'langmap': 分號後有多餘的字元: %s" | |
3694 | |
3695 msgid "cannot open " | |
3696 msgstr "不能開啟" | |
3697 | |
3698 msgid "VIM: Can't open window!\n" | |
3699 msgstr "VIM: 無法開啟視窗!\n" | |
3700 | |
3701 msgid "Need Amigados version 2.04 or later\n" | |
3702 msgstr "需要 Amigados 版本 2.04 以上\n" | |
3703 | |
3704 #, c-format | |
3705 msgid "Need %s version %ld\n" | |
3706 msgstr "需要 %s 版本 %ld\n" | |
3707 | |
3708 msgid "Cannot open NIL:\n" | |
3709 msgstr "無法開啟 NIL:\n" | |
3710 | |
3711 msgid "Cannot create " | |
3712 msgstr "不能建立 " | |
3713 | |
3714 #, c-format | |
3715 msgid "Vim exiting with %d\n" | |
3716 msgstr "Vim 結束傳回值: %d\n" | |
3717 | |
3718 msgid "cannot change console mode ?!\n" | |
3719 msgstr "無法切換主控台(console)模式 !?\n" | |
3720 | |
3721 msgid "mch_get_shellsize: not a console??\n" | |
3722 msgstr "mch_get_shellsize: 不是主控台(console)??\n" | |
3723 | |
3724 #. if Vim opened a window: Executing a shell may cause crashes | |
3725 msgid "E360: Cannot execute shell with -f option" | |
3726 msgstr "E360: 不能用 -f 選項執行 shell" | |
3727 | |
3728 msgid "Cannot execute " | |
3729 msgstr "不能執行 " | |
3730 | |
3731 msgid "shell " | |
3732 msgstr "shell " | |
3733 | |
3734 msgid " returned\n" | |
3735 msgstr " 已返回\n" | |
3736 | |
3737 msgid "ANCHOR_BUF_SIZE too small." | |
3738 msgstr "ANCHOR_BUF_SIZE 太小" | |
3739 | |
3740 msgid "I/O ERROR" | |
3741 msgstr "I/O 錯誤" | |
3742 | |
3743 msgid "...(truncated)" | |
3744 msgstr "...(已切掉)" | |
3745 | |
3746 msgid "'columns' is not 80, cannot execute external commands" | |
3747 msgstr "'columns' 不是 80, 無法執行外部命令" | |
3748 | |
3749 msgid "E237: Printer selection failed" | |
3750 msgstr "E237: 無法選擇此印表機" | |
3751 | |
3752 #, c-format | |
3753 msgid "to %s on %s" | |
3754 msgstr "到 %s on %s" | |
3755 | |
3756 #, c-format | |
3757 msgid "E613: Unknown printer font: %s" | |
3758 msgstr "E613: 不正確的印表機字型: %s" | |
3759 | |
3760 #, c-format | |
3761 msgid "E238: Print error: %s" | |
3762 msgstr "E238: 列印錯誤: %s" | |
3763 | |
3764 msgid "Unknown" | |
3765 msgstr "未知" | |
3766 | |
3767 #, c-format | |
3768 msgid "Printing '%s'" | |
3769 msgstr "列印中: '%s'" | |
3770 | |
3771 #, c-format | |
3772 msgid "E244: Illegal charset name \"%s\" in font name \"%s\"" | |
3773 msgstr "E244: 字元集 \"%s\" 無法對應字型\"%s\"" | |
3774 | |
3775 #, c-format | |
3776 msgid "E245: Illegal char '%c' in font name \"%s\"" | |
3777 msgstr "E245: 不正確的字元 '%c' 出現在字型名稱 \"%s\" 內" | |
3778 | |
3779 msgid "Vim: Double signal, exiting\n" | |
3780 msgstr "Vim: 雙重signal, 離開中\n" | |
3781 | |
3782 #, c-format | |
3783 msgid "Vim: Caught deadly signal %s\n" | |
3784 msgstr "Vim: CVim: 攔截到信號(signal) %s\n" | |
3785 | |
146 | 3786 #, c-format |
7 | 3787 msgid "Vim: Caught deadly signal\n" |
3788 msgstr "Vim: 攔截到致命的信號(deadly signale)\n" | |
3789 | |
3790 #, c-format | |
3791 msgid "Opening the X display took %ld msec" | |
3792 msgstr "開啟 X Window 耗時 %ld msec" | |
3793 | |
3794 msgid "" | |
3795 "\n" | |
3796 "Vim: Got X error\n" | |
3797 msgstr "" | |
3798 "\n" | |
3799 "Vim: X 錯誤\n" | |
3800 | |
3801 msgid "Testing the X display failed" | |
3802 msgstr "測試 X Window 失敗" | |
3803 | |
3804 msgid "Opening the X display timed out" | |
3805 msgstr "開啟 X Window 逾時" | |
3806 | |
3807 msgid "" | |
3808 "\n" | |
3809 "Cannot execute shell " | |
3810 msgstr "" | |
3811 "\n" | |
3812 "不能執行 shell" | |
3813 | |
3814 msgid "" | |
3815 "\n" | |
3816 "Cannot execute shell sh\n" | |
3817 msgstr "" | |
3818 "\n" | |
3819 "不能執行 shell sh\n" | |
3820 | |
3821 msgid "" | |
3822 "\n" | |
3823 "shell returned " | |
3824 msgstr "" | |
3825 "\n" | |
3826 "Shell 已返回" | |
3827 | |
3828 msgid "" | |
3829 "\n" | |
3830 "Cannot create pipes\n" | |
3831 msgstr "" | |
3832 "\n" | |
3833 "不能建立 pipe 管線\n" | |
3834 | |
3835 msgid "" | |
3836 "\n" | |
3837 "Cannot fork\n" | |
3838 msgstr "" | |
3839 "\n" | |
3840 "不能 fork\n" | |
3841 | |
3842 msgid "" | |
3843 "\n" | |
3844 "Command terminated\n" | |
3845 msgstr "" | |
3846 "\n" | |
3847 "命令已終結\n" | |
3848 | |
146 | 3849 msgid "XSMP lost ICE connection" |
3850 msgstr "XSMP 失去 ICE 連線" | |
3851 | |
7 | 3852 msgid "Opening the X display failed" |
3853 msgstr "開啟 X Window 失敗" | |
3854 | |
146 | 3855 msgid "XSMP handling save-yourself request" |
3856 msgstr "XSMP 正在處理自我儲存要求" | |
3857 | |
3858 msgid "XSMP opening connection" | |
3859 msgstr "開啟 XSMP 連線中" | |
3860 | |
3861 msgid "XSMP ICE connection watch failed" | |
3862 msgstr "XSMP ICE 連線監看失敗" | |
3863 | |
3864 #, c-format | |
3865 msgid "XSMP SmcOpenConnection failed: %s" | |
3866 msgstr "XSMP SmcOpenConnection 失敗: %s" | |
3867 | |
7 | 3868 msgid "At line" |
3869 msgstr "在行號 " | |
3870 | |
146 | 3871 msgid "Could not allocate memory for command line." |
3872 msgstr "無法為命令列配置記憶體。" | |
3873 | |
7 | 3874 msgid "VIM Error" |
3875 msgstr "VIM 錯誤" | |
3876 | |
146 | 3877 msgid "Could not load vim32.dll!" |
3878 msgstr "無法載入 vim32.dll!" | |
3879 | |
7 | 3880 msgid "Could not fix up function pointers to the DLL!" |
3881 msgstr "不能修正函式指標到 DLL!" | |
3882 | |
3883 #, c-format | |
3884 msgid "shell returned %d" | |
3885 msgstr "Shell 傳回值 %d" | |
3886 | |
3887 #, c-format | |
3888 msgid "Vim: Caught %s event\n" | |
3889 msgstr "Vim: 攔截到 %s \n" | |
3890 | |
3891 msgid "close" | |
3892 msgstr "關閉" | |
3893 | |
3894 msgid "logoff" | |
3895 msgstr "登出" | |
3896 | |
3897 msgid "shutdown" | |
3898 msgstr "關機" | |
3899 | |
3900 msgid "E371: Command not found" | |
3901 msgstr "E371: 找不到命令" | |
3902 | |
3903 msgid "" | |
3904 "VIMRUN.EXE not found in your $PATH.\n" | |
3905 "External commands will not pause after completion.\n" | |
3906 "See :help win32-vimrun for more information." | |
3907 msgstr "" | |
3908 "在你的 $PATH 中找不到 VIMRUN.EXE.\n" | |
3909 "外部命令執行完畢後將不會暫停.\n" | |
3910 "進一步說明請執行 :help win32-vimrun " | |
3911 | |
3912 msgid "Vim Warning" | |
3913 msgstr "Vim 警告" | |
3914 | |
3915 #, c-format | |
3916 msgid "E372: Too many %%%c in format string" | |
3917 msgstr "E372: 格式化字串裡有太多 %%%c " | |
3918 | |
3919 #, c-format | |
3920 msgid "E373: Unexpected %%%c in format string" | |
3921 msgstr "E373: 格式化字串不應該出現 %%%c " | |
3922 | |
3923 msgid "E374: Missing ] in format string" | |
3924 msgstr "E374: 格式化字串裡少了 ]" | |
3925 | |
3926 #, c-format | |
3927 msgid "E375: Unsupported %%%c in format string" | |
3928 msgstr "E375: 格式化字串裡有不支援的 %%%c " | |
3929 | |
3930 #, c-format | |
3931 msgid "E376: Invalid %%%c in format string prefix" | |
3932 msgstr "E376: 格式化字串開頭裡有不正確的 %%%c " | |
3933 | |
3934 #, c-format | |
3935 msgid "E377: Invalid %%%c in format string" | |
3936 msgstr "E377: 格式化字串裡有不正確的 %%%c " | |
3937 | |
3938 msgid "E378: 'errorformat' contains no pattern" | |
3939 msgstr "E378: 'errorformat' 未設定" | |
3940 | |
3941 msgid "E379: Missing or empty directory name" | |
3942 msgstr "E379: 找不到目錄名稱或是空的目錄名稱" | |
3943 | |
3944 msgid "E553: No more items" | |
3945 msgstr "E553: 沒有其它項目" | |
3946 | |
3947 #, c-format | |
3948 msgid "(%d of %d)%s%s: " | |
3949 msgstr "(%d / %d)%s%s: " | |
3950 | |
3951 msgid " (line deleted)" | |
3952 msgstr " (行已刪除)" | |
3953 | |
3954 msgid "E380: At bottom of quickfix stack" | |
3955 msgstr "E380: Quickfix 堆疊結尾" | |
3956 | |
3957 msgid "E381: At top of quickfix stack" | |
3958 msgstr "E381: Quickfix 堆疊頂端" | |
3959 | |
3960 #, c-format | |
3961 msgid "error list %d of %d; %d errors" | |
3962 msgstr "錯誤列表 %d/%d; 共有 %d 項錯誤" | |
3963 | |
3964 msgid "E382: Cannot write, 'buftype' option is set" | |
3965 msgstr "E382: 無法寫入,'buftype' 選項已設定" | |
3966 | |
3967 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3968 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
3969 msgid "E369: Invalid item in %s%%[]" |
7 | 3970 msgstr "E369: 不正確的項目: %s%%[]" |
3971 | |
3972 msgid "E339: Pattern too long" | |
3973 msgstr "E339: 名字太長" | |
3974 | |
3975 msgid "E50: Too many \\z(" | |
3976 msgstr "E50: 太多 \\z(" | |
3977 | |
3978 #, c-format | |
3979 msgid "E51: Too many %s(" | |
3980 msgstr "E51: 太多 %s(" | |
3981 | |
3982 msgid "E52: Unmatched \\z(" | |
3983 msgstr "E52: 無對應的 \\z(" | |
3984 | |
3985 #, c-format | |
3986 msgid "E53: Unmatched %s%%(" | |
3987 msgstr "E53: 無對應的 %s%%(" | |
3988 | |
3989 #, c-format | |
3990 msgid "E54: Unmatched %s(" | |
3991 msgstr "E54: 無對應的 %s(" | |
3992 | |
3993 #, c-format | |
3994 msgid "E55: Unmatched %s)" | |
3995 msgstr "E55: 無對應的 %s)" | |
3996 | |
3997 #, c-format | |
3998 msgid "E56: %s* operand could be empty" | |
3999 msgstr "E56: %s* 運算元可以是空的" | |
4000 | |
4001 #, c-format | |
4002 msgid "E57: %s+ operand could be empty" | |
1619 | 4003 msgstr "E57: %s+ 運算元可以是空的" |
7 | 4004 |
4005 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4006 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4007 msgid "E59: Invalid character after %s@" |
7 | 4008 msgstr "E59: 後面有不正確的字元: %s@" |
4009 | |
4010 #, c-format | |
4011 msgid "E58: %s{ operand could be empty" | |
4012 msgstr "E58: %s{ 運算元可以是空的" | |
4013 | |
4014 #, c-format | |
4015 msgid "E60: Too many complex %s{...}s" | |
4016 msgstr "E60: 太多複雜的 %s{...}s" | |
4017 | |
4018 #, c-format | |
4019 msgid "E61: Nested %s*" | |
4020 msgstr "E61: 巢狀 %s*" | |
4021 | |
4022 #, c-format | |
4023 msgid "E62: Nested %s%c" | |
4024 msgstr "E62: 巢狀 %s%c" | |
4025 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4026 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4027 msgid "E63: Invalid use of \\_" |
7 | 4028 msgstr "E63: 不正確的使用 \\_" |
4029 | |
4030 #, c-format | |
4031 msgid "E64: %s%c follows nothing" | |
4032 msgstr "E64: %s%c 沒有接東西" | |
4033 | |
4034 msgid "E65: Illegal back reference" | |
4035 msgstr "E65: 不正確的反向參考" | |
4036 | |
4037 msgid "E66: \\z( not allowed here" | |
4038 msgstr "E66: \\z( 不能在此出現" | |
4039 | |
14193 | 4040 msgid "E67: \\z1 - \\z9 not allowed here" |
4041 msgstr "E67: \\z1 - \\z9 不能在此出現" | |
7 | 4042 |
4043 msgid "E68: Invalid character after \\z" | |
4044 msgstr "E68: 後面有不正確的字元: \\z" | |
4045 | |
4046 #, c-format | |
4047 msgid "E69: Missing ] after %s%%[" | |
4048 msgstr "E69: %s%%[ 後缺少 ]" | |
4049 | |
4050 #, c-format | |
4051 msgid "E70: Empty %s%%[]" | |
4052 msgstr "E70: 空的 %s%%[]" | |
4053 | |
4054 #, c-format | |
4055 msgid "E71: Invalid character after %s%%" | |
4056 msgstr "E71: 後面有不正確的字元: %s%%" | |
4057 | |
4058 #, c-format | |
4059 msgid "E554: Syntax error in %s{...}" | |
4060 msgstr "E554: 語法錯誤: %s{...}" | |
4061 | |
4062 msgid "E361: Crash intercepted; regexp too complex?" | |
4063 msgstr "E361: 無法執行; regular expression 太複雜?" | |
4064 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4065 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4066 msgid "E363: Pattern caused out-of-stack error" |
7 | 4067 msgstr "E363: regular expression 造成堆疊用光的錯誤" |
4068 | |
4069 msgid "External submatches:\n" | |
4070 msgstr "外部符合:\n" | |
4071 | |
4072 #, c-format | |
4073 msgid "+--%3ld lines folded " | |
146 | 4074 msgstr "+--已 fold %3ld 行 " |
4075 | |
7 | 4076 msgid " VREPLACE" |
4077 msgstr " V-取代" | |
4078 | |
4079 msgid " REPLACE" | |
4080 msgstr " 取代" | |
4081 | |
4082 msgid " REVERSE" | |
4083 msgstr " 反轉" | |
4084 | |
4085 msgid " INSERT" | |
4086 msgstr " 插入" | |
4087 | |
4088 msgid " (insert)" | |
4089 msgstr " (插入)" | |
4090 | |
4091 msgid " (replace)" | |
4092 msgstr " (取代)" | |
4093 | |
4094 msgid " (vreplace)" | |
4095 msgstr " (v-取代)" | |
4096 | |
4097 msgid " Hebrew" | |
4098 msgstr " Hebrew" | |
4099 | |
146 | 4100 msgid " Arabic" |
4101 msgstr " Arabic" | |
4102 | |
7 | 4103 msgid " (lang)" |
4104 msgstr " (語言)" | |
4105 | |
4106 msgid " (paste)" | |
4107 msgstr " (貼上)" | |
4108 | |
4109 msgid " VISUAL" | |
4110 msgstr " 選取" | |
4111 | |
146 | 4112 msgid " VISUAL LINE" |
4113 msgstr " [行] " | |
4114 | |
4115 msgid " VISUAL BLOCK" | |
4116 msgstr " [區塊] " | |
4117 | |
4118 msgid " SELECT" | |
4119 msgstr " 選取" | |
4120 | |
4121 msgid " SELECT LINE" | |
4122 msgstr " 選取行 " | |
4123 | |
4124 msgid " SELECT BLOCK" | |
4125 msgstr " 選取區塊" | |
4126 | |
7 | 4127 msgid "recording" |
4128 msgstr "記錄中" | |
4129 | |
4130 msgid "search hit TOP, continuing at BOTTOM" | |
4131 msgstr "已搜尋到檔案開頭;再從結尾繼續搜尋" | |
4132 | |
4133 msgid "search hit BOTTOM, continuing at TOP" | |
4134 msgstr "已搜尋到檔案結尾;再從開頭繼續搜尋" | |
4135 | |
4136 #, c-format | |
4137 msgid "E383: Invalid search string: %s" | |
4138 msgstr "E383: 錯誤的搜尋字串: %s" | |
4139 | |
4140 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4141 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4142 msgid "E384: Search hit TOP without match for: %s" |
7 | 4143 msgstr "E384: 已搜尋到檔案開頭仍找不到 %s" |
4144 | |
4145 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4146 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4147 msgid "E385: Search hit BOTTOM without match for: %s" |
7 | 4148 msgstr "E385: 已搜尋到檔案結尾仍找不到 %s" |
4149 | |
4150 msgid "E386: Expected '?' or '/' after ';'" | |
4151 msgstr "E386: 在 ';' 後面應該有 '?' 或 '/'" | |
4152 | |
4153 msgid " (includes previously listed match)" | |
4154 msgstr " (包括前次列出符合項)" | |
4155 | |
4156 #. cursor at status line | |
4157 msgid "--- Included files " | |
4158 msgstr "--- 引入檔案 " | |
4159 | |
4160 msgid "not found " | |
4161 msgstr "找不到 " | |
4162 | |
4163 msgid "in path ---\n" | |
4164 msgstr "---\n" | |
4165 | |
4166 msgid " (Already listed)" | |
4167 msgstr " (已列出)" | |
4168 | |
4169 msgid " NOT FOUND" | |
4170 msgstr " 找不到" | |
4171 | |
4172 #, c-format | |
4173 msgid "Scanning included file: %s" | |
4174 msgstr "搜尋引入檔案: %s" | |
4175 | |
4176 msgid "E387: Match is on current line" | |
4177 msgstr "E387: 目前所在行中有一匹配" | |
4178 | |
4179 msgid "All included files were found" | |
4180 msgstr "所有引入檔案都已找到" | |
4181 | |
4182 msgid "No included files" | |
4183 msgstr "沒有引入檔案" | |
4184 | |
4185 msgid "E388: Couldn't find definition" | |
4186 msgstr "E388: 找不到定義" | |
4187 | |
4188 msgid "E389: Couldn't find pattern" | |
4189 msgstr "E389: 找不到 pattern" | |
4190 | |
4191 #, c-format | |
4192 msgid "E390: Illegal argument: %s" | |
4193 msgstr "E390: 參數不正確: %s" | |
4194 | |
4195 #, c-format | |
4196 msgid "E391: No such syntax cluster: %s" | |
4197 msgstr "E391: 無此 syntax cluster: \"%s\"" | |
4198 | |
4199 msgid "No Syntax items defined for this buffer" | |
4200 msgstr "這個緩衝區沒有定義任何語法" | |
4201 | |
4202 msgid "syncing on C-style comments" | |
4203 msgstr "C語言式註解同步化中" | |
4204 | |
4205 msgid "no syncing" | |
4206 msgstr "沒有同步化" | |
4207 | |
4208 msgid "syncing starts " | |
4209 msgstr "同步化開始" | |
4210 | |
4211 msgid " lines before top line" | |
4212 msgstr "行號超出範圍" | |
4213 | |
4214 msgid "" | |
4215 "\n" | |
4216 "--- Syntax sync items ---" | |
4217 msgstr "" | |
4218 "\n" | |
4219 "--- 語法同步物件 (Syntax sync items) ---" | |
4220 | |
4221 msgid "" | |
4222 "\n" | |
4223 "syncing on items" | |
4224 msgstr "" | |
4225 "\n" | |
4226 "同步化中:" | |
4227 | |
4228 msgid "" | |
4229 "\n" | |
4230 "--- Syntax items ---" | |
4231 msgstr "" | |
4232 "\n" | |
4233 "--- 語法項目 ---" | |
4234 | |
4235 #, c-format | |
4236 msgid "E392: No such syntax cluster: %s" | |
4237 msgstr "E392: 無此 syntax cluster: \"%s\"" | |
4238 | |
4239 msgid "minimal " | |
4240 msgstr "最小" | |
4241 | |
4242 msgid "maximal " | |
4243 msgstr "最大" | |
4244 | |
4245 msgid "; match " | |
4246 msgstr "; 符合 " | |
4247 | |
4248 msgid " line breaks" | |
146 | 4249 msgstr "斷行 " |
4250 | |
7 | 4251 msgid "E393: group[t]here not accepted here" |
4252 msgstr "E393: 使用了不正確的參數" | |
4253 | |
4254 #, c-format | |
4255 msgid "E394: Didn't find region item for %s" | |
4256 msgstr "E394: 找不到 %s 的 region item" | |
4257 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4258 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4259 msgid "E395: Contains argument not accepted here" |
7 | 4260 msgstr "E395: 使用了不正確的參數" |
4261 | |
4262 msgid "E396: containedin argument not accepted here" | |
4263 msgstr "E396: 使用了不正確的參數" | |
4264 | |
4265 msgid "E397: Filename required" | |
4266 msgstr "E397: 需要檔案名稱" | |
4267 | |
4268 #, c-format | |
4269 msgid "E398: Missing '=': %s" | |
4270 msgstr "E398: 缺少 \"=\": %s" | |
4271 | |
4272 #, c-format | |
4273 msgid "E399: Not enough arguments: syntax region %s" | |
4274 msgstr "E399: syntax region %s 的引數太少" | |
4275 | |
4276 msgid "E400: No cluster specified" | |
4277 msgstr "E400: 沒有指定的屬性" | |
4278 | |
4279 #, c-format | |
4280 msgid "E401: Pattern delimiter not found: %s" | |
4281 msgstr "E401: 找不到分隔符號: %s" | |
4282 | |
4283 #, c-format | |
4284 msgid "E402: Garbage after pattern: %s" | |
4285 msgstr "E402: '%s' 後面的東西無法辨識" | |
4286 | |
28843
cd68a630f0d0
Update runtime files and translations
Bram Moolenaar <Bram@vim.org>
parents:
28808
diff
changeset
|
4287 # TODO: Capitalise first word of message? |
cd68a630f0d0
Update runtime files and translations
Bram Moolenaar <Bram@vim.org>
parents:
28808
diff
changeset
|
4288 msgid "E403: syntax sync: Line continuations pattern specified twice" |
7 | 4289 msgstr "E403: 語法同步: 連接行符號被指定了兩次" |
4290 | |
4291 #, c-format | |
4292 msgid "E404: Illegal arguments: %s" | |
4293 msgstr "E404: 參數不正確: %s" | |
4294 | |
4295 #, c-format | |
4296 msgid "E405: Missing equal sign: %s" | |
4297 msgstr "E405: 缺少相等符號: %s" | |
4298 | |
4299 #, c-format | |
4300 msgid "E406: Empty argument: %s" | |
4301 msgstr "E406: 空白參數: %s" | |
4302 | |
4303 #, c-format | |
4304 msgid "E407: %s not allowed here" | |
4305 msgstr "E407: %s 不能在此出現" | |
4306 | |
4307 #, c-format | |
4308 msgid "E408: %s must be first in contains list" | |
4309 msgstr "E408: %s 必須是列表裡的第一個" | |
4310 | |
4311 #, c-format | |
4312 msgid "E409: Unknown group name: %s" | |
4313 msgstr "E409: 不正確的群組名稱: %s" | |
4314 | |
4315 #, c-format | |
4316 msgid "E410: Invalid :syntax subcommand: %s" | |
4317 msgstr "E410: 不正確的 :syntax 子命令: %s" | |
4318 | |
4319 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4320 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4321 msgid "E411: Highlight group not found: %s" |
7 | 4322 msgstr "E411: 找不到 highlight group: %s" |
4323 | |
4324 #, c-format | |
4325 msgid "E412: Not enough arguments: \":highlight link %s\"" | |
4326 msgstr "E412: 參數太少: \":highlight link %s\"" | |
4327 | |
4328 #, c-format | |
4329 msgid "E413: Too many arguments: \":highlight link %s\"" | |
4330 msgstr "E413: 參數過多: \":highlight link %s\"" | |
4331 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4332 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4333 msgid "E414: Group has settings, highlight link ignored" |
7 | 4334 msgstr "E414: 已設定群組, 忽略 highlight link" |
4335 | |
4336 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4337 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4338 msgid "E415: Unexpected equal sign: %s" |
7 | 4339 msgstr "E415: 不該有的等號: %s" |
4340 | |
4341 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4342 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4343 msgid "E416: Missing equal sign: %s" |
7 | 4344 msgstr "E416: 缺少相等符號: %s" |
4345 | |
4346 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4347 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4348 msgid "E417: Missing argument: %s" |
7 | 4349 msgstr "E417: 缺少參數: %s" |
4350 | |
4351 #, c-format | |
4352 msgid "E418: Illegal value: %s" | |
4353 msgstr "E418: 不合法的值: %s" | |
4354 | |
4355 msgid "E419: FG color unknown" | |
4356 msgstr "E419: 錯誤的前景顏色" | |
4357 | |
4358 msgid "E420: BG color unknown" | |
4359 msgstr "E420: 錯誤的背景顏色" | |
4360 | |
4361 #, c-format | |
4362 msgid "E421: Color name or number not recognized: %s" | |
4363 msgstr "E421: 錯誤的顏色名稱或數值: %s" | |
4364 | |
4365 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4366 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4367 msgid "E422: Terminal code too long: %s" |
7 | 4368 msgstr "E422: 終端機碼太長: %s" |
4369 | |
4370 #, c-format | |
4371 msgid "E423: Illegal argument: %s" | |
4372 msgstr "E423: 參數不正確: %s" | |
4373 | |
4374 msgid "E424: Too many different highlighting attributes in use" | |
4375 msgstr "E424: 使用了過多相異的高亮度屬性" | |
4376 | |
146 | 4377 msgid "E669: Unprintable character in group name" |
4378 msgstr "E669: 群組名稱中有無法列印的字元" | |
4379 | |
4380 #. This is an error, but since there previously was no check only | |
4381 #. * give a warning. | |
4382 msgid "W18: Invalid character in group name" | |
4383 msgstr "W18: 群組名稱中有不正確的字元" | |
4384 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4385 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4386 msgid "E555: At bottom of tag stack" |
7 | 4387 msgstr "E555: 標籤(tag)堆疊結尾" |
4388 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4389 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4390 msgid "E556: At top of tag stack" |
7 | 4391 msgstr "E556: 標籤(tag)堆疊開頭" |
4392 | |
4393 msgid "E425: Cannot go before first matching tag" | |
4394 msgstr "E425: 已經在最前面的標籤(tag)了" | |
4395 | |
4396 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4397 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4398 msgid "E426: Tag not found: %s" |
7 | 4399 msgstr "E426: 找不到標籤(tag): %s" |
4400 | |
4401 msgid " # pri kind tag" | |
4402 msgstr " # pri kind tag" | |
4403 | |
4404 msgid "file\n" | |
4405 msgstr "檔案\n" | |
4406 | |
4407 #. | |
4408 #. * Ask to select a tag from the list. | |
4409 #. * When using ":silent" assume that <CR> was entered. | |
4410 #. | |
4411 msgid "Enter nr of choice (<CR> to abort): " | |
4412 msgstr "輸入 nr 或選擇 (<CR> 離開): " | |
4413 | |
4414 msgid "E427: There is only one matching tag" | |
4415 msgstr "E427: 只有此項符合" | |
4416 | |
4417 msgid "E428: Cannot go beyond last matching tag" | |
4418 msgstr "E428: 己經在最後一個符合的 tag 了" | |
4419 | |
4420 #, c-format | |
4421 msgid "File \"%s\" does not exist" | |
4422 msgstr "檔案 \"%s\" 不存在" | |
4423 | |
4424 #. Give an indication of the number of matching tags | |
4425 #, c-format | |
4426 msgid "tag %d of %d%s" | |
4427 msgstr "找到 tag: %d/%d%s" | |
4428 | |
4429 msgid " or more" | |
4430 msgstr " 或更多" | |
4431 | |
4432 msgid " Using tag with different case!" | |
4433 msgstr " 以不同大小寫來使用 tag!" | |
4434 | |
4435 #, c-format | |
4436 msgid "E429: File \"%s\" does not exist" | |
4437 msgstr "E429: 檔案 \"%s\" 不存在" | |
4438 | |
4439 #. Highlight title | |
4440 msgid "" | |
4441 "\n" | |
4442 " # TO tag FROM line in file/text" | |
4443 msgstr "" | |
4444 "\n" | |
4445 " # 到 tag 從 行 在 檔案/文字" | |
4446 | |
4447 #, c-format | |
4448 msgid "Searching tags file %s" | |
4449 msgstr "搜尋 tag 檔案 \"%s\"" | |
4450 | |
4451 #, c-format | |
4452 msgid "E430: Tag file path truncated for %s\n" | |
4453 msgstr "E430: Tag 檔案路徑被截斷為 %s\n" | |
4454 | |
4455 #, c-format | |
4456 msgid "E431: Format error in tags file \"%s\"" | |
4457 msgstr "E431: Tag 檔 \"%s\" 格式錯誤" | |
4458 | |
4459 #, c-format | |
4460 msgid "Before byte %ld" | |
4461 msgstr "在 %ld 位元之前" | |
4462 | |
4463 #, c-format | |
4464 msgid "E432: Tags file not sorted: %s" | |
4465 msgstr "E432: Tag 檔案未排序: %s" | |
4466 | |
4467 #. never opened any tags file | |
4468 msgid "E433: No tags file" | |
4469 msgstr "E433: 沒有 tag 檔" | |
4470 | |
4471 msgid "E434: Can't find tag pattern" | |
4472 msgstr "E434: 找不到 tag" | |
4473 | |
4474 msgid "E435: Couldn't find tag, just guessing!" | |
4475 msgstr "E435: 找不到 tag, 用猜的!" | |
4476 | |
4477 msgid "' not known. Available builtin terminals are:" | |
4478 msgstr "' 無法載入。可用的內建終端機形式有:" | |
4479 | |
4480 msgid "defaulting to '" | |
4481 msgstr "預設: '" | |
4482 | |
4483 msgid "E557: Cannot open termcap file" | |
4484 msgstr "E557: 無法開啟 termcap 檔案" | |
4485 | |
4486 msgid "E558: Terminal entry not found in terminfo" | |
4487 msgstr "E558: terminfo 中沒有終端機資料項" | |
4488 | |
4489 msgid "E559: Terminal entry not found in termcap" | |
4490 msgstr "E559: termcap 中沒有終端機資料項" | |
4491 | |
4492 #, c-format | |
4493 msgid "E436: No \"%s\" entry in termcap" | |
4494 msgstr "E436: termcap 沒有 \"%s\" entry" | |
4495 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4496 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4497 msgid "E437: Terminal capability \"cm\" required" |
7 | 4498 msgstr "E437: 終端機需要 \"cm\" 的能力" |
4499 | |
4500 #. Highlight title | |
4501 msgid "" | |
4502 "\n" | |
4503 "--- Terminal keys ---" | |
4504 msgstr "" | |
4505 "\n" | |
4506 "--- 終端機按鍵 ---" | |
4507 | |
4508 msgid "new shell started\n" | |
4509 msgstr "起動新 shell\n" | |
4510 | |
4511 msgid "Vim: Error reading input, exiting...\n" | |
4512 msgstr "Vim: 讀取輸入錯誤,離開中...\n" | |
4513 | |
4514 #. must display the prompt | |
4515 msgid "No undo possible; continue anyway" | |
4516 msgstr "無法還原;請繼續努力" | |
4517 | |
28843
cd68a630f0d0
Update runtime files and translations
Bram Moolenaar <Bram@vim.org>
parents:
28808
diff
changeset
|
4518 # TODO: Capitalise first word of message? |
cd68a630f0d0
Update runtime files and translations
Bram Moolenaar <Bram@vim.org>
parents:
28808
diff
changeset
|
4519 msgid "E438: u_undo: Line numbers wrong" |
7 | 4520 msgstr "E438: u_undo: 行號錯誤" |
4521 | |
4522 msgid "1 change" | |
4523 msgstr "一項改變" | |
4524 | |
4525 #, c-format | |
4526 msgid "%ld changes" | |
4527 msgstr "%ld 項改變" | |
4528 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4529 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4530 msgid "E439: Undo list corrupt" |
7 | 4531 msgstr "E439: 復原列表損壞" |
4532 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4533 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
4534 msgid "E440: Undo line missing" |
146 | 4535 msgstr "E440: 找不到要 undo 的行 " |
7 | 4536 |
4537 #. Only MS VC 4.1 and earlier can do Win32s | |
4538 msgid "" | |
4539 "\n" | |
1668 | 4540 "MS-Windows 16/32-bit GUI version" |
7 | 4541 msgstr "" |
4542 "\n" | |
4543 "MS-Windows 16/32 Bit 圖型界面版本" | |
4544 | |
4545 msgid "" | |
4546 "\n" | |
1668 | 4547 "MS-Windows 32-bit GUI version" |
7 | 4548 msgstr "" |
4549 "\n" | |
4550 "MS-Windows 32 Bit 圖型界面版本" | |
4551 | |
4552 msgid " in Win32s mode" | |
4553 msgstr "Win32s 模式" | |
4554 | |
4555 msgid " with OLE support" | |
4556 msgstr "支援 OLE" | |
4557 | |
4558 msgid "" | |
4559 "\n" | |
1668 | 4560 "MS-Windows 32-bit console version" |
7 | 4561 msgstr "" |
4562 "\n" | |
4563 "MS-Windows 32 Bit console 版本" | |
4564 | |
4565 msgid "" | |
4566 "\n" | |
1668 | 4567 "MS-Windows 16-bit version" |
7 | 4568 msgstr "" |
4569 "\n" | |
4570 "MS-Windows 32 Bit console 版本" | |
4571 | |
4572 msgid "" | |
4573 "\n" | |
1668 | 4574 "32-bit MS-DOS version" |
7 | 4575 msgstr "" |
4576 "\n" | |
4577 "32 Bit MS-DOS 版本" | |
4578 | |
4579 msgid "" | |
4580 "\n" | |
1668 | 4581 "16-bit MS-DOS version" |
7 | 4582 msgstr "" |
4583 "\n" | |
4584 "16 Bit MS-DOS 版本" | |
4585 | |
4586 msgid "" | |
4587 "\n" | |
4588 "MacOS X (unix) version" | |
4589 msgstr "" | |
4590 "\n" | |
4591 "MacOS X (unix) 版本" | |
4592 | |
4593 msgid "" | |
4594 "\n" | |
4595 "MacOS X version" | |
4596 msgstr "" | |
4597 "\n" | |
4598 "MacOS X 版本" | |
4599 | |
4600 msgid "" | |
4601 "\n" | |
4602 "MacOS version" | |
4603 msgstr "" | |
4604 "\n" | |
4605 "MacOS 版本" | |
4606 | |
4607 msgid "" | |
4608 "\n" | |
4609 "RISC OS version" | |
4610 msgstr "" | |
4611 "\n" | |
4612 "RISC OS 版本" | |
4613 | |
4614 msgid "" | |
4615 "\n" | |
4616 "Included patches: " | |
4617 msgstr "" | |
4618 "\n" | |
4619 "引入修正: " | |
4620 | |
4621 msgid "Modified by " | |
4622 msgstr "修改者為" | |
4623 | |
4624 msgid "" | |
4625 "\n" | |
4626 "Compiled " | |
4627 msgstr "" | |
4628 "\n" | |
4629 "編譯" | |
4630 | |
4631 msgid "by " | |
4632 msgstr "者:" | |
4633 | |
4634 msgid "" | |
4635 "\n" | |
4636 "Huge version " | |
4637 msgstr "" | |
4638 "\n" | |
4639 "超強版本 " | |
4640 | |
4641 msgid "" | |
4642 "\n" | |
4643 "Big version " | |
4644 msgstr "" | |
4645 "\n" | |
4646 "大型版本 " | |
4647 | |
4648 msgid "" | |
4649 "\n" | |
4650 "Normal version " | |
4651 msgstr "" | |
4652 "\n" | |
4653 "一般版本 " | |
4654 | |
4655 msgid "" | |
4656 "\n" | |
4657 "Small version " | |
4658 msgstr "" | |
4659 "\n" | |
4660 "簡易版本 " | |
4661 | |
4662 msgid "" | |
4663 "\n" | |
4664 "Tiny version " | |
4665 msgstr "" | |
4666 "\n" | |
4667 "精簡版本 " | |
4668 | |
4669 msgid "without GUI." | |
4670 msgstr "不使用圖型界面。" | |
4671 | |
4672 msgid "with GTK2-GNOME GUI." | |
4673 msgstr "使用 GTK2-GNOME 圖型界面。" | |
4674 | |
4675 msgid "with GTK-GNOME GUI." | |
4676 msgstr "使用 GTK-GNOME 圖型界面。" | |
4677 | |
4678 msgid "with GTK2 GUI." | |
4679 msgstr "使用 GTK2 圖型界面。" | |
4680 | |
4681 msgid "with GTK GUI." | |
4682 msgstr "使用 GTK 圖型界面。" | |
4683 | |
4684 msgid "with X11-Motif GUI." | |
4685 msgstr "使用 X11-Motif 圖型界面。" | |
4686 | |
146 | 4687 msgid "with X11-neXtaw GUI." |
4688 msgstr "使用 X11-neXtaw 圖型界面。" | |
4689 | |
7 | 4690 msgid "with X11-Athena GUI." |
4691 msgstr "使用 X11-Athena 圖型界面。" | |
4692 | |
4693 msgid "with BeOS GUI." | |
4694 msgstr "使用 BeOS 圖型界面。" | |
4695 | |
4696 msgid "with Photon GUI." | |
4697 msgstr "使用Photon圖型界面。" | |
4698 | |
4699 msgid "with GUI." | |
4700 msgstr "使用圖型界面。" | |
4701 | |
146 | 4702 msgid "with Carbon GUI." |
4703 msgstr "使用 Carbon 圖型界面。" | |
4704 | |
4705 msgid "with Cocoa GUI." | |
4706 msgstr "使用 Cocoa 圖型界面。" | |
4707 | |
4708 msgid "with (classic) GUI." | |
4709 msgstr "使用 (傳統) 圖型界面。" | |
4710 | |
4711 msgid " Features included (+) or not (-):\n" | |
4712 msgstr " 目前可使用(+)與不可使用(-)的模組列表:\n" | |
4713 | |
7 | 4714 msgid " system vimrc file: \"" |
4715 msgstr " 系統 vimrc 設定檔: \"" | |
4716 | |
4717 msgid " user vimrc file: \"" | |
4718 msgstr " 使用者個人 vimrc 設定檔: \"" | |
4719 | |
4720 msgid " 2nd user vimrc file: \"" | |
4721 msgstr " 第二組個人 vimrc 檔案: \"" | |
4722 | |
4723 msgid " 3rd user vimrc file: \"" | |
4724 msgstr " 第三組個人 vimrc 檔案: \"" | |
4725 | |
4726 msgid " user exrc file: \"" | |
4727 msgstr " 使用者個人 exrc 設定檔: \"" | |
4728 | |
4729 msgid " 2nd user exrc file: \"" | |
4730 msgstr " 第二組使用者 exrc 檔案: \"" | |
4731 | |
4732 msgid " system gvimrc file: \"" | |
4733 msgstr " 系統 gvimrc 檔案: \"" | |
4734 | |
4735 msgid " user gvimrc file: \"" | |
4736 msgstr " 使用者個人 gvimrc 檔: \"" | |
4737 | |
4738 msgid "2nd user gvimrc file: \"" | |
4739 msgstr " 第二組個人 gvimrc 檔案: \"" | |
4740 | |
4741 msgid "3rd user gvimrc file: \"" | |
4742 msgstr " 第三組個人 gvimrc 檔案: \"" | |
4743 | |
146 | 4744 msgid " system menu file: \"" |
4745 msgstr " 系統選單設定檔: \"" | |
4746 | |
4747 msgid " fall-back for $VIM: \"" | |
4748 msgstr " $VIM 預設值: \"" | |
4749 | |
4750 msgid " f-b for $VIMRUNTIME: \"" | |
4751 msgstr " $VIMRUNTIME 預設值: \"" | |
4752 | |
4753 msgid "Compilation: " | |
4754 msgstr "編譯方式: " | |
4755 | |
4756 msgid "Compiler: " | |
4757 msgstr "編譯器: " | |
4758 | |
7 | 4759 msgid "Linking: " |
4760 msgstr "鏈結方式: " | |
4761 | |
4762 msgid " DEBUG BUILD" | |
4763 msgstr " 除錯版本" | |
4764 | |
4765 msgid "VIM - Vi IMproved" | |
4766 msgstr "VIM - Vi IMproved" | |
4767 | |
4768 msgid "version " | |
4769 msgstr "版本 " | |
4770 | |
4771 msgid "by Bram Moolenaar et al." | |
4772 msgstr "維護者: Bram Moolenaar et al." | |
4773 | |
4774 msgid "Vim is open source and freely distributable" | |
4775 msgstr "Vim 為可自由散佈的開放原始碼軟體" | |
4776 | |
4777 msgid "Help poor children in Uganda!" | |
4778 msgstr "請幫助烏干達的可憐孩童!" | |
4779 | |
4780 msgid "type :help iccf<Enter> for information " | |
4781 msgstr "進一步說明請輸入 :help iccf<Enter>" | |
4782 | |
4783 msgid "type :q<Enter> to exit " | |
4784 msgstr "要離開請輸入 :q<Enter> " | |
4785 | |
4786 msgid "type :help<Enter> or <F1> for on-line help" | |
4787 msgstr "線上說明請輸入 :help<Enter> " | |
4788 | |
29274 | 4789 msgid "type :help version9<Enter> for version info" |
4790 msgstr "新版本資訊請輸入 :help version9<Enter>" | |
7 | 4791 |
4792 msgid "Running in Vi compatible mode" | |
4793 msgstr "Vi 相容模式" | |
4794 | |
4795 msgid "type :set nocp<Enter> for Vim defaults" | |
4796 msgstr "如果要完全模擬傳統 Vi 請輸入 :set nocp<Enter>" | |
4797 | |
4798 msgid "type :help cp-default<Enter> for info on this" | |
4799 msgstr "如果需要對 Vi 相容模式的進一步說明請輸入 :help cp-default<Enter>" | |
4800 | |
4801 msgid "menu Help->Orphans for information " | |
4802 msgstr "進一步說明請選取選單的 輔助說明->拯救孤兒" | |
4803 | |
4804 msgid "Running modeless, typed text is inserted" | |
4805 msgstr "執行 Modeless 模式,輸入的文字會自動插入" | |
4806 | |
4807 msgid "menu Edit->Global Settings->Toggle Insert Mode " | |
4808 msgstr "選取選單的「編輯」「全域設定」「切換插入模式」" | |
4809 | |
4810 msgid " for two modes " | |
4811 msgstr " 兩種模式 " | |
4812 | |
4813 msgid "menu Edit->Global Settings->Toggle Vi Compatible" | |
4814 msgstr "選取選單的「編輯」「全域設定」「切換傳統Vi相容模式」" | |
4815 | |
4816 msgid " for Vim defaults " | |
4817 msgstr " 以得 Vim 預設值 " | |
4818 | |
146 | 4819 msgid "Sponsor Vim development!" |
4820 msgstr "贊助 Vim 的開發與成長!" | |
4821 | |
4822 msgid "Become a registered Vim user!" | |
4823 msgstr "成為 Vim 的註冊使用者!" | |
4824 | |
4825 msgid "type :help sponsor<Enter> for information " | |
4826 msgstr "詳細說明請輸入 :help sponsor<Enter>" | |
4827 | |
4828 msgid "type :help register<Enter> for information " | |
4829 msgstr "詳細說明請輸入 :help register<Enter> " | |
4830 | |
4831 msgid "menu Help->Sponsor/Register for information " | |
4832 msgstr "詳細說明請選取選單的 輔助說明->贊助/註冊 " | |
4833 | |
7 | 4834 msgid "WARNING: Windows 95/98/ME detected" |
4835 msgstr "注意: 偵測到 Windows 95/98/ME" | |
4836 | |
4837 msgid "type :help windows95<Enter> for info on this" | |
4838 msgstr "如果需要對 Windows 95 支援的更多資訊請輸入 :help windows95<Enter>" | |
4839 | |
4840 msgid "E441: There is no preview window" | |
4841 msgstr "E441: 沒有預覽視窗" | |
4842 | |
4843 msgid "E442: Can't split topleft and botright at the same time" | |
4844 msgstr "E442: 不能同時分割視窗為左上和右下角" | |
4845 | |
4846 msgid "E443: Cannot rotate when another window is split" | |
4847 msgstr "E443: 有其它分割視窗時無法旋轉" | |
4848 | |
4849 msgid "E444: Cannot close last window" | |
4850 msgstr "E444: 不能關閉最後一個視窗" | |
4851 | |
4852 msgid "Already only one window" | |
4853 msgstr "已經只剩一個視窗了" | |
4854 | |
4855 msgid "E445: Other window contains changes" | |
4856 msgstr "E445: 其它視窗有更動資料" | |
4857 | |
4858 msgid "E446: No file name under cursor" | |
4859 msgstr "E446: 游標處沒有檔名" | |
4860 | |
4861 #, c-format | |
4862 msgid "E447: Can't find file \"%s\" in path" | |
4863 msgstr "E447: 在路徑中找不到檔案 \"%s\"" | |
4864 | |
146 | 4865 #, c-format |
4866 msgid "E370: Could not load library %s" | |
4867 msgstr "E370: 無法重新載入程式庫 %s" | |
4868 | |
4869 msgid "Sorry, this command is disabled: the Perl library could not be loaded." | |
4870 msgstr "抱歉, 此命令無法使用. 原因: 無法載入 Perl 程式庫(Library)" | |
4871 | |
4872 msgid "E299: Perl evaluation forbidden in sandbox without the Safe module" | |
4873 msgstr "E299: 在 sandbox 中無 Safe 模組時無法執行 Perl" | |
4874 | |
7 | 4875 msgid "Edit with &multiple Vims" |
4876 msgstr "使用多個 Vim session 編輯(&M)" | |
4877 | |
4878 msgid "Edit with single &Vim" | |
4879 msgstr "只使用同一個 Vim session 編輯(&V)" | |
4880 | |
4881 msgid "&Diff with Vim" | |
4882 msgstr "使用 Vim 來比較(&Diff)" | |
4883 | |
4884 msgid "Edit with &Vim" | |
4885 msgstr "使用 Vim 編輯此檔(&V)" | |
4886 | |
4887 #. Now concatenate | |
4888 msgid "Edit with existing Vim - &" | |
4889 msgstr "使用執行中的 Vim session 編輯 - &" | |
4890 | |
4891 msgid "Edits the selected file(s) with Vim" | |
4892 msgstr "使用 Vim 編輯已選取的檔案" | |
4893 | |
4894 msgid "Error creating process: Check if gvim is in your path!" | |
4895 msgstr "無法執行程式: 請檢查 gvim 有沒有在你的 PATH 變數裡!" | |
4896 | |
4897 msgid "gvimext.dll error" | |
4898 msgstr "gvimext.dll 錯誤" | |
4899 | |
4900 msgid "Path length too long!" | |
4901 msgstr "路徑長度太長!" | |
4902 | |
4903 msgid "--No lines in buffer--" | |
4904 msgstr "--緩衝區無資料--" | |
4905 | |
4906 #. | |
4907 #. * The error messages that can be shared are included here. | |
4908 #. * Excluded are errors that are only used once and debugging messages. | |
4909 #. | |
4910 msgid "E470: Command aborted" | |
146 | 4911 msgstr "E470: 命令被強制中斷執行 " |
4912 | |
7 | 4913 msgid "E471: Argument required" |
4914 msgstr "E471: 需要指令參數" | |
4915 | |
4916 msgid "E10: \\ should be followed by /, ? or &" | |
4917 msgstr "E10: \\ 後面應該有 / ? 或 &" | |
4918 | |
4919 msgid "E11: Invalid in command-line window; <CR> executes, CTRL-C quits" | |
4920 msgstr "E11: 不能在命令列視窗中使用。<CR>執行,CTRL-C 離開" | |
4921 | |
4922 msgid "E12: Command not allowed from exrc/vimrc in current dir or tag search" | |
146 | 4923 msgstr "E12: exrc/vimrc 裡的指令無法執行 " |
4924 | |
7 | 4925 msgid "E171: Missing :endif" |
4926 msgstr "E171: 缺少 :endif" | |
4927 | |
4928 msgid "E600: Missing :endtry" | |
4929 msgstr "E600: 缺少 :endtry" | |
4930 | |
4931 msgid "E170: Missing :endwhile" | |
4932 msgstr "E170: 缺少 :endwhile" | |
4933 | |
4934 msgid "E588: :endwhile without :while" | |
4935 msgstr "E588: :endwhile 缺少對應的 :while" | |
4936 | |
4937 msgid "E13: File exists (add ! to override)" | |
4938 msgstr "E13: 檔案已經存在 (可用 ! 強制取代)" | |
4939 | |
4940 msgid "E472: Command failed" | |
4941 msgstr "E472: 命令執行失敗" | |
4942 | |
4943 #, c-format | |
4944 msgid "E234: Unknown fontset: %s" | |
4945 msgstr "E234: 不正確的字元集 (Fontset): %s" | |
4946 | |
4947 #, c-format | |
4948 msgid "E235: Unknown font: %s" | |
1619 | 4949 msgstr "E235: 不正確的字型名稱: %s" |
7 | 4950 |
4951 #, c-format | |
4952 msgid "E236: Font \"%s\" is not fixed-width" | |
4953 msgstr "E236: \"%s\" 不是固定寬度字型" | |
4954 | |
4955 msgid "E473: Internal error" | |
4956 msgstr "E473: 內部錯誤" | |
4957 | |
4958 msgid "Interrupted" | |
4959 msgstr "已中斷" | |
4960 | |
4961 msgid "E14: Invalid address" | |
4962 msgstr "E14: 不正確的位址" | |
4963 | |
4964 msgid "E474: Invalid argument" | |
4965 msgstr "E474: 不正確的參數" | |
4966 | |
4967 #, c-format | |
4968 msgid "E475: Invalid argument: %s" | |
4969 msgstr "E475: 不正確的參數: %s" | |
4970 | |
4971 #, c-format | |
4972 msgid "E15: Invalid expression: %s" | |
4973 msgstr "E15: 不正確的運算式: %s" | |
4974 | |
4975 msgid "E16: Invalid range" | |
4976 msgstr "E16: 不正確的範圍" | |
4977 | |
4978 msgid "E476: Invalid command" | |
4979 msgstr "E476: 不正確的命令" | |
4980 | |
4981 #, c-format | |
4982 msgid "E17: \"%s\" is a directory" | |
4983 msgstr "E17: \"%s\" 是目錄" | |
4984 | |
4985 msgid "E18: Unexpected characters before '='" | |
4986 msgstr "E18: '=' 前面出現了錯誤的字元" | |
4987 | |
4988 #, c-format | |
4989 msgid "E364: Library call failed for \"%s()\"" | |
4990 msgstr "E364: 呼叫函式庫 \"%s\"() 失敗" | |
4991 | |
4992 #, c-format | |
4993 msgid "E448: Could not load library function %s" | |
4994 msgstr "E448: 無法載入程式庫的函式 %s" | |
4995 | |
4996 msgid "E19: Mark has invalid line number" | |
4997 msgstr "E19: 標記的行號錯誤" | |
4998 | |
4999 msgid "E20: Mark not set" | |
5000 msgstr "E20: 沒有設定標記" | |
5001 | |
5002 msgid "E21: Cannot make changes, 'modifiable' is off" | |
5003 msgstr "E21: 因為 'modifiable' 選項是關閉的,所以不能修改" | |
5004 | |
5005 msgid "E22: Scripts nested too deep" | |
5006 msgstr "E22: 巢狀遞迴呼叫太多層" | |
5007 | |
5008 msgid "E23: No alternate file" | |
5009 msgstr "E23: 沒有替代的檔案" | |
5010 | |
5011 msgid "E24: No such abbreviation" | |
5012 msgstr "E24: 沒有這個 abbreviation 對應" | |
5013 | |
5014 msgid "E477: No ! allowed" | |
5015 msgstr "E477: 不可使用 '!'" | |
5016 | |
5017 msgid "E25: GUI cannot be used: Not enabled at compile time" | |
5018 msgstr "E25: 因為編譯時沒有加入圖型界面的程式碼,所以無法使用圖型界面" | |
5019 | |
5020 msgid "E26: Hebrew cannot be used: Not enabled at compile time\n" | |
5021 msgstr "E26: 因為編譯時沒有加入 Hebrew 的程式碼,所以無法使用 Hebrew\n" | |
5022 | |
5023 msgid "E27: Farsi cannot be used: Not enabled at compile time\n" | |
5024 msgstr "E27: 因為編譯時沒有加入 Farsi 的程式碼,所以無法使用 Farsi\n" | |
5025 | |
146 | 5026 msgid "E800: Arabic cannot be used: Not enabled at compile time\n" |
5027 msgstr "E800: 因為編譯時沒有加入 Arabic 的程式碼,所以無法使用\n" | |
5028 | |
7 | 5029 #, c-format |
5030 msgid "E28: No such highlight group name: %s" | |
5031 msgstr "E28: 沒有名為 '%s' 的 highlight group" | |
5032 | |
5033 msgid "E29: No inserted text yet" | |
5034 msgstr "E29: 還沒有插入文字過" | |
5035 | |
5036 msgid "E30: No previous command line" | |
5037 msgstr "E30: 沒有前一項命令" | |
5038 | |
5039 msgid "E31: No such mapping" | |
5040 msgstr "E31: 沒有這個 mapping 對應" | |
5041 | |
5042 msgid "E479: No match" | |
5043 msgstr "E479: 找不到" | |
5044 | |
5045 #, c-format | |
5046 msgid "E480: No match: %s" | |
5047 msgstr "E480: 找不到: %s" | |
5048 | |
5049 msgid "E32: No file name" | |
5050 msgstr "E32: 沒有檔名" | |
5051 | |
5052 msgid "E33: No previous substitute regular expression" | |
5053 msgstr "E33: 沒有前一個搜尋/取代的命令" | |
5054 | |
5055 msgid "E34: No previous command" | |
5056 msgstr "E34: 沒有前一個命令" | |
5057 | |
5058 msgid "E35: No previous regular expression" | |
5059 msgstr "E35: 沒有前一個搜尋指令" | |
5060 | |
5061 msgid "E481: No range allowed" | |
5062 msgstr "E481: 不可使用範圍指令" | |
5063 | |
5064 msgid "E36: Not enough room" | |
5065 msgstr "E36: 沒有足夠的空間" | |
5066 | |
5067 #, c-format | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
5068 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
5069 msgid "E247: No registered server named \"%s\"" |
7 | 5070 msgstr "E247: 沒有註冊為 \"%s\" 的伺服器" |
5071 | |
5072 #, c-format | |
5073 msgid "E482: Can't create file %s" | |
5074 msgstr "E482: 不能建立檔案 %s" | |
5075 | |
5076 msgid "E483: Can't get temp file name" | |
5077 msgstr "E483: 無法得知暫存檔名" | |
5078 | |
5079 #, c-format | |
5080 msgid "E484: Can't open file %s" | |
5081 msgstr "E484: 無法開啟檔案 %s" | |
5082 | |
5083 #, c-format | |
5084 msgid "E485: Can't read file %s" | |
5085 msgstr "E485: 無法讀取檔案 %s" | |
5086 | |
5087 msgid "E37: No write since last change (add ! to override)" | |
5088 msgstr "E37: 已更改過檔案但尚未存檔 (可用 ! 強制執行)" | |
5089 | |
5090 msgid "E38: Null argument" | |
5091 msgstr "E38: 空的 (Null) 參數" | |
5092 | |
5093 msgid "E39: Number expected" | |
5094 msgstr "E39: 應該要有數字" | |
5095 | |
5096 #, c-format | |
5097 msgid "E40: Can't open errorfile %s" | |
5098 msgstr "E40: 無法開啟錯誤檔案 %s" | |
5099 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
5100 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
5101 msgid "E233: Cannot open display" |
7 | 5102 msgstr "E233: <不能開啟 X Server DISPLAY>" |
5103 | |
5104 msgid "E41: Out of memory!" | |
5105 msgstr "E41: 記憶體不足!" | |
5106 | |
5107 msgid "Pattern not found" | |
5108 msgstr "找不到" | |
5109 | |
5110 #, c-format | |
5111 msgid "E486: Pattern not found: %s" | |
5112 msgstr "E486: 找不到 %s" | |
5113 | |
5114 msgid "E487: Argument must be positive" | |
5115 msgstr "E487: 參數應該是正數" | |
5116 | |
5117 msgid "E459: Cannot go back to previous directory" | |
5118 msgstr "E459: 無法回到前一個目錄" | |
5119 | |
5120 msgid "E42: No Errors" | |
5121 msgstr "E42: 沒有錯誤" | |
5122 | |
5123 msgid "E43: Damaged match string" | |
5124 msgstr "E43: 符合字串有問題" | |
5125 | |
5126 msgid "E44: Corrupted regexp program" | |
5127 msgstr "E44: regexp 有問題" | |
5128 | |
5129 msgid "E45: 'readonly' option is set (add ! to override)" | |
5130 msgstr "E45: 有設定 'readonly' 選項(唯讀) (可用 ! 強制執行)" | |
5131 | |
5132 #, c-format | |
5133 msgid "E46: Cannot set read-only variable \"%s\"" | |
5134 msgstr "E46: 無法設定唯讀變數 \"%s\"" | |
5135 | |
5136 msgid "E47: Error while reading errorfile" | |
5137 msgstr "E47: 讀取錯誤檔案失敗" | |
5138 | |
5139 msgid "E48: Not allowed in sandbox" | |
5140 msgstr "E48: 不能在 sandbox 裡出現" | |
5141 | |
5142 msgid "E523: Not allowed here" | |
5143 msgstr "E523: 這裡不可使用" | |
5144 | |
5145 msgid "E359: Screen mode setting not supported" | |
5146 msgstr "E359: 不支援設定螢幕模式" | |
5147 | |
5148 msgid "E49: Invalid scroll size" | |
5149 msgstr "E49: 錯誤的捲動大小" | |
5150 | |
5151 msgid "E91: 'shell' option is empty" | |
5152 msgstr "E91: 'E71: 選項 'shell' 未設定" | |
5153 | |
5154 msgid "E255: Couldn't read in sign data!" | |
5155 msgstr "E255: 無法讀取 sign data!" | |
5156 | |
5157 msgid "E72: Close error on swap file" | |
5158 msgstr "E72: 暫存檔關閉錯誤" | |
5159 | |
28808
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
5160 # TODO: Capitalise first word of message? |
0f0fed554cdc
Update runtime files, translations
Bram Moolenaar <Bram@vim.org>
parents:
22723
diff
changeset
|
5161 msgid "E73: Tag stack empty" |
7 | 5162 msgstr "E73: 標籤堆疊已空" |
5163 | |
5164 msgid "E74: Command too complex" | |
5165 msgstr "E74: 命令太複雜" | |
5166 | |
5167 msgid "E75: Name too long" | |
5168 msgstr "E75: 名字太長" | |
5169 | |
5170 msgid "E76: Too many [" | |
5171 msgstr "E76: 太多 [" | |
5172 | |
5173 msgid "E77: Too many file names" | |
5174 msgstr "E77: 太多檔名" | |
5175 | |
5176 msgid "E488: Trailing characters" | |
5177 msgstr "E488: 你輸入了多餘的字元" | |
5178 | |
5179 msgid "E78: Unknown mark" | |
5180 msgstr "E78: 無法辦識的標記" | |
5181 | |
5182 msgid "E79: Cannot expand wildcards" | |
5183 msgstr "E79: 無法展開萬用字元" | |
5184 | |
5185 msgid "E591: 'winheight' cannot be smaller than 'winminheight'" | |
5186 msgstr "E591: 'winheight' 不能比 'winminheight' 更少" | |
5187 | |
5188 msgid "E592: 'winwidth' cannot be smaller than 'winminwidth'" | |
5189 msgstr "E592: 'winwidth' 不能比 'winminwidth' 更少" | |
5190 | |
5191 msgid "E80: Error while writing" | |
5192 msgstr "E80: 寫入錯誤" | |
5193 | |
5194 msgid "Zero count" | |
5195 msgstr "數到零 (?)" | |
5196 | |
5197 msgid "E81: Using <SID> not in a script context" | |
5198 msgstr "E81: <SID> 不能在 script 本文外使用." | |
5199 | |
5200 msgid "E449: Invalid expression received" | |
5201 msgstr "E449: 收到不正確的運算式" | |
5202 | |
5203 msgid "E463: Region is guarded, cannot modify" | |
5204 msgstr "E463: 區域被保護,無法修改" | |
5205 | |
146 | 5206 #~ msgid "E260: cscope connection not found" |
5207 #~ msgstr "E260: 找不到 cscope 連線" | |
5208 | |
5209 #~ msgid "cscope connection closed" | |
5210 #~ msgstr "cscope 連線已關閉" | |
5211 | |
5212 #~ msgid "couldn't malloc\n" | |
5213 #~ msgstr "無法使用 malloc\n" | |
5214 | |
5215 #~ msgid "%2d %-5ld %-34s <none>\n" | |
5216 #~ msgstr "%2d %-5ld %-34s <無>\n" | |
5217 | |
5218 #~ msgid "\"\n" | |
5219 #~ msgstr "\"\n" | |
5220 | |
5221 #~ msgid "--help\t\tShow Gnome arguments" | |
5222 #~ msgstr "--help\t\t顯示 Gnome 相關參數" | |
5223 | |
5224 #~ msgid " BLOCK" | |
5225 #~ msgstr " 區塊" | |
5226 | |
5227 #~ msgid " LINE" | |
5228 #~ msgstr " 行選取" | |
5229 | |
5230 #~ msgid "Linear tag search" | |
5231 #~ msgstr "線性搜尋標籤 (Tags)" | |
5232 | |
5233 #~ msgid "Binary tag search" | |
5234 #~ msgstr "二分搜尋(Binary search) 標籤(Tags)" | |
5235 | |
7 | 5236 #~ msgid "function " |
5237 #~ msgstr "函式 " | |
5238 | |
5239 #~ msgid "Run Macro" | |
5240 #~ msgstr "執行巨集" | |
5241 | |
5242 #~ msgid "E221: 'commentstring' is empty" | |
5243 #~ msgstr "E221: 選項 'commentstring' 未設定" | |
5244 | |
5245 #~ msgid "E242: Color name not recognized: %s" | |
5246 #~ msgstr "E242: %s 為無法識別的顏色名稱" | |
5247 | |
5248 #~ msgid "E242: Missing color: %s" | |
5249 #~ msgstr "E242: 找不到顏色: %s" | |
5250 | |
5251 #~ msgid "error reading cscope connection %d" | |
5252 #~ msgstr "讀取 cscope 連線 %d 時錯誤" | |
5253 | |
5254 #~ msgid "E249: couldn't read VIM instance registry property" | |
5255 #~ msgstr "E249: 無法讀取 VIM 的 registry 設定項" | |
5256 | |
5257 #~ msgid "Can't open file %s" | |
5258 #~ msgstr "無法開啟檔案 %s" | |
5259 | |
5260 #~ msgid "Unable to send reply" | |
5261 #~ msgstr "無法傳送回應訊息" | |
5262 | |
5263 #~ msgid "E241: Unable to send to Vim server" | |
5264 #~ msgstr "E241: 無法傳送到 Vim 伺服器" | |
5265 | |
5266 #~ msgid "" | |
5267 #~ "\n" | |
5268 #~ "Send failed. No command server present ?\n" | |
5269 #~ msgstr "" | |
5270 #~ "\n" | |
5271 #~ "傳送失敗。沒有命令伺服器存在 ?\n" | |
5272 | |
5273 #~ msgid "PC (32 bits Vim)" | |
5274 #~ msgstr "PC (32 位元 Vim)" | |
5275 | |
5276 #~ msgid "PC (16 bits Vim)" | |
5277 #~ msgstr "PC (16 位元 Vim)" | |
5278 | |
5279 #~ msgid "No servers found for this display" | |
5280 #~ msgstr "此Display沒有伺服器(Servers)" | |
5281 | |
5282 #~ msgid "E258: no matches found in cscope connections" | |
5283 #~ msgstr "E258: cscope 連線找不到符合的" | |
5284 | |
5285 #~ msgid "" | |
5286 #~ "\n" | |
5287 #~ "MacOS Carbon" | |
5288 #~ msgstr "" | |
5289 #~ "\n" | |
5290 #~ "MacOS Carbon" | |
5291 | |
5292 #~ msgid "" | |
5293 #~ "\n" | |
5294 #~ "MacOS 8" | |
5295 #~ msgstr "" | |
5296 #~ "\n" | |
5297 #~ "MacOS 8" | |
5298 | |
5299 #~ msgid "Retrieve next symbol" | |
5300 #~ msgstr "讀取: 從下個 symbol" |