1 # Translation of dpkg to Traditional Chinese
2 # Copyright (C) 2009 Tetralet.
3 # This file is distributed under the same license as the dpkg package.
5 # Asho Yeh <asho@debian.org.tw>, 2006-2012.
6 # imacat <imacat@mail.imacat.idv.tw>, 2012.
7 # 林博仁 <Buo.Ren.Lin@gmail.com>, 2018.
11 "Project-Id-Version: dpkg 1.13\n"
12 "Report-Msgid-Bugs-To: debian-dpkg@lists.debian.org\n"
13 "POT-Creation-Date: 2023-10-30 03:13+0000\n"
14 "PO-Revision-Date: 2018-04-15 07:06+0800\n"
15 "Last-Translator: 林博仁 <Buo.Ren.Lin@gmail.com>\n"
16 "Language-Team: Chinese (traditional) <debian-l10n-chinese@lists.debian.org>\n"
19 "Content-Type: text/plain; charset=UTF-8\n"
20 "Content-Transfer-Encoding: 8bit\n"
21 "Plural-Forms: nplurals=1; plural=0;\n"
24 msgid "failed to fstat archive"
25 msgstr "無法以 fstat 取得壓縮檔的檔案資訊"
29 msgid "failed to read archive '%.255s'"
30 msgstr "無法讀取「%.255s」封存檔"
32 #: lib/dpkg/ar.c lib/dpkg/dbmodify.c
34 msgid "unable to create '%.255s'"
37 #: lib/dpkg/ar.c lib/dpkg/dir.c src/split/join.c src/split/queue.c
38 #: src/divert/main.c utils/update-alternatives.c
40 msgid "unable to close file '%s'"
45 msgid "invalid character '%c' in archive '%.250s' member '%.16s' size"
46 msgstr "壓縮檔 '%2$.250s' 中,大小 '%3$.16s' 的檔案,檔名有不合法的字元 '%1$c'"
48 #: lib/dpkg/ar.c utils/update-alternatives.c
50 msgid "unable to write file '%s'"
55 msgid "ar member name '%s' length too long"
56 msgstr "ar 壓縮檔中檔案的檔名 '%s' 太長了"
60 msgid "ar member size %jd too large"
61 msgstr "ar 壓縮檔中檔案的大小 %jd 太大了"
65 #| msgid "ar member size %jd too large"
66 msgid "ar member time %jd too large"
67 msgstr "ar 壓縮檔中檔案的大小 %jd 太大了"
71 msgid "generated corrupt ar header for '%s'"
72 msgstr "'%s' 產生的 ar 檔頭損毀"
76 msgid "failed to fstat ar member file (%s)"
77 msgstr "無法 fstat 取得 ar 壓縮檔中檔案 (%s) 的檔案資訊"
81 msgid "cannot append ar member file (%s) to '%s': %s"
82 msgstr "無法在壓縮檔 '%2$s' 中加上檔案 (%1$s):%3$s"
84 #: lib/dpkg/arch.c lib/dpkg/parsehelp.c lib/dpkg/pkg-format.c
85 msgid "may not be empty string"
89 msgid "must start with an alphanumeric"
92 #: lib/dpkg/arch.c lib/dpkg/parsehelp.c
94 msgid "character '%c' not allowed (only letters, digits and characters '%s')"
95 msgstr "不可有字元 `%c'(只能用英文字母、數字和字元 `%s')"
98 msgctxt "architecture"
103 msgctxt "architecture"
108 msgid "error writing to architecture list"
109 msgstr "寫入硬體平台清單時,寫入錯誤"
111 #: lib/dpkg/atomic-file.c
113 #| msgid "cannot open directory '%s'"
114 msgid "cannot create base directory for %s"
115 msgstr "無法開啟「%.255s」目錄"
117 #: lib/dpkg/atomic-file.c
119 msgid "unable to create new file '%.250s'"
120 msgstr "無法開新檔案 '%.250s'"
122 #: lib/dpkg/atomic-file.c
124 msgid "unable to write new file '%.250s'"
125 msgstr "無法寫入新檔 '%.250s'"
127 #: lib/dpkg/atomic-file.c
129 msgid "unable to flush new file '%.250s'"
130 msgstr "無法清除新檔的寫入緩衝 '%.250s'"
132 #: lib/dpkg/atomic-file.c
134 msgid "unable to sync new file '%.250s'"
135 msgstr "無法同步新檔 '%.250s' 的寫入緩衝"
137 #: lib/dpkg/atomic-file.c
139 msgid "unable to close new file '%.250s'"
140 msgstr "無法關閉新檔 `%.250s'"
142 #: lib/dpkg/atomic-file.c
144 msgid "error removing old backup file '%s'"
145 msgstr "刪除舊備份檔發生錯誤 '%s'"
147 #: lib/dpkg/atomic-file.c
149 msgid "error creating new backup file '%s'"
150 msgstr "建立新備份檔發生錯誤 '%s'"
152 #: lib/dpkg/atomic-file.c lib/dpkg/db-ctrl-upgrade.c lib/dpkg/triglib.c
155 msgid "cannot remove '%.250s'"
156 msgstr "無法刪除 `%.250s'"
158 #: lib/dpkg/atomic-file.c
160 msgid "error installing new file '%s'"
161 msgstr "安裝新檔發生錯誤 '%s'"
164 msgid "failed to write"
168 msgid "failed to read"
172 msgid "unexpected end of file or stream"
176 msgid "failed to seek"
179 #: lib/dpkg/command.c lib/dpkg/path-remove.c src/split/split.c
180 #: src/main/unpack.c utils/update-alternatives.c
182 msgid "unable to execute %s (%s)"
183 msgstr "執行 %s 錯誤 (%s)"
185 #: lib/dpkg/command.c
186 msgid "PATH is not set"
189 #: lib/dpkg/compress.c
191 msgid "%s: pass-through copy error: %s"
192 msgstr "%s:直接資料對拷錯誤:%s"
194 #: lib/dpkg/compress.c
196 msgid "%s: error binding input to gzip stream"
197 msgstr "%s:輸入轉接 gzip 資料串流錯誤"
199 #: lib/dpkg/compress.c
201 msgid "%s: internal gzip read error: '%s'"
202 msgstr "%s:gzip 內部讀取錯誤:'%s'"
204 #: lib/dpkg/compress.c
206 msgid "%s: internal gzip write error"
207 msgstr "%s:gzip 內部寫入錯誤"
209 #: lib/dpkg/compress.c
211 #| msgid "%s: internal gzip read error: '%s'"
212 msgid "%s: internal gzip read error: %s"
213 msgstr "%s:gzip 內部讀取錯誤:'%s'"
215 #: lib/dpkg/compress.c
217 msgid "%s: error binding output to gzip stream"
218 msgstr "%s:輸出轉接 gzip 串流錯誤"
220 #: lib/dpkg/compress.c
222 msgid "%s: internal gzip read error"
223 msgstr "%s:gzip 內部讀取錯誤"
225 #: lib/dpkg/compress.c
227 msgid "%s: internal gzip write error: '%s'"
228 msgstr "%s:gzip 內部寫入錯誤:'%s'"
230 #: lib/dpkg/compress.c
232 msgid "%s: internal gzip write error: %s"
233 msgstr "%s:gzip 內部寫入錯誤:%s"
235 #: lib/dpkg/compress.c
237 msgid "%s: error binding input to bzip2 stream"
238 msgstr "%s:輸入轉接 bzip2 資料串流錯誤"
240 #: lib/dpkg/compress.c
242 msgid "%s: internal bzip2 read error: '%s'"
243 msgstr "%s:bzip2 內部讀取錯誤:'%s'"
245 #: lib/dpkg/compress.c
247 msgid "%s: internal bzip2 write error"
248 msgstr "%s:內部 bzip2 錯誤"
250 #: lib/dpkg/compress.c
252 msgid "%s: error binding output to bzip2 stream"
253 msgstr "%s:輸出轉接 bzip2 串流錯誤"
255 #: lib/dpkg/compress.c
257 msgid "%s: internal bzip2 read error"
258 msgstr "%s:bzip2 內部讀取錯誤"
260 #: lib/dpkg/compress.c
262 msgid "%s: internal bzip2 write error: '%s'"
263 msgstr "%s:bzip2 內部寫入錯誤:'%s'"
265 #: lib/dpkg/compress.c
266 msgid "unexpected bzip2 error"
269 #: lib/dpkg/compress.c
270 msgid "internal error (bug)"
273 #: lib/dpkg/compress.c
274 msgid "memory usage limit reached"
277 #: lib/dpkg/compress.c
278 msgid "unsupported compression preset"
281 #: lib/dpkg/compress.c
282 msgid "unsupported options in file header"
285 #: lib/dpkg/compress.c
286 msgid "compressed data is corrupt"
289 #: lib/dpkg/compress.c
290 msgid "unexpected end of input"
293 #: lib/dpkg/compress.c
294 msgid "file format not recognized"
297 #: lib/dpkg/compress.c
298 msgid "unsupported type of integrity check"
301 #: lib/dpkg/compress.c
303 msgid "%s: lzma read error"
304 msgstr "%s:lzma 讀取錯誤"
306 #: lib/dpkg/compress.c
308 msgid "%s: lzma write error"
309 msgstr "%s:lzma 寫入錯誤"
311 #: lib/dpkg/compress.c
313 msgid "%s: lzma close error"
314 msgstr "%s:lzma 關檔錯誤"
316 #: lib/dpkg/compress.c
318 msgid "%s: lzma error: %s"
319 msgstr "%s:lzma 錯誤:%s"
321 #: lib/dpkg/compress.c
323 #| msgid "%s: lzma error: %s"
324 msgid "%s: zstd error: %s"
325 msgstr "%s:lzma 錯誤:%s"
327 #: lib/dpkg/compress.c
329 #| msgid "cannot close decompressor pipe"
330 msgid "%s: cannot create zstd decompression context"
331 msgstr "無法關閉解壓縮的輸出轉向"
333 #: lib/dpkg/compress.c
335 #| msgid "cannot close decompressor pipe"
336 msgid "%s: cannot create zstd compression context"
337 msgstr "無法關閉解壓縮的輸出轉向"
339 #: lib/dpkg/compress.c
341 #| msgid "%s: lzma read error"
342 msgid "%s: zstd read error"
343 msgstr "%s:lzma 讀取錯誤"
345 #: lib/dpkg/compress.c
347 #| msgid "%s: lzma write error"
348 msgid "%s: zstd write error"
349 msgstr "%s:lzma 寫入錯誤"
351 #: lib/dpkg/compress.c
353 #| msgid "%s: lzma close error"
354 msgid "%s: zstd close error"
355 msgstr "%s:lzma 關檔錯誤"
357 #: lib/dpkg/compress.c
359 #| msgid "invalid compression level for -%c: %ld"
360 msgid "invalid compression level %d"
361 msgstr "-%c 的壓縮等級無效:%ld'"
363 #: lib/dpkg/compress.c
364 msgid "unknown compression strategy"
367 #: lib/dpkg/dbmodify.c
370 "updates directory contains file '%.250s' whose name is too long (length=%d, "
372 msgstr "updates 目錄中的「%.250s」檔案名稱太長了(長度為 %d,最長能允許 %d)"
374 #: lib/dpkg/dbmodify.c
377 "updates directory contains files with different length names (both %d and %d)"
378 msgstr "更新目錄中含有不同長度名稱的檔案(分別為 %d 和 %d)"
380 #: lib/dpkg/dbmodify.c
382 #| msgid "cannot scan updates directory '%.255s'"
383 msgid "cannot create the dpkg updates directory %s"
384 msgstr "無法掃描更新目錄 `%.255s'"
386 #: lib/dpkg/dbmodify.c
388 msgid "cannot scan updates directory '%.255s'"
389 msgstr "無法掃描更新目錄 `%.255s'"
391 #: lib/dpkg/dbmodify.c
393 msgid "failed to remove incorporated update file %.255s"
394 msgstr "無法刪除合併後的更新檔 %.255s"
396 #: lib/dpkg/dbmodify.c
398 msgid "unable to fill %.250s with padding"
399 msgstr "無法用填料填滿 %.250s"
401 #: lib/dpkg/dbmodify.c
403 msgid "unable to flush %.250s after padding"
404 msgstr "在填充後無法刷新 %.250s"
406 #: lib/dpkg/dbmodify.c
408 msgid "unable to seek to start of %.250s after padding"
409 msgstr "在填充後無法搜尋到 %.250s 的起始位置"
411 #: lib/dpkg/dbmodify.c
413 #| msgid "unable to get file descriptor for directory '%s'"
414 msgid "unable to check lock file for dpkg database directory %s"
415 msgstr "無法由 '%s' 目錄取得檔案描述"
417 #: lib/dpkg/dbmodify.c
419 #| msgid "unable to open/create status database lockfile"
420 msgid "unable to open/create dpkg frontend lock for directory %s"
421 msgstr "無法開啟/建立狀態資料庫的鎖定檔"
423 #: lib/dpkg/dbmodify.c
425 #| msgid "unable to open/create status database lockfile"
426 msgid "unable to open/create dpkg database lock file for directory %s"
427 msgstr "無法開啟/建立狀態資料庫的鎖定檔"
429 #: lib/dpkg/dbmodify.c
431 #| msgid "you do not have permission to lock the dpkg status database"
432 msgid "you do not have permission to lock the dpkg database directory %s"
433 msgstr "您沒有鎖定 dpkg 的狀態資料庫的權限"
435 #: lib/dpkg/dbmodify.c
436 msgid "dpkg frontend lock"
439 #: lib/dpkg/dbmodify.c
441 #| msgid "dpkg status database"
442 msgid "dpkg database lock"
443 msgstr "無法鎖定 dpkg 的狀態資料庫"
445 #: lib/dpkg/dbmodify.c
446 msgid "requested operation requires superuser privilege"
447 msgstr "該操作需要超級使用者權限"
449 #: lib/dpkg/dbmodify.c
451 #| msgid "unable to access dpkg status area"
452 msgid "cannot create the dpkg database directory %s"
453 msgstr "無法存取 dpkg 狀態庫"
455 #: lib/dpkg/dbmodify.c
457 #| msgid "unable to access dpkg status area"
458 msgid "unable to access the dpkg database directory %s"
459 msgstr "無法存取 dpkg 狀態庫"
461 #: lib/dpkg/dbmodify.c
463 #| msgid "operation requires read/write access to dpkg status area"
464 msgid "required read/write access to the dpkg database directory %s"
465 msgstr "該操作需要在 dpkg 狀態庫有著讀寫權限"
467 #: lib/dpkg/dbmodify.c
469 msgid "failed to remove my own update file %.255s"
470 msgstr "無法刪除自己的更新檔 %.255s"
472 #: lib/dpkg/dbmodify.c
474 msgid "unable to write updated status of '%.250s'"
475 msgstr "無法寫入 `%.250s' 的更新狀態"
477 #: lib/dpkg/dbmodify.c
479 msgid "unable to flush updated status of '%.250s'"
480 msgstr "無法刷新 `%.250s' 的更新狀態"
482 #: lib/dpkg/dbmodify.c
484 msgid "unable to truncate for updated status of '%.250s'"
485 msgstr "無法縮減 `%.250s' 的更新狀態"
487 #: lib/dpkg/dbmodify.c
489 msgid "unable to fsync updated status of '%.250s'"
490 msgstr "無法 fsync 同步 `%.250s' 更新狀態的寫入緩衝"
492 #: lib/dpkg/dbmodify.c
494 msgid "unable to close updated status of '%.250s'"
495 msgstr "無法關閉 `%.250s' 的更新狀態"
497 #: lib/dpkg/dbmodify.c
499 msgid "unable to install updated status of '%.250s'"
500 msgstr "無法安裝 `%.250s' 的更新狀態"
502 #: lib/dpkg/db-ctrl-access.c
504 msgid "unable to check existence of '%.250s'"
505 msgstr "無法判斷 `%.250s' 是否存在"
507 #: lib/dpkg/db-ctrl-access.c lib/dpkg/db-ctrl-upgrade.c
508 msgid "cannot read info directory"
509 msgstr "無法讀取 info 目錄"
511 #: lib/dpkg/db-ctrl-format.c src/main/unpack.c
513 msgid "error trying to open %.250s"
514 msgstr "在試圖開啟 %.250s 時發生錯誤"
516 #: lib/dpkg/db-ctrl-format.c
518 msgid "corrupt info database format file '%s'"
519 msgstr "資訊資料庫格式檔 '%s' 損毀"
521 #: lib/dpkg/db-ctrl-format.c
523 msgid "info database format (%d) is bogus or too new; try getting a newer dpkg"
526 #: lib/dpkg/db-ctrl-upgrade.c
528 #| msgid "Info file %s/%s not associated to any package"
529 msgid "info file %s/%s not associated to any package"
530 msgstr "資訊檔 %s/%s 不屬於任何套件"
532 #: lib/dpkg/db-ctrl-upgrade.c src/main/archives.c
534 msgid "error creating hard link '%.255s'"
535 msgstr "在建立實體連結 `%.255s' 時發生錯誤"
537 #: lib/dpkg/db-ctrl-upgrade.c
539 msgid "error while writing '%s'"
542 #: lib/dpkg/db-fsys-digest.c
544 #| msgid "files list file for package '%.250s' is missing final newline"
545 msgid "control file '%s' for package '%s' is missing final newline"
546 msgstr "套件 '%.250s' 的檔案清單,檔尾沒有換行"
548 #: lib/dpkg/db-fsys-digest.c
550 #| msgid "files list file for package '%.250s' is missing final newline"
551 msgid "control file '%s' for package '%s' is missing value"
552 msgstr "套件 '%.250s' 的檔案清單,檔尾沒有換行"
554 #: lib/dpkg/db-fsys-digest.c
556 #| msgid "files list file for package '%.250s' is missing final newline"
557 msgid "control file '%s' for package '%s' is missing value separator"
558 msgstr "套件 '%.250s' 的檔案清單,檔尾沒有換行"
560 #: lib/dpkg/db-fsys-digest.c
562 #| msgid "files list file for package `%.250s' contains empty filename"
563 msgid "control file '%s' for package '%s' contains empty filename"
564 msgstr "套件 `%.250s' 的檔案清單,內有空檔名"
566 #: lib/dpkg/db-fsys-digest.c
568 #| msgid "cannot extract control file '%s' from '%s': %s"
569 msgid "loading control file '%s' for package '%s'"
570 msgstr "無法由 '%2$s' 讀取設定檔 '%1$s':%3$s"
572 #: lib/dpkg/db-fsys-divert.c
573 msgid "failed to open diversions file"
576 #: lib/dpkg/db-fsys-divert.c
577 msgid "failed to fstat diversions file"
578 msgstr "無法 fstat 取得移轉檔的檔案資訊"
580 #: lib/dpkg/db-fsys-divert.c
582 msgid "conflicting diversions involving '%.250s' or '%.250s'"
583 msgstr "移轉衝突,涉入其中的有 `%.250s' 及 `%.250s'"
585 #: lib/dpkg/db-fsys-files.c
587 #| msgid "error closing files list file for package '%.250s'"
588 msgid "loading files list file for package '%s'"
589 msgstr "關閉套件 `%.250s' 的檔案清單時,發生錯誤"
591 #: lib/dpkg/db-fsys-files.c
594 "files list file for package '%.250s' missing; assuming package has no files "
595 "currently installed"
596 msgstr "找不到套件 '%.250s' 的檔案清單,假設該套件目前安裝任何檔案"
598 #: lib/dpkg/db-fsys-files.c
600 msgid "files list file for package '%.250s' is missing final newline"
601 msgstr "套件 '%.250s' 的檔案清單,檔尾沒有換行"
603 #: lib/dpkg/db-fsys-files.c
605 msgid "files list file for package '%.250s' contains empty filename"
606 msgstr "套件 `%.250s' 的檔案清單,內有空檔名"
608 #: lib/dpkg/db-fsys-files.c
609 msgid "(Reading database ... "
612 #: lib/dpkg/db-fsys-files.c
614 msgid "%d file or directory currently installed.)\n"
615 msgid_plural "%d files and directories currently installed.)\n"
616 msgstr[0] "目前共安裝了 %d 個檔案和目錄。)\n"
618 #: lib/dpkg/db-fsys-override.c
620 #| msgid "invalid status"
621 msgid "invalid statoverride uid %s"
624 #: lib/dpkg/db-fsys-override.c
626 #| msgid "reading statoverride file '%.250s'"
627 msgid "invalid statoverride gid %s"
628 msgstr "讀取 statoverride 檔 '%.250s'"
630 #: lib/dpkg/db-fsys-override.c
632 #| msgid "reading statoverride file '%.250s'"
633 msgid "invalid statoverride mode %s"
634 msgstr "讀取 statoverride 檔 '%.250s'"
636 #: lib/dpkg/db-fsys-override.c
637 msgid "failed to open statoverride file"
638 msgstr "無法開啟 statoverride 檔"
640 #: lib/dpkg/db-fsys-override.c
641 msgid "failed to fstat statoverride file"
642 msgstr "無法 fstat statoverride 檔"
644 #: lib/dpkg/db-fsys-override.c
646 msgid "reading statoverride file '%.250s'"
647 msgstr "讀取 statoverride 檔 '%.250s'"
649 #: lib/dpkg/db-fsys-override.c
650 msgid "statoverride file is missing final newline"
651 msgstr "statoverride 檔檔尾沒有換行"
653 #: lib/dpkg/db-fsys-override.c
654 msgid "statoverride file contains empty line"
655 msgstr "statoverride 檔有空行"
657 #: lib/dpkg/db-fsys-override.c
658 msgid "syntax error in statoverride file"
659 msgstr "statoverride 檔語法錯誤"
661 #: lib/dpkg/db-fsys-override.c
664 "unknown system user '%s' in statoverride file; the system user got removed\n"
665 "before the override, which is most probably a packaging bug, to recover you\n"
666 "can remove the override manually with %s"
669 #: lib/dpkg/db-fsys-override.c
670 msgid "unexpected end of line in statoverride file"
671 msgstr "statoverride 檔行尾意外中斷"
673 #: lib/dpkg/db-fsys-override.c
676 "unknown system group '%s' in statoverride file; the system group got "
678 "before the override, which is most probably a packaging bug, to recover you\n"
679 "can remove the override manually with %s"
682 #: lib/dpkg/db-fsys-override.c
684 msgid "multiple statoverrides present for file '%.250s'"
685 msgstr "檔案 '%.250s' 有好幾個 statoverride 檔"
687 #: lib/dpkg/deb-version.c
688 msgid "format version with too big major component"
689 msgstr "格式版本中的主版本號太大"
691 #: lib/dpkg/deb-version.c
692 msgid "format version with empty major component"
695 #: lib/dpkg/deb-version.c
696 msgid "format version has no dot"
697 msgstr "版本格式中缺點 (.) 號"
699 #: lib/dpkg/deb-version.c
700 msgid "format version with too big minor component"
701 msgstr "格式版本中的次版本號太大"
703 #: lib/dpkg/deb-version.c
704 msgid "format version with empty minor component"
707 #: lib/dpkg/deb-version.c
708 msgid "format version followed by junk"
713 msgid "cannot parse debug mask from environment variable %s"
718 msgid "unable to get file descriptor for directory '%s'"
719 msgstr "無法由 '%s' 目錄取得檔案描述"
723 msgid "unable to sync directory '%s'"
724 msgstr "無法同步目錄 '%s' 的寫入緩衝"
728 msgid "unable to open directory '%s'"
731 #: lib/dpkg/dir.c src/divert/main.c utils/update-alternatives.c
733 msgid "unable to open file '%s'"
736 #: lib/dpkg/dir.c src/deb/build.c src/split/join.c src/split/queue.c
737 #: src/divert/main.c utils/update-alternatives.c
739 msgid "unable to sync file '%s'"
740 msgstr "無法同步檔案 '%s' 的寫入緩衝"
744 msgid "failed to write details of '%.50s' to '%.250s'"
745 msgstr "無法將 `%.50s' 的詳盡資訊寫入 `%.250s'"
749 msgid "unable to set buffering on %s database file"
750 msgstr "無法在%s資料庫檔案上設緩衝區"
754 #| msgid "failed to write %s database record about '%.50s' to '%.250s'"
755 msgid "failed to write %s database stanza about '%s' to '%s'"
756 msgstr "無法寫入關於 '%2$.50s' 到 '%3$.250s' 的%1$s資料庫記錄"
758 #: lib/dpkg/ehandle.c utils/update-alternatives.c
762 #: lib/dpkg/ehandle.c
769 #: lib/dpkg/ehandle.c
770 msgid "out of memory for new error context"
771 msgstr "記憶體不足,無法建立錯誤相關資料"
773 #: lib/dpkg/ehandle.c
774 msgid "error while cleaning up"
777 #: lib/dpkg/ehandle.c
778 msgid "too many nested errors during error recovery"
779 msgstr "在錯誤回復時發生了太多層的錯誤"
781 #: lib/dpkg/ehandle.c
782 msgid "out of memory for new cleanup entry"
783 msgstr "記憶體不足,無法建立新的清理項目"
785 #: lib/dpkg/ehandle.c
786 msgid "out of memory for new cleanup entry with many arguments"
787 msgstr "記憶體不足,無法建立多參數的新清理項目"
789 #: lib/dpkg/ehandle.c
790 msgid "unrecoverable fatal error, aborting"
791 msgstr "無法回復的致命錯誤,中止程序"
793 #: lib/dpkg/ehandle.c
794 msgid "outside error context, aborting"
795 msgstr "非處於錯誤情境中,中止程序"
797 #: lib/dpkg/ehandle.c
798 msgid "an error occurred with no error handling in place"
801 #: lib/dpkg/ehandle.c
802 msgid "internal error"
807 #| msgid "control file '%s' does not exist"
808 msgid "is missing a value"
813 #| msgid "Skip invalid line: %s"
814 msgid "has invalid value '%.50s'"
818 msgid "has trailing junk"
823 #| msgid "package '%s' is not installed"
824 msgid "invalid package name in '%s' field: %s"
829 #| msgid "empty file details field '%s'"
830 msgid "empty archive details '%s' field"
831 msgstr "檔案說明欄位 `%s' 是空的"
835 #| msgid "file details field '%s' not allowed in status file"
836 msgid "archive details '%s' field not allowed in status file"
837 msgstr "這個檔案說明欄位 `%s' 不可用於狀態檔"
841 #| msgid "too many values in file details field '%s' (compared to others)"
842 msgid "too many values in archive details '%s' field (compared to others)"
843 msgstr "檔案說明欄位 `%s' 裡的值太多(和其他的相比)"
847 #| msgid "too few values in file details field '%s' (compared to others)"
848 msgid "too few values in archive details '%s' field (compared to others)"
849 msgstr "檔案說明欄位 `%s' 中的值太少(和其他的相比)"
853 #| msgid "obsolete '%s' or '%s' field used"
854 msgid "boolean (yes/no) '%s' field: %s"
855 msgstr "使用了已廢棄的「%s」或「%s」欄位"
859 #| msgid "foreign/allowed/same/no in quadstate field"
860 msgid "quadstate (foreign/allowed/same/no) '%s' field: %s"
861 msgstr "四態欄位的 foreign/allowed/same/no"
865 #| msgid "'%s' is not a valid architecture name: %s"
866 msgid "'%s' is not a valid architecture name in '%s' field: %s"
867 msgstr "不合法的硬體平台名稱 '%s':%s"
871 #| msgid "word in 'Priority' field"
872 msgid "word in '%s' field: %s"
877 #| msgid "obsolete '%s' or '%s' field used"
878 msgid "obsolete '%s' field used"
879 msgstr "使用了已廢棄的「%s」或「%s」欄位"
883 msgid "value for '%s' field not allowed in this context"
884 msgstr "在此情境中不能使用這個「%s」欄位的值"
888 #| msgid "first (want) word in 'Status' field"
889 msgid "first (want) word in '%s' field: %s"
890 msgstr "在「status」欄位中的第一個字 (want)"
894 #| msgid "second (error) word in 'Status' field"
895 msgid "second (error) word in '%s' field: %s"
896 msgstr "在「status」欄位中的第二個字 (error)"
900 #| msgid "third (status) word in 'Status' field"
901 msgid "third (status) word in '%s' field: %s"
902 msgstr "在「status」欄位中的第三個字 (status)"
906 #| msgid "error in '%s' field string '%.250s'"
907 msgid "'%s' field value '%.250s'"
908 msgstr "「%s」欄位的「%.250s」字串有誤"
912 msgid "value for '%s' field has malformed line '%.*s'"
913 msgstr "「%s」欄位的值存在格式錯誤之「%.*s」行"
917 #| msgid "value for '%s' has line starting with non-space '%c'"
918 msgid "value for '%s' field has line starting with non-space '%c'"
919 msgstr "「%s」的值包含了「%c」非空白字元開頭的行"
923 #| msgid "root or null directory is listed as a conffile"
924 msgid "root or empty directory listed as a conffile in '%s' field"
925 msgstr "root 或空目錄也被列為 conffile"
930 "'%s' field, missing package name, or garbage where package name expected"
931 msgstr "`%s' 欄位,找不到套件名稱,或是應當為套件名稱的地方是亂碼"
935 msgid "'%s' field, invalid package name '%.255s': %s"
936 msgstr "`%s' 欄位,無效的套件名稱 `%.255s':%s"
941 "'%s' field, missing architecture name, or garbage where architecture name "
943 msgstr "'%s' 欄位,找不到硬體平台名稱,或硬體平台名稱是亂碼"
948 "'%s' field, reference to '%.255s': invalid architecture name '%.255s': %s"
949 msgstr "'%s' 欄位,參照 '%.255s':硬體平台名稱 '%.255s' 有誤:%s"
954 "'%s' field, reference to '%.255s':\n"
955 " bad version relationship %c%c"
957 "`%s' 欄位,參照至 `%.255s':\n"
963 "'%s' field, reference to '%.255s':\n"
964 " '%c' is obsolete, use '%c=' or '%c%c' instead"
966 "`%s' 欄位,參照至 `%.255s':\n"
967 " `%c' 已廢棄,請替而使用 `%c=' 或 `%c%c'"
972 "'%s' field, reference to '%.255s':\n"
973 " implicit exact match on version number, suggest using '=' instead"
975 "`%s' 欄位,參照至 `%.255s':\n"
976 " 未明確要求版本號完全一致,建議替而使用 `='"
980 msgid "only exact versions may be used for '%s' field"
981 msgstr "在「%s」欄位中只能使用明確的版本號"
986 "'%s' field, reference to '%.255s':\n"
987 " version value starts with non-alphanumeric, suggest adding a space"
989 "`%s' 欄位,參照至 `%.255s':\n"
990 " 版本號不是以英數字開頭,建議加一個空格"
994 msgid "'%s' field, reference to '%.255s': version unterminated"
995 msgstr "`%s' 欄位,參照至 `%.255s':版本號未終止"
999 #| msgid "'%s' field, reference to '%.255s': version contains '%c'"
1001 "'%s' field, reference to '%.255s': version contains '%c' instead of '%c'"
1002 msgstr "`%s' 欄位,參照至 `%.255s':版本號含有 `%c'"
1004 #: lib/dpkg/fields.c
1006 #| msgid "'%s' field, reference to '%.255s': version contains '%c'"
1007 msgid "'%s' field, reference to '%.255s': version '%s'"
1008 msgstr "`%s' 欄位,參照至 `%.255s':版本號含有 `%c'"
1010 #: lib/dpkg/fields.c
1012 msgid "'%s' field, syntax error after reference to package '%.255s'"
1013 msgstr "`%s' 欄位,在參照至套件 `%.255s' 後的語法有誤"
1015 #: lib/dpkg/fields.c
1017 #| msgid "alternatives ('|') not allowed in %s field"
1018 msgid "alternatives ('|') not allowed in '%s' field"
1019 msgstr "在 %s 欄位不可有可替換符號 (`|')"
1021 #: lib/dpkg/fields.c
1023 msgid "illegal pending trigger name '%.255s': %s"
1024 msgstr "不合法的待執行觸發程式名稱 `%.255s': %s"
1026 #: lib/dpkg/fields.c
1028 msgid "duplicate pending trigger '%.255s'"
1029 msgstr "重複的待執行觸發程式 `%.255s'"
1031 #: lib/dpkg/fields.c
1033 msgid "illegal package name in awaited trigger '%.255s': %s"
1034 msgstr "在正要執行的觸發程式 `%.255s' 裡有不合法的套件名稱:%s"
1036 #: lib/dpkg/fields.c
1038 msgid "duplicate awaited trigger package '%.255s'"
1039 msgstr "重複的正要執行的觸發程式套件 `%.255s'"
1043 msgid "unable to stat source file '%.250s'"
1044 msgstr "無法取得來源檔 '%.250s' 的檔案資訊"
1048 msgid "unable to change ownership of target file '%.250s'"
1049 msgstr "無法改變目標檔案 '%.250s' 的所有者"
1053 msgid "unable to set mode of target file '%.250s'"
1054 msgstr "無法設定目標檔案 '%.250s' 的權限"
1058 #| msgid "cannot stat file '%s'"
1059 msgid "cannot stat %s"
1060 msgstr "無法取得檔案 '%s' 的檔案資訊"
1064 #| msgid "conffile '%s' is not a plain file"
1065 msgid "%s is not a regular file"
1066 msgstr "conffile '%s' 不是普通檔案"
1070 #| msgid "cannot append to '%s'"
1071 msgid "cannot read %s"
1076 #| msgid "cannot append to '%s'"
1077 msgid "cannot open %s"
1082 msgid "unable to unlock %s"
1087 msgid "unable to check file '%s' lock status"
1088 msgstr "無法檢查檔案 '%s' 的鎖定狀態"
1092 msgid "unable to lock %s"
1097 "Note: removing the lock file is always wrong, can damage the locked area\n"
1098 "and the entire system. See <https://wiki.debian.org/Teams/Dpkg/FAQ#db-lock>."
1103 #| msgid "%s is locked by another process"
1105 "%s was locked by another process\n"
1107 msgstr "%s 已被另外一個程序鎖定了"
1111 #| msgid "%s is locked by another process"
1113 "%s was locked by another process with pid %d\n"
1115 msgstr "%s 已被另外一個程序鎖定了"
1119 #| msgid "cannot append to '%s'"
1120 msgid "cannot open file %s"
1125 #| msgid "unable to flush file '%s'"
1126 msgid "pager to show file"
1127 msgstr "無法清除檔案 '%s' 的寫入緩衝"
1131 #| msgid "cannot divert file '%s' to itself"
1132 msgid "cannot write file %s into the pager"
1133 msgstr "無法移轉檔案 '%s' 到自己"
1137 msgid "could not open log '%s': %s"
1138 msgstr "無法開啟日誌 '%s':%s"
1142 #| msgid "cannot stat file '%s'"
1143 msgid "cannot get local time to log into '%s': %s"
1144 msgstr "無法取得檔案 '%s' 的檔案資訊"
1148 #| msgid "cannot stat file '%s'"
1149 msgid "cannot write to log file '%s': %s"
1150 msgstr "無法取得檔案 '%s' 的檔案資訊"
1153 msgid "<package status and progress file descriptor>"
1154 msgstr "<套件的狀態及進展的檔案重導>"
1158 msgid "unable to write to status fd %d"
1159 msgstr "無法寫到檔案描述 %d 上"
1161 #: lib/dpkg/mustlib.c utils/update-alternatives.c
1162 msgid "failed to allocate memory"
1165 #: lib/dpkg/mustlib.c
1167 msgid "failed to dup for fd %d"
1168 msgstr "無法替 fd %d dup"
1170 #: lib/dpkg/mustlib.c
1172 msgid "failed to dup for std%s"
1173 msgstr "無法替 std%s dup"
1175 #: lib/dpkg/mustlib.c
1176 msgid "failed to create pipe"
1179 #: lib/dpkg/mustlib.c
1181 msgid "error writing to '%s'"
1184 #: lib/dpkg/mustlib.c
1186 msgid "unable to read filedescriptor flags for %.250s"
1187 msgstr "無法讀取 %.250s 的檔案重導的設定"
1189 #: lib/dpkg/mustlib.c
1191 msgid "unable to set close-on-exec flag for %.250s"
1192 msgstr "無法在 %.250s 上設定 close-on-exec"
1194 #: lib/dpkg/options-parsers.c
1196 msgid "--%s needs a valid package name but '%.250s' is not: %s"
1197 msgstr "--%s 需要有效的套件名稱,不是 '%.250s':%s"
1199 #: lib/dpkg/options.c
1201 msgid "configuration error: %s:%d: %s"
1202 msgstr "設定錯誤:%s:%d: %s"
1204 #: lib/dpkg/options.c
1206 msgid "failed to open configuration file '%.255s' for reading: %s"
1207 msgstr "無法開啟設定檔 '%.255s' 來讀:%s"
1209 #: lib/dpkg/options.c
1211 msgid "unbalanced quotes in '%s'"
1212 msgstr "'%s' 中左右引號不對稱"
1214 #: lib/dpkg/options.c utils/update-alternatives.c
1216 msgid "unknown option '%s'"
1219 #: lib/dpkg/options.c
1221 msgid "'%s' needs a value"
1224 #: lib/dpkg/options.c
1226 msgid "'%s' does not take a value"
1229 #: lib/dpkg/options.c
1231 msgid "read error in configuration file '%.255s'"
1232 msgstr "設定檔 `%.255s' 讀取錯誤"
1234 #: lib/dpkg/options.c
1236 msgid "error closing configuration file '%.255s'"
1237 msgstr "關閉設定檔 `%.255s' 時發生錯誤"
1239 #: lib/dpkg/options.c
1241 msgid "error opening configuration directory '%s'"
1242 msgstr "開啟設定目錄 '%s' 時發生錯誤"
1244 #: lib/dpkg/options.c
1245 msgid "missing program name in argv[0]"
1248 #: lib/dpkg/options.c
1250 msgid "unknown option --%s"
1253 #: lib/dpkg/options.c
1255 msgid "--%s option takes a value"
1256 msgstr "--%s 選項需有一個參數"
1258 #: lib/dpkg/options.c
1260 msgid "--%s option does not take a value"
1261 msgstr "--%s 選項並不需要參數"
1263 #: lib/dpkg/options.c
1265 msgid "unknown option -%c"
1268 #: lib/dpkg/options.c
1270 msgid "-%c option takes a value"
1271 msgstr "-%c 選項需有一個參數"
1273 #: lib/dpkg/options.c
1275 msgid "-%c option does not take a value"
1276 msgstr "-%c 選項並不需要參數"
1278 #: lib/dpkg/options.c src/split/main.c
1280 msgid "invalid integer for --%s: '%.250s'"
1281 msgstr "--%s 所指定的數字無效:`%.250s'"
1283 #: lib/dpkg/options.c
1285 msgid "invalid integer for -%c: '%.250s'"
1286 msgstr "-%c 的整數無效:'%.250s'"
1288 #: lib/dpkg/options.c
1290 msgid "obsolete option '--%s'"
1291 msgstr "已作廢之「--%s」命令列選項"
1293 #: lib/dpkg/options.c
1295 msgid "conflicting actions -%c (--%s) and -%c (--%s)"
1296 msgstr "相互衝突的操作 -%c (--%s) 和 -%c (--%s)"
1300 msgid "duplicate value for '%s' field"
1301 msgstr "有多個值對應至 `%s' 欄位"
1305 msgid "user-defined field name '%.*s' too short"
1306 msgstr "用戶自定的欄位名 `%.*s' 過短"
1310 msgid "duplicate value for user-defined field '%.*s'"
1311 msgstr "有多個值對應至用戶自定的欄位 `%.*s'"
1313 #: lib/dpkg/parse.c lib/dpkg/parsehelp.c
1315 #| msgid "missing %s"
1316 msgid "missing '%s' field"
1319 #: lib/dpkg/parse.c lib/dpkg/parsehelp.c
1321 #| msgid "duplicate value for '%s' field"
1322 msgid "empty value for '%s' field"
1323 msgstr "有多個值對應至 `%s' 欄位"
1327 #| msgid "package has field '%s' but is missing architecture"
1328 msgid "package has '%s' field but is missing architecture"
1329 msgstr "套件有 '%s' 欄位,但缺硬體平台"
1333 #| msgid "package has field '%s' but is architecture all"
1334 msgid "package has '%s' field but is architecture '%s'"
1335 msgstr "套件有欄位 '%s',但適用所有平台"
1339 #| msgid "Config-Version for package with inappropriate Status"
1340 msgid "'%s' field present for package with inappropriate '%s' field"
1341 msgstr "套件存在 Configured-Version 但處於錯誤的狀態中"
1345 msgid "package has status %s but triggers are awaited"
1346 msgstr "套件的狀態為 %s 但觸發程式正要執行"
1350 #| msgid "package has status %s but triggers are awaited"
1351 msgid "package has status %s but no triggers awaited"
1352 msgstr "套件的狀態為 %s 但觸發程式正要執行"
1356 msgid "package has status %s but triggers are pending"
1357 msgstr "套件的狀態為 %s 但觸發程式尚待執行"
1361 #| msgid "package has status %s but triggers are pending"
1362 msgid "package has status %s but no triggers pending"
1363 msgstr "套件的狀態為 %s 但觸發程式尚待執行"
1367 #| msgid "Package which in state not-installed has conffiles, forgetting them"
1368 msgid "package has status %s and has conffiles, forgetting them"
1369 msgstr "該套件的狀態是尚未安裝,但是它卻有 conffile,不去理會它"
1373 "multiple non-coinstallable package instances present; most probably due to "
1374 "an upgrade from an unofficial dpkg"
1375 msgstr "存在多個無法同時安裝的套件;這通常是因為 dpkg 升級自一個非官方的版本"
1379 "mixed non-coinstallable and coinstallable package instances present; most "
1380 "probably due to an upgrade from an unofficial dpkg"
1382 "存在混合了可以同時安裝與不可以同時安裝的套件實體;這通常是因為 dpkg 升級自一"
1388 #| "%s %s (Multi-Arch: %s) is not co-installable with %s which has multiple "
1389 #| "installed instances"
1391 "package %s (%s) with field '%s: %s' is not co-installable with %s which has "
1392 "multiple installed instances"
1393 msgstr "已安裝多份的 %4$s ,無法同時安裝 %1$s %2$s(多硬體平台:%3$s)"
1397 msgid "failed to open package info file '%.255s' for reading"
1398 msgstr "無法開啟套件 info 檔 `%.255s' 以讀取"
1402 msgid "can't stat package info file '%.255s'"
1403 msgstr "無法取得套件的 info 檔 `%.255s' 的檔案資訊"
1407 msgid "reading package info file '%s': %s"
1408 msgstr "正在讀取套件的 info 檔「%s」:%s"
1412 msgid "can't mmap package info file '%.255s'"
1413 msgstr "無法 mmap 套件的 info 檔 `%.255s'"
1417 msgid "reading package info file '%.255s'"
1418 msgstr "讀取套件 info 檔 '%.255s'"
1421 msgid "empty field name"
1426 msgid "field name '%.*s' cannot start with hyphen"
1431 msgid "end of file after field name '%.*s'"
1432 msgstr "「%.*s」欄位名稱後有檔案結尾標記(end of file)"
1436 msgid "newline in field name '%.*s'"
1437 msgstr "欄位名稱 `%.*s' 中有換行"
1441 msgid "MSDOS end of file (^Z) in field name '%.*s'"
1442 msgstr "「%.*s」欄位名稱中有 MSDOS 檔案結尾標記(^Z)"
1446 msgid "field name '%.*s' must be followed by colon"
1447 msgstr "欄位名稱 `%.*s' 之後必須有個冒號"
1451 msgid "end of file before value of field '%.*s' (missing final newline)"
1452 msgstr "「%.*s」欄位的值前面有檔案結尾標記(end of file)(缺少最末的換行)"
1456 msgid "MSDOS end of file (^Z) in value of field '%.*s' (missing newline?)"
1457 msgstr "「%.*s」欄位的值之中有 MSDOS 檔案結尾標記(^Z)(沒有換行?)"
1461 msgid "blank line in value of field '%.*s'"
1462 msgstr "欄位 '%.*s' 的值中有空白行"
1466 msgid "end of file during value of field '%.*s' (missing final newline)"
1467 msgstr "讀取「%.*s」欄位的值時遇到檔案結尾標記(缺少最末的換行)"
1471 msgid "failed to close after read: '%.255s'"
1472 msgstr "讀取後無法關閉:`%.255s'"
1475 msgid "several package info entries found, only one allowed"
1476 msgstr "找到了多個套件的 info 項目,但只能有一個"
1480 msgid "no package information in '%.255s'"
1481 msgstr "在 `%.255s' 中沒有套件的相關資訊"
1483 #: lib/dpkg/parsehelp.c
1486 #| "parsing file '%.255s' near line %d package '%.255s':\n"
1489 "parsing file '%s' near line %d package '%s':\n"
1492 "分析檔案 '%.255s' 的第 %d 行附近,套件為 '%.255s':\n"
1495 #: lib/dpkg/parsehelp.c
1498 #| "parsing file '%.255s' near line %d:\n"
1501 "parsing file '%.255s' near line %d:\n"
1504 "分析檔案 '%.255s' 的第 %d 行附近:\n"
1507 #: lib/dpkg/parsehelp.c
1508 msgid "must start with an alphanumeric character"
1511 #: lib/dpkg/parsehelp.c
1516 #: lib/dpkg/parsehelp.c
1517 msgid "version string is empty"
1520 #: lib/dpkg/parsehelp.c
1521 msgid "version string has embedded spaces"
1524 #: lib/dpkg/parsehelp.c
1525 msgid "epoch in version is empty"
1526 msgstr "版本號中的 epoch 值是空的"
1528 #: lib/dpkg/parsehelp.c
1529 msgid "epoch in version is not number"
1530 msgstr "版本中的 epoch 不是數字"
1532 #: lib/dpkg/parsehelp.c
1533 msgid "epoch in version is negative"
1534 msgstr "版本中的 epoch 是負數"
1536 #: lib/dpkg/parsehelp.c
1537 msgid "epoch in version is too big"
1538 msgstr "版本中的 epoch 太大"
1540 #: lib/dpkg/parsehelp.c
1541 msgid "nothing after colon in version number"
1542 msgstr "版本號的冒號後面沒有東西"
1544 #: lib/dpkg/parsehelp.c
1545 msgid "revision number is empty"
1548 #: lib/dpkg/parsehelp.c
1549 msgid "version number is empty"
1552 #: lib/dpkg/parsehelp.c
1553 msgid "version number does not start with digit"
1556 #: lib/dpkg/parsehelp.c
1557 msgid "invalid character in version number"
1560 #: lib/dpkg/parsehelp.c
1561 msgid "invalid character in revision number"
1562 msgstr "修訂版號含不合法的字元"
1564 #: lib/dpkg/path-remove.c
1566 msgid "unable to securely remove '%.255s'"
1567 msgstr "無法安全刪除 '%.255s'"
1569 #: lib/dpkg/path-remove.c
1570 msgid "rm command for cleanup"
1573 #: lib/dpkg/pkg-format.c
1575 msgid "invalid character '%c' in field width"
1576 msgstr "欄位寬度中有無效的字元 '%c'"
1578 #: lib/dpkg/pkg-format.c
1579 msgid "field width is out of range"
1582 #: lib/dpkg/pkg-format.c
1583 msgid "missing closing brace"
1586 #: lib/dpkg/pkg-format.c
1588 msgid "cannot get package %s filesystem last modification time"
1591 #: lib/dpkg/pkg-hash.c lib/dpkg/pkg-spec.c
1593 msgid "ambiguous package name '%s' with more than one installed instance"
1594 msgstr "套件名稱 '%s' 曖昧不明,符合多個已安裝套件"
1596 #: lib/dpkg/pkg-show.c
1597 msgid "(no description available)"
1600 #: lib/dpkg/pkg-show.c
1602 msgid "version '%s' has bad syntax: %s"
1603 msgstr "「%s」版本號的語法不正確:%s"
1605 #: lib/dpkg/pkg-spec.c
1607 msgid "illegal package name in specifier '%s%s%s': %s"
1608 msgstr "在描述資料 '%s%s%s' 裡有不合法的套件名稱:%s"
1610 #: lib/dpkg/pkg-spec.c
1612 msgid "illegal architecture name in specifier '%s:%s': %s"
1613 msgstr "在描述資料 '%s:%s' 裡有不合法的硬體平台名稱:%s"
1615 #. TRANSLATORS: This is part of the progress output, it is a decimal
1617 #: lib/dpkg/progress.c
1622 #: lib/dpkg/report.c utils/update-alternatives.c
1626 #: lib/dpkg/strwide.c
1628 msgid "cannot convert multibyte string '%s' to a wide-character string"
1631 #: lib/dpkg/strwide.c
1633 msgid "cannot convert multibyte sequence '%s' to a wide character"
1636 #: lib/dpkg/subproc.c
1638 msgid "error un-catching signal %s: %s\n"
1639 msgstr "錯誤,無法捕捉到的訊號 %s:%s\n"
1641 #: lib/dpkg/subproc.c
1643 msgid "unable to ignore signal %s before running %.250s"
1644 msgstr "無法在執行 %2$.250s 前,忽略信號 %1$s"
1646 #: lib/dpkg/subproc.c
1648 msgid "%s (subprocess): %s\n"
1649 msgstr "%s(子程序):%s\n"
1651 #: lib/dpkg/subproc.c utils/update-alternatives.c
1655 #: lib/dpkg/subproc.c
1657 msgid "%s subprocess returned error exit status %d"
1658 msgstr "%s 子進程傳回了 %d 錯誤退出狀態碼"
1660 #: lib/dpkg/subproc.c
1662 msgid "%s subprocess was interrupted"
1665 #: lib/dpkg/subproc.c
1667 msgid "%s subprocess was killed by signal (%s)%s"
1668 msgstr "%s 子進程被 (%s)%s 信號終止了"
1670 #: lib/dpkg/subproc.c
1671 msgid ", core dumped"
1672 msgstr ", core dumped"
1674 #: lib/dpkg/subproc.c
1676 msgid "%s subprocess failed with wait status code %d"
1677 msgstr "「%s」子進程失敗,並傳回了 %d 等待狀態碼(wait status code)"
1679 #: lib/dpkg/subproc.c
1681 msgid "wait for %s subprocess failed"
1682 msgstr "等待「%s」子程序失敗"
1686 #| msgid "invalid character '%c' in field width"
1687 msgid "invalid tar header size field"
1688 msgstr "欄位寬度中有無效的字元 '%c'"
1692 #| msgid "invalid character '%c' in field width"
1693 msgid "invalid tar header mtime field"
1694 msgstr "欄位寬度中有無效的字元 '%c'"
1698 #| msgid "invalid status"
1699 msgid "invalid tar header uid field"
1704 #| msgid "reading statoverride file '%.250s'"
1705 msgid "invalid tar header gid field"
1706 msgstr "讀取 statoverride 檔 '%.250s'"
1710 #| msgid "invalid character '%c' in field width"
1711 msgid "invalid tar header checksum field"
1712 msgstr "欄位寬度中有無效的字元 '%c'"
1715 msgid "invalid tar header checksum"
1719 msgid "partially read tar header"
1723 msgid "invalid tar header with empty name field"
1728 msgid "unsupported GNU tar header type '%c'"
1733 #| msgid "unsupported options in file header"
1734 msgid "unsupported Solaris tar header type '%c'"
1739 msgid "unsupported PAX tar header type '%c'"
1744 #| msgid "unknown compression type '%s'!"
1745 msgid "unknown tar header type '%c'"
1746 msgstr "未知的壓縮類型 `%s'!"
1748 # 參閱 stat(2)、lstat(2) 的使用手冊頁面(manpage)
1749 #: lib/dpkg/treewalk.c
1751 msgid "cannot stat pathname '%s'"
1752 msgstr "無法取得「%s」路徑的資訊"
1754 #: lib/dpkg/treewalk.c
1756 msgid "cannot open directory '%s'"
1757 msgstr "無法開啟「%.255s」目錄"
1759 #: lib/dpkg/treewalk.c
1761 msgid "treewalk root %s is not a directory"
1762 msgstr "目錄樹遊走(treewalk)的根節點「%s」不是個目錄"
1764 #: lib/dpkg/trigdeferred.c
1766 #| msgid "unable to open/create triggers lockfile '%.250s'"
1767 msgid "unable to open/create triggers lock file '%.250s'"
1768 msgstr "無法開啟或建立觸發程式鎖定檔「%.250s」"
1770 # file_lock(&lock_fd, FILE_LOCK_WAIT, fn.buf, _("triggers area"));
1772 # file_lock(int *lockfd, enum file_lock_flags flags, const char *filename, const char *desc)
1773 # @param desc The description of the file to lock.
1774 #: lib/dpkg/trigdeferred.c
1776 #| msgid "triggers area"
1777 msgid "triggers database lock"
1780 #: lib/dpkg/trigdeferred.c
1782 msgid "unable to open triggers deferred file '%.250s'"
1783 msgstr "無法開啟「%.250s」觸發程式延遲檔"
1785 #: lib/dpkg/trigdeferred.c
1787 msgid "unable to stat triggers deferred file '%.250s'"
1788 msgstr "無法取得「%.250s」觸發程式延遲檔的資訊"
1790 #: lib/dpkg/trigdeferred.c
1792 msgid "unable to open/create new triggers deferred file '%.250s'"
1793 msgstr "無法開啟或建立新的觸發程式延遲檔「%.250s」"
1795 #: lib/dpkg/trigdeferred.c
1798 "syntax error in triggers deferred file '%.250s' at line %d character %zd '%s'"
1799 msgstr "「%.250s」觸發程式延遲檔中的第 %d 行第 %zd 字元「%s」有語法錯誤"
1801 #: lib/dpkg/trigdeferred.c
1803 msgid "invalid package name '%.250s' in triggers deferred file '%.250s'"
1804 msgstr "無效的「%.250s」套件名稱位於「%.250s」觸發程式延遲檔"
1806 #: lib/dpkg/trigdeferred.c
1808 msgid "error reading triggers deferred file '%.250s'"
1809 msgstr "在讀取「%.250s」觸發程式延遲檔時發生錯誤"
1811 #: lib/dpkg/trigdeferred.c
1813 msgid "unable to write new triggers deferred file '%.250s'"
1814 msgstr "無法寫入新的觸發程式延遲檔「%.250s」"
1816 #: lib/dpkg/trigdeferred.c
1818 msgid "unable to close new triggers deferred file '%.250s'"
1819 msgstr "無法關閉新的觸發程式延遲檔「%.250s」"
1821 #: lib/dpkg/trigdeferred.c
1823 msgid "unable to install new triggers deferred file '%.250s'"
1824 msgstr "無法安裝新的觸發程式延遲檔「%.250s」"
1826 #: lib/dpkg/triglib.c
1829 "invalid or unknown syntax in trigger name '%.250s' (in trigger interests for "
1831 msgstr "觸發名稱 `%.250s' 語法不正確或未知(在套件 `%.250s' 的觸發條件中)"
1833 #: lib/dpkg/triglib.c
1835 msgid "failed to open trigger interest list file '%.250s'"
1836 msgstr "無法開啟觸發條件檔 `%.250s'"
1838 #: lib/dpkg/triglib.c
1840 msgid "failed to rewind trigger interest file '%.250s'"
1841 msgstr "無法回到觸發條件檔 `%.250s' 的開頭"
1843 #: lib/dpkg/triglib.c
1846 "trigger interest file '%.250s' syntax error; illegal package name '%.250s': "
1848 msgstr "觸發條件檔 `%.250s' 的語法有誤;不合法的套件名稱 `%.250s':%.250s"
1850 #: lib/dpkg/triglib.c
1853 "duplicate file trigger interest for filename '%.250s' and package '%.250s'"
1854 msgstr "檔名 `%.250s' 和套件 `%.250s' 的檔案觸發條件重複"
1856 #: lib/dpkg/triglib.c
1858 msgid "unable to read file triggers file '%.250s'"
1859 msgstr "無法讀取 file trigger 檔 `%.250s'"
1861 #: lib/dpkg/triglib.c
1863 msgid "syntax error in file triggers file '%.250s'"
1864 msgstr "在 file trigger 檔 `%.255s' 裡的語法有誤"
1866 #: lib/dpkg/triglib.c
1869 "file triggers record mentions illegal package name '%.250s' (for interest in "
1870 "file '%.250s'): %.250s"
1872 "檔案觸發記錄中,包含不合法的套件名稱 `%.250s'(在檔案 `%.250s' 的觸發條件"
1875 #: lib/dpkg/triglib.c
1878 "triggers ci file '%.250s' contains illegal trigger syntax in trigger name "
1881 "觸發程式 ci 檔 `%.250s' 的觸發程式名稱 `%.250s' 不合於觸發程式的語法:%.250s"
1883 #: lib/dpkg/triglib.c
1885 msgid "unable to open triggers ci file '%.250s'"
1886 msgstr "無法開啟觸發程式 ci 檔 `%.250s'"
1888 #: lib/dpkg/triglib.c
1889 msgid "triggers ci file contains unknown directive syntax"
1890 msgstr "觸發程式 ci 檔包含了未知的指令語法"
1892 #: lib/dpkg/triglib.c
1894 msgid "triggers ci file contains unknown directive '%.250s'"
1895 msgstr "觸發程式 ci 檔包含了未知的指令 `%.250s'"
1897 #: lib/dpkg/triglib.c
1899 msgid "unable to create triggers state directory '%.250s'"
1900 msgstr "無法建立觸發程式狀態目錄 `%.250s'"
1902 #: lib/dpkg/trigname.c
1903 msgid "empty trigger names are not permitted"
1904 msgstr "觸發程式的名稱不可為空的"
1906 #: lib/dpkg/trigname.c
1907 msgid "trigger name contains invalid character"
1908 msgstr "觸發程式的名稱包含了不合法的字元"
1912 msgid "read error in '%.250s'"
1913 msgstr "在 `%.250s' 中讀取錯誤"
1917 msgid "fgets gave an empty string from '%.250s'"
1918 msgstr "fgets 從 `%.250s' 取得了一個空字串"
1922 msgid "too-long line or missing newline in '%.250s'"
1923 msgstr "在 `%.250s' 裡的文字太長,或少了換行符號"
1927 #| msgid "unexpected end of file in %.250s"
1928 msgid "unexpected end of file reading '%.250s'"
1929 msgstr "在 %.250s 中有預期之外的檔案結束符號"
1931 #: lib/dpkg/varbuf.c
1933 msgid "cannot grow varbuf to size %zu; it would overflow"
1936 #: lib/dpkg/varbuf.c
1937 msgid "error formatting string into varbuf variable"
1938 msgstr "將字串格式化存入 varbuf 變數時,發生錯誤"
1940 #: src/common/force.c
1941 msgid "Set all force options"
1944 #: src/common/force.c
1945 msgid "Use MAC based security if available"
1948 #: src/common/force.c
1949 msgid "Replace a package with a lower version"
1952 #: src/common/force.c
1953 msgid "Configure any package which may help this one"
1954 msgstr "設定和這個套件有關的所有套件"
1956 #: src/common/force.c
1958 #| msgid "Process incidental packages even when on hold"
1959 msgid "Install or remove incidental packages even when on hold"
1960 msgstr "不管保留狀態,處理所有附帶的套件"
1962 #: src/common/force.c
1963 msgid "Try to (de)install things even when not root"
1964 msgstr "即使不是 root,也試著安裝(解安裝)"
1966 #: src/common/force.c
1967 msgid "PATH is missing important programs, problems likely"
1968 msgstr "PATH 中缺少重要程式,可能是問題"
1970 #: src/common/force.c
1971 msgid "Install a package even if it fails authenticity check"
1972 msgstr "就算套件驗證失敗,也還是安裝"
1974 #: src/common/force.c
1975 msgid "Process even packages with wrong versions"
1976 msgstr "即使套件版本錯誤,也繼續進行"
1978 #: src/common/force.c
1979 msgid "Overwrite an existing stat override when adding it"
1982 #: src/common/force.c
1983 msgid "Ignore a missing stat override when removing it"
1986 #: src/common/force.c
1987 msgid "Overwrite a file from one package with another"
1988 msgstr "用一個套件的檔案,取代另外一個套件的檔案"
1990 #: src/common/force.c
1991 msgid "Overwrite a diverted file with an undiverted version"
1992 msgstr "用未移轉的檔案,取代移轉的檔案"
1994 #: src/common/force.c
1995 msgid "Overwrite one package's directory with another's file"
1996 msgstr "用一個套件的檔案,取代另一個套件的目錄"
1998 #: src/common/force.c
1999 msgid "Do not perform safe I/O operations when unpacking"
2000 msgstr "解壓縮時,不執行安全輸出入操作"
2002 #: src/common/force.c
2003 msgid "Do not chroot into maintainer script environment"
2006 #: src/common/force.c
2007 msgid "Always use the new config files, don't prompt"
2008 msgstr "永遠採用新的設定檔,不另行詢問"
2010 #: src/common/force.c
2011 msgid "Always use the old config files, don't prompt"
2012 msgstr "永遠採用舊的設定檔,不另行詢問"
2014 #: src/common/force.c
2016 "Use the default option for new config files if one\n"
2017 "is available, don't prompt. If no default can be found,\n"
2018 "you will be prompted unless one of the confold or\n"
2019 "confnew options is also given"
2021 "若有新設定檔,則用預設選項,不再詢問。若沒有預設選項,\n"
2022 "除非有設定 confold 或 confnew 選項,否則會詢問你"
2024 #: src/common/force.c
2025 msgid "Always install missing config files"
2028 #: src/common/force.c
2029 msgid "Offer to replace config files with no new versions"
2030 msgstr "即使沒有新設定檔,也詢要問不要取代舊設定檔"
2032 #: src/common/force.c
2033 msgid "Process even packages with wrong or no architecture"
2034 msgstr "即使套件沒有設硬體平台,或硬體平台有誤,也繼續進行"
2036 #: src/common/force.c
2037 msgid "Install even if it would break another package"
2038 msgstr "即使會破壞其它套件,也要安裝"
2040 #: src/common/force.c
2041 msgid "Allow installation of conflicting packages"
2044 #: src/common/force.c
2045 msgid "Turn all dependency problems into warnings"
2046 msgstr "把所有相依問題當作警告"
2048 #: src/common/force.c
2049 msgid "Turn dependency version problems into warnings"
2050 msgstr "把所有相依版本問題當作警告"
2052 #: src/common/force.c
2053 msgid "Remove packages which require installation"
2056 #: src/common/force.c
2058 #| msgid "Remove an essential package"
2059 msgid "Remove a protected package"
2062 #: src/common/force.c
2063 msgid "Remove an essential package"
2066 #: src/common/force.c
2069 #| "%s forcing options - control behaviour when problems found:\n"
2070 #| " warn but continue: --force-<thing>,<thing>,...\n"
2071 #| " stop with error: --refuse-<thing>,<thing>,... | --no-force-"
2073 #| " Forcing things:\n"
2075 "%s forcing options - control behavior when problems found:\n"
2076 " warn but continue: --force-<thing>,<thing>,...\n"
2077 " stop with error: --refuse-<thing>,<thing>,... | --no-force-<thing>,...\n"
2078 " Forcing things:\n"
2080 "%s 強制選項 - 發生問題時,程式的行為控制:\n"
2081 " 警告後繼續: --force-<項目>,<項目>,...\n"
2082 " 錯誤終止: --refuse-<項目>,<項目>,... | --no-force-<項目>,...\n"
2085 #: src/common/force.c
2089 "WARNING - use of options marked [!] can seriously damage your installation.\n"
2090 "Forcing options marked [*] are enabled by default.\n"
2093 "警告 - 使用標記 [!] 的選項,會嚴重破壞系統。\n"
2094 "預設啟用標記 [*] 的強制選項。\n"
2096 #: src/common/force.c src/deb/build.c src/deb/extract.c src/deb/info.c
2097 #: src/deb/main.c src/split/info.c src/split/main.c src/split/queue.c
2098 #: src/divert/main.c src/statoverride/main.c src/trigger/main.c
2099 #: src/query/main.c src/main/archives.c src/main/enquiry.c src/main/main.c
2100 #: src/main/packages.c src/main/select.c src/main/verify.c
2101 msgid "<standard output>"
2104 #: src/common/force.c
2108 "Currently enabled options:\n"
2112 #: src/common/force.c
2114 msgid "unknown force/refuse option '%.*s'"
2115 msgstr "未知的 force/refuse 選項 `%.*s'"
2117 #: src/common/force.c
2119 #| msgid "obsolete force/refuse option '%s'\n"
2120 msgid "obsolete force/refuse option '%s'"
2121 msgstr "已作廢的 force/refuse 選項 '%s'\n"
2123 #: src/common/force.c
2124 msgid "overriding problem because --force enabled:"
2125 msgstr "使用了 --force 選項,忽略問題:"
2127 #: src/common/selinux.c
2128 msgid "cannot open security status notification channel"
2131 #: src/common/selinux.c
2132 msgid "cannot get security labeling handle"
2135 #: src/common/selinux.c
2137 #| msgid "cannot extract control file '%s' from '%s': %s"
2138 msgid "cannot set security context for file object '%s'"
2139 msgstr "無法由 '%2$s' 讀取設定檔 '%1$s':%3$s"
2143 msgid "failed to write filename to tar pipe (%s)"
2144 msgstr "無法寫入檔名到 tar 的輸出入轉向 (%s)"
2147 msgid "control member"
2152 #| msgid "newline in field name '%.*s'"
2153 msgid "newline not allowed in pathname '%s'"
2154 msgstr "欄位名稱 `%.*s' 中有換行"
2161 msgid "unable to stat control directory"
2162 msgstr "無法取得控制目錄的檔案資訊"
2165 msgid "control directory is not a directory"
2170 msgid "control directory has bad permissions %03lo (must be >=0755 and <=0775)"
2171 msgstr "控制目錄的權限為 %03lo 並不正確(必須 >=0755 且 <=0755)"
2175 msgid "maintainer script '%.50s' is not a plain file or symlink"
2176 msgstr "維護者程式 `%.50s' 不是普通檔案或符號連結"
2181 "maintainer script '%.50s' has bad permissions %03lo (must be >=0555 and "
2183 msgstr "維護者程式 `%.50s' 的權限 %03lo 有問題(必須 >=0555 且 <=0775)"
2187 msgid "maintainer script '%.50s' is not stattable"
2188 msgstr "無法取得維護者程式 `%.50s' 的狀態"
2191 msgid "error opening conffiles file"
2192 msgstr "在開啟 conffile 檔時發生錯誤"
2195 msgid "empty string from fgets reading conffiles"
2196 msgstr "在以 fgets 讀取 conffile 時,傳回了空字串"
2198 #: src/deb/build.c src/main/unpack.c
2200 #| msgid "conffile name '%.50s...' is too long, or missing final newline"
2201 msgid "conffile name '%s' is too long, or missing final newline"
2202 msgstr "conffile 名稱 '%.50s' 太長,或檔尾沒有換行"
2205 msgid "empty and whitespace-only lines are not allowed in conffiles"
2208 #: src/deb/build.c src/main/unpack.c
2210 #| msgid "conffile filename '%s' contains trailing white spaces"
2211 msgid "line with conffile filename '%s' has leading white spaces"
2212 msgstr "conffile 檔名 '%s' 的結尾有空白字元"
2214 #: src/deb/build.c src/main/unpack.c
2216 #| msgid "filename \"%s\" is not absolute"
2217 msgid "conffile name '%s' is not an absolute pathname"
2218 msgstr "檔名 \"%s\" 不是唯一的"
2220 #: src/deb/build.c src/main/unpack.c
2222 msgid "conffile name missing after flag '%s'"
2225 #: src/deb/build.c src/main/unpack.c
2227 msgid "unknown flag '%s' for conffile '%s'"
2232 msgid "conffile filename '%s' contains trailing white spaces"
2233 msgstr "conffile 檔名 '%s' 的結尾有空白字元"
2237 msgid "conffile '%.250s' does not appear in package"
2238 msgstr "在套件裡沒有找到 conffile `%.250s'"
2242 msgid "conffile '%.250s' is not stattable"
2243 msgstr "無法取得 conffile `%.50s' 的狀態"
2247 msgid "conffile '%s' is present but is requested to be removed"
2252 msgid "conffile '%s' is not a plain file"
2253 msgstr "conffile '%s' 不是普通檔案"
2257 msgid "conffile name '%s' is duplicated"
2258 msgstr "conffile 檔名 '%s' 已重複"
2261 msgid "error reading conffiles file"
2262 msgstr "在讀取 conffile 檔時發生錯誤"
2265 msgid "package name has characters that aren't lowercase alphanums or '-+.'"
2266 msgstr "套件的名字含有不是英數字或 `-+.' 的字元"
2270 #| msgid "package architecture"
2271 msgid "package architecture is missing or empty"
2276 msgid "'%s' contains user-defined Priority value '%s'"
2277 msgstr "'%s' 包含使用者自訂的優先等級 '%s'"
2281 msgid "ignoring %d warning about the control file(s)"
2282 msgid_plural "ignoring %d warnings about the control file(s)"
2283 msgstr[0] "忽略 %d 個有關控制檔的警告"
2287 msgid "unable to check for existence of archive '%.250s'"
2288 msgstr "無法判斷壓縮檔 `%.250s' 是否存在"
2290 #: src/deb/build.c src/main/script.c
2292 msgid "failed to chdir to '%.255s'"
2293 msgstr "無法 chdir 到 `%.255s'"
2297 #| msgid "compressing data member"
2298 msgid "compressing tar member"
2302 msgid "<compress> from tar -cf"
2303 msgstr "以 tar -cf <壓縮>"
2305 #: src/deb/build.c src/split/split.c
2307 #| msgid "unable to create '%.255s'"
2308 msgid "unable to parse timestamp '%.255s'"
2309 msgstr "無法建立 `%.255s'"
2311 #: src/deb/build.c utils/update-alternatives.c
2313 msgid "--%s needs a <directory> argument"
2314 msgstr "--%s 需有 <目錄名> 參數"
2316 #: src/deb/build.c src/query/main.c
2318 msgid "--%s takes at most two arguments"
2319 msgstr "--%s 最多只有兩個參數"
2322 msgid "target is directory - cannot skip control file check"
2323 msgstr "目的地是目錄 - 無法略過控制檔檢查"
2326 msgid "not checking contents of control area"
2331 #| msgid "dpkg-deb: building an unknown package in '%s'.\n"
2332 msgid "building an unknown package in '%s'."
2333 msgstr "dpkg-deb:把不明套件製作為 '%s'。\n"
2337 #| msgid "dpkg-deb: building package '%s' in '%s'.\n"
2338 msgid "building package '%s' in '%s'."
2339 msgstr "dpkg-deb:把套件 `%s' 製作為 `%s'。\n"
2343 msgid "failed to make temporary file (%s)"
2344 msgstr "無法建立暫時工作檔 (%s)"
2348 msgid "failed to unlink temporary file (%s), %s"
2349 msgstr "無法刪除暫時工作檔 (%s),%s"
2353 msgid "failed to rewind temporary file (%s)"
2354 msgstr "無法跳到暫時工作檔的開頭 (%s)"
2358 msgid "failed to stat temporary file (%s)"
2359 msgstr "無法取得暫時工作檔 (%s) 的檔案資訊"
2363 msgid "error writing '%s'"
2368 msgid "cannot copy '%s' into archive '%s': %s"
2369 msgstr "無法將 '%s' 複製到壓縮檔 '%s' 中:%s"
2371 #: src/deb/extract.c
2372 msgid "shell command to move files"
2373 msgstr "搬移檔案的 shell 指令"
2375 #: src/deb/extract.c src/split/main.c
2377 msgid "unexpected end of file in %s in %.255s"
2378 msgstr "在 %2$.255s 中的 %1$s 有預期之外的檔案結束符號"
2380 #: src/deb/extract.c src/split/main.c
2382 msgid "error reading %s from file %.255s"
2383 msgstr "無法從檔案 %2$.255s 讀取 %1$s"
2385 #: src/deb/extract.c
2386 msgid "archive magic version number"
2389 #: src/deb/extract.c
2390 msgid "archive member header"
2393 #: src/deb/extract.c
2395 msgid "file '%.250s' is corrupt - bad archive header magic"
2396 msgstr "檔案 '%.250s' 損毀 - 壓縮標頭識別碼錯誤"
2398 #: src/deb/extract.c
2400 #| msgid "file '%.250s' is not a debian binary archive (try dpkg-split?)"
2401 msgid "file '%.250s' is not a Debian binary archive (try dpkg-split?)"
2402 msgstr "檔案 `%.250s' 不是 debian 的二進制壓縮檔(試試 dpkg-split?)"
2404 #: src/deb/extract.c
2405 msgid "archive information header member"
2408 #: src/deb/extract.c
2409 msgid "archive has no newlines in header"
2410 msgstr "壓縮檔檔案標頭中沒有換行"
2412 #: src/deb/extract.c
2414 msgid "archive has invalid format version: %s"
2415 msgstr "壓縮檔格式版號無效:%s"
2417 #: src/deb/extract.c
2419 msgid "archive is format version %d.%d; get a newer dpkg-deb"
2420 msgstr "壓縮檔格式版號 %d.%d,請升級 dpkg-deb"
2422 #: src/deb/extract.c
2424 msgid "cannot skip archive member from '%s': %s"
2425 msgstr "無法在 '%s' 中,跳過壓縮檔成員:%s"
2427 #: src/deb/extract.c
2429 #| msgid "archive '%.250s' contains not understood data member %.*s, giving up"
2430 msgid "archive '%s' uses unknown compression for member '%.*s', giving up"
2431 msgstr "壓縮檔 '%.250s' 有不明的資料成員 %.*s,放棄執行"
2433 #: src/deb/extract.c
2435 msgid "archive '%.250s' contains two control members, giving up"
2436 msgstr "壓縮檔 '%.250s' 有兩個控制成員,放棄執行"
2438 #: src/deb/extract.c
2440 #| msgid "archive '%.250s' contains not understood data member %.*s, giving up"
2441 msgid "archive '%s' has premature member '%.*s' before '%s', giving up"
2442 msgstr "壓縮檔 '%.250s' 有不明的資料成員 %.*s,放棄執行"
2444 #: src/deb/extract.c
2447 " new Debian package, version %d.%d.\n"
2448 " size %jd bytes: control archive=%jd bytes.\n"
2450 " 新式 Debian 套件,版本 %d.%d。\n"
2451 " 大小為 %jd 位元組:控制資訊封存檔=%jd 位元組。\n"
2453 #: src/deb/extract.c
2454 msgid "archive control member size"
2457 #: src/deb/extract.c
2459 msgid "archive has malformed control member size '%s'"
2460 msgstr "壓縮檔的控制成員大小 '%s' 格式混亂"
2462 #: src/deb/extract.c
2464 msgid "cannot skip archive control member from '%s': %s"
2465 msgstr "無法在 '%s' 中,跳過壓縮檔控制成員:%s"
2467 #: src/deb/extract.c
2470 " old Debian package, version %d.%d.\n"
2471 " size %jd bytes: control archive=%jd, main archive=%jd.\n"
2473 " 舊式 Debian 套件,版本 %d.%d。\n"
2474 " 大小為 %jd 位元組:控制資訊封存檔=%jd,主封存檔=%jd。\n"
2476 #: src/deb/extract.c
2478 "file looks like it might be an archive which has been\n"
2479 " corrupted by being downloaded in ASCII mode"
2484 #: src/deb/extract.c
2486 msgid "'%.255s' is not a Debian format archive"
2487 msgstr "「%.255s」不是一個 Debian 格式的封存檔"
2489 #: src/deb/extract.c
2491 msgid "cannot copy archive member from '%s' to decompressor pipe: %s"
2492 msgstr "無法將壓縮檔成員 '%s' 解壓縮到輸出轉向上:%s"
2494 #: src/deb/extract.c
2495 msgid "cannot close decompressor pipe"
2496 msgstr "無法關閉解壓縮的輸出轉向"
2498 #: src/deb/extract.c
2500 #| msgid "decompressing archive member"
2501 msgid "decompressing archive '%s' (size=%jd) member '%s'"
2504 #: src/deb/extract.c
2505 msgid "failed to create directory"
2508 #: src/deb/extract.c
2510 #| msgid "unexpected eof in package name at line %d"
2511 msgid "unexpected pre-existing pathname %s"
2512 msgstr "在第 %d 行的套件名稱中有預期之外的 eof"
2514 #: src/deb/extract.c
2515 msgid "failed to chdir to directory"
2518 #: src/deb/extract.c
2519 msgid "<decompress>"
2522 #: src/deb/extract.c
2526 #: src/deb/extract.c src/deb/info.c
2528 msgid "--%s needs a .deb filename argument"
2529 msgstr "--%s 需要一個 .deb 檔名作為參數"
2531 #: src/deb/extract.c
2533 msgid "--%s takes only one argument (.deb filename)"
2534 msgstr "--%s 只需一個參數(.deb 檔名)"
2536 #: src/deb/extract.c
2538 msgid "--%s takes at most two arguments (.deb and directory)"
2539 msgstr "--%s 至多可有兩個參數(.deb 和目錄)"
2541 #: src/deb/extract.c
2543 msgid "--%s needs .deb filename and directory arguments"
2544 msgstr "--%s 需要一個 .deb 檔名與目錄作為參數"
2546 #: src/deb/extract.c
2549 "--%s needs a target directory.\n"
2550 "Perhaps you should be using dpkg --install ?"
2553 "或許您應該使用 dpkg --install?"
2555 #: src/deb/extract.c
2557 msgid "--%s does not support (yet) reading the .deb from standard input"
2560 #: src/deb/info.c src/main/unpack.c
2561 msgid "unable to create temporary directory"
2566 msgid "cannot extract control file '%s' from '%s': %s"
2567 msgstr "無法由 '%2$s' 讀取設定檔 '%1$s':%3$s"
2571 msgid "'%.255s' contains no control component '%.255s'"
2572 msgstr "'%.255s' 中沒有控制元件 '%.255s'"
2576 msgid "open component '%.255s' (in %.255s) failed in an unexpected way"
2577 msgstr "在開啟元件 `%.255s'(位於 %.255s)時以意想不到的方式失敗了"
2581 msgid "%d requested control component is missing"
2582 msgid_plural "%d requested control components are missing"
2583 msgstr[0] "找不到 %d 個要求的控制元件"
2585 #: src/deb/info.c utils/update-alternatives.c
2587 msgid "cannot scan directory '%.255s'"
2588 msgstr "無法掃瞄目錄 `%.255s'"
2592 msgid "cannot stat '%.255s' (in '%.255s')"
2593 msgstr "無法取得 `%.255s' 的檔案資訊(於 `%.255s')"
2597 msgid "cannot open '%.255s' (in '%.255s')"
2598 msgstr "無法開啟 `%.255s'(位於 `%.255s')"
2602 msgid "failed to read '%.255s' (in '%.255s')"
2603 msgstr "無法讀取 `%.255s'(位於 `%.255s')"
2607 msgid " %7jd bytes, %5d lines %c %-20.127s %.127s\n"
2608 msgstr " %7jd 位元組,%5d 行 %c %-20.127s %.127s\n"
2612 #| msgid " %7jd bytes, %5d lines %c %-20.127s %.127s\n"
2613 msgid " %7jd bytes, %5d lines %c %.127s\n"
2614 msgstr " %7jd 位元組,%5d 行 %c %-20.127s %.127s\n"
2618 msgid " not a plain file %.255s\n"
2619 msgstr " 不是普通檔案 %.255s\n"
2622 msgid "no 'control' file in control archive!"
2623 msgstr "在控制資訊封存檔中沒有「control」檔案!"
2625 #: src/deb/info.c src/query/main.c
2627 msgid "error in show format: %s"
2630 #: src/deb/info.c src/main/main.c
2632 msgid "--%s takes exactly one argument"
2633 msgstr "--%s 需要剛好一個參數"
2637 msgid "Debian '%s' package archive backend version %s.\n"
2638 msgstr "Debian「%s」套件封存檔後端版本 %s。\n"
2640 #: src/deb/main.c src/split/main.c src/divert/main.c src/statoverride/main.c
2641 #: src/trigger/main.c src/query/main.c src/main/main.c
2642 #: utils/update-alternatives.c
2645 "This is free software; see the GNU General Public License version 2 or\n"
2646 "later for copying conditions. There is NO warranty.\n"
2648 "這是自由軟體﹔軟體複製的授權條款,請參閱 GNU 通用公用許可證\n"
2649 "第二版或更新的版本。本軟體【不】提供任何保証。\n"
2651 #: src/deb/main.c src/divert/main.c src/query/main.c src/main/main.c
2654 #| "Usage: %s [<option> ...] <command>\n"
2657 "Usage: %s [<option>...] <command>\n"
2660 "用法:%s [<選項> ...] <命令>\n"
2667 #| " -b|--build <directory> [<deb>] Build an archive.\n"
2668 #| " -c|--contents <deb> List contents.\n"
2669 #| " -I|--info <deb> [<cfile> ...] Show info to stdout.\n"
2670 #| " -W|--show <deb> Show information on package(s)\n"
2671 #| " -f|--field <deb> [<cfield> ...] Show field(s) to stdout.\n"
2672 #| " -e|--control <deb> [<directory>] Extract control info.\n"
2673 #| " -x|--extract <deb> <directory> Extract files.\n"
2674 #| " -X|--vextract <deb> <directory> Extract & list files.\n"
2675 #| " -R|--raw-extract <deb> <directory>\n"
2676 #| " Extract control info and files.\n"
2677 #| " --ctrl-tarfile <deb> Output control tarfile.\n"
2678 #| " --fsys-tarfile <deb> Output filesystem tarfile.\n"
2682 " -b|--build <directory> [<deb>] Build an archive.\n"
2683 " -c|--contents <deb> List contents.\n"
2684 " -I|--info <deb> [<cfile>...] Show info to stdout.\n"
2685 " -W|--show <deb> Show information on package(s)\n"
2686 " -f|--field <deb> [<cfield>...] Show field(s) to stdout.\n"
2687 " -e|--control <deb> [<directory>] Extract control info.\n"
2688 " -x|--extract <deb> <directory> Extract files.\n"
2689 " -X|--vextract <deb> <directory> Extract & list files.\n"
2690 " -R|--raw-extract <deb> <directory>\n"
2691 " Extract control info and files.\n"
2692 " --ctrl-tarfile <deb> Output control tarfile.\n"
2693 " --fsys-tarfile <deb> Output filesystem tarfile.\n"
2697 " -b|--build <目錄> [<deb>] 建構一個封存檔。\n"
2698 " -c|--contents <deb> 列出封存內容。\n"
2699 " -I|--info <deb> [<cfile> ...] 將資訊顯示至標準輸出裝置(stdout)。\n"
2700 " -W|--show <deb> 顯示套件資訊\n"
2701 " -f|--field <deb> [<cfield> ...] 顯示指定欄位至標準輸出裝置。\n"
2702 " -e|--control <deb> [<目錄>] 解出控制資訊。\n"
2703 " -x|--extract <deb> <目錄> 解開檔案。\n"
2704 " -X|--vextract <deb> <目錄> 解開並列出檔案。\n"
2705 " -R|--raw-extract <deb> <目錄>\n"
2707 " --ctrl-tarfile <deb> 輸出 control tar 檔。\n"
2708 " --fsys-tarfile <deb> 輸出檔案系統 tar 檔。\n"
2711 #: src/deb/main.c src/split/main.c src/trigger/main.c src/query/main.c
2715 " -?, --help Show this help message.\n"
2716 " --version Show the version.\n"
2719 " -?, --help 顯示這個說明訊息。\n"
2720 " --version 顯示版本資訊。\n"
2726 "<deb> is the filename of a Debian format archive.\n"
2727 "<cfile> is the name of an administrative file component.\n"
2728 "<cfield> is the name of a field in the main 'control' file.\n"
2731 "<deb> 是 Debian 格式壓縮檔的檔名。\n"
2732 "<cfile> 是某個管理用的檔案元件的名稱。\n"
2733 "<cfield> 是主 `控制' 檔中的一個欄位名稱。\n"
2740 #| " -v, --verbose Enable verbose output.\n"
2741 #| " -D, --debug Enable debugging output.\n"
2742 #| " --showformat=<format> Use alternative format for --show.\n"
2743 #| " --deb-format=<format> Select archive format.\n"
2744 #| " Allowed values: 0.939000, 2.0 "
2746 #| " --nocheck Suppress control file check (build "
2749 #| " --root-owner-group Forces the owner and groups to root.\n"
2750 #| " --[no-]uniform-compression Use the compression params on all "
2752 #| " -z# Set the compression level when "
2754 #| " -Z<type> Set the compression type used when "
2756 #| " Allowed types: gzip, xz, none.\n"
2757 #| " -S<strategy> Set the compression strategy when "
2759 #| " Allowed values: none; extreme (xz);\n"
2760 #| " filtered, huffman, rle, fixed "
2765 " -v, --verbose Enable verbose output.\n"
2766 " -D, --debug Enable debugging output.\n"
2767 " --showformat=<format> Use alternative format for --show.\n"
2768 " --deb-format=<format> Select archive format.\n"
2769 " Allowed values: 0.939000, 2.0 "
2771 " --nocheck Suppress control file check (build bad\n"
2773 " --root-owner-group Forces the owner and groups to root.\n"
2774 " --threads-max=<threads> Use at most <threads> with compressor.\n"
2775 " --[no-]uniform-compression Use the compression params on all "
2777 " -z# Set the compression level when building.\n"
2778 " -Z<type> Set the compression type used when "
2780 " Allowed types: gzip, xz, zstd, none.\n"
2781 " -S<strategy> Set the compression strategy when "
2783 " Allowed values: none; extreme (xz);\n"
2784 " filtered, huffman, rle, fixed (gzip).\n"
2788 " -v, --verbose 啟用冗餘的程式輸出。\n"
2789 " -D, --debug 啟用除錯資訊。\n"
2790 " --showformat=<format> 於 --show 中使用其他的格式。\n"
2791 " --deb-format=<format> 選擇封存檔格式\n"
2792 " 允許的值:0.939000, 2.0(預設值)。\n"
2793 " --nocheck 抑制住控制檔檢查\n"
2795 " --root-owner-group 強制設定擁有者與擁有群組為 root。\n"
2796 " --[no-]uniform-compression 在所有成員中使用相同的壓縮參數。\n"
2797 " -z# 設定建構套件時的壓縮層級。\n"
2798 " -Z<壓縮方法> 設定製作時的壓縮方法。\n"
2799 " 允許的壓縮方法:gzip、xz、none。\n"
2800 " -S<策略> 在建構套件時指定壓縮策略。\n"
2801 " 允許的值為:none、extreme (xz)、\n"
2802 " filtered、huffman、rle、fixed (gzip)。\n"
2805 #: src/deb/main.c src/query/main.c
2809 " A format is a string that will be output for each package. The format\n"
2810 " can include the standard escape sequences \\n (newline), \\r (carriage\n"
2811 " return) or \\\\ (plain backslash). Package information can be included\n"
2812 " by inserting variable references to package fields using the ${var[;"
2814 " syntax. Fields will be right-aligned unless the width is negative in "
2816 " case left alignment will be used.\n"
2819 " 『格式』是指輸出套件資訊時用的字串。可以加上標準跳脫字元如 \\n(換行)、\n"
2820 " \\r(歸位)或 \\\\(反斜線)。可在套件欄位中,使用 ${var[;width]} 語法,\n"
2821 " 加入套件資訊。欄位向右對齊,若要向左對齊,寬度請設為負的。\n"
2827 "Use 'dpkg' to install and remove packages from your system, or\n"
2828 "'apt' or 'aptitude' for user-friendly package management. Packages\n"
2829 "unpacked using 'dpkg-deb --extract' will be incorrectly installed !\n"
2832 "使用「dpkg」工具來安裝和移除您系統上的套件,或是用「apt」或「aptitude」\n"
2833 "等較人性化的套件管理工具。被以「dpkg-deb --extract」命令解包的套件將不會\n"
2838 "Type dpkg-deb --help for help about manipulating *.deb files;\n"
2839 "Type dpkg --help for help about installing and deinstalling packages."
2841 "輸入 dpkg-deb --help 以取得如何操作 *.deb 檔的說明﹔\n"
2842 "輸入 dpkg --help 以取得如何安裝和移除套件的說明。"
2846 msgid "invalid deb format version: %s"
2847 msgstr "無效的deb格式版本:%s"
2851 msgid "unknown deb format version: %s"
2852 msgstr "未知的 deb 格式版本:「%s」"
2856 msgid "unknown compression strategy '%s'!"
2857 msgstr "壓縮方式 '%s' 不明!"
2861 msgid "unknown compression type '%s'!"
2862 msgstr "未知的壓縮類型 `%s'!"
2866 msgid "obsolete compression type '%s'; use xz instead"
2867 msgstr "「%s」為以棄用的壓縮類型,請改用 xz"
2871 msgid "obsolete compression type '%s'; use xz or gzip instead"
2872 msgstr "「%s」為已棄用之壓縮類型;請改用 xz 或是 gzip"
2874 #: src/deb/main.c src/split/main.c src/statoverride/main.c src/query/main.c
2876 msgid "need an action option"
2881 msgid "invalid compressor parameters: %s"
2886 #| msgid "unsupported compression type '%s' with uniform compression"
2887 msgid "unsupported deb format '%d.%d' with non-uniform compression"
2888 msgstr "「%s」壓縮類型不適用於 uniform compression"
2892 msgid "unsupported compression type '%s' with uniform compression"
2893 msgstr "「%s」壓縮類型不適用於 uniform compression"
2897 msgid "file '%.250s' is corrupt - bad digit (code %d) in %s"
2898 msgstr "檔案 `%1$.250s' 已損毀 - 在 %3$s 中有無效數字(代碼為 %2$d)"
2902 msgid "file '%s' is corrupt; out of range integer in %s"
2903 msgstr "檔案 '%s' 已損毀 - %s 的整數超過範圍"
2907 msgid "file '%.250s' is corrupt - %.250s missing"
2908 msgstr "檔案 `%.250s' 已損毀 - 沒有 %.250s"
2912 msgid "file '%.250s' is corrupt - missing newline after %.250s"
2913 msgstr "檔案 `%.250s' 已損毀 - 在 %.250s 後沒有換行符號"
2917 msgid "error reading %.250s"
2918 msgstr "在讀取 %.250s 時發生錯誤"
2922 msgid "file '%.250s' is corrupt - bad magic at end of first header"
2923 msgstr "檔案 `%.250s' 已損毀 - 在第一個檔案標頭的末尾有不正確的識別碼"
2927 msgid "file '%.250s' is corrupt - bad padding character (code %d)"
2928 msgstr "檔案 `%.250s' 已損毀 - 不合宜的填充字元(代碼 %d)"
2932 msgid "file '%.250s' is corrupt - nulls in info section"
2933 msgstr "檔案 `%.250s' 已損毀 - 資訊區段中有 null"
2936 msgid "format version number"
2941 msgid "file '%.250s' has invalid format version: %s"
2942 msgstr "檔案 '%.250s' 的格式版本無效:%s"
2946 msgid "file '%.250s' is format version %d.%d; get a newer dpkg-split"
2947 msgstr "檔案 '%.250s' 的格式版本為 %d.%d:請升級 dpkg-split"
2950 msgid "package name"
2954 msgid "package version number"
2958 msgid "package file MD5 checksum"
2963 msgid "file '%.250s' is corrupt - bad MD5 checksum '%.250s'"
2964 msgstr "檔案 `%.250s' 損毀 - MD5 檢碼 `%.250s' 錯誤"
2967 msgid "archive total size"
2971 msgid "archive part offset"
2975 msgid "archive part numbers"
2980 msgid "file '%.250s' is corrupt - no slash between archive part numbers"
2981 msgstr "檔案 '%.250s' 損毀 - 壓縮分割號間沒有斜線"
2984 msgid "number of archive parts"
2989 msgid "file '%.250s' is corrupt - bad number of archive parts"
2990 msgstr "檔案 '%.250s' 已損毀 - 壓縮分割數錯誤"
2993 msgid "archive parts number"
2998 msgid "file '%.250s' is corrupt - bad archive part number"
2999 msgstr "檔案 '%.250s' 已損毀 - 壓縮分割號錯誤"
3002 msgid "package architecture"
3007 msgid "file '%.250s' is corrupt - bad magic at end of second header"
3008 msgstr "檔案 `%.250s' 損毀 - 第二個標頭檔尾的識別碼錯誤"
3012 msgid "file '%.250s' is corrupt - second member is not data member"
3013 msgstr "檔案 `%.250s' 損毀 - 第二個成員不是資料成員"
3017 msgid "file '%.250s' is corrupt - wrong number of parts for quoted sizes"
3018 msgstr "檔案 `%.250s' 損毀 - 該單位大小產生的分割數不符"
3022 msgid "file '%.250s' is corrupt - size is wrong for quoted part number"
3023 msgstr "檔案 `%.250s' 損毀 - 該分割號的大小錯誤"
3027 msgid "file '%.250s' is corrupt - too short"
3028 msgstr "檔案 `%.250s' 損毀 - 檔案太小"
3032 msgid "cannot open archive part file '%.250s'"
3033 msgstr "無法開啟套件檔的分割檔 `%.250s'"
3037 msgid "file '%.250s' is not an archive part"
3038 msgstr "檔案 `%.250s' 不是壓縮分割檔"
3044 " Part format version: %d.%d\n"
3045 " Part of package: %s\n"
3046 " ... version: %s\n"
3047 " ... architecture: %s\n"
3048 " ... MD5 checksum: %s\n"
3049 " ... length: %jd bytes\n"
3050 " ... split every: %jd bytes\n"
3051 " Part number: %d/%d\n"
3052 " Part length: %jd bytes\n"
3053 " Part offset: %jd bytes\n"
3054 " Part file size (used portion): %jd bytes\n"
3063 " ... 長度: %jd 位元組\n"
3064 " ... 分割單位: %jd 位元組\n"
3067 " 分割檔偏移位置: %jd 位元組\n"
3068 " 分割檔大小(用到的部分): %jd 位元組\n"
3072 msgctxt "architecture"
3076 #: src/split/info.c src/split/join.c
3078 msgid "--%s requires one or more part file arguments"
3079 msgstr "--%s 需要一個以上分割檔當作參數"
3083 msgid "file '%s' is not an archive part\n"
3084 msgstr "檔案 `%s' 不是壓縮分割檔\n"
3088 msgid "Putting package %s together from %d part: "
3089 msgid_plural "Putting package %s together from %d parts: "
3090 msgstr[0] "由 %2$d 個分割檔合成套件 %1$s:"
3094 msgid "unable to open output file '%.250s'"
3095 msgstr "無法開啟輸出檔 `%.250s'"
3099 msgid "unable to (re)open input part file '%.250s'"
3100 msgstr "無法(重新)開啟做為輸入之用的分割檔 `%.250s'"
3104 msgid "cannot skip split package header for '%s': %s"
3105 msgstr "無法跳過 '%s' 的分割套件標頭:%s"
3109 msgid "cannot append split package part '%s' to '%s': %s"
3110 msgstr "無法把套件分割 '%s' 加到 '%s' 上:%s"
3112 #: src/split/join.c src/split/split.c
3119 msgid "files '%.250s' and '%.250s' are not parts of the same file"
3120 msgstr "檔案 `%.250s' 和 `%.250s' 並不同屬一個檔案的分割檔"
3124 msgid "there are several versions of part %d - at least '%.250s' and '%.250s'"
3125 msgstr "第 %d 個分割檔有好幾個版本 - 至少有 `%.250s' 和 `%.250s'"
3129 msgid "part %d is missing"
3130 msgstr "缺少第 %d 個分割檔"
3134 msgid "Debian '%s' package split/join tool; version %s.\n"
3135 msgstr "Debian `%s' 套件切割/重組工具﹔版本 %s。\n"
3137 #: src/split/main.c src/statoverride/main.c utils/update-alternatives.c
3140 "Usage: %s [<option> ...] <command>\n"
3143 "用法:%s [<選項> ...] <命令>\n"
3150 " -s|--split <file> [<prefix>] Split an archive.\n"
3151 " -j|--join <part> <part> ... Join parts together.\n"
3152 " -I|--info <part> ... Display info about a part.\n"
3153 " -a|--auto -o <complete> <part> Auto-accumulate parts.\n"
3154 " -l|--listq List unmatched pieces.\n"
3155 " -d|--discard [<filename> ...] Discard unmatched pieces.\n"
3159 " -s|--split <檔案> [<前綴>] 切割套件檔。\n"
3160 " -j|--join <分割檔> <分割檔> ... 結合分割檔。\n"
3161 " -I|--info <分割檔> ... 顯示某個分割檔的資訊。\n"
3162 " -a|--auto -o <結合檔> <分割檔> 自動結合分割檔。\n"
3163 " -l|--listq 列出不相符的部份。\n"
3164 " -d|--discard [<檔名> ...] 捨棄不相符的部份。\n"
3171 #| " --depotdir <directory> Use <directory> instead of %s/%s.\n"
3172 #| " -S|--partsize <size> In KiB, for -s (default is 450).\n"
3173 #| " -o|--output <file> Filename, for -j (default is\n"
3174 #| " <package>_<version>_<arch>.deb).\n"
3175 #| " -Q|--npquiet Be quiet when -a is not a part.\n"
3176 #| " --msdos Generate 8.3 filenames.\n"
3180 " --depotdir <directory> Use <directory> instead of %s/%s.\n"
3181 " --admindir <directory> Use <directory> instead of %s.\n"
3182 " --root <directory> Use <directory> instead of %s.\n"
3183 " -S, --partsize <size> In KiB, for -s (default is 450).\n"
3184 " -o, --output <file> Filename, for -j (default is\n"
3185 " <package>_<version>_<arch>.deb).\n"
3186 " -Q, --npquiet Be quiet when -a is not a part.\n"
3187 " --msdos Generate 8.3 filenames.\n"
3191 " --depotdir <目錄> 使用 <目錄> 代替 %s/%s。\n"
3192 " -S|--partsize <大小> 單位為 KiB,用於 -s。(預設為 450)\n"
3193 " -o|--output <檔案> 檔名,用於 -j。\n"
3194 " (預設為 <套件名>_<版本>_<硬體平台>."
3196 " -Q|--npquiet 當 -a 不是分割檔時,不顯示訊息。\n"
3197 " --msdos 產生 8.3 的檔名。\n"
3205 " 1 = with --auto, file is not a part\n"
3210 " 1 = --auto 時,檔案不是分割檔\n"
3214 msgid "Type dpkg-split --help for help."
3215 msgstr "輸入 dpkg-split --help 以取得說明。"
3218 msgid "part size is far too large or is not positive"
3219 msgstr "分割檔的大小已遠遠過長或非正數"
3223 msgid "part size must be at least %d KiB (to allow for header)"
3224 msgstr "分割檔大小至少要有 %d KiB(以便儲存標頭資訊)"
3226 #: src/split/main.c src/split/queue.c src/query/main.c src/main/archives.c
3227 #: src/main/packages.c src/main/select.c
3228 msgid "<standard error>"
3231 #: src/split/queue.c
3233 msgid "unable to read depot directory '%.250s'"
3234 msgstr "無法讀取暫存目錄 `%.250s'"
3236 #: src/split/queue.c
3237 msgid "--auto requires the use of the --output option"
3238 msgstr "--auto 需要與 --output 一同使用"
3240 #: src/split/queue.c
3241 msgid "--auto requires exactly one part file argument"
3242 msgstr "--auto 只需一個分割檔的名稱作為參數"
3244 #: src/split/queue.c
3246 msgid "unable to read part file '%.250s'"
3247 msgstr "無法讀取分割檔 `%.250s'"
3249 #: src/split/queue.c
3251 msgid "File '%.250s' is not part of a multipart archive.\n"
3252 msgstr "檔案 `%.250s' 並非套件檔中的一個分割檔。\n"
3254 #: src/split/queue.c
3256 #| msgid "cannot open directory '%s'"
3257 msgid "cannot create directory %s"
3258 msgstr "無法開啟「%.255s」目錄"
3260 #: src/split/queue.c
3262 msgid "unable to reopen part file '%.250s'"
3263 msgstr "無法重新開啟分割檔 `%.250s'"
3265 #: src/split/queue.c
3267 msgid "unable to open new depot file '%.250s'"
3268 msgstr "無法開啟新的暫存檔 `%.250s'"
3270 #: src/split/queue.c
3272 msgid "cannot extract split package part '%s': %s"
3273 msgstr "無法解壓縮套件分割 '%s':%s"
3275 #: src/split/queue.c
3277 msgid "unable to rename new depot file '%.250s' to '%.250s'"
3278 msgstr "無法將新的暫存檔 `%.250s' 重新命名為 `%.250s'"
3280 #: src/split/queue.c
3282 msgid "Part %d of package %s filed (still want "
3283 msgstr "已收集 %d 個套件 %s 的分割檔(尚需 "
3285 #: src/split/queue.c
3289 #: src/split/queue.c
3291 msgid "unable to delete used-up depot file '%.250s'"
3292 msgstr "無法刪除用畢的暫存檔 `%.250s'"
3294 #: src/split/queue.c src/trigger/main.c src/main/enquiry.c src/main/select.c
3295 #: src/main/update.c
3297 msgid "--%s takes no arguments"
3300 #: src/split/queue.c
3301 msgid "Junk files left around in the depot directory:\n"
3302 msgstr "在暫存目錄中留下了一些多餘檔案:\n"
3304 #: src/split/queue.c
3306 msgid "unable to stat '%.250s'"
3307 msgstr "無法取得 `%.250s' 的檔案資訊"
3309 #: src/split/queue.c
3311 msgid " %s (%jd bytes)\n"
3312 msgstr " %s(%jd 位元組)\n"
3314 #: src/split/queue.c
3316 msgid " %s (not a plain file)\n"
3317 msgstr " %s(並非一般檔案)\n"
3319 #: src/split/queue.c
3320 msgid "Packages not yet reassembled:\n"
3321 msgstr "套件尚未結合完畢:\n"
3323 #: src/split/queue.c
3325 msgid " Package %s: part(s) "
3328 #: src/split/queue.c
3330 msgid "part file '%.250s' is not a plain file"
3331 msgstr "分割檔 `%.250s' 並非一般檔案"
3333 #: src/split/queue.c
3335 msgid "(total %jd bytes)\n"
3336 msgstr "(合計 %jd 位元組)\n"
3338 #: src/split/queue.c
3340 msgid "unable to discard '%.250s'"
3341 msgstr "無法忽略 `%.250s'"
3343 #: src/split/queue.c
3345 msgid "Deleted %s.\n"
3348 #: src/split/split.c
3349 msgid "package field value extraction"
3352 #: src/split/split.c
3353 msgid "<dpkg-deb --info pipe>"
3356 #: src/split/split.c
3358 msgid "unable to open source file '%.250s'"
3359 msgstr "無法開啟來源檔 `%.250s'"
3361 #: src/split/split.c
3362 msgid "unable to fstat source file"
3363 msgstr "無法 fstat 取得來源檔的檔案資訊"
3365 #: src/split/split.c
3367 msgid "source file '%.250s' not a plain file"
3368 msgstr "來源檔 `%.250s' 並非一般檔案"
3370 #: src/split/split.c src/main/configure.c src/main/verify.c
3372 #| msgid "cannot compute MD5 hash for file '%s': %s"
3373 msgid "cannot compute MD5 digest for file '%s': %s"
3374 msgstr "無法計算 '%s' 的 MD5 雜湊值:%s"
3376 #: src/split/split.c
3378 msgid "Splitting package %s into %d part: "
3379 msgid_plural "Splitting package %s into %d parts: "
3380 msgstr[0] "把套件 %s 分成 %d 個分割檔:"
3382 #: src/split/split.c
3384 "header is too long, making part too long; the package name or version\n"
3385 "numbers must be extraordinarily long, or something; giving up"
3387 "檔頭太長,分段分太多。套件名稱或版本號碼\n"
3390 #: src/split/split.c
3391 msgid "--split needs a source filename argument"
3392 msgstr "--split 需要一個來源檔作為參數"
3394 #: src/split/split.c
3395 msgid "--split takes at most a source filename and destination prefix"
3396 msgstr "--split 最多需要一個來源檔和目的路徑前綴做為參數"
3398 #: src/divert/main.c
3399 msgid "Use --help for help about diverting files."
3400 msgstr "請用 --help,參閱檔案移轉的說明。"
3402 #: src/divert/main.c src/statoverride/main.c
3404 msgid "Debian %s version %s.\n"
3405 msgstr "Debian %s 版本 %s。\n"
3407 #: src/divert/main.c
3411 " [--add] <file> add a diversion.\n"
3412 " --remove <file> remove the diversion.\n"
3413 " --list [<glob-pattern>] show file diversions.\n"
3414 " --listpackage <file> show what package diverts the file.\n"
3415 " --truename <file> return the diverted file.\n"
3419 " [--add] <檔案> 新增移轉檔案。\n"
3420 " --remove <檔案> 刪除移轉檔案。\n"
3421 " --list [<比對表達式>] 顯示移轉檔案。\n"
3422 " --listpackage <檔案> 顯示移轉檔案的套件。\n"
3423 " --truename <檔案> 傳回移轉檔案的原檔名。\n"
3426 #: src/divert/main.c
3430 #| " --package <package> name of the package whose copy of <file> will "
3432 #| " be diverted.\n"
3433 #| " --local all packages' versions are diverted.\n"
3434 #| " --divert <divert-to> the name used by other packages' versions.\n"
3435 #| " --rename actually move the file aside (or back).\n"
3436 #| " --admindir <directory> set the directory with the diversions file.\n"
3437 #| " --test don't do anything, just demonstrate.\n"
3438 #| " --quiet quiet operation, minimal output.\n"
3439 #| " --help show this help message.\n"
3440 #| " --version show the version.\n"
3444 " --package <package> name of the package whose copy of <file> will "
3447 " --local all packages' versions are diverted.\n"
3448 " --divert <divert-to> the name used by other packages' versions.\n"
3449 " --rename actually move the file aside (or back).\n"
3450 " --no-rename do not move the file aside (or back) (default).\n"
3451 " --admindir <directory> set the directory with the diversions file.\n"
3452 " --instdir <directory> set the root directory, but not the admin dir.\n"
3453 " --root <directory> set the directory of the root filesystem.\n"
3454 " --test don't do anything, just demonstrate.\n"
3455 " --quiet quiet operation, minimal output.\n"
3456 " --help show this help message.\n"
3457 " --version show the version.\n"
3461 " --package <套件> <檔案> 不會移轉的套件。\n"
3462 " --local 所有套件版本都會移轉。\n"
3463 " --divert <移轉目標> 其它套件版本用的名稱。\n"
3464 " --rename 真的搬移(或回復)檔案。\n"
3465 " --admindir <目錄> 設定移轉檔的目錄。\n"
3466 " --test 不實際進行,僅模擬。\n"
3467 " --quiet 安靜模式,儘量不顯示訊息。\n"
3468 " --help 顯示這個說明訊息。\n"
3469 " --version 顯示版本資訊。\n"
3472 #: src/divert/main.c
3475 "When adding, default is --local and --divert <original>.distrib.\n"
3476 "When removing, --package or --local and --divert must match if specified.\n"
3477 "Package preinst/postrm scripts should always specify --package and --"
3480 "在新增時,預設為 --local 及 --divert <原始檔>.distrib。\n"
3481 "在移除時,指定 --package 或 --local 及 --divert 須相符。\n"
3482 "套件的 preinst/postrm scripts 一定要指定 --package 及 --divert。\n"
3484 #: src/divert/main.c
3486 "please specify --no-rename explicitly, the default will change to --rename "
3490 #: src/divert/main.c utils/update-alternatives.c
3492 msgid "cannot stat file '%s'"
3493 msgstr "無法取得檔案 '%s' 的檔案資訊"
3495 #: src/divert/main.c
3497 msgid "error checking '%s'"
3498 msgstr "檢查 '%s' 時發生錯誤"
3500 #: src/divert/main.c
3503 "rename involves overwriting '%s' with\n"
3504 " different file '%s', not allowed"
3506 "重新命名時,會以另一個檔案 `%2$s'\n"
3507 " 蓋過 `%1$s',所以不可以進行"
3509 #: src/divert/main.c utils/update-alternatives.c
3511 msgid "unable to create file '%s'"
3512 msgstr "無法建立檔案 '%s'"
3514 #: src/divert/main.c
3516 msgid "cannot copy '%s' to '%s': %s"
3517 msgstr "無法把檔案 '%s' 複製到 '%s':%s"
3519 #: src/divert/main.c
3521 msgid "cannot rename '%s' to '%s'"
3522 msgstr "無法把 '%s' 重新命名為 '%s'"
3524 #: src/divert/main.c
3526 msgid "rename: remove duplicate old link '%s'"
3527 msgstr "重新命名:刪除重複的舊連結 '%s'"
3529 #: src/divert/main.c
3531 msgid "unable to remove copied source file '%s'"
3532 msgstr "無法刪除來源檔 '%.250s' 的複本"
3534 #: src/divert/main.c
3536 msgid "filename \"%s\" is not absolute"
3537 msgstr "檔名 \"%s\" 不是唯一的"
3539 #: src/divert/main.c
3540 msgid "file may not contain newlines"
3543 #: src/divert/main.c
3545 msgid "local diversion of %s"
3548 #: src/divert/main.c
3550 msgid "local diversion of %s to %s"
3551 msgstr "%s 自行移轉至 %s"
3553 #: src/divert/main.c
3555 msgid "diversion of %s by %s"
3556 msgstr "由 %2$s 移轉 %1$s"
3558 #: src/divert/main.c
3560 msgid "diversion of %s to %s by %s"
3561 msgstr "由 %3$s 移轉 %1$s 至 %2$s"
3563 #: src/divert/main.c
3565 msgid "any diversion of %s"
3568 #: src/divert/main.c
3570 msgid "any diversion of %s to %s"
3571 msgstr "任一由 %s 移轉至 %ss"
3573 #: src/divert/main.c src/statoverride/main.c
3575 msgid "--%s needs a single argument"
3576 msgstr "--%s 需要一個參數"
3578 #: src/divert/main.c
3580 #| msgid "Cannot divert directories"
3581 msgid "cannot divert directories"
3584 #: src/divert/main.c
3586 msgid "cannot divert file '%s' to itself"
3587 msgstr "無法移轉檔案 '%s' 到自己"
3589 #: src/divert/main.c
3591 msgid "Leaving '%s'\n"
3594 #: src/divert/main.c
3596 msgid "'%s' clashes with '%s'"
3597 msgstr "`%s' 和 `%s' 相衝突"
3599 #: src/divert/main.c
3601 msgid "Adding '%s'\n"
3604 #: src/divert/main.c
3606 msgid "Ignoring request to rename file '%s' owned by diverting package '%s'\n"
3607 msgstr "忽略重新命名移轉套件 '%2$s' 檔案 '%1$s' 的要求\n"
3609 #: src/divert/main.c
3612 "diverting file '%s' from an Essential package with rename is dangerous, use "
3616 #: src/divert/main.c
3618 msgid "No diversion '%s', none removed.\n"
3619 msgstr "查無移轉項目 '%s',無可刪除。\n"
3621 #: src/divert/main.c
3624 "mismatch on divert-to\n"
3625 " when removing '%s'\n"
3632 #: src/divert/main.c
3635 "mismatch on package\n"
3636 " when removing '%s'\n"
3643 #: src/divert/main.c
3645 msgid "Ignoring request to remove shared diversion '%s'.\n"
3646 msgstr "忽略刪除共享移轉檔案 '%s' 的要求。\n"
3648 #: src/divert/main.c
3650 msgid "Removing '%s'\n"
3653 #: src/divert/main.c
3654 msgid "package may not contain newlines"
3655 msgstr "<套件> 不該包含換行符號"
3657 #: src/divert/main.c
3658 msgid "divert-to may not contain newlines"
3659 msgstr "<移轉目標> 不該包含換行符號"
3661 #: src/statoverride/main.c
3662 msgid "Use --help for help about overriding file stat information."
3663 msgstr "請用 --help,參閱忽略檔案資訊的說明。"
3665 #: src/statoverride/main.c
3669 " --add <owner> <group> <mode> <path>\n"
3670 " add a new <path> entry into the database.\n"
3671 " --remove <path> remove <path> from the database.\n"
3672 " --list [<glob-pattern>] list current overrides in the database.\n"
3676 " --add <擁有者> <群組> <模式> <路徑>\n"
3677 " 新增一個 <路徑> 項目至資料庫中。\n"
3678 " --remove <路徑> 自資料庫移除 <路徑>。\n"
3679 " --list [<glob式樣>] 列出目前資料庫中的覆載項目(overrides)。\n"
3682 #: src/statoverride/main.c
3686 #| " --admindir <directory> set the directory with the statoverride file.\n"
3687 #| " --update immediately update <path> permissions.\n"
3688 #| " --force force an action even if a sanity check fails.\n"
3689 #| " --quiet quiet operation, minimal output.\n"
3690 #| " --help show this help message.\n"
3691 #| " --version show the version.\n"
3695 " --admindir <directory> set the directory with the statoverride file.\n"
3696 " --instdir <directory> set the root directory, but not the admin dir.\n"
3697 " --root <directory> set the directory of the root filesystem.\n"
3698 " --update immediately update <path> permissions.\n"
3699 " --force deprecated alias for --force-all.\n"
3700 " --force-<thing>[,...] override problems (see --force-help).\n"
3701 " --no-force-<thing>[,...] stop when problems encountered.\n"
3702 " --refuse-<thing>[,...] ditto.\n"
3703 " --quiet quiet operation, minimal output.\n"
3704 " --help show this help message.\n"
3705 " --version show the version.\n"
3709 " --admindir <目錄> 設定 statoverride 檔案的所在目錄。\n"
3710 " --update 立即更新 <路徑> 的權限。\n"
3711 " --force 即使未通過正確性檢查,也強制進行動作。\n"
3712 " --quiet 安靜模式,儘量不顯示訊息。\n"
3713 " --help 顯示這個說明訊息。\n"
3714 " --version 顯示版本資訊。\n"
3717 #: src/statoverride/main.c
3718 msgid "stripping trailing /"
3721 #: src/statoverride/main.c
3723 msgid "user '%s' does not exist"
3726 #: src/statoverride/main.c
3728 #| msgid "control file '%s' does not exist"
3729 msgid "group '%s' does not exist"
3732 #: src/statoverride/main.c src/main/archives.c
3734 msgid "error setting ownership of '%.255s'"
3735 msgstr "在替 `%.255s' 設定所有權時發生錯誤"
3737 #: src/statoverride/main.c src/main/archives.c
3739 msgid "error setting permissions of '%.255s'"
3740 msgstr "在替 `%.255s' 設定權限時發生錯誤"
3742 #: src/statoverride/main.c
3744 msgid "--%s needs four arguments"
3745 msgstr "--%s 需要四個參數"
3747 #: src/statoverride/main.c
3749 #| msgid "package may not contain newlines"
3750 msgid "path may not contain newlines"
3751 msgstr "<套件> 不該包含換行符號"
3753 #: src/statoverride/main.c
3756 "an override for '%s' already exists, but --force specified so will be ignored"
3757 msgstr "設定了 '%s' 的優先選項,但加上 --force 後,會被忽略"
3759 #: src/statoverride/main.c
3761 msgid "an override for '%s' already exists; aborting"
3762 msgstr "已設定了 '%s' 的強制選項,放棄"
3764 #: src/statoverride/main.c
3766 msgid "--update given but %s does not exist"
3767 msgstr "要 --update 但找不到 %s"
3769 #: src/statoverride/main.c
3770 msgid "no override present"
3773 #: src/statoverride/main.c
3774 msgid "--update is useless for --remove"
3775 msgstr "--remove 時 --update 無效"
3777 #: src/statoverride/main.c
3779 #| msgid "obsolete option '--%s'; please use '--%s' instead"
3780 msgid "deprecated --%s option; use --%s instead"
3781 msgstr "已作廢選項 '--%s' ;請改用 '--%s'"
3783 #: src/trigger/main.c
3784 msgid "Type dpkg-trigger --help for help about this utility."
3785 msgstr "輸入 dpkg-trigger --help 以取得這個工具的說明。"
3787 #: src/trigger/main.c
3789 msgid "Debian %s package trigger utility version %s.\n"
3790 msgstr "Debian %s 套件觸發程式工具 %s 版。\n"
3792 #: src/trigger/main.c
3795 #| "Usage: %s [<options> ...] <trigger-name>\n"
3796 #| " %s [<options> ...] <command>\n"
3799 "Usage: %s [<option>...] <trigger-name>\n"
3800 " %s [<option>...] <command>\n"
3803 "用法:%s [<選項> ...] <觸發程式>\n"
3804 " %s [<選項> ...] <命令>\n"
3807 #: src/trigger/main.c
3811 " --check-supported Check if the running dpkg supports "
3816 " --check-supported 檢查執行中的 dpkg 有沒有支援觸發。\n"
3819 #: src/trigger/main.c
3823 #| " --admindir=<directory> Use <directory> instead of %s.\n"
3824 #| " --by-package=<package> Override trigger awaiter (normally "
3827 #| " --await Package needs to await the "
3829 #| " --no-await No package needs to await the "
3831 #| " --no-act Just test - don't actually change "
3836 " --admindir=<directory> Use <directory> instead of %s.\n"
3837 " --root=<directory> Use <directory> instead of %s.\n"
3838 " --by-package=<package> Override trigger awaiter (normally set\n"
3840 " --await Package needs to await the processing.\n"
3841 " --no-await No package needs to await the "
3843 " --no-act Just test - don't actually change "
3848 " --admindir=<目錄> 以 <目錄> 取代 %s。\n"
3849 " --by-package=<套件> 強制觸發等待中的觸發程式\n"
3851 " --await 套件需要等待處理。\n"
3852 " --no-await 套件不用等待處理。\n"
3853 " --no-act 只是測試 - 不要真的有任何異動。\n"
3856 #: src/trigger/main.c
3857 msgid "must be called from a maintainer script (or with a --by-package option)"
3858 msgstr "須由維護者程式(或以 --by-package 選項)呼叫"
3860 #: src/trigger/main.c
3861 msgid "takes one argument, the trigger name"
3862 msgstr "需要一個參數:觸發程式名稱"
3864 #: src/trigger/main.c
3866 msgid "illegal awaited package name '%.250s': %.250s"
3867 msgstr "不合法的等待套件名稱 '%.250s':%.250s"
3869 #: src/trigger/main.c
3871 msgid "invalid trigger name '%.250s': %.250s"
3872 msgstr "不正確的觸發程式名稱 `%.250s':%.250s"
3874 #: src/trigger/main.c
3875 msgid "triggers data directory not yet created"
3878 #: src/trigger/main.c
3879 msgid "trigger records not yet in existence"
3882 #: src/query/main.c src/main/select.c
3884 msgid "no packages found matching %s"
3885 msgstr "找不到符合 %s 的套件"
3887 #. TRANSLATORS: This is the header that appears on 'dpkg-query -l'. The
3888 #. * string should remain under 80 characters. The uppercase letters in
3889 #. * the state values denote the abbreviated letter that will appear on
3890 #. * the first three columns, which should ideally match the English one
3891 #. * (e.g. Remove → supRimeix), see dpkg-query(1) for further details. The
3892 #. * translated message can use additional lines if needed.
3895 "Desired=Unknown/Install/Remove/Purge/Hold\n"
3896 "| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-"
3898 "|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)\n"
3900 "要求=U:未知/I:安裝/R:刪除/P:清除/H:保留\n"
3901 "| 狀態=N:未安裝/I:已安裝/C:設定檔/U:已解開/F:半設定/H:半安裝/W:待觸發/T:未觸"
3903 "|/ 錯誤?=(無)/R:須重新安裝(狀態,錯誤:大寫=有問題)\n"
3914 msgid "Architecture"
3923 #| msgid "showing file on pager"
3924 msgid "showing package list on pager"
3925 msgstr "以可換頁的瀏覽程式瀏覽檔案"
3929 msgid "diversion by %s from: %s\n"
3930 msgstr "%s 移轉自:%s\n"
3934 msgid "diversion by %s to: %s\n"
3935 msgstr "%s 移轉至:%s\n"
3939 msgid "local diversion from: %s\n"
3944 msgid "local diversion to: %s\n"
3948 msgid "--search needs at least one file name pattern argument"
3949 msgstr "--search 需要至少一個檔名表達式作為參數"
3953 msgid "no path found matching pattern %s"
3954 msgstr "找不到符合 %s 的路徑"
3958 msgid "package '%s' is not installed and no information is available"
3959 msgstr "套件 '%s' 未安裝,無法取得其資訊"
3964 #| "Use dpkg --info (= dpkg-deb --info) to examine archive files,\n"
3965 #| "and dpkg --contents (= dpkg-deb --contents) to list their contents.\n"
3966 msgid "Use dpkg --info (= dpkg-deb --info) to examine archive files.\n"
3968 "使用 dpkg --info (= dpkg-deb --info) 來檢查壓縮檔,\n"
3969 "以及 dpkg --contents (= dpkg-deb --contents) 來列出壓縮檔內容。\n"
3973 msgid "package '%s' is not available"
3974 msgstr "無法取得套件 '%s'"
3978 msgid "--%s needs at least one package name argument"
3979 msgstr "--%s 需要至少一個套件名稱作為參數"
3981 #: src/query/main.c src/main/enquiry.c src/main/verify.c
3983 msgid "package '%s' is not installed"
3984 msgstr "套件 '%s' 未安裝"
3988 msgid "Package '%s' does not contain any files (!)\n"
3989 msgstr "套件 `%s' 未含有任何檔案 (!)\n"
3993 msgid "locally diverted to: %s\n"
3998 msgid "package diverts others to: %s\n"
3999 msgstr "套件將其它的移轉至:%s\n"
4003 msgid "diverted by %s to: %s\n"
4004 msgstr "被 %s 移轉到:%s\n"
4009 #| "Use dpkg --info (= dpkg-deb --info) to examine archive files,\n"
4010 #| "and dpkg --contents (= dpkg-deb --contents) to list their contents.\n"
4012 "Use dpkg --contents (= dpkg-deb --contents) to list archive files contents.\n"
4014 "使用 dpkg --info (= dpkg-deb --info) 來檢查壓縮檔,\n"
4015 "以及 dpkg --contents (= dpkg-deb --contents) 來列出壓縮檔內容。\n"
4019 msgid "control file contains %c"
4024 msgid "--%s takes one package name argument"
4025 msgstr "--%s 需要一個套件名稱參數"
4029 msgid "--%s takes exactly two arguments"
4030 msgstr "--%s 需要兩個參數"
4034 msgid "control file '%s' does not exist"
4039 msgid "Debian %s package management program query tool version %s.\n"
4040 msgstr "Debian %s 套件管理程式查詢工具版本 %s。\n"
4046 #| " -s|--status <package> ... Display package status details.\n"
4047 #| " -p|--print-avail <package> ... Display available version details.\n"
4048 #| " -L|--listfiles <package> ... List files 'owned' by package(s).\n"
4049 #| " -l|--list [<pattern> ...] List packages concisely.\n"
4050 #| " -W|--show [<pattern> ...] Show information on package(s).\n"
4051 #| " -S|--search <pattern> ... Find package(s) owning file(s).\n"
4052 #| " --control-list <package> Print the package control file list.\n"
4053 #| " --control-show <package> <file>\n"
4054 #| " Show the package control file.\n"
4055 #| " -c|--control-path <package> [<file>]\n"
4056 #| " Print path for package control file.\n"
4060 " -s, --status [<package>...] Display package status details.\n"
4061 " -p, --print-avail [<package>...] Display available version details.\n"
4062 " -L, --listfiles <package>... List files 'owned' by package(s).\n"
4063 " -l, --list [<pattern>...] List packages concisely.\n"
4064 " -W, --show [<pattern>...] Show information on package(s).\n"
4065 " -S, --search <pattern>... Find package(s) owning file(s).\n"
4066 " --control-list <package> Print the package control file list.\n"
4067 " --control-show <package> <file>\n"
4068 " Show the package control file.\n"
4069 " -c, --control-path <package> [<file>]\n"
4070 " Print path for package control file.\n"
4074 " -s|--status <套件> ... 顯示套件詳情。\n"
4075 " -p|--print-avail <套件> ... 顯示可用版本詳情。\n"
4076 " -L|--listfiles <套件> ... 列出 `屬於' 套件的檔案。\n"
4077 " -I|--list [<表達式> ...] 簡要列出套件。\n"
4078 " -W|--show <表達式> ... 顯示套件資訊。\n"
4079 " -S|--search <表達式> ... 搜尋擁有該檔案的套件。\n"
4080 " --control-list <套件> 列出套件控制檔。\n"
4081 " --control-show <套件> <檔案>\n"
4083 " -c|--control-path <package> [<file>]\n"
4091 #| " --admindir=<directory> Use <directory> instead of %s.\n"
4092 #| " --load-avail Use available file on --show and --"
4094 #| " -f|--showformat=<format> Use alternative format for --show.\n"
4098 " --admindir=<directory> Use <directory> instead of %s.\n"
4099 " --root=<directory> Use <directory> instead of %s.\n"
4100 " --load-avail Use available file on --show and --list.\n"
4101 " --no-pager Disables the use of any pager.\n"
4102 " -f|--showformat=<format> Use alternative format for --show.\n"
4106 " --admindir=<目錄> 使用 <目錄> 代替 %s。\n"
4107 " --load-avail --show 及 --list 時,用可用檔。\n"
4108 " -f|--showformat=<格式> 替 --show 指定其它的輸出格式。\n"
4112 msgid "Use --help for help about querying packages."
4113 msgstr "請用 --help,參閱查詢套件的說明。"
4115 #: src/main/archives.c
4116 msgid "error reading from dpkg-deb pipe"
4117 msgstr "由 dpkg-deb 的輸入轉向讀取資料時,發生錯誤"
4119 #: src/main/archives.c
4121 msgid "cannot skip padding for file '%.255s': %s"
4122 msgstr "無法跳過 '%.255s' 檔尾的空白:%s"
4124 #: src/main/archives.c
4126 msgid "cannot skip file '%.255s' (replaced or excluded?) from pipe: %s"
4127 msgstr "無法由輸入轉向中,跳過檔案 '%.255s'(取代或排除掉了?):%s"
4129 #: src/main/archives.c
4131 msgid "unable to create '%.255s' (while processing '%.255s')"
4132 msgstr "處理 `%2$.255s' 時,無法產生 `%1$.255s'"
4134 #: src/main/archives.c
4136 msgid "cannot copy extracted data for '%.255s' to '%.255s': %s"
4137 msgstr "無法將 '%.255s' 的解壓縮資料複製到 '%.250s':%s"
4139 #: src/main/archives.c
4141 msgid "error closing/writing '%.255s'"
4142 msgstr "在關閉/寫入 `%.255s' 時發生錯誤"
4144 #: src/main/archives.c
4146 msgid "error creating pipe '%.255s'"
4147 msgstr "在建立輸出入轉向 `%.255s' 時發生錯誤"
4149 #: src/main/archives.c
4151 msgid "error creating device '%.255s'"
4152 msgstr "在建立裝置檔 `%.255s' 時發生錯誤"
4154 #: src/main/archives.c utils/update-alternatives.c
4156 msgid "error creating symbolic link '%.255s'"
4157 msgstr "在建立符號連結 `%.255s' 時發生錯誤"
4159 #: src/main/archives.c
4161 msgid "error creating directory '%.255s'"
4162 msgstr "在建立目錄 `%.255s' 時發生錯誤"
4164 #: src/main/archives.c
4166 #| msgid "cannot compute MD5 hash for tar file '%.255s': %s"
4167 msgid "cannot compute MD5 digest for file '%.255s' in tar archive: %s"
4168 msgstr "無法計算 tar 檔 '%.255s' 的 MD5 雜湊值:%s"
4170 #: src/main/archives.c
4172 msgid "error setting timestamps of '%.255s'"
4173 msgstr "在替 `%.255s' 設定時間戳記時發生錯誤"
4175 #: src/main/archives.c
4177 msgid "error setting ownership of symlink '%.255s'"
4178 msgstr "在替符號連結 `%.255s' 設定所有權時發生錯誤"
4180 #: src/main/archives.c
4182 msgid "unable to read link '%.255s'"
4183 msgstr "無法讀取符號連結 `%.255s'"
4185 #: src/main/archives.c src/main/configure.c
4187 msgid "symbolic link '%.250s' size has changed from %jd to %zd"
4188 msgstr "符號連結 '%.250s' 的大小由 %jd 變為 %zd"
4190 #: src/main/archives.c
4193 "trying to overwrite shared '%.250s', which is different from other instances "
4195 msgstr "正要覆蓋共用檔 '%.250s',它是套件 %.250s 的另一個不同檔案"
4197 #: src/main/archives.c
4199 msgid "failed to stat (dereference) existing symlink '%.250s'"
4200 msgstr "無法取得(反引用)已存在的符號連結 `%.250s' 的檔案資訊"
4202 #: src/main/archives.c
4205 "failed to stat (dereference) proposed new symlink target '%.250s' for "
4208 "無法取得(反引用)將要指向新符號連結 `%.250s' 的符號連結 `%.250s' 的檔案資訊"
4210 #: src/main/archives.c
4212 #| msgid "cannot open archive part file '%.250s'"
4213 msgid "newline not allowed in archive object name '%.255s'"
4214 msgstr "無法開啟套件檔的分割檔 `%.250s'"
4216 #: src/main/archives.c
4218 #| msgid "conffile '%.250s' does not appear in package"
4219 msgid "conffile '%s' marked for removal on upgrade, shipped in package"
4220 msgstr "在套件裡沒有找到 conffile `%.250s'"
4222 #: src/main/archives.c
4225 "trying to overwrite '%.250s', which is the diverted version of "
4226 "'%.250s' (package: %.100s)"
4227 msgstr "試圖覆蓋 `%.250s',它是 `%.250s'(套件:%.100s)移轉後的版本"
4229 #: src/main/archives.c
4231 msgid "trying to overwrite '%.250s', which is the diverted version of '%.250s'"
4232 msgstr "試圖覆蓋 `%.250s',它是 `%.250s' 移轉後的版本"
4234 #: src/main/archives.c
4236 #| msgid "unable to stat '%.255s' (which I was about to install)"
4237 msgid "unable to stat '%.255s' (which was about to be installed)"
4238 msgstr "無法取得 `%.255s' 的檔案資訊(正要安裝這個檔案)"
4240 #: src/main/archives.c
4243 "unable to clean up mess surrounding '%.255s' before installing another "
4245 msgstr "在安裝另一版本前,無法清理 `%.255s' 的混亂狀態"
4247 #: src/main/archives.c
4249 msgid "unable to stat restored '%.255s' before installing another version"
4250 msgstr "在安裝另一版本前,無法取得回復後的 `%.255s' 的檔案資訊"
4252 #: src/main/archives.c
4254 msgid "archive contained object '%.255s' of unknown type 0x%x"
4255 msgstr "壓縮檔包含物件 `%.255s',型別 0x%x 不名"
4257 #: src/main/archives.c
4259 msgid "Replacing files in old package %s (%s) ...\n"
4260 msgstr "正在替換 %s (%s) 舊套件的檔案……\n"
4262 #: src/main/archives.c
4264 #| msgid "Replaced by files in installed package %s ...\n"
4265 msgid "Replaced by files in installed package %s (%s) ...\n"
4266 msgstr "被替換成已安裝套件 %s 裡的檔案...\n"
4268 #: src/main/archives.c
4271 "trying to overwrite directory '%.250s' in package %.250s %.250s with "
4273 msgstr "正要用套件 %2$.250s %3$.250s 裡一個普通檔案,取代目錄 '%1$.250s'"
4275 #: src/main/archives.c
4277 msgid "trying to overwrite '%.250s', which is also in package %.250s %.250s"
4278 msgstr "正要取代 '%.250s',它也是套件 %.250s %.250s 的檔案"
4280 #: src/main/archives.c
4282 msgid "unable to move aside '%.255s' to install new version"
4283 msgstr "無法將 `%.255s' 移開以安裝新的版本"
4285 #: src/main/archives.c
4287 msgid "unable to make backup symlink for '%.255s'"
4288 msgstr "無法替 `%.255s' 做一個符號連結備份"
4290 #: src/main/archives.c
4292 msgid "unable to chown backup symlink for '%.255s'"
4293 msgstr "無法 chown `%.255s' 的符號連結備份"
4295 #: src/main/archives.c
4297 msgid "unable to make backup link of '%.255s' before installing new version"
4298 msgstr "無法在安裝新的版本前,為 `%.255s' 做一個符號連結備份"
4300 #: src/main/archives.c
4302 msgid "unable to install new version of '%.255s'"
4303 msgstr "無法安裝 `%.255s' 的新版本"
4305 #: src/main/archives.c
4307 msgid "unable to open '%.255s'"
4308 msgstr "無法建立 '%.255s'"
4310 #: src/main/archives.c
4312 msgid "unable to sync file '%.255s'"
4313 msgstr "無法同步檔案 '%.255s' 的寫入緩衝"
4315 #: src/main/archives.c
4318 #| "ignoring dependency problem with %s:\n"
4321 "ignoring dependency problem with installation of %s:\n"
4327 #: src/main/archives.c
4330 #| "no, cannot proceed with %s (--auto-deconfigure will help):\n"
4333 "no, cannot proceed with installation of %s (--auto-deconfigure will help):\n"
4336 "不行,無法繼續 %s(試試 --auto-deconfigure):\n"
4339 #: src/main/archives.c
4342 #| "ignoring dependency problem with %s:\n"
4345 "ignoring dependency problem with removal of %s:\n"
4351 #: src/main/archives.c
4354 #| "considering deconfiguration of essential\n"
4355 #| " package %s, to enable %s"
4357 "considering deconfiguration of essential\n"
4358 " package %s, to enable removal of %s"
4363 #: src/main/archives.c
4366 #| "no, %s is essential, will not deconfigure\n"
4367 #| " it in order to enable %s"
4369 "no, %s is essential, will not deconfigure\n"
4370 " it in order to enable removal of %s"
4375 #: src/main/archives.c
4378 #| "considering deconfiguration of essential\n"
4379 #| " package %s, to enable %s"
4381 "considering deconfiguration of protected\n"
4382 " package %s, to enable removal of %s"
4387 #: src/main/archives.c
4390 #| "no, %s is essential, will not deconfigure\n"
4391 #| " it in order to enable %s"
4393 "no, %s is protected, will not deconfigure\n"
4394 " it in order to enable removal of %s"
4399 #: src/main/archives.c
4402 #| "no, cannot proceed with %s (--auto-deconfigure will help):\n"
4405 "no, cannot proceed with removal of %s (--auto-deconfigure will help):\n"
4408 "不行,無法繼續 %s(試試 --auto-deconfigure):\n"
4411 #: src/main/archives.c
4413 #| msgid "considering deconfiguration of %s, which would be broken by %s ..."
4415 "considering deconfiguration of %s, which would be broken by installation of "
4417 msgstr "正打算清除 %s 的設定,因為會被 %s 破壞..."
4419 #: src/main/archives.c
4421 msgid "yes, will deconfigure %s (broken by %s)"
4422 msgstr "好,會清除 %s 的設定(被 %s 破壞)"
4424 #: src/main/archives.c
4427 "regarding %s containing %s:\n"
4430 "關於包含 %2$s 的 %1$s:\n"
4433 #: src/main/archives.c
4434 msgid "ignoring breakage, may proceed anyway!"
4435 msgstr "忽略損壞,將強制繼續安裝!"
4437 #: src/main/archives.c
4440 "installing %.250s would break %.250s, and\n"
4441 " deconfiguration is not permitted (--auto-deconfigure might help)"
4443 "安裝 %.250s 將會毀損 %.250s,\n"
4444 " 且不打算要清除設定(--auto-deconfigure 也許有用)"
4446 #: src/main/archives.c
4448 msgid "installing %.250s would break existing software"
4449 msgstr "安裝 %.250s 將會毀損現有的軟體"
4451 #: src/main/archives.c
4453 msgid "considering removing %s in favour of %s ..."
4454 msgstr "為了 %2$s,正打算移除 %1$s ..."
4456 #: src/main/archives.c
4458 msgid "%s is not properly installed; ignoring any dependencies on it"
4459 msgstr "%s 未被正確安裝 - 忽略它所有的相依關係"
4461 #: src/main/archives.c
4463 msgid "may have trouble removing %s, as it provides %s ..."
4464 msgstr "移除 %s 會出問題,因為它提供了 %s ..."
4466 #: src/main/archives.c
4469 "package %s requires reinstallation, but will remove anyway as you requested"
4470 msgstr "套件 %s 需要重新安裝,但還是應您的要求將其強制移除"
4472 #: src/main/archives.c
4474 msgid "package %s requires reinstallation, will not remove"
4475 msgstr "套件 %s 需要重新安裝,不會移除"
4477 #: src/main/archives.c
4479 msgid "yes, will remove %s in favour of %s"
4480 msgstr "好,會為了 %2$s 移除 %1$s"
4482 #: src/main/archives.c
4484 msgid "conflicting packages - not installing %.250s"
4485 msgstr "套件衝突 - 不會安裝 %.250s"
4487 #: src/main/archives.c
4488 msgid "ignoring conflict, may proceed anyway!"
4489 msgstr "忽略衝突,強制繼續安裝!"
4491 #: src/main/archives.c
4493 msgid "--%s --recursive needs at least one path argument"
4494 msgstr "--%s --recursive 需要至少一個路徑作為參數"
4496 #: src/main/archives.c
4497 msgid "searched, but found no packages (files matching *.deb)"
4498 msgstr "已搜尋,但是找不到套件(符合 *.deb 的檔案)"
4500 #: src/main/archives.c
4502 msgid "--%s needs at least one package archive file argument"
4503 msgstr "--%s 需要至少一個套件壓縮檔作為參數"
4505 #: src/main/archives.c src/main/unpack.c
4507 #| msgid "cannot access archive"
4508 msgid "cannot access archive '%s'"
4511 #: src/main/archives.c
4513 #| msgid "conffile '%s' is not a plain file"
4514 msgid "archive '%s' is not a regular file"
4515 msgstr "conffile '%s' 不是普通檔案"
4517 #: src/main/archives.c
4519 msgid "Selecting previously unselected package %s.\n"
4520 msgstr "選取了原先未選的套件 %s。\n"
4522 #: src/main/archives.c
4524 msgid "Skipping unselected package %s.\n"
4525 msgstr "略過未選的套件 %s。\n"
4527 #: src/main/archives.c
4529 msgid "version %.250s of %.250s already installed, skipping"
4530 msgstr "已安裝 %.250s 版的 %.250s,略過"
4532 #: src/main/archives.c
4534 msgid "downgrading %.250s from %.250s to %.250s"
4535 msgstr "將 %.250s 從 %.250s 降級到 %.250s"
4537 #: src/main/archives.c
4539 msgid "will not downgrade %.250s from %.250s to %.250s, skipping"
4540 msgstr "不會將 %.250s 從 %.250s 降級到 %.250s,略過"
4542 #: src/main/cleanup.c
4545 "unable to remove newly-installed version of '%.250s' to allow reinstallation "
4547 msgstr "無法移除 `%.250s' 的新安裝版本以便能重新以備份副本安裝"
4549 #: src/main/cleanup.c
4551 msgid "unable to restore backup version of '%.250s'"
4552 msgstr "無法回復為 `%.250s' 的備份版本"
4554 #: src/main/cleanup.c
4556 msgid "unable to remove backup copy of '%.250s'"
4557 msgstr "無法刪除 '%.250s' 的備份檔"
4559 #: src/main/cleanup.c
4561 msgid "unable to remove newly-installed version of '%.250s'"
4562 msgstr "無法移除 `%.250s' 的新安裝版本"
4564 #: src/main/cleanup.c
4566 msgid "unable to remove newly-extracted version of '%.250s'"
4567 msgstr "無法移除 `%.250s' 的新解壓版本"
4569 #: src/main/configure.c
4571 msgid "Configuration file '%s'\n"
4574 #: src/main/configure.c
4576 msgid "Configuration file '%s' (actually '%s')\n"
4577 msgstr "「%s」設定檔(實際上是「%s」)\n"
4579 #: src/main/configure.c
4582 " ==> File on system created by you or by a script.\n"
4583 " ==> File also in package provided by package maintainer.\n"
4585 " ==> 系統中的這個檔案是由您或是一個腳本所建立。\n"
4586 " ==> 此檔案另外也由套件維護者在套件中提供。\n"
4588 #: src/main/configure.c
4590 msgid " Not modified since installation.\n"
4591 msgstr " 自安裝後即未曾被更動。\n"
4593 #: src/main/configure.c
4595 msgid " ==> Modified (by you or by a script) since installation.\n"
4596 msgstr " ==> 在安裝後曾被(您或某個腳本)修改過。\n"
4598 #: src/main/configure.c
4600 msgid " ==> Deleted (by you or by a script) since installation.\n"
4601 msgstr " ==> 在安裝後(被您或是某個腳本)刪掉了。\n"
4603 #: src/main/configure.c
4605 msgid " ==> Package distributor has shipped an updated version.\n"
4606 msgstr " ==> 套件的提交者提供了一個更新版本。\n"
4608 #: src/main/configure.c
4610 msgid " Version in package is the same as at last installation.\n"
4611 msgstr " 套件的版本和上次安裝的版本是相同的。\n"
4613 #: src/main/configure.c
4615 msgid " ==> Using new file as you requested.\n"
4616 msgstr " ==> 按照您的要求,使用新的檔案。\n"
4618 #: src/main/configure.c
4620 msgid " ==> Using current old file as you requested.\n"
4621 msgstr " ==> 按照您的要求,保留原有的舊檔案。\n"
4623 #: src/main/configure.c
4625 msgid " ==> Keeping old config file as default.\n"
4626 msgstr " ==> 預設上是保留原有的設定檔。\n"
4628 #: src/main/configure.c
4630 msgid " ==> Using new config file as default.\n"
4631 msgstr " ==> 預設上是使用新的設定檔。\n"
4633 #: src/main/configure.c
4636 " What would you like to do about it ? Your options are:\n"
4637 " Y or I : install the package maintainer's version\n"
4638 " N or O : keep your currently-installed version\n"
4639 " D : show the differences between the versions\n"
4640 " Z : start a shell to examine the situation\n"
4643 " Y 或 I :安裝套件維護者所提供的版本\n"
4644 " N 或 O :保留您原本安裝的版本\n"
4648 #: src/main/configure.c
4650 msgid " The default action is to keep your current version.\n"
4651 msgstr " 預設的動作是保留您目前使用的版本。\n"
4653 #: src/main/configure.c
4655 msgid " The default action is to install the new version.\n"
4656 msgstr " 預設的動作是安裝新的版本。\n"
4658 #: src/main/configure.c
4662 #: src/main/configure.c
4666 #: src/main/configure.c
4667 msgid "[no default]"
4670 #: src/main/configure.c
4671 msgid "error writing to stderr, discovered before conffile prompt"
4672 msgstr "在 conffile 提示輸入之前,發現寫入 stderr 錯誤"
4674 #: src/main/configure.c
4675 msgid "read error on stdin at conffile prompt"
4676 msgstr "在 conffile 提示輸入時,發現讀取 stdin 錯誤"
4678 #: src/main/configure.c
4680 #| msgid "read error on stdin at conffile prompt"
4681 msgid "end of file on stdin at conffile prompt"
4682 msgstr "在 conffile 提示輸入時,發現讀取 stdin 錯誤"
4684 #: src/main/configure.c
4685 msgid "conffile difference visualizer"
4686 msgstr "conffile 差異顯示程式"
4688 #: src/main/configure.c
4689 msgid "Useful environment variables:\n"
4692 #: src/main/configure.c
4693 msgid "Type 'exit' when you're done.\n"
4694 msgstr "完成後,請輸入 `exit'。\n"
4696 #: src/main/configure.c
4697 msgid "conffile shell"
4698 msgstr "conffile 命令列"
4700 #: src/main/configure.c
4702 msgid "unable to stat new distributed conffile '%.250s'"
4703 msgstr "無法取得新發佈的 conffile '%.250s' 的檔案資訊"
4705 #: src/main/configure.c
4707 msgid "unable to stat current installed conffile '%.250s'"
4708 msgstr "無法取得現已安裝的 conffile `%.250s' 的檔案資訊"
4710 #: src/main/configure.c
4714 "Configuration file '%s', does not exist on system.\n"
4715 "Installing new config file as you requested.\n"
4718 "在系統中找不到設定檔 `%s'。\n"
4721 #: src/main/configure.c
4723 msgid "%s: failed to remove old backup '%.250s': %s"
4724 msgstr "%s:無法刪除舊備份檔 '%.250s':%s"
4726 #: src/main/configure.c
4728 msgid "%s: failed to rename '%.250s' to '%.250s': %s"
4729 msgstr "%s:無法將 '%.250s' 重新命名為 '%.250s':%s"
4731 #: src/main/configure.c src/main/unpack.c
4733 msgid "%s: failed to remove '%.250s': %s"
4734 msgstr "%s:無法刪除 '%s':%s"
4736 #: src/main/configure.c
4738 msgid "%s: failed to remove old distributed version '%.250s': %s"
4739 msgstr "%s:無法移除舊發佈版 '%.250s':%s"
4741 #: src/main/configure.c
4743 msgid "%s: failed to remove '%.250s' (before overwrite): %s"
4744 msgstr "%s:無法在取代檔案前,刪除 '%.250s':%s"
4746 #: src/main/configure.c
4748 msgid "%s: failed to link '%.250s' to '%.250s': %s"
4749 msgstr "%s:無法建立 '%.250s' 指向 '%.250s' 的連結:%s"
4751 #: src/main/configure.c
4753 msgid "Installing new version of config file %s ...\n"
4754 msgstr "安裝新版的設定檔 %s ...\n"
4756 #: src/main/configure.c utils/update-alternatives.c
4758 msgid "unable to install '%.250s' as '%.250s'"
4759 msgstr "無法將 `%.250s' 安裝為 `%.250s'"
4761 #: src/main/configure.c
4763 msgid "no package named '%s' is installed, cannot configure"
4764 msgstr "未曾安裝名為 `%s' 的套件,無法設定"
4766 #: src/main/configure.c
4768 msgid "package %.250s is already installed and configured"
4769 msgstr "套件 %.250s 已安裝並設定完成"
4771 #: src/main/configure.c
4774 "package %.250s is not ready for configuration\n"
4775 " cannot configure (current status '%.250s')"
4778 " 不能設定(目前狀態 `%.250s')"
4780 #: src/main/configure.c
4783 "package %s cannot be configured because %s is not ready (current status '%s')"
4784 msgstr "%2$s 尚未準備好(目前的狀態為 '%3$s'),套件 %1$s 無法設定"
4786 #: src/main/configure.c
4789 "package %s %s cannot be configured because %s is at a different version (%s)"
4790 msgstr "%3$s 版本 (%4$s) 不同,套件 %1$s %2$s 無法設定"
4792 #: src/main/configure.c
4795 "dependency problems prevent configuration of %s:\n"
4801 #: src/main/configure.c
4802 msgid "dependency problems - leaving unconfigured"
4803 msgstr "相依問題 - 保留未設定"
4805 #: src/main/configure.c
4808 "%s: dependency problems, but configuring anyway as you requested:\n"
4811 "%s:相依問題,但還是依您要求強制設定:\n"
4814 #: src/main/configure.c
4817 #| "Package is in a very bad inconsistent state - you should\n"
4818 #| " reinstall it before attempting configuration."
4820 "package is in a very bad inconsistent state; you should\n"
4821 " reinstall it before attempting configuration"
4824 " - 您最好在設定之前,先重新安裝。"
4826 #: src/main/configure.c
4828 msgid "Setting up %s (%s) ...\n"
4829 msgstr "設定 %s (%s) ...\n"
4831 #: src/main/configure.c
4834 "%s: unable to stat config file '%s'\n"
4837 "%s:無法取得設定檔 '%s' 的檔案資訊\n"
4840 #: src/main/configure.c
4843 "%s: config file '%s' is a circular link\n"
4846 "%s:設定檔 '%s' 是循環連結\n"
4849 #: src/main/configure.c
4852 "%s: unable to readlink conffile '%s'\n"
4855 "%s:無法 readlink conffile '%s'\n"
4858 #: src/main/configure.c
4861 "%s: conffile '%.250s' resolves to degenerate filename\n"
4862 " ('%s' is a symlink to '%s')"
4864 "%s:conffile '%.250s' 指向了有問題的檔名\n"
4865 "('%s' 是指向 '%s' 的符號連結)"
4867 #: src/main/configure.c
4869 msgid "%s: conffile '%.250s' is not a plain file or symlink (= '%s')"
4870 msgstr "%s:conffile '%.250s' 並非普通檔案或符號連結 (= '%s')"
4872 #: src/main/configure.c
4874 #| msgid "%s: unable to open %s for hash: %s"
4875 msgid "%s: unable to open %s to compute its digest: %s"
4876 msgstr "%s:無法開啟 %s 計算雜湊:%s"
4878 #: src/main/depcon.c
4880 msgid "%s depends on %s"
4883 #: src/main/depcon.c
4885 msgid "%s pre-depends on %s"
4886 msgstr "%s 預先相依於 %s"
4888 #: src/main/depcon.c
4890 msgid "%s recommends %s"
4893 #: src/main/depcon.c
4895 msgid "%s suggests %s"
4898 #: src/main/depcon.c
4900 msgid "%s breaks %s"
4903 #: src/main/depcon.c
4905 msgid "%s conflicts with %s"
4908 #: src/main/depcon.c
4910 msgid "%s enhances %s"
4913 #: src/main/depcon.c
4915 msgid " %.250s is to be removed.\n"
4916 msgstr " 即將移除 %.250s。\n"
4918 #: src/main/depcon.c
4920 msgid " %.250s is to be deconfigured.\n"
4921 msgstr " 即將清除 %.250s 的設定。\n"
4923 #: src/main/depcon.c
4925 msgid " %.250s is to be installed, but is version %.250s.\n"
4926 msgstr " 即將安裝 %.250s,不過卻是版本 %.250s。\n"
4928 #: src/main/depcon.c
4930 msgid " %.250s is installed, but is version %.250s.\n"
4931 msgstr " 已安裝了 %.250s,不過卻是版本 %.250s。\n"
4933 #: src/main/depcon.c
4935 msgid " %.250s is unpacked, but has never been configured.\n"
4936 msgstr " 已解開了 %.250s,但是它還沒有被設定過。\n"
4938 #: src/main/depcon.c
4940 msgid " %.250s is unpacked, but is version %.250s.\n"
4941 msgstr " 已經解開了 %.250s,不過卻是版本 %.250s。\n"
4943 #: src/main/depcon.c
4945 msgid " %.250s latest configured version is %.250s.\n"
4946 msgstr " 上次設定 %.250s 時,版本為 %.250s。\n"
4948 #: src/main/depcon.c
4950 msgid " %.250s is %s.\n"
4951 msgstr " %.250s 現為 %s。\n"
4953 #: src/main/depcon.c
4955 msgid " %.250s provides %.250s but is to be removed.\n"
4956 msgstr " %.250s 提供了 %.250s,但會被移除。\n"
4958 #: src/main/depcon.c
4960 msgid " %.250s provides %.250s but is to be deconfigured.\n"
4961 msgstr " %.250s 提供了 %.250s,但要清除它的設定。\n"
4963 #: src/main/depcon.c
4965 msgid " %.250s provides %.250s but is %s.\n"
4966 msgstr " %.250s 提供了 %.250s 但現在是 %s。\n"
4968 #: src/main/depcon.c
4970 msgid " %.250s is not installed.\n"
4971 msgstr " %.250s 沒有被安裝。\n"
4973 #: src/main/depcon.c
4975 msgid " %.250s (version %.250s) is to be installed.\n"
4976 msgstr " 即將安裝 %.250s(版本 %.250s)。\n"
4978 #: src/main/depcon.c
4980 msgid " %.250s (version %.250s) is present and %s.\n"
4981 msgstr " %.250s(版本 %.250s)已存在且 %s。\n"
4983 #: src/main/depcon.c
4985 msgid " %.250s provides %.250s and is to be installed.\n"
4986 msgstr " %.250s 提供了 %.250s,且將會被安裝。\n"
4988 #: src/main/depcon.c
4990 msgid " %.250s provides %.250s and is present and %s.\n"
4991 msgstr " %.250s 提供了 %.250s,它已存在且 %s。\n"
4993 #: src/main/enquiry.c
4995 "The following packages are in a mess due to serious problems during\n"
4996 "installation. They must be reinstalled for them (and any packages\n"
4997 "that depend on them) to function properly:\n"
4999 "下列套件因為安裝時發生嚴重問題,現在一片混亂。\n"
5000 "要正常運作,請重新重新安裝這些套件(及所有相依於它們的套件):\n"
5002 #: src/main/enquiry.c
5004 "The following packages have been unpacked but not yet configured.\n"
5005 "They must be configured using dpkg --configure or the configure\n"
5006 "menu option in dselect for them to work:\n"
5008 "下列套件已經解開,但尚未設定。要正常運作,\n"
5009 "請用 dpkg --configure 或者 dselect 選單中的 configure 項目設定:\n"
5011 #: src/main/enquiry.c
5013 "The following packages are only half configured, probably due to problems\n"
5014 "configuring them the first time. The configuration should be retried using\n"
5015 "dpkg --configure <package> or the configure menu option in dselect:\n"
5017 "下列套件只完成一半的設定,可能是因為第一次設定時出了問題。\n"
5018 "可使用 dpkg --configure <套件> 或者由 dselect 選單中的 configure 項目來\n"
5021 #: src/main/enquiry.c
5023 "The following packages are only half installed, due to problems during\n"
5024 "installation. The installation can probably be completed by retrying it;\n"
5025 "the packages can be removed using dselect or dpkg --remove:\n"
5027 "下列套件因為安裝時出問題,只完成一半安裝。再試一次或許可以完成安裝;\n"
5028 "或用 dselect 或 dpkg --remove 移除:\n"
5030 #: src/main/enquiry.c
5032 "The following packages are awaiting processing of triggers that they\n"
5033 "have activated in other packages. This processing can be requested using\n"
5034 "dselect or dpkg --configure --pending (or dpkg --triggers-only):\n"
5036 "以下套件正等待執行其它套件啟動的觸發程式。\n"
5037 "可以用 dselect 或 dpkg --configure --pending(或 dpkg --triggers-only)\n"
5040 #: src/main/enquiry.c
5042 "The following packages have been triggered, but the trigger processing\n"
5043 "has not yet been done. Trigger processing can be requested using\n"
5044 "dselect or dpkg --configure --pending (or dpkg --triggers-only):\n"
5046 "以下套件的觸發程式已觸發,但觸發程式尚未執行。\n"
5047 "可以用 dselect 或 dpkg --configure --pending(或 dpkg --triggers-only)\n"
5050 #: src/main/enquiry.c
5052 "The following packages are missing the list control file in the\n"
5053 "database, they need to be reinstalled:\n"
5055 "以下套件在資料庫中缺清單控制檔,\n"
5058 #: src/main/enquiry.c
5060 "The following packages are missing the md5sums control file in the\n"
5061 "database, they need to be reinstalled:\n"
5063 "以下套件在資料庫中缺 md5sums 控制檔,\n"
5066 #: src/main/enquiry.c
5067 msgid "The following packages do not have an architecture:\n"
5068 msgstr "以下套件沒有硬體平台:\n"
5070 #: src/main/enquiry.c
5071 msgid "The following packages have an illegal architecture:\n"
5072 msgstr "以下套件有不合法的異質硬體平台:\n"
5074 #: src/main/enquiry.c
5076 "The following packages have an unknown foreign architecture, which will\n"
5077 "cause dependency issues on front-ends. This can be fixed by registering\n"
5078 "the foreign architecture with dpkg --add-architecture:\n"
5080 "下列套件有未知的異質硬體平台,會在前端造成相依性問題。\n"
5081 "只要以 dpkg --add-architecture 註冊異質硬體平台,即可解決:\n"
5083 #: src/main/enquiry.c
5085 "Another process has locked the database for writing, and might currently be\n"
5086 "modifying it, some of the following problems might just be due to that.\n"
5088 "另外一個程序寫入鎖定資料庫,可能正在異動資料。\n"
5091 #: src/main/enquiry.c
5096 #: src/main/enquiry.c
5101 #: src/main/enquiry.c
5103 msgid " %d package, from the following section:"
5104 msgid_plural " %d packages, from the following sections:"
5105 msgstr[0] " %d 個套件,屬於以下類別:"
5107 #: src/main/enquiry.c
5109 #| msgid "Pre-Depends field"
5110 msgid "the Pre-Depends field"
5113 #: src/main/enquiry.c
5115 #| msgid "epoch in version is empty"
5116 msgid "epochs in versions"
5117 msgstr "版本號中的 epoch 值是空的"
5119 #: src/main/enquiry.c
5121 #| msgid "long filenames"
5122 msgid "long filenames in .deb archives"
5125 #: src/main/enquiry.c
5126 msgid "multiple Conflicts and Replaces"
5129 #: src/main/enquiry.c
5130 msgid "multi-arch fields and semantics"
5133 #: src/main/enquiry.c
5134 msgid "versioned relationships in the Provides field"
5137 #: src/main/enquiry.c
5139 #| msgid "Pre-Depends field"
5140 msgid "the Protected field"
5143 #: src/main/enquiry.c
5145 #| msgid "cannot extract package field value from '%s': %s"
5146 msgid "cannot parse dpkg running version '%s': %s"
5147 msgstr "無法由 '%s' 取得套件欄位值:%s"
5149 #: src/main/enquiry.c
5152 #| "Version of dpkg with working %s support not yet configured.\n"
5153 #| " Please use 'dpkg --configure dpkg', and then try again.\n"
5155 "Running version of dpkg does not support %s.\n"
5156 " Please upgrade to at least dpkg %s, and then try again.\n"
5158 "支援 %s 的 dpkg 版本尚未設定。\n"
5159 " 請執行 'dpkg --configure dpkg',然後再試一次。\n"
5161 #: src/main/enquiry.c
5163 msgid "%s assert options - assert whether features are supported:\n"
5166 #: src/main/enquiry.c
5168 msgid "unknown --%s-<feature>"
5171 #: src/main/enquiry.c
5174 "cannot see how to satisfy pre-dependency:\n"
5177 "無法推測該如何滿足預先相依關係:\n"
5180 #: src/main/enquiry.c
5182 msgid "cannot satisfy pre-dependencies for %.250s (wanted due to %.250s)"
5183 msgstr "無法滿足 %.250s 的預先相依關係(應 %.250s 之要求)"
5185 #: src/main/enquiry.c
5187 msgid "--%s takes one <pkgname> argument"
5188 msgstr "--%s 需要一個套件名稱作為引數"
5190 #: src/main/enquiry.c
5192 #| msgid "package '%s' is not installed"
5193 msgid "package name '%s' is invalid: %s"
5194 msgstr "套件 '%s' 未安裝"
5196 #: src/main/enquiry.c
5198 msgid "--%s takes one <trigname> argument"
5199 msgstr "--%s 需要一個 <trigname> 作為引數"
5201 #: src/main/enquiry.c
5203 #| msgid "trigger name contains invalid character"
5204 msgid "trigger name '%s' is invalid: %s"
5205 msgstr "觸發程式的名稱包含了不合法的字元"
5207 #: src/main/enquiry.c
5209 msgid "--%s takes one <archname> argument"
5210 msgstr "--%s 需要一個 <archname> 作為引數"
5212 #: src/main/enquiry.c
5214 #| msgid "architecture '%s' is illegal: %s"
5215 msgid "architecture name '%s' is invalid: %s"
5216 msgstr "不合法的硬體平台 '%s':%s"
5218 #: src/main/enquiry.c
5220 msgid "--%s takes one <version> argument"
5221 msgstr "--%s 需要一個 <version> 引數"
5223 #: src/main/enquiry.c
5225 msgid "version '%s' has bad syntax"
5226 msgstr "「%s」版本號的語法不正確"
5228 #: src/main/enquiry.c
5230 "--compare-versions takes three arguments: <version> <relation> <version>"
5231 msgstr "--compare-versions 需有三個參數:<版本號> <比較關係> <版本號>"
5233 #: src/main/enquiry.c
5234 msgid "--compare-versions bad relation"
5235 msgstr "--compare-versions 比較關係不適切"
5237 #: src/main/enquiry.c
5239 msgid "--%s used with obsolete relation operator '%s'"
5242 #: src/main/errors.c
5244 msgid "failed to allocate memory for new entry in list of failed packages: %s"
5245 msgstr "新增項目到失敗套件清單時,無法配置記憶體:%s"
5247 #: src/main/errors.c
5248 msgid "too many errors, stopping"
5251 #: src/main/errors.c
5254 #| "error processing %s (--%s):\n"
5257 "error processing package %s (--%s):\n"
5260 "處理 %s (--%s) 時發生錯誤:\n"
5263 #: src/main/errors.c
5266 #| "error processing %s (--%s):\n"
5269 "error processing archive %s (--%s):\n"
5272 "處理 %s (--%s) 時發生錯誤:\n"
5275 #: src/main/errors.c
5276 msgid "Errors were encountered while processing:\n"
5279 #: src/main/errors.c
5280 msgid "Processing was halted because there were too many errors.\n"
5281 msgstr "錯誤太多,處理作業中斷。\n"
5283 #: src/main/errors.c
5285 msgid "package %s was on hold, processing it anyway as you requested"
5286 msgstr "套件 %s 原本保留,應您的要求強制繼續處理"
5288 #: src/main/errors.c
5291 "Package %s is on hold, not touching it. Use --force-hold to override.\n"
5292 msgstr "套件 %s 目前保留,不會去變動。用 --force-hold 來忽略該設定。\n"
5295 msgid "not installed"
5299 msgid "not installed but configs remain"
5300 msgstr "未被安裝,但卻留有設定檔"
5303 msgid "broken due to failed removal or installation"
5304 msgstr "由於移除或安裝失敗而毀損了"
5307 msgid "unpacked but not configured"
5311 msgid "broken due to postinst failure"
5312 msgstr "由於 postinst 出錯而毀損了"
5315 msgid "awaiting trigger processing by another package"
5316 msgstr "正要執行另一個套件的觸發程式"
5328 msgid "'%s' not found in PATH or not executable"
5329 msgstr "在 PATH 中找不到或無法執行 '%s'"
5334 "%d expected program not found in PATH or not executable\n"
5337 "%d expected programs not found in PATH or not executable\n"
5340 "%d 所需的程式,在 PATH 中找不到或無法執行\n"
5345 "Note: root's PATH should usually contain /usr/local/sbin, /usr/sbin and /sbin"
5346 msgstr "注意:root 的 PATH 通常都包括 /usr/local/sbin、/usr/sbin 和 /sbin"
5350 msgid "Debian '%s' package management program version %s.\n"
5351 msgstr "Debian `%s' 套件管理程式版本%s。\n"
5357 #| " -i|--install <.deb file name> ... | -R|--recursive "
5358 #| "<directory> ...\n"
5359 #| " --unpack <.deb file name> ... | -R|--recursive "
5360 #| "<directory> ...\n"
5361 #| " -A|--record-avail <.deb file name> ... | -R|--recursive "
5362 #| "<directory> ...\n"
5363 #| " --configure <package> ... | -a|--pending\n"
5364 #| " --triggers-only <package> ... | -a|--pending\n"
5365 #| " -r|--remove <package> ... | -a|--pending\n"
5366 #| " -P|--purge <package> ... | -a|--pending\n"
5367 #| " -V|--verify <package> ... Verify the integrity of package(s).\n"
5368 #| " --get-selections [<pattern> ...] Get list of selections to stdout.\n"
5369 #| " --set-selections Set package selections from stdin.\n"
5370 #| " --clear-selections Deselect every non-essential package.\n"
5371 #| " --update-avail [<Packages-file>] Replace available packages info.\n"
5372 #| " --merge-avail [<Packages-file>] Merge with info from file.\n"
5373 #| " --clear-avail Erase existing available info.\n"
5374 #| " --forget-old-unavail Forget uninstalled unavailable pkgs.\n"
5375 #| " -s|--status <package> ... Display package status details.\n"
5376 #| " -p|--print-avail <package> ... Display available version details.\n"
5377 #| " -L|--listfiles <package> ... List files 'owned' by package(s).\n"
5378 #| " -l|--list [<pattern> ...] List packages concisely.\n"
5379 #| " -S|--search <pattern> ... Find package(s) owning file(s).\n"
5380 #| " -C|--audit [<package> ...] Check for broken package(s).\n"
5381 #| " --yet-to-unpack Print packages selected for "
5382 #| "installation.\n"
5383 #| " --predep-package Print pre-dependencies to unpack.\n"
5384 #| " --add-architecture <arch> Add <arch> to the list of "
5385 #| "architectures.\n"
5386 #| " --remove-architecture <arch> Remove <arch> from the list of "
5387 #| "architectures.\n"
5388 #| " --print-architecture Print dpkg architecture.\n"
5389 #| " --print-foreign-architectures Print allowed foreign architectures.\n"
5390 #| " --assert-<feature> Assert support for the specified "
5392 #| " --validate-<thing> <string> Validate a <thing>'s <string>.\n"
5393 #| " --compare-versions <a> <op> <b> Compare version numbers - see below.\n"
5394 #| " --force-help Show help on forcing.\n"
5395 #| " -Dh|--debug=help Show help on debugging.\n"
5399 " -i|--install <.deb file name>... | -R|--recursive <directory>...\n"
5400 " --unpack <.deb file name>... | -R|--recursive <directory>...\n"
5401 " -A|--record-avail <.deb file name>... | -R|--recursive <directory>...\n"
5402 " --configure <package>... | -a|--pending\n"
5403 " --triggers-only <package>... | -a|--pending\n"
5404 " -r|--remove <package>... | -a|--pending\n"
5405 " -P|--purge <package>... | -a|--pending\n"
5406 " -V|--verify [<package>...] Verify the integrity of package(s).\n"
5407 " --get-selections [<pattern>...] Get list of selections to stdout.\n"
5408 " --set-selections Set package selections from stdin.\n"
5409 " --clear-selections Deselect every non-essential package.\n"
5410 " --update-avail [<Packages-file>] Replace available packages info.\n"
5411 " --merge-avail [<Packages-file>] Merge with info from file.\n"
5412 " --clear-avail Erase existing available info.\n"
5413 " --forget-old-unavail Forget uninstalled unavailable pkgs.\n"
5414 " -s|--status [<package>...] Display package status details.\n"
5415 " -p|--print-avail [<package>...] Display available version details.\n"
5416 " -L|--listfiles <package>... List files 'owned' by package(s).\n"
5417 " -l|--list [<pattern>...] List packages concisely.\n"
5418 " -S|--search <pattern>... Find package(s) owning file(s).\n"
5419 " -C|--audit [<package>...] Check for broken package(s).\n"
5420 " --yet-to-unpack Print packages selected for "
5422 " --predep-package Print pre-dependencies to unpack.\n"
5423 " --add-architecture <arch> Add <arch> to the list of architectures.\n"
5424 " --remove-architecture <arch> Remove <arch> from the list of "
5426 " --print-architecture Print dpkg architecture.\n"
5427 " --print-foreign-architectures Print allowed foreign architectures.\n"
5428 " --assert-help Show help on assertions.\n"
5429 " --assert-<feature> Assert support for the specified "
5431 " --validate-<thing> <string> Validate a <thing>'s <string>.\n"
5432 " --compare-versions <a> <op> <b> Compare version numbers - see below.\n"
5433 " --force-help Show help on forcing.\n"
5434 " -Dh|--debug=help Show help on debugging.\n"
5438 " -i|--install <.deb 檔> ... | -R|--recursive <目錄> ...\n"
5439 " --unpack <.deb 檔> ... | -R|--recursive <目錄> ...\n"
5440 " -A|--record-avail <.deb 檔> ... | -R|--recursive <目錄> ...\n"
5441 " --configure <套件> ... | -a|--pending\n"
5442 " --triggers-only <套件> ... | -a|--pending\n"
5443 " -r|--remove <套件> ... | -a|--pending\n"
5444 " -P|--purge <套件> ... | -a|--pending\n"
5445 " -V|--verify <package> ... 驗證套件的完整性。\n"
5446 " --get-selections [<表達式> ...] 取得選擇清單並輸出到標準輸出裝置。\n"
5447 " --set-selections 從標準輸入裝置讀入並設定套件選擇清單。\n"
5448 " --clear-selections 取消選擇所有的非必備套件。\n"
5449 " --update-avail <Packages 檔> 取代可用套件資訊。\n"
5450 " --merge-avail <Packages 檔> 自檔案合併可用套件資訊。\n"
5451 " --clear-avail 清除可用套件資訊。\n"
5452 " --forget-old-unavail 清除已移除且無法再安裝的套件。\n"
5453 " -s|--status <套件> ... 顯示套件狀態詳情。\n"
5454 " -p|--print-avail <套件> ... 顯示可用版本詳情。\n"
5455 " -L|--listfiles <套件> ... 列出套件所「擁有」的檔案。\n"
5456 " -l|--list [<表達式> ...] 簡要地列出套件。\n"
5457 " -S|--search <表達式> ... 搜尋擁有該檔案的套件。\n"
5458 " -C|--audit [<套件> ...] 檢查有沒有損毀的套件。\n"
5459 " --yet-to-unpack 印出選取待安裝的套件。\n"
5460 " --predep-package 印出解包需要的預先依賴軟體。\n"
5461 " --add-architecture <硬體平台> 把 <硬體平台> 加到硬體平台清單中。\n"
5462 " --remove-architecture <硬體平台> 由硬體平台清單移除 <硬體平台>。\n"
5463 " --print-architecture 顯示 dpkg 的硬體平台。\n"
5464 " --print-foreign-architectures 顯示可用的異質硬體平台。\n"
5465 " --assert-<特色> 假定(Assert)指定特色的支援。\n"
5466 " --validate-<thing> <string> 驗證 <thing> 的 <string>。\n"
5467 " --compare-versions <a> <op> <b> 比較版本 - 請參閱下文。\n"
5468 " --force-help 顯示強制選項的說明。\n"
5469 " -Dh|--debug=help 顯示偵錯模式的說明。\n"
5475 "Validatable things: pkgname, archname, trigname, version.\n"
5482 #| "Use dpkg -b|--build|-c|--contents|-e|--control|-I|--info|-f|--field|\n"
5483 #| " -x|--extract|-X|--vextract|--fsys-tarfile on archives (type %s --"
5487 "Use dpkg with -b, --build, -c, --contents, -e, --control, -I, --info,\n"
5488 " -f, --field, -x, --extract, -X, --vextract, --ctrl-tarfile, --fsys-"
5490 "on archives (type %s --help).\n"
5493 "使用 dpkg -b|--build|-c|--contents|-e|--control|-I|--info|-f|--field|\n"
5494 " -x|--extract|-X|--vextract|--fsys-tarfile 於套件檔上(鍵入 %s --help)。\n"
5501 #| " --admindir=<directory> Use <directory> instead of %s.\n"
5502 #| " --root=<directory> Install on a different root directory.\n"
5503 #| " --instdir=<directory> Change installation dir without changing "
5505 #| " --path-exclude=<pattern> Do not install paths which match a shell "
5507 #| " --path-include=<pattern> Re-include a pattern after a previous "
5509 #| " -O|--selected-only Skip packages not selected for install/"
5511 #| " -E|--skip-same-version Skip packages whose same version is "
5513 #| " -G|--refuse-downgrade Skip packages with earlier version than "
5515 #| " -B|--auto-deconfigure Install even if it would break some other "
5517 #| " --[no-]triggers Skip or force consequential trigger "
5519 #| " --verify-format=<format> Verify output format (supported: 'rpm').\n"
5520 #| " --no-debsig Do not try to verify package signatures.\n"
5521 #| " --no-act|--dry-run|--simulate\n"
5522 #| " Just say what we would do - don't do it.\n"
5523 #| " -D|--debug=<octal> Enable debugging (see -Dhelp or --"
5525 #| " --status-fd <n> Send status change updates to file "
5526 #| "descriptor <n>.\n"
5527 #| " --status-logger=<command> Send status change updates to <command>'s "
5529 #| " --log=<filename> Log status changes and actions to "
5531 #| " --ignore-depends=<package>,...\n"
5532 #| " Ignore dependencies involving <package>.\n"
5533 #| " --force-... Override problems (see --force-help).\n"
5534 #| " --no-force-...|--refuse-...\n"
5535 #| " Stop when problems encountered.\n"
5536 #| " --abort-after <n> Abort after encountering <n> errors.\n"
5540 " --admindir=<directory> Use <directory> instead of %s.\n"
5541 " --root=<directory> Install on a different root directory.\n"
5542 " --instdir=<directory> Change installation dir without changing admin "
5544 " --pre-invoke=<command> Set a pre-invoke hook.\n"
5545 " --post-invoke=<command> Set a post-invoke hook.\n"
5546 " --path-exclude=<pattern> Do not install paths which match a shell "
5548 " --path-include=<pattern> Re-include a pattern after a previous "
5550 " -O|--selected-only Skip packages not selected for install/"
5552 " -E|--skip-same-version Skip packages with same installed version/"
5554 " -G|--refuse-downgrade Skip packages with earlier version than "
5556 " -B|--auto-deconfigure Install even if it would break some other "
5558 " --[no-]triggers Skip or force consequential trigger "
5560 " --verify-format=<format> Verify output format (supported: 'rpm').\n"
5561 " --no-pager Disables the use of any pager.\n"
5562 " --no-debsig Do not try to verify package signatures.\n"
5563 " --no-act|--dry-run|--simulate\n"
5564 " Just say what we would do - don't do it.\n"
5565 " -D|--debug=<octal> Enable debugging (see -Dhelp or --debug=help).\n"
5566 " --status-fd <n> Send status change updates to file descriptor "
5568 " --status-logger=<command> Send status change updates to <command>'s "
5570 " --log=<filename> Log status changes and actions to <filename>.\n"
5571 " --ignore-depends=<package>[,...]\n"
5572 " Ignore dependencies involving <package>.\n"
5573 " --force-<thing>[,...] Override problems (see --force-help).\n"
5574 " --no-force-<thing>[,...] Stop when problems encountered.\n"
5575 " --refuse-<thing>[,...] Ditto.\n"
5576 " --abort-after <n> Abort after encountering <n> errors.\n"
5577 " --robot Use machine-readable output on some commands.\n"
5581 " --admindir=<目錄> 使用 <目錄> 代替 %s。\n"
5582 " --root=<目錄> 安裝在另一個根目錄。\n"
5583 " --instdir=<目錄> 不變更 admin dir 的前提下變更安裝目錄。\n"
5584 " --path-exclude=<表達式> 不安裝符合 shell 表達式路徑的項目。\n"
5585 " --path-include=<表達式> 前項選項排除後,再加上符合表達式式樣的項目。\n"
5586 " -O|--selected-only 略過未選擇為要安裝/升級的套件。\n"
5587 " -E|--skip-same-version 略過已安裝相同版本的套件。\n"
5588 " -G|--refuse-downgrade 略過比已安裝版本舊的套件。\n"
5589 " -B|--auto-deconfigure 即使會損毀其它套件也要安裝。\n"
5590 " --[no-]triggers 略過或強制執行接下來的觸發程式。\n"
5591 " --no-debsig 不試著去驗証套件簽章。\n"
5592 " --no-act|--dry-run|--simulate\n"
5593 " 只顯示接下來的動作 - 不實際執行。\n"
5594 " -D|--debug=<八進制數字> 啟用除錯(參閱 -Dhelp 或 --debug=help)。\n"
5595 " --status-fd <n> 傳送狀態異動至檔案描述元(file descriptor) "
5597 " --status-logger=<指令> 傳送狀態異動至 <命令> 的標準輸入。\n"
5598 " --log=<檔名> 記錄狀態異動及動作至 <檔名>。\n"
5599 " --ignore-depends=<套件>,...\n"
5600 " 忽略跟 <套件> 有關的軟體相依關係問題。\n"
5601 " --force-... 覆載指定問題(參閱 --force-help)。\n"
5602 " --no-force-...|--refuse-...\n"
5604 " --abort-after <n> 碰到 <n> 個錯誤後中止。\n"
5610 "Comparison operators for --compare-versions are:\n"
5611 " lt le eq ne ge gt (treat empty version as earlier than any "
5613 " lt-nl le-nl ge-nl gt-nl (treat empty version as later than any version);\n"
5614 " < << <= = >= >> > (only for compatibility with control file "
5618 "--compare-versions 的比較運算子:\n"
5619 " lt le eq ne ge gt (無版號時,視為最舊版);\n"
5620 " lt-nl le-nl ge-nl gt-nl (無版號時,視為最新版);\n"
5621 " < << <= = >= >> > (相容於控制檔的語法專用)。\n"
5626 msgid "Use 'apt' or 'aptitude' for user-friendly package management.\n"
5627 msgstr "使用 `dselect' 或 `aptitude' 等介面親和的套件管理程式。\n"
5631 "Type dpkg --help for help about installing and deinstalling packages [*];\n"
5632 "Use 'apt' or 'aptitude' for user-friendly package management;\n"
5633 "Type dpkg -Dhelp for a list of dpkg debug flag values;\n"
5634 "Type dpkg --force-help for a list of forcing options;\n"
5635 "Type dpkg-deb --help for help about manipulating *.deb files;\n"
5637 "Options marked [*] produce a lot of output - pipe it through 'less' or "
5640 "輸入 dpkg --help 以參閱安裝和移除套件的說明 [*];\n"
5641 "使用 `apt' 或 `aptitude',用友善的界面管理套件;\n"
5642 "輸入 dpkg -Dhelp 以取得 dpkg 除錯旗標值的清單;\n"
5643 "輸入 dpkg --force-help 以取得強制選項的清單;\n"
5644 "輸入 dpkg-deb --help,以取得操作 *.deb 檔的說明;\n"
5646 "標示有 [*] 的選項會輸出大量文字 - 將其重導向至 less 或 more!"
5649 msgid "Generally helpful progress information"
5653 msgid "Invocation and status of maintainer scripts"
5654 msgstr "維護者程式的執行及狀態"
5657 msgid "Output for each file processed"
5661 msgid "Lots of output for each file processed"
5662 msgstr "詳細顯示每個處理的檔案"
5665 msgid "Output for each configuration file"
5669 msgid "Lots of output for each configuration file"
5673 msgid "Dependencies and conflicts"
5677 msgid "Lots of dependencies/conflicts output"
5678 msgstr "詳細顯示相依和衝突關係"
5681 msgid "Trigger activation and processing"
5685 msgid "Lots of output regarding triggers"
5686 msgstr "詳細顯示觸發程式相關訊息"
5689 msgid "Silly amounts of output regarding triggers"
5690 msgstr "超詳細顯示觸發程式相關訊息"
5693 msgid "Lots of drivel about eg the dpkg/info directory"
5694 msgstr "大量的瑣碎細節,如 dpkg/info 目錄"
5697 msgid "Insane amounts of drivel"
5703 "%s debugging option, --debug=<octal> or -D<octal>:\n"
5705 " Number Ref. in source Description\n"
5707 "%s 偵錯選項,--debug=<八進位數> 或 -D<八進位數>:\n"
5715 "Debugging options can be mixed using bitwise-or.\n"
5716 "Note that the meanings and values are subject to change.\n"
5719 "偵錯選項可以用位元 or 組合。\n"
5724 msgid "--%s requires a positive octal argument"
5725 msgstr "--%s 需要正的八進位參數"
5729 #| msgid "unknown option '%s'"
5730 msgid "unknown verify output format '%s'"
5735 msgid "null package name in --%s comma-separated list '%.250s'"
5736 msgstr "在 --%s 的逗號分隔清單 '%.250s' 中,有空的套件名稱"
5740 msgid "error executing hook '%s', exit code %d"
5741 msgstr "無法執行觸發指令 '%s',結束狀態碼 %d"
5744 msgid "status logger"
5749 msgid "architecture '%s' is illegal: %s"
5750 msgstr "不合法的硬體平台 '%s':%s"
5754 msgid "architecture '%s' is reserved and cannot be added"
5755 msgstr "硬體平台 '%s' 已預留,無法新增"
5759 msgid "cannot remove non-foreign architecture '%s'"
5760 msgstr "無法移除非異質硬體平台 '%s'"
5764 msgid "removing architecture '%s' currently in use by database"
5765 msgstr "移除資料庫正在使用的 '%s' 硬體平台"
5769 msgid "cannot remove architecture '%s' currently in use by the database"
5770 msgstr "無法移除資料庫正在使用的 '%s' 硬體平台"
5774 msgid "couldn't open '%i' for stream"
5775 msgstr "無法開啟 `%i' 讀取資料串流"
5779 #| msgid "unexpected eof before end of line %d"
5780 msgid "unexpected end of file before end of line %d"
5781 msgstr "在第 %d 行結束之前有預期之外的 eof"
5784 msgid "cannot set primary group ID to root"
5787 #: src/main/main.c src/main/script.c
5788 msgid "unable to setenv for subprocesses"
5789 msgstr "無法為子程序設定環境變數"
5791 #: src/main/packages.c
5793 "you must specify packages by their own names, not by quoting the names of "
5794 "the files they come in"
5795 msgstr "您必須使用套件本身的名字,而不是直接引用完整的檔名"
5797 #: src/main/packages.c
5799 msgid "--%s --pending does not take any non-option arguments"
5800 msgstr "--%s --pending 不需任何不是選項的參數"
5802 #: src/main/packages.c
5804 #| msgid "--%s needs at least one package name argument"
5805 msgid "--%s (without --pending) needs at least one package name argument"
5806 msgstr "--%s 需要至少一個套件名稱作為參數"
5808 #: src/main/packages.c
5810 msgid "Package %s listed more than once, only processing once.\n"
5811 msgstr "套件 %s 被列出多次,但只會被處理一次。\n"
5813 #: src/main/packages.c
5816 "More than one copy of package %s has been unpacked\n"
5817 " in this run ! Only configuring it once.\n"
5819 "在此次執行中,同時解開了套件 %s 的多個副本!\n"
5822 #: src/main/packages.c
5825 "package %.250s is not ready for trigger processing\n"
5826 " (current status '%.250s' with no pending triggers)"
5828 "套件 %.250s 還無法處理觸發程式\n"
5829 "(目前的狀態為 `%.250s',沒有待處理的觸發程式)"
5831 #: src/main/packages.c
5833 msgid " Package %s which provides %s is to be removed.\n"
5834 msgstr " 提供了 %2$s 的套件 %1$s 即將被移除。\n"
5836 #: src/main/packages.c
5838 msgid " Package %s is to be removed.\n"
5839 msgstr " 即將移除套件 %s。\n"
5841 #: src/main/packages.c
5843 msgid " Version of %s on system, provided by %s, is %s.\n"
5844 msgstr " 「%s」,由「%s」所提供,在系統上的版本為 %s。\n"
5846 #: src/main/packages.c
5848 msgid " Version of %s on system is %s.\n"
5849 msgstr " %s 在系統上的版本為 %s。\n"
5851 #: src/main/packages.c
5853 msgid " Package %s which provides %s awaits trigger processing.\n"
5854 msgstr " 提供了 %2$s 的套件 %1$s 正要執行觸發程式。\n"
5856 #: src/main/packages.c
5858 msgid " Package %s awaits trigger processing.\n"
5859 msgstr " 套件 %s 正要執行觸發程式。\n"
5861 #: src/main/packages.c
5863 msgid "also configuring '%s' (required by '%s')"
5864 msgstr "同時設定 '%s'(應 '%s' 要求)"
5866 #: src/main/packages.c
5868 msgid " Package %s which provides %s is not configured yet.\n"
5869 msgstr " 提供了 %2$s 的套件 %1$s 尚未設定。\n"
5871 #: src/main/packages.c
5873 msgid " Package %s is not configured yet.\n"
5874 msgstr " %s 套件尚未設定。\n"
5876 #: src/main/packages.c
5878 msgid " Package %s which provides %s is not installed.\n"
5879 msgstr " 未曾安裝提供了 %2$s 的套件 %1$s。\n"
5881 #: src/main/packages.c
5883 msgid " Package %s is not installed.\n"
5884 msgstr " 套件 %s 未安裝。\n"
5886 #: src/main/packages.c
5888 msgid " %s (%s) breaks %s and is %s.\n"
5889 msgstr " %s(%s)損毀了 %s,且已 %s。\n"
5891 #: src/main/packages.c
5893 msgid " %s (%s) provides %s.\n"
5894 msgstr " %s(%s)提供了 %s。\n"
5896 #: src/main/packages.c
5898 msgid " Version of %s to be configured is %s.\n"
5899 msgstr " %s 要設定的版本是 %s。\n"
5901 #: src/main/packages.c
5902 msgid " depends on "
5905 #: src/main/packages.c
5906 msgid "; however:\n"
5909 #: src/main/remove.c
5911 msgid "ignoring request to remove %.250s which isn't installed"
5912 msgstr "忽略移除 %.250s 的要求,它並未安裝"
5914 #: src/main/remove.c
5917 "ignoring request to remove %.250s, only the config\n"
5918 " files of which are on the system; use --purge to remove them too"
5920 "忽略移除 %.250s 的要求,它在系統中只剩設定檔。\n"
5921 " 請用 --purge 一併刪除設定檔"
5923 #: src/main/remove.c
5925 #| msgid "This is an essential package - it should not be removed."
5926 msgid "this is an essential package; it should not be removed"
5927 msgstr "這是一個基本套件 - 不應當把它移除。"
5929 #: src/main/remove.c
5931 #| msgid "This is an essential package - it should not be removed."
5932 msgid "this is a protected package; it should not be removed"
5933 msgstr "這是一個基本套件 - 不應當把它移除。"
5935 #: src/main/remove.c
5938 "dependency problems prevent removal of %s:\n"
5941 "由於相依上的問題,不能移除 %s:\n"
5944 #: src/main/remove.c
5945 msgid "dependency problems - not removing"
5946 msgstr "相依問題 - 不會移除"
5948 #: src/main/remove.c
5951 "%s: dependency problems, but removing anyway as you requested:\n"
5954 "%s:發生相依上的問題,但還是應您要求強制移除:\n"
5957 #: src/main/remove.c
5960 #| "Package is in a very bad inconsistent state - you should\n"
5961 #| " reinstall it before attempting a removal."
5963 "package is in a very bad inconsistent state; you should\n"
5964 " reinstall it before attempting a removal"
5965 msgstr "套件狀態非常混亂 - 要移除前最好先重新安裝。"
5967 #: src/main/remove.c
5969 #| msgid "Would remove or purge %s ...\n"
5970 msgid "Would remove or purge %s (%s) ...\n"
5971 msgstr "將要移除或清除 %s ...\n"
5973 #: src/main/remove.c
5975 msgid "Removing %s (%s) ...\n"
5976 msgstr "正在移除 %s (%s)……\n"
5978 #: src/main/remove.c src/main/unpack.c
5980 msgid "unable to delete control info file '%.250s'"
5981 msgstr "無法刪除控制資訊檔 `%.250s'"
5983 #: src/main/remove.c
5986 "while removing %.250s, unable to remove directory '%.250s': %s - directory "
5987 "may be a mount point?"
5988 msgstr "移除 %.250s 時,無法刪除目錄 '%.250s':%s - 它是掛載點嗎?"
5990 #: src/main/remove.c
5992 msgid "unable to securely remove '%.250s'"
5993 msgstr "無法安全刪除 '%.255s'"
5995 #: src/main/remove.c
5997 msgid "while removing %.250s, directory '%.250s' not empty so not removed"
5998 msgstr "移除 %.250s 時,目錄 '%.250s' 不是空的,不會刪除"
6000 #: src/main/remove.c
6002 msgid "Purging configuration files for %s (%s) ...\n"
6003 msgstr "正在清除 %s (%s) 的設定檔……\n"
6005 #: src/main/remove.c
6007 msgid "cannot remove old config file '%.250s' (= '%.250s')"
6008 msgstr "無法刪除原有的設定檔 `%.250s' (= `%.250s' )"
6010 #: src/main/remove.c
6012 #| msgid "cannot read config file dir `%.250s' (from `%.250s')"
6013 msgid "cannot read config file directory '%.250s' (from '%.250s')"
6014 msgstr "無法讀取設定檔目錄 `%.250s'(從 `%.250s')"
6016 #: src/main/remove.c
6018 msgid "cannot remove old backup config file '%.250s' (of '%.250s')"
6019 msgstr "無法刪除原有的設定檔備份 `%.250s'(`%.250s' 的)"
6021 #: src/main/remove.c
6022 msgid "cannot remove old files list"
6023 msgstr "無法刪除原有的檔案列表"
6025 #: src/main/remove.c
6026 msgid "can't remove old postrm script"
6027 msgstr "無法刪除原有的 postrm script"
6029 #: src/main/script.c
6031 msgid "unable to set execute permissions on '%.250s'"
6032 msgstr "無法設定 `%.250s' 的執行權限"
6034 #: src/main/script.c
6035 msgid "admindir must be inside instdir for dpkg to work properly"
6036 msgstr "為使 dpkg 正常執行, admindir 須在 instdir 下"
6038 #: src/main/script.c
6040 "not enough privileges to change root directory with --force-not-root, "
6041 "consider using --force-script-chrootless?"
6044 #: src/main/script.c
6046 msgid "failed to chroot to '%.250s'"
6047 msgstr "無法 chroot 至 `%.250s'"
6049 #: src/main/script.c
6050 msgid "unable to setenv for maintainer script"
6051 msgstr "無法為維護者程式設定環境變數"
6053 #: src/main/script.c
6055 #| msgid "unable to setenv for maintainer script"
6056 msgid "cannot set security execution context for maintainer script"
6057 msgstr "無法為維護者程式設定環境變數"
6059 #: src/main/script.c
6061 #| msgid "installed %s script"
6062 msgid "installed %s package %s script"
6063 msgstr "已安裝的 %s script"
6065 #: src/main/script.c
6067 msgid "unable to stat %s '%.250s'"
6068 msgstr "無法取得 %s `%.250s' 的檔案資訊"
6070 #: src/main/script.c
6072 #| msgid "new %s script"
6073 msgid "new %s package %s script"
6074 msgstr "新的 %s script"
6076 #: src/main/script.c
6078 #| msgid "old %s script"
6079 msgid "old %s package %s script"
6080 msgstr "原先的 %s script"
6082 #: src/main/script.c
6084 msgid "unable to stat %s '%.250s': %s"
6085 msgstr "無法取得 %s '%.250s' 的檔案資訊:%s"
6087 #: src/main/script.c
6088 msgid "trying script from the new package instead ..."
6089 msgstr "試著改用新套件的 script ..."
6091 #: src/main/script.c
6092 msgid "there is no script in the new version of the package - giving up"
6093 msgstr "新版本的套件裡沒有 script - 放棄執行"
6095 #: src/main/script.c
6096 msgid "... it looks like that went OK"
6099 #: src/main/select.c
6101 #| msgid "unexpected end of line in package name at line %d"
6102 msgid "unexpected end of file in package name at line %d"
6103 msgstr "在第 %d 行的套件名稱中意外地發現此行結束"
6105 #: src/main/select.c
6107 msgid "unexpected end of line in package name at line %d"
6108 msgstr "在第 %d 行的套件名稱中意外地發現此行結束"
6110 #: src/main/select.c
6112 #| msgid "unexpected end of line after package name at line %d"
6113 msgid "unexpected end of file after package name at line %d"
6114 msgstr "在第 %d 行的套件名後意外地發現此行結束"
6116 #: src/main/select.c
6118 msgid "unexpected end of line after package name at line %d"
6119 msgstr "在第 %d 行的套件名後意外地發現此行結束"
6121 #: src/main/select.c
6123 msgid "unexpected data after package and selection at line %d"
6124 msgstr "在第 %d 行的套件及選擇項目之後有預期之外的資料"
6126 #: src/main/select.c
6128 msgid "illegal package name at line %d: %.250s"
6129 msgstr "在第 %d 行有非法的套件名稱:%.250s"
6131 #: src/main/select.c
6133 #| msgid "package not in database at line %d: %.250s"
6134 msgid "package not in status nor available database at line %d: %.250s"
6135 msgstr "在第 %d 行的套件不在資料庫中:%.250s"
6137 #: src/main/select.c
6139 msgid "unknown wanted status at line %d: %.250s"
6140 msgstr "在第 %d 行所得到的狀態不明:%.250s"
6142 #: src/main/select.c
6143 msgid "read error on standard input"
6144 msgstr "從標準輸入讀取資料時發生錯誤"
6146 #: src/main/select.c
6148 "found unknown packages; this might mean the available database\n"
6149 "is outdated, and needs to be updated through a frontend method;\n"
6150 "please see the FAQ <https://wiki.debian.org/Teams/Dpkg/FAQ#set-selections>"
6153 #: src/main/trigproc.c
6155 "cycle found while processing triggers:\n"
6156 " chain of packages whose triggers are or may be responsible:"
6161 #: src/main/trigproc.c
6165 " packages' pending triggers which are or may be unresolvable:\n"
6168 " 套件尚待執行的觸發程式可能無法解決:\n"
6170 #: src/main/trigproc.c
6171 msgid "triggers looping, abandoned"
6172 msgstr "觸發程式陷入迴圈,已放棄執行"
6174 #: src/main/trigproc.c
6177 #| "dependency problems prevent configuration of %s:\n"
6180 "dependency problems prevent processing triggers for %s:\n"
6186 #: src/main/trigproc.c
6188 #| msgid "dependency problems - leaving unconfigured"
6189 msgid "dependency problems - leaving triggers unprocessed"
6190 msgstr "相依問題 - 保留未設定"
6192 #: src/main/trigproc.c
6195 "%s: dependency problems, but processing triggers anyway as you requested:\n"
6198 "%s:存在軟體依賴關係問題,但還是應您的要求處理觸發程式:\n"
6201 #: src/main/trigproc.c
6203 msgid "Processing triggers for %s (%s) ...\n"
6204 msgstr "執行 %s (%s) 的觸發程式……\n"
6206 #: src/main/unpack.c
6211 #: src/main/unpack.c
6213 msgid "error ensuring '%.250s' doesn't exist"
6214 msgstr "在確保檔案 `%.250s' 是否存在時發生錯誤"
6216 #: src/main/unpack.c
6217 msgid "split package reassembly"
6220 #: src/main/unpack.c
6221 msgid "reassembled package file"
6224 #: src/main/unpack.c
6226 msgid "subprocess %s returned error exit status %d"
6227 msgstr "子程序 %s 傳回了錯誤退出狀態 %d"
6229 #: src/main/unpack.c
6231 msgid "Authenticating %s ...\n"
6232 msgstr "驗証 %s ...\n"
6234 #: src/main/unpack.c
6235 msgid "package signature verification"
6238 #: src/main/unpack.c
6240 msgid "verification on package %s failed!"
6241 msgstr "套件 %s 沒有通過驗証!"
6243 #: src/main/unpack.c
6246 "verification on package %s failed; but installing anyway as you requested"
6247 msgstr "套件 %s 未通過驗証,但還是應您的要求強制安裝"
6249 #: src/main/unpack.c
6254 #: src/main/unpack.c
6257 "regarding %s containing %s, pre-dependency problem:\n"
6260 "包含 %2$s 的 %1$s 中的預先相依問題:\n"
6263 #: src/main/unpack.c
6265 msgid "pre-dependency problem - not installing %.250s"
6266 msgstr "預先相依問題 - 不會安裝 %.250s"
6268 #: src/main/unpack.c
6269 msgid "ignoring pre-dependency problem!"
6272 #: src/main/unpack.c
6274 msgid "De-configuring %s (%s), to allow removal of %s (%s) ...\n"
6275 msgstr "正在解除設定 %s (%s),以便移除 %s (%s)……\n"
6277 #: src/main/unpack.c
6279 #| msgid "De-configuring %s (%s), to allow removal of %s (%s) ...\n"
6280 msgid "De-configuring %s (%s), to allow installation of %s (%s) ...\n"
6281 msgstr "正在解除設定 %s (%s),以便移除 %s (%s)……\n"
6283 #: src/main/unpack.c
6285 #| msgid "De-configuring %s (%s), to allow removal of %s (%s) ...\n"
6286 msgid "De-configuring %s (%s), to allow configuration of %s (%s) ...\n"
6287 msgstr "正在解除設定 %s (%s),以便移除 %s (%s)……\n"
6289 #: src/main/unpack.c
6291 #| msgid "statoverride file contains empty line"
6292 msgid "conffile file contains an empty line"
6293 msgstr "statoverride 檔有空行"
6295 #: src/main/unpack.c utils/update-alternatives.c
6297 msgid "read error in %.250s"
6298 msgstr "在 %.250s 中發生讀取錯誤"
6300 #: src/main/unpack.c
6302 msgid "error closing %.250s"
6303 msgstr "在關閉 %.250s 時發生錯誤"
6305 #: src/main/unpack.c
6307 msgid "old version of package has overly-long info file name starting '%.250s'"
6308 msgstr "舊版套件中包含檔名太長的資訊檔,開頭為 `%.250s'"
6310 #: src/main/unpack.c
6312 msgid "unable to remove obsolete info file '%.250s'"
6313 msgstr "無法移除作廢的資訊檔 `%.250s'"
6315 #: src/main/unpack.c
6317 msgid "unable to install (supposed) new info file '%.250s'"
6318 msgstr "無法安裝(應該是)新的資訊檔 `%.250s'"
6320 #: src/main/unpack.c
6321 msgid "unable to open temp control directory"
6322 msgstr "無法開啟暫時的控制目錄"
6324 #: src/main/unpack.c
6326 msgid "package contains overly-long control info file name (starting '%.50s')"
6327 msgstr "套件包含了檔名太長的控制資訊檔(其開頭為 `%.250s')"
6329 #: src/main/unpack.c
6331 msgid "package control info contained directory '%.250s'"
6332 msgstr "套件的控制資訊中包含了目錄 `%.250s'"
6334 #: src/main/unpack.c
6336 msgid "package control info rmdir of '%.250s' didn't say not a dir"
6337 msgstr "套件控制資訊中刪除目錄 '%.250s',但沒有說這不是目錄"
6339 #: src/main/unpack.c
6341 msgid "package %s contained list as info file"
6342 msgstr "套件 %s 包含作為資訊檔的清單"
6344 #: src/main/unpack.c
6346 msgid "unable to install new info file '%.250s' as '%.250s'"
6347 msgstr "無法把新的資訊檔 `%.250s' 安裝為 `%.250s'"
6349 #: src/main/unpack.c
6351 #| msgid "Removing %s (%s) ...\n"
6352 msgid "Removing obsolete conffile %s ...\n"
6353 msgstr "正在移除 %s (%s)……\n"
6355 #: src/main/unpack.c
6357 msgid "Obsolete conffile '%s' has been modified by you.\n"
6360 #: src/main/unpack.c
6362 #| msgid "Removing %s (%s) ...\n"
6363 msgid "Saving as %s ...\n"
6364 msgstr "正在移除 %s (%s)……\n"
6366 #: src/main/unpack.c
6368 #| msgid "cannot append ar member file (%s) to '%s': %s"
6369 msgid "%s: cannot rename obsolete conffile '%s' to '%s': %s"
6370 msgstr "無法在壓縮檔 '%2$s' 中加上檔案 (%1$s):%3$s"
6372 #: src/main/unpack.c
6374 msgid "could not stat old file '%.250s' so not deleting it: %s"
6375 msgstr "無法取得舊檔 '%.250s' 的檔案資訊,所以不會刪除:%s"
6377 #: src/main/unpack.c
6379 msgid "unable to delete old directory '%.250s': %s"
6380 msgstr "無法刪除舊目錄 '%.250s':%s"
6382 #: src/main/unpack.c
6384 msgid "old conffile '%.250s' was an empty directory (and has now been deleted)"
6385 msgstr "舊的 conffile '%.250s' 是空目錄(現已刪除)"
6387 #: src/main/unpack.c
6389 msgid "unable to stat other new file '%.250s'"
6390 msgstr "無法取得其它新檔 `%.250s' 的檔案資訊"
6392 #: src/main/unpack.c
6395 "old file '%.250s' is the same as several new files! (both '%.250s' and "
6397 msgstr "舊檔 '%.250s' 與幾個新檔案相同!('%.250s' 和 '%.250s')"
6399 #: src/main/unpack.c
6401 msgid "unable to securely remove old file '%.250s': %s"
6402 msgstr "無法安全刪除舊檔 '%.250s':%s"
6404 #: src/main/unpack.c
6406 msgid "(Noting disappearance of %s, which has been completely replaced.)\n"
6407 msgstr "(注意到 %s 已經不復存在,它已被完全取代了。)\n"
6409 #: src/main/unpack.c
6410 msgid "package control information extraction"
6413 #: src/main/unpack.c
6415 msgid "Recorded info about %s from %s.\n"
6416 msgstr "從 %2$s 獲得關於 %1$s 的記錄。\n"
6418 #: src/main/unpack.c
6420 msgid "package architecture (%s) does not match system (%s)"
6421 msgstr "套件的系統平台 (%s) 與本機系統 (%s) 不符"
6423 #: src/main/unpack.c
6425 msgid "Preparing to unpack %s ...\n"
6426 msgstr "正在準備解包 %s……\n"
6428 #: src/main/unpack.c
6430 #| msgid "Unpacking %s (from %s) ...\n"
6431 msgid "Unpacking %s (%s) ...\n"
6432 msgstr "解開 %s(從 %s)...\n"
6434 #: src/main/unpack.c
6436 #| msgid "Unpacking %s (from %s) ...\n"
6437 msgid "Unpacking %s (%s) over (%s) ...\n"
6438 msgstr "解開 %s(從 %s)...\n"
6440 #: src/main/unpack.c
6441 msgid "package filesystem archive extraction"
6442 msgstr "套件檔案系統壓縮檔解壓縮"
6444 #: src/main/unpack.c
6446 #| msgid "corrupted filesystem tarfile - corrupted package archive"
6447 msgid "corrupted filesystem tarfile in package archive"
6448 msgstr "檔案系統 tar 檔已損壞 - 套件壓縮檔毀損"
6450 #: src/main/unpack.c
6452 msgid "cannot zap possible trailing zeros from dpkg-deb: %s"
6453 msgstr "無法由 dpkg-deb 截掉可能的檔尾 0:%s"
6455 #: src/main/unpack.c
6457 #| msgid "De-configuring %s (%s), to allow removal of %s (%s) ...\n"
6458 msgid "Removing %s (%s), to allow configuration of %s (%s) ...\n"
6459 msgstr "正在解除設定 %s (%s),以便移除 %s (%s)……\n"
6461 #: src/main/update.c
6463 msgid "--%s takes at most one Packages-file argument"
6464 msgstr "--%s 需要至多一個 Packages-file 作為引數"
6466 #: src/main/update.c
6468 #| msgid "unable to access dpkg status area for bulk available update"
6469 msgid "unable to access dpkg database directory '%s' for bulk available update"
6470 msgstr "無法存取 dpkg 的狀態庫,以進行批次可用套件更新"
6472 #: src/main/update.c
6474 #| msgid "unable to access dpkg status area for bulk available update"
6476 "required write access to dpkg database directory '%s' for bulk available "
6478 msgstr "無法存取 dpkg 的狀態庫,以進行批次可用套件更新"
6480 #: src/main/update.c
6482 msgid "Replacing available packages info, using %s.\n"
6483 msgstr "用 %s 取代可用套件資訊。\n"
6485 #: src/main/update.c
6487 msgid "Updating available packages info, using %s.\n"
6488 msgstr "用 %s 更新可用套件的資訊。\n"
6490 #: src/main/update.c
6492 msgid "Information about %d package was updated.\n"
6493 msgid_plural "Information about %d packages was updated.\n"
6494 msgstr[0] "更新了 %d 個套件的相關資訊。\n"
6496 #: src/main/update.c
6499 "obsolete '--%s' option; unavailable packages are automatically cleaned up"
6500 msgstr "已作廢的 '--%s' 選項:無法安裝的套件會自動清除"
6502 #: utils/update-alternatives.c
6504 #| msgid "Debian %s version %s.\n"
6505 msgid "%s version %s.\n"
6506 msgstr "Debian %s 版本 %s。\n"
6508 #: utils/update-alternatives.c
6512 " --install <link> <name> <path> <priority>\n"
6513 " [--slave <link> <name> <path>] ...\n"
6514 " add a group of alternatives to the system.\n"
6515 " --remove <name> <path> remove <path> from the <name> group alternative.\n"
6516 " --remove-all <name> remove <name> group from the alternatives "
6518 " --auto <name> switch the master link <name> to automatic mode.\n"
6519 " --display <name> display information about the <name> group.\n"
6520 " --query <name> machine parseable version of --display <name>.\n"
6521 " --list <name> display all targets of the <name> group.\n"
6522 " --get-selections list master alternative names and their status.\n"
6523 " --set-selections read alternative status from standard input.\n"
6524 " --config <name> show alternatives for the <name> group and ask "
6526 " user to select which one to use.\n"
6527 " --set <name> <path> set <path> as alternative for <name>.\n"
6528 " --all call --config on all alternatives.\n"
6532 " --install <連結> <名稱> <路徑> <優先等級>\n"
6533 " [--slave <連結> <名稱> <路徑>] ...\n"
6535 " --remove <名稱> <路徑> 從 <名稱> 替換群組中移除 <路徑>。\n"
6536 " --remove-all <名稱> 由替換系統裡移除 <名稱> 群組。\n"
6537 " --auto <名稱> 將 <名稱> 主要連結切換為自動模式。\n"
6538 " --display <名稱> 顯示 <名稱> 群組的資訊。\n"
6539 " --query <名稱> --display <名稱> 供程式讀取的輸出版本\n"
6540 " --list <名稱> 顯示所有 <名稱> 群組指向的程式。\n"
6541 " --get-selections 列出主要替換名稱及狀態。\n"
6542 " --set-selections 由標準輸入讀取替換狀態。\n"
6543 " --config <名稱> 顯示 <名稱> 群組的替換指令,\n"
6545 " --set <名稱> <路徑> 將 <路徑> 加入 <名稱> 可替換指令。\n"
6546 " --all 在所有的可替換指令上呼叫 --config。\n"
6549 #: utils/update-alternatives.c
6552 "<link> is the symlink pointing to %s/<name>.\n"
6553 " (e.g. /usr/bin/pager)\n"
6554 "<name> is the master name for this link group.\n"
6556 "<path> is the location of one of the alternative target files.\n"
6557 " (e.g. /usr/bin/less)\n"
6558 "<priority> is an integer; options with higher numbers have higher priority "
6560 " automatic mode.\n"
6563 "<連結> 是指向 %s/<名稱> 的符號連結。\n"
6564 "(例如 /usr/bin/pager)\n"
6565 "<名稱> 是這個連結群組的主要名稱。\n"
6567 "<路徑> 是某個可替換指令所指向的檔案位置。\n"
6568 "(例如 /usr/bin/less)\n"
6569 "<優先等級> 是整數,在自動模式下,數字越高越優先。\n"
6572 #: utils/update-alternatives.c
6576 #| " --altdir <directory> change the alternatives directory.\n"
6577 #| " --admindir <directory> change the administrative directory.\n"
6578 #| " --log <file> change the log file.\n"
6579 #| " --force allow replacing files with alternative links.\n"
6580 #| " --skip-auto skip prompt for alternatives correctly "
6582 #| " in automatic mode (relevant for --config "
6584 #| " --verbose verbose operation, more output.\n"
6585 #| " --quiet quiet operation, minimal output.\n"
6586 #| " --help show this help message.\n"
6587 #| " --version show the version.\n"
6590 " --altdir <directory> change the alternatives directory\n"
6591 " (default is %s).\n"
6592 " --admindir <directory> change the administrative directory\n"
6593 " (default is %s).\n"
6594 " --instdir <directory> change the installation directory.\n"
6595 " --root <directory> change the filesystem root directory.\n"
6596 " --log <file> change the log file.\n"
6597 " --force allow replacing files with alternative links.\n"
6598 " --skip-auto skip prompt for alternatives correctly "
6600 " in automatic mode (relevant for --config only)\n"
6601 " --quiet quiet operation, minimal output.\n"
6602 " --verbose verbose operation, more output.\n"
6603 " --debug debug output, way more output.\n"
6604 " --help show this help message.\n"
6605 " --version show the version.\n"
6608 " --altdir <目錄> 變更替換檔設定目錄。\n"
6609 " --admindir <目錄> 變更管理目錄\n"
6610 " --log <檔案> 變更記錄檔。\n"
6611 " --force 允許以替換連結取代檔案。\n"
6612 " --skip-auto 若替換檔處於自動模式,則不再詢問。\n"
6613 " (只和 --config 有關)\n"
6614 " --verbose 詳盡的操作過程,會輸出更多的資訊。\n"
6615 " --quiet 安靜模式,儘量不顯示訊息。\n"
6616 " --help 顯示這個說明訊息。\n"
6617 " --version 顯示版本資訊。\n"
6619 #: utils/update-alternatives.c
6621 msgid "Use '%s --help' for program usage information."
6622 msgstr "請用「%s --help」命令以參閱程式使用相關資訊。"
6624 #: utils/update-alternatives.c
6626 msgid "malloc failed (%zu bytes)"
6627 msgstr "malloc 失敗(%zu 位元組)"
6629 #: utils/update-alternatives.c
6631 msgid "wait for subprocess %s failed"
6632 msgstr "等待子程序 %s 時失敗"
6634 #: utils/update-alternatives.c
6636 msgid "unable to remove '%s'"
6639 #: utils/update-alternatives.c
6641 #| msgid "cannot open directory '%s'"
6642 msgid "cannot create log directory '%s'"
6643 msgstr "無法開啟「%.255s」目錄"
6645 #: utils/update-alternatives.c
6647 msgid "cannot append to '%s'"
6650 #: utils/update-alternatives.c
6652 #| msgid "cannot open directory '%s'"
6653 msgid "cannot get local time to log into '%s'"
6654 msgstr "無法開啟「%.255s」目錄"
6656 #: utils/update-alternatives.c
6658 #| msgid "unable to read link '%.255s'"
6659 msgid "unable to read link '%s%.255s'"
6660 msgstr "無法讀取符號連結 `%.255s'"
6662 #: utils/update-alternatives.c
6664 #| msgid "unable to create file '%s'"
6665 msgid "unable to get file '%s%s' metadata"
6666 msgstr "無法建立檔案 '%s'"
6668 #: utils/update-alternatives.c
6670 #| msgid "cannot divert file '%s' to itself"
6671 msgid "cannot set symlink '%s' timestamp"
6672 msgstr "無法移轉檔案 '%s' 到自己"
6674 #: utils/update-alternatives.c
6678 #: utils/update-alternatives.c
6682 #: utils/update-alternatives.c
6684 msgid "unexpected end of file while trying to read %s"
6685 msgstr "讀取 %s 時檔案意外結束"
6687 #: utils/update-alternatives.c
6689 msgid "while reading %s: %s"
6692 #: utils/update-alternatives.c
6694 msgid "line not terminated while trying to read %s"
6695 msgstr "讀取 %s 時,行沒有結束"
6697 #: utils/update-alternatives.c
6699 msgid "%s corrupt: %s"
6702 #: utils/update-alternatives.c
6704 msgid "newlines prohibited in update-alternatives files (%s)"
6705 msgstr "在 update-alternatives 檔 (%s) 裡不可有換行符號"
6707 #: utils/update-alternatives.c
6711 #: utils/update-alternatives.c
6713 msgid "duplicate slave name %s"
6714 msgstr "次要項目 %s 名稱重複"
6716 #: utils/update-alternatives.c
6720 #: utils/update-alternatives.c
6722 msgid "slave link same as main link %s"
6723 msgstr "次要項目連結與主連結 %s 相同"
6725 #: utils/update-alternatives.c
6727 msgid "duplicate slave link %s"
6728 msgstr "次要項目 %s 連結重複"
6730 #: utils/update-alternatives.c
6734 #: utils/update-alternatives.c
6736 msgid "duplicate path %s"
6739 #: utils/update-alternatives.c
6742 "alternative %s (part of link group %s) doesn't exist; removing from list of "
6744 msgstr "找不到 %2$s 連結群組的替換項目 %1$s 的替換項目;由替換清單中移除"
6746 #: utils/update-alternatives.c
6750 #: utils/update-alternatives.c
6754 #: utils/update-alternatives.c
6756 msgid "priority of %s: %s"
6759 #: utils/update-alternatives.c
6761 msgid "priority of %s is out of range: %s"
6762 msgstr "%s 的優先權超出範圍:%s"
6764 #: utils/update-alternatives.c
6768 #: utils/update-alternatives.c
6769 msgid "invalid status"
6772 #: utils/update-alternatives.c
6776 #: utils/update-alternatives.c
6778 msgid "discarding obsolete slave link %s (%s)"
6779 msgstr "捨棄作廢的次要項目連結 %s (%s)"
6781 #: utils/update-alternatives.c
6783 #| msgid "cannot scan updates directory '%.255s'"
6784 msgid "cannot create administrative directory '%s'"
6785 msgstr "無法掃描更新目錄 `%.255s'"
6787 #: utils/update-alternatives.c
6789 msgid "unable to flush file '%s'"
6790 msgstr "無法清除檔案 '%s' 的寫入緩衝"
6792 #: utils/update-alternatives.c
6794 #| msgid "cannot stat file '%s'"
6795 msgid "cannot stat file '%s%s'"
6796 msgstr "無法取得檔案 '%s' 的檔案資訊"
6798 #: utils/update-alternatives.c
6800 msgid " link best version is %s"
6801 msgstr " 連結的最佳版本為「%s」"
6803 #: utils/update-alternatives.c
6804 msgid " link best version not available"
6805 msgstr " 連結的最佳版本現不存在"
6807 #: utils/update-alternatives.c
6809 msgid " link currently points to %s"
6812 #: utils/update-alternatives.c
6813 msgid " link currently absent"
6816 #: utils/update-alternatives.c
6818 msgid " link %s is %s"
6819 msgstr " %s 連結現為 %s"
6821 #: utils/update-alternatives.c
6823 msgid " slave %s is %s"
6824 msgstr " %s 從屬連結為 %s"
6826 #: utils/update-alternatives.c
6828 msgid "%s - priority %d"
6829 msgstr "%s - 優先權 %d"
6831 #: utils/update-alternatives.c
6833 msgid " slave %s: %s"
6834 msgstr " 次要項目 %s:%s"
6836 #: utils/update-alternatives.c
6838 msgid "There is %d choice for the alternative %s (providing %s)."
6839 msgid_plural "There are %d choices for the alternative %s (providing %s)."
6840 msgstr[0] "替代項目 %2$s(提供 %3$s)有 %1$d 個選擇。"
6842 #: utils/update-alternatives.c
6846 #: utils/update-alternatives.c
6850 #: utils/update-alternatives.c
6854 #: utils/update-alternatives.c
6858 #: utils/update-alternatives.c
6860 msgid "Press <enter> to keep the current choice[*], or type selection number: "
6861 msgstr "按下 <enter> 鍵以保留目前選項[*],或是輸入選擇編號:"
6863 #: utils/update-alternatives.c
6865 msgid "There is no program which provides %s."
6866 msgstr "沒有程式有提供 %s。"
6868 #: utils/update-alternatives.c
6869 msgid "Nothing to configure."
6872 #: utils/update-alternatives.c
6874 msgid "not replacing %s with a link"
6875 msgstr "不會把 %s 換成連結"
6877 #: utils/update-alternatives.c
6879 #| msgid "cannot scan updates directory '%.255s'"
6880 msgid "cannot create alternatives directory '%s'"
6881 msgstr "無法掃描更新目錄 `%.255s'"
6883 #: utils/update-alternatives.c
6885 msgid "can't install unknown choice %s"
6886 msgstr "無法安裝未知的選項 %s"
6888 #: utils/update-alternatives.c
6891 "skip creation of %s because associated file %s (of link group %s) doesn't "
6893 msgstr "找不到連結群組 %3$s 中相對的檔案 %2$s ,略過 %1$s"
6895 #: utils/update-alternatives.c
6897 msgid "not removing %s since it's not a symlink"
6898 msgstr "%s 不是符號連結,不會刪除"
6900 #: utils/update-alternatives.c
6902 msgid "alternative %s for %s not registered; not removing"
6903 msgstr "%2$s 的替換項目 %1$s 未註冊,不加刪除"
6905 #: utils/update-alternatives.c
6907 msgid "removing manually selected alternative - switching %s to auto mode"
6908 msgstr "移除手選的替代項目 - 將 %s 切為自動模式"
6910 #: utils/update-alternatives.c
6912 msgid "alternative %s for %s not registered; not setting"
6913 msgstr "%2$s 的替換項目 %1$s 沒有註冊,無可設定"
6915 #: utils/update-alternatives.c
6917 #| msgid "There is no program which provides %s."
6918 msgid "there is no program which provides %s"
6919 msgstr "沒有程式有提供 %s。"
6921 #: utils/update-alternatives.c
6923 #| msgid "%s/%s is dangling; it will be updated with best choice"
6924 msgid "%s%s/%s is dangling; it will be updated with best choice"
6925 msgstr "%s/%s 懸空,改指向最佳選項"
6927 #: utils/update-alternatives.c
6930 #| "%s/%s has been changed (manually or by a script); switching to manual "
6933 "%s%s/%s has been changed (manually or by a script); switching to manual "
6935 msgstr "%s/%s 已異動(手動或 script 修改)。切換為僅手動更新"
6937 #: utils/update-alternatives.c
6939 msgid "setting up automatic selection of %s"
6940 msgstr "設定 %s 的自動選擇"
6942 #: utils/update-alternatives.c
6944 #| msgid "renaming %s slave link from %s to %s"
6945 msgid "renaming %s slave link from %s%s to %s%s"
6946 msgstr "%s 的次要連結,由 %s 重新命名為 %s"
6948 #: utils/update-alternatives.c
6950 #| msgid "renaming %s link from %s to %s"
6951 msgid "renaming %s link from %s%s to %s%s"
6952 msgstr "%s 的連結,由 %s 重新命名為 %s"
6954 #: utils/update-alternatives.c
6956 msgid "automatic updates of %s/%s are disabled; leaving it alone"
6957 msgstr "%s/%s 的自動更新已停用,不做異動"
6959 #: utils/update-alternatives.c
6961 msgid "to return to automatic updates use '%s --auto %s'"
6962 msgstr "若要回復成自動更新,請執行 '%s --auto %s'"
6964 #: utils/update-alternatives.c
6966 msgid "using %s to provide %s (%s) in auto mode"
6967 msgstr "在自動模式下以 %1$s 來提供 %2$s (%3$s)"
6969 #: utils/update-alternatives.c
6971 msgid "using %s to provide %s (%s) in manual mode"
6972 msgstr "在手動模式下以 %1$s 來提供 %2$s (%3$s)"
6974 #: utils/update-alternatives.c
6976 msgid "updating alternative %s because link group %s has changed slave links"
6977 msgstr "因為 %2$s 連結群組變更了從屬連結故正在更新 %1$s 替代方案"
6979 #: utils/update-alternatives.c
6982 "forcing reinstallation of alternative %s because link group %s is broken"
6983 msgstr "連結群組 %2$s 損壞,強制重新安裝替換項目 %1$s"
6985 #: utils/update-alternatives.c
6987 msgid "current alternative %s is unknown, switching to %s for link group %s"
6988 msgstr "%1$s 的替換項目不明,切換為 %3$s 連結群組的 %2$s"
6990 #: utils/update-alternatives.c
6992 msgid "selecting alternative %s as auto"
6995 #: utils/update-alternatives.c
6997 #| msgid "no alternatives for %s"
6998 msgid "selecting alternative %s as choice %s"
7001 #: utils/update-alternatives.c
7003 #| msgid "Alternative %s unchanged because choice %s is not available."
7004 msgid "alternative %s unchanged because choice %s is not available"
7005 msgstr "選項 %s 不能用,替代項目 %s 不變。"
7007 #: utils/update-alternatives.c
7009 #| msgid "Skip unknown alternative %s."
7010 msgid "skip unknown alternative %s"
7011 msgstr "略過未知的替代項目 %s。"
7013 #: utils/update-alternatives.c
7015 msgid "line too long or not terminated while trying to read %s"
7016 msgstr "讀取 %s 時,行太長或沒有結束"
7018 #: utils/update-alternatives.c
7020 #| msgid "Skip invalid line: %s"
7021 msgid "skip invalid selection line: %s"
7024 #: utils/update-alternatives.c
7026 msgid "alternative name (%s) must not contain '/' and spaces"
7027 msgstr "替換名稱 (%s) 不可包含 '/' 及空白"
7029 #: utils/update-alternatives.c
7031 msgid "alternative link is not absolute as it should be: %s"
7032 msgstr "替換連結路徑不是絕對路徑,應為絕對路徑:%s"
7034 #: utils/update-alternatives.c
7036 msgid "alternative path is not absolute as it should be: %s"
7037 msgstr "替換項目路徑不是絕對路徑,應為絕對路徑:%s"
7039 #: utils/update-alternatives.c
7041 msgid "alternative %s can't be master: it is a slave of %s"
7042 msgstr "替換項目 %s 是 %s 的次要項目,無法設為主項目"
7044 #: utils/update-alternatives.c
7046 msgid "alternative link %s is already managed by %s"
7047 msgstr "替換項目 %s 已由 %s 管理"
7049 #: utils/update-alternatives.c
7051 #| msgid "alternative path %s doesn't exist"
7052 msgid "alternative path %s%s doesn't exist"
7055 #: utils/update-alternatives.c
7057 msgid "alternative %s can't be slave of %s: it is a master alternative"
7058 msgstr "替換項目 %s 不可以是 %s 的子項目:它是主要替換項目"
7060 #: utils/update-alternatives.c
7062 msgid "alternative %s can't be slave of %s: it is a slave of %s"
7063 msgstr "替換項目 %1$s 是 %3$s 的次要項目,無法設為 %2$s 的次要項目"
7065 #: utils/update-alternatives.c
7067 msgid "alternative link %s is already managed by %s (slave of %s)"
7068 msgstr "替換項目 %1$s 已由 %3$s 的次要項目 %2$s 管理"
7070 #: utils/update-alternatives.c
7072 msgid "two commands specified: --%s and --%s"
7073 msgstr "指定了兩個指令:--%s 以及 --%s"
7075 #: utils/update-alternatives.c
7077 msgid "unknown argument '%s'"
7080 #: utils/update-alternatives.c
7082 #| msgid "--install needs <link> <name> <path> <priority>"
7083 msgid "--%s needs <link> <name> <path> <priority>"
7084 msgstr "--install 要有 <連結> <名稱> <路徑> <優先權>"
7086 #: utils/update-alternatives.c
7088 msgid "<link> '%s' is the same as <path>"
7091 #: utils/update-alternatives.c
7093 #| msgid "priority must be an integer"
7094 msgid "priority '%s' must be an integer"
7097 #: utils/update-alternatives.c
7099 #| msgid "priority is out of range"
7100 msgid "priority '%s' is out of range"
7103 #: utils/update-alternatives.c
7105 msgid "--%s needs <name> <path>"
7106 msgstr "--%s 要有 <名稱> <路徑>"
7108 #: utils/update-alternatives.c
7110 msgid "--%s needs <name>"
7111 msgstr "--%s 要有 <名稱>"
7113 #: utils/update-alternatives.c
7115 #| msgid "--slave only allowed with --install"
7116 msgid "--%s only allowed with --%s"
7117 msgstr "--slave 只能搭配 --install 使用"
7119 #: utils/update-alternatives.c
7121 #| msgid "--slave needs <link> <name> <path>"
7122 msgid "--%s needs <link> <name> <path>"
7123 msgstr "--slave 要有 <連結> <名稱> <路徑>"
7125 #: utils/update-alternatives.c
7127 #| msgid "name %s is both primary and slave"
7128 msgid "<name> '%s' is both primary and slave"
7129 msgstr "名稱 %s 同時是主要及次要"
7131 #: utils/update-alternatives.c
7133 #| msgid "link %s is both primary and slave"
7134 msgid "<link> '%s' is both primary and slave"
7135 msgstr "連結 %s 同時是主要及次要"
7137 #: utils/update-alternatives.c
7139 #| msgid "duplicate slave name %s"
7140 msgid "duplicate slave <name> '%s'"
7141 msgstr "次要項目 %s 名稱重複"
7143 #: utils/update-alternatives.c
7145 #| msgid "duplicate slave link %s"
7146 msgid "duplicate slave <link> '%s'"
7147 msgstr "次要項目 %s 連結重複"
7149 #: utils/update-alternatives.c
7151 msgid "--%s needs a <file> argument"
7152 msgstr "--%s 需要 <檔案> 參數"
7154 #: utils/update-alternatives.c
7157 "need --%s, --%s, --%s, --%s, --%s, --%s, --%s, --%s, --%s, --%s, --%s or --%s"
7160 #: utils/update-alternatives.c
7162 msgid "no alternatives for %s"
7165 #: utils/update-alternatives.c
7166 msgid "<standard input>"
7169 #: utils/update-alternatives.polkit.in
7170 msgid "Run update-alternatives to modify system alternative selections"
7173 #: utils/update-alternatives.polkit.in
7174 msgid "Authentication is required to run update-alternatives"
7178 #~ msgid "There is only one alternative in link group %s (providing %s): %s"
7179 #~ msgstr "替換群組 %s(提供 %s)只有一個替換項目:%s"
7181 #~ msgid "<link> and <path> can't be the same"
7182 #~ msgstr "<連結> 和 <路徑> 不可相同"
7185 #~ msgid "removal of %.250s"
7186 #~ msgstr "%.250s 的移除作業"
7189 #~ msgid "installation of %.250s"
7190 #~ msgstr "%.250s 的安裝作業"
7193 #~ msgid "dpkg not recorded as installed, cannot check for %s support!\n"
7194 #~ msgstr "記錄中未安裝 dpkg,無法檢查是否支援 %s !\n"
7197 #~ msgstr "epoch 時間"
7199 #~ msgid "multi-arch"
7204 #~| "Assertable features: support-predepends, working-epoch, long-filenames,\n"
7205 #~| " multi-conrep, multi-arch, versioned-provides.\n"
7208 #~ "Assertable features: support-predepends, working-epoch, long-filenames,\n"
7209 #~ " multi-conrep, multi-arch, versioned-provides, protected-field.\n"
7212 #~ "可假定的特色(assertable features):support-predepends、working-epoch、"
7213 #~ "long-filenames、multi-conrep、multi-arch、versioned-provides。\n"
7217 #~ msgid "De-configuring %s (%s) ...\n"
7218 #~ msgstr "正在解除設定 %s (%s)……\n"
7221 #~ "need --display, --query, --list, --get-selections, --config, --set, --set-"
7222 #~ "selections, --install, --remove, --all, --remove-all or --auto"
7224 #~ "要加上 --display、--query、--list、--get-selections、--config、--set、--"
7225 #~ "set-selections、--install、--remove、--all、--remove-all 或 --auto"
7227 #~ msgid "unable to set ownership of triggers state directory '%.250s'"
7228 #~ msgstr "無法設定觸發程式狀態目錄 `%.250s' 的所有權"
7230 #~ msgid "unable to open lock file %s for testing"
7231 #~ msgstr "無法開啟鎖定檔 %s 測試"
7234 #~| msgid "syntax error: unknown user '%s' in statoverride file"
7235 #~ msgid "unknown user '%s' in statoverride file"
7236 #~ msgstr "語法錯誤:statoverride 的使用者 '%s' 不明"
7239 #~| msgid "syntax error: unknown group '%s' in statoverride file"
7240 #~ msgid "unknown group '%s' in statoverride file"
7241 #~ msgstr "語法錯誤:statoverride 檔中未知的 '%s' 群組"
7243 #~ msgid "%s is missing"
7246 #~ msgid "'%.50s' is not allowed for %s"
7247 #~ msgstr "'%.50s' 不可用於 %s"
7249 #~ msgid "junk after %s"
7250 #~ msgstr "在 %s 之後有多餘的資料"
7252 #~ msgid "invalid package name (%.250s)"
7253 #~ msgstr "無效的套件名稱 (%.250s)"
7255 #~ msgid "yes/no in boolean field"
7256 #~ msgstr "boolean 欄位的 yes/no"
7258 #~ msgid "'%s' field, reference to '%.255s': error in version"
7259 #~ msgstr "'%s' 欄位,參照 '%.255s':版本號有誤"
7261 #~ msgid "empty value for %s"
7262 #~ msgstr "%s 的值是空的"
7264 #~ msgid "package has status triggers-awaited but no triggers awaited"
7265 #~ msgstr "套件的狀態為 triggers-awaited 但並沒有觸發程式正要執行"
7267 #~ msgid "package has status triggers-pending but no triggers pending"
7268 #~ msgstr "套件的狀態為 triggers-pending 但並沒有觸發程式尚待執行"
7270 #~ msgid "bulk available update requires write access to dpkg status area"
7271 #~ msgstr "要進行批次可用套件更新,需在 dpkg 狀態庫有寫入權限"
7273 #~ msgid "error reading dpkg-deb tar output"
7274 #~ msgstr "在讀取 dpkg-deb 輸出的 tar 檔時發生錯誤"
7277 #~| msgid "unable to open files list file for package `%.250s'"
7278 #~ msgid "cannot open control file '%s' for package '%s'"
7279 #~ msgstr "無法開啟套件 `%.250s' 的檔案清單"
7282 #~| msgid "unable to stat files list file for package '%.250s'"
7283 #~ msgid "cannot stat control file '%s' for package '%s'"
7284 #~ msgstr "無法取得套件 '%.250s' 檔案清單的檔案資訊"
7287 #~| msgid "files list for package '%.250s' is not a regular file"
7288 #~ msgid "control file '%s' for package '%s' is not a regular file"
7289 #~ msgstr "套件 '%.250s' 的檔案清單,不是普通檔案"
7292 #~| msgid "error closing files list file for package `%.250s'"
7293 #~ msgid "cannot close control file '%s' for package '%s'"
7294 #~ msgstr "關閉套件 `%.250s' 的檔案清單時,發生錯誤"
7296 #~ msgid "unable to open files list file for package '%.250s'"
7297 #~ msgstr "無法開啟套件 `%.250s' 的檔案清單"
7299 #~ msgid "unable to stat files list file for package '%.250s'"
7300 #~ msgstr "無法取得套件 '%.250s' 檔案清單的檔案資訊"
7302 #~ msgid "files list for package '%.250s' is not a regular file"
7303 #~ msgstr "套件 '%.250s' 的檔案清單,不是普通檔案"
7305 #~ msgid "reading files list for package '%.250s'"
7306 #~ msgstr "讀取套件 '%.250s' 的檔案清單"
7308 #~ msgid "failed to chdir to directory after creating it"
7309 #~ msgstr "建立目錄後,無法切換到該目錄"
7312 #~| msgid "control file '%s' does not exist"
7313 #~ msgid "control file '%s' missing value separator"
7314 #~ msgstr "查無控制檔 '%s'"
7316 #~ msgid "unable to fstat part file '%.250s'"
7317 #~ msgstr "無法 fstat 取得分割檔 `%.250s' 的檔案資訊"
7319 #~ msgid "unexpected end of file in %.250s"
7320 #~ msgstr "在 %.250s 中有預期之外的檔案結束符號"
7322 #~ msgid "%s: error: %s\n"
7323 #~ msgstr "%s:錯誤:%s\n"
7325 #~ msgid "%s:%s:%d:%s: internal error: %s\n"
7326 #~ msgstr "%s:%s:%d:%s: 內部錯誤:%s\n"
7328 #~ msgid "%s: warning: %s\n"
7329 #~ msgstr "%s: 警告:%s\n"
7331 #~ msgid "truncated triggers deferred file '%.250s'"
7332 #~ msgstr "被截短的觸發程式延遲檔 `%.250s'"
7334 #~ msgid "find for dpkg --recursive"
7335 #~ msgstr "為 dpkg --recursive 搜尋"
7337 #~ msgid "failed to fdopen find's pipe"
7338 #~ msgstr "無法 fdopen find 的輸出入轉向"
7340 #~ msgid "error reading find's pipe"
7341 #~ msgstr "在讀取 find 的輸出入轉向時發生錯誤"
7343 #~ msgid "error closing find's pipe"
7344 #~ msgstr "在關閉 find 的輸出入轉向時發生錯誤"
7346 #~ msgid "find for --recursive returned unhandled error %i"
7347 #~ msgstr "--recursive 選項所呼叫的 find 返回了未被處理的錯誤 %i"
7349 #~ msgid "unable to stat file name '%.250s'"
7350 #~ msgstr "無法取得 '%.250s' 的檔案資訊"
7352 #~ msgid "compressing control member"
7358 #~ msgid "syntax error: invalid uid in statoverride file"
7359 #~ msgstr "語法錯誤:statoverride 檔的 uid 無效"
7361 #~ msgid "syntax error: invalid gid in statoverride file"
7362 #~ msgstr "語法錯誤:statoverride 的 gid 無效"
7364 #~ msgid "syntax error: invalid mode in statoverride file"
7365 #~ msgstr "語法錯誤:statoverride 檔權限錯誤"
7367 #~ msgid "unknown option `%s'"
7368 #~ msgstr "未知選項 `%s'"
7370 #~ msgid "unexpected eof reading `%.250s'"
7371 #~ msgstr "由 `%.250s' 意外讀到 eof"
7373 #~ msgid "EOF on stdin at conffile prompt"
7374 #~ msgstr "在 conffile 提示輸入時,由 stdin 中讀到了 EOF"
7376 #~ msgid "unexpected eof after package name at line %d"
7377 #~ msgstr "在第 %d 行的套件名稱後有預期之外的 eof"
7379 #~ msgid "failed to chdir to `/' for cleanup"
7380 #~ msgstr "無法 chdir 到 `/' 以清理"
7382 #~ msgid "file name '%.50s...' is too long"
7383 #~ msgstr "檔名 '%.50s...' 太長了"
7385 #~ msgid "'%s' contains user-defined field '%s'"
7386 #~ msgstr "'%s' 包含使用者自訂欄位 '%s'"
7388 #~ msgid "could not open the `control' component"
7389 #~ msgstr "無法開啟 `control' 元件"
7391 #~ msgid "failed during read of `control' component"
7392 #~ msgstr "在讀取 `control' 元件時失敗"
7394 #~ msgid "error closing the '%s' component"
7395 #~ msgstr "關閉 '%s' 元件時發生錯誤"
7397 #~ msgid "name of conffile (starting `%.250s') is too long (>%d characters)"
7398 #~ msgstr "conffile 的檔案名(開頭是 `%.250s')過長(> %d 個字元)"
7400 #~ msgid " (actually `%s')"
7401 #~ msgstr "(實際上是 `%s')"
7403 #~ msgid "value for `config-version' field not allowed in this context"
7404 #~ msgstr "在此不能使用這個 `config-version' 欄位的值"
7406 #~ msgid "error in Config-Version string '%.250s'"
7407 #~ msgstr "Config-Version 字串 '%.250s' 有誤"
7409 #~ msgid "value for `triggers-pending' field not allowed in this context"
7410 #~ msgstr "`triggers-pending' 欄位所設定的值不能用在這個地方"
7412 #~ msgid "value for `triggers-awaited' field not allowed in this context"
7413 #~ msgstr "`triggers-awaited' 欄位所設定的值不能用在這個地方"
7415 #~ msgid "failed to fstat previous diversions file"
7416 #~ msgstr "無法 fstat 取得原有的移轉檔的檔案資訊"
7418 #~ msgid "failed to fstat previous statoverride file"
7419 #~ msgstr "無法 fstat 原有的 statoverride 檔"
7421 #~ msgid "package %s has too many Conflicts/Replaces pairs"
7422 #~ msgstr "套件 %s 有太多的 衝突/替換 組合"
7424 #~ msgid "Unpacking replacement %.250s ...\n"
7425 #~ msgstr "解開替代套件 %.250s ...\n"
7427 #~ msgid "priority is out of range: %s clamped to %ld"
7428 #~ msgstr "優先權超出範圍:由 %s 調整為 %ld"