1# Traditional Chinese translations for bash package.
2# Copyright (C) 2019 Free Software Foundation, Inc.
3# This file is distributed under the same license as the bash package.
4#
5# Zi-You Dai <ioppooster@gmail.com>, 2008.
6# Mingye Wang (Arthur2e5) <arthur200126@hotmail.com>, 2015.
7# Wei-Lun Chao <bluebat@member.fsf.org>, 2015.
8# pan93412 <pan93412@gmail.com>, 2018, 2019.
9msgid ""
10msgstr ""
11"Project-Id-Version: bash 5.0\n"
12"Report-Msgid-Bugs-To: \n"
13"POT-Creation-Date: 2020-11-28 12:51-0500\n"
14"PO-Revision-Date: 2020-01-19 00:50+0800\n"
15"Last-Translator: pan93412 <pan93412@gmail.com>\n"
16"Language-Team: Chinese (traditional) <zh-l10n@lists.linux.org.tw>\n"
17"Language: zh_TW\n"
18"MIME-Version: 1.0\n"
19"Content-Type: text/plain; charset=UTF-8\n"
20"Content-Transfer-Encoding: 8bit\n"
21"X-Bugs: Report translation errors to the Language-Team address.\n"
22"Plural-Forms: nplurals=1; plural=0;\n"
23"X-Generator: Lokalize 19.04.3\n"
24
25#: arrayfunc.c:66
26msgid "bad array subscript"
27msgstr "陣列下標不正確"
28
29#: arrayfunc.c:421 builtins/declare.def:638 variables.c:2274 variables.c:2300
30#: variables.c:3133
31#, c-format
32msgid "%s: removing nameref attribute"
33msgstr "%s:正在移除 nameref 屬性"
34
35#: arrayfunc.c:446 builtins/declare.def:851
36#, c-format
37msgid "%s: cannot convert indexed to associative array"
38msgstr "%s: 無法將索引陣列轉化為關聯陣列"
39
40#: arrayfunc.c:700
41#, c-format
42msgid "%s: invalid associative array key"
43msgstr "%s: 無效的關聯陣列鍵值"
44
45#: arrayfunc.c:702
46#, c-format
47msgid "%s: cannot assign to non-numeric index"
48msgstr "%s: 無法指派為非數字的索引"
49
50#: arrayfunc.c:747
51#, c-format
52msgid "%s: %s: must use subscript when assigning associative array"
53msgstr "%s: %s: 指派為關聯陣列時必須使用下標"
54
55#: bashhist.c:452
56#, c-format
57msgid "%s: cannot create: %s"
58msgstr "%s: 無法建立: %s"
59
60#: bashline.c:4310
61msgid "bash_execute_unix_command: cannot find keymap for command"
62msgstr "bash_execute_unix_command: 無法為指令找到按鍵映射"
63
64#: bashline.c:4459
65#, c-format
66msgid "%s: first non-whitespace character is not `\"'"
67msgstr "%s: 第一個非空字元不是「\"」"
68
69#: bashline.c:4488
70#, c-format
71msgid "no closing `%c' in %s"
72msgstr "%2$s 中沒有閉合的「%1$c」"
73
74#: bashline.c:4519
75#, c-format
76msgid "%s: missing colon separator"
77msgstr "%s: 缺少冒號分隔符"
78
79#: bashline.c:4555
80#, fuzzy, c-format
81msgid "`%s': cannot unbind in command keymap"
82msgstr "「%s」: 無法解除綁定"
83
84#: braces.c:327
85#, c-format
86msgid "brace expansion: cannot allocate memory for %s"
87msgstr "大括號展開:無法為 %s 分配記憶體"
88
89#: braces.c:406
90#, c-format
91msgid "brace expansion: failed to allocate memory for %u elements"
92msgstr "大括號展開:為 %u 個元素分配記憶體失敗"
93
94#: braces.c:451
95#, c-format
96msgid "brace expansion: failed to allocate memory for `%s'"
97msgstr "大括號展開:為「%s」分配記憶體失敗"
98
99#: builtins/alias.def:131 variables.c:1844
100#, c-format
101msgid "`%s': invalid alias name"
102msgstr "「%s」: 無效的別名"
103
104#: builtins/bind.def:122 builtins/bind.def:125
105msgid "line editing not enabled"
106msgstr "未啟用列編輯"
107
108#: builtins/bind.def:212
109#, c-format
110msgid "`%s': invalid keymap name"
111msgstr "「%s」: 無效的按鍵映射名"
112
113#: builtins/bind.def:252
114#, c-format
115msgid "%s: cannot read: %s"
116msgstr "%s:不能讀取:%s"
117
118#: builtins/bind.def:328 builtins/bind.def:358
119#, c-format
120msgid "`%s': unknown function name"
121msgstr "「%s」:不明函數名稱"
122
123#: builtins/bind.def:336
124#, c-format
125msgid "%s is not bound to any keys.\n"
126msgstr "%s 未與任何按鍵綁定。\n"
127
128#: builtins/bind.def:340
129#, c-format
130msgid "%s can be invoked via "
131msgstr "%s 可以被呼叫,藉由"
132
133#: builtins/bind.def:378 builtins/bind.def:395
134#, c-format
135msgid "`%s': cannot unbind"
136msgstr "「%s」: 無法解除綁定"
137
138#: builtins/break.def:77 builtins/break.def:119
139msgid "loop count"
140msgstr "迴圈計數"
141
142#: builtins/break.def:139
143msgid "only meaningful in a `for', `while', or `until' loop"
144msgstr "僅在「for」,「while」, 或者「until」迴圈中有意義"
145
146#: builtins/caller.def:136
147#, fuzzy
148msgid ""
149"Returns the context of the current subroutine call.\n"
150"    \n"
151"    Without EXPR, returns \"$line $filename\".  With EXPR, returns\n"
152"    \"$line $subroutine $filename\"; this extra information can be used to\n"
153"    provide a stack trace.\n"
154"    \n"
155"    The value of EXPR indicates how many call frames to go back before the\n"
156"    current one; the top frame is frame 0."
157msgstr ""
158"回傳目前子呼叫的語境。\n"
159"    \n"
160"    不帶有 EXPR 時,回傳「$line $filename」。帶有 EXPR 時,回傳\n"
161"   「$line $subroutine $filename」;這個額外的資訊可以被用於提供\n"
162"    堆疊追蹤。\n"
163"    \n"
164"    EXPR 的值顯示了到目前呼叫框格需要回去多少個呼叫框格;頂部框格\n"
165"    是第 0 框格。\n"
166"    \n"
167"    退出狀態:\n"
168"    除非 shell 不在執行一個 shell 函數或者 EXPR 無效,否則回傳結\n"
169"    果為 0。"
170
171#: builtins/cd.def:327
172msgid "HOME not set"
173msgstr "未設定 HOME"
174
175#: builtins/cd.def:335 builtins/common.c:161 test.c:901
176msgid "too many arguments"
177msgstr "太多參數"
178
179#: builtins/cd.def:342
180msgid "null directory"
181msgstr "空的目錄"
182
183#: builtins/cd.def:353
184msgid "OLDPWD not set"
185msgstr "未設定 OLDPWD"
186
187#: builtins/common.c:96
188#, c-format
189msgid "line %d: "
190msgstr "第 %d 列:"
191
192#: builtins/common.c:134 error.c:264
193#, c-format
194msgid "warning: "
195msgstr "警告:"
196
197#: builtins/common.c:148
198#, c-format
199msgid "%s: usage: "
200msgstr "%s:用法:"
201
202#: builtins/common.c:193 shell.c:516 shell.c:844
203#, c-format
204msgid "%s: option requires an argument"
205msgstr "%s:選項需要一個參數"
206
207#: builtins/common.c:200
208#, c-format
209msgid "%s: numeric argument required"
210msgstr "%s:需要數字參數"
211
212#: builtins/common.c:207
213#, c-format
214msgid "%s: not found"
215msgstr "%s:沒有找到"
216
217#: builtins/common.c:216 shell.c:857
218#, c-format
219msgid "%s: invalid option"
220msgstr "%s:無效選項"
221
222#: builtins/common.c:223
223#, c-format
224msgid "%s: invalid option name"
225msgstr "%s:無效選項名稱"
226
227#: builtins/common.c:230 execute_cmd.c:2373 general.c:368 general.c:373
228#, c-format
229msgid "`%s': not a valid identifier"
230msgstr "「%s」:不是一個有效的識別符"
231
232#: builtins/common.c:240
233msgid "invalid octal number"
234msgstr "無效的八進位數字"
235
236#: builtins/common.c:242
237msgid "invalid hex number"
238msgstr "無效的十六進位數字"
239
240#: builtins/common.c:244 expr.c:1569
241msgid "invalid number"
242msgstr "無效數字"
243
244#: builtins/common.c:252
245#, c-format
246msgid "%s: invalid signal specification"
247msgstr "%s:無效的訊號規格"
248
249#: builtins/common.c:259
250#, c-format
251msgid "`%s': not a pid or valid job spec"
252msgstr "「%s」:不是一個 pid 或有效的工作規格"
253
254#: builtins/common.c:266 error.c:510
255#, c-format
256msgid "%s: readonly variable"
257msgstr "%s:唯讀的變數"
258
259#: builtins/common.c:274
260#, c-format
261msgid "%s: %s out of range"
262msgstr "%s:%s 超出範圍"
263
264#: builtins/common.c:274 builtins/common.c:276
265msgid "argument"
266msgstr "參數"
267
268#: builtins/common.c:276
269#, c-format
270msgid "%s out of range"
271msgstr "%s 超出範圍"
272
273#: builtins/common.c:284
274#, c-format
275msgid "%s: no such job"
276msgstr "%s:沒有此類工作"
277
278#: builtins/common.c:292
279#, c-format
280msgid "%s: no job control"
281msgstr "%s:沒有工作控制"
282
283#: builtins/common.c:294
284msgid "no job control"
285msgstr "沒有工作控制"
286
287#: builtins/common.c:304
288#, c-format
289msgid "%s: restricted"
290msgstr "%s:受限的"
291
292#: builtins/common.c:306
293msgid "restricted"
294msgstr "受限的"
295
296#: builtins/common.c:314
297#, c-format
298msgid "%s: not a shell builtin"
299msgstr "%s:不是一個內建 shell"
300
301#: builtins/common.c:323
302#, c-format
303msgid "write error: %s"
304msgstr "寫入時發生錯誤:%s"
305
306#: builtins/common.c:331
307#, c-format
308msgid "error setting terminal attributes: %s"
309msgstr "設定終端屬性時發生錯誤: %s"
310
311#: builtins/common.c:333
312#, c-format
313msgid "error getting terminal attributes: %s"
314msgstr "取得終端屬性時發生錯誤: %s"
315
316#: builtins/common.c:635
317#, c-format
318msgid "%s: error retrieving current directory: %s: %s\n"
319msgstr "%s:檢索目前目錄時發生錯誤:%s:%s\n"
320
321#: builtins/common.c:701 builtins/common.c:703
322#, c-format
323msgid "%s: ambiguous job spec"
324msgstr "%s:模稜兩可的工作規格"
325
326#: builtins/common.c:964
327msgid "help not available in this version"
328msgstr "這個版本沒有可用的說明"
329
330#: builtins/common.c:1008 builtins/set.def:953 variables.c:3839
331#, c-format
332msgid "%s: cannot unset: readonly %s"
333msgstr "%s: 無法取消設定: 唯讀 %s"
334
335#: builtins/common.c:1013 builtins/set.def:932 variables.c:3844
336#, c-format
337msgid "%s: cannot unset"
338msgstr "%s: 無法取消設定"
339
340#: builtins/complete.def:287
341#, c-format
342msgid "%s: invalid action name"
343msgstr "%s:無效的功能名稱"
344
345#: builtins/complete.def:486 builtins/complete.def:634
346#: builtins/complete.def:865
347#, c-format
348msgid "%s: no completion specification"
349msgstr "%s:沒有完成的規格"
350
351#: builtins/complete.def:688
352msgid "warning: -F option may not work as you expect"
353msgstr "警告:-F 選項可能無法按預期工作"
354
355#: builtins/complete.def:690
356msgid "warning: -C option may not work as you expect"
357msgstr "警告:-C 選項可能無法按預期工作"
358
359#: builtins/complete.def:838
360msgid "not currently executing completion function"
361msgstr "目前未執行補完功能"
362
363#: builtins/declare.def:134
364msgid "can only be used in a function"
365msgstr "只能用在函數中"
366
367#: builtins/declare.def:363 builtins/declare.def:756
368#, c-format
369msgid "%s: reference variable cannot be an array"
370msgstr "%s: 引用變數不能為陣列"
371
372#: builtins/declare.def:374 variables.c:3385
373#, c-format
374msgid "%s: nameref variable self references not allowed"
375msgstr "%s: 不允許名稱引用變數引用自身"
376
377#: builtins/declare.def:379 variables.c:2104 variables.c:3304 variables.c:3312
378#: variables.c:3382
379#, c-format
380msgid "%s: circular name reference"
381msgstr "%s: 迴圈變數名引用"
382
383#: builtins/declare.def:384 builtins/declare.def:762 builtins/declare.def:773
384#, c-format
385msgid "`%s': invalid variable name for name reference"
386msgstr "「%s」:無效的引用變數名"
387
388#: builtins/declare.def:514
389msgid "cannot use `-f' to make functions"
390msgstr "無法用「-f」產生函數"
391
392#: builtins/declare.def:526 execute_cmd.c:5986
393#, c-format
394msgid "%s: readonly function"
395msgstr "%s:唯讀函數"
396
397#: builtins/declare.def:824
398#, c-format
399msgid "%s: quoted compound array assignment deprecated"
400msgstr "%s:不建議使用引用的複合陣列指定"
401
402#: builtins/declare.def:838
403#, c-format
404msgid "%s: cannot destroy array variables in this way"
405msgstr "%s: 無法以這種方式銷毀陣列變數"
406
407#: builtins/declare.def:845 builtins/read.def:815
408#, c-format
409msgid "%s: cannot convert associative to indexed array"
410msgstr "%s: 無法將關聯陣列轉化為索引陣列"
411
412#: builtins/enable.def:143 builtins/enable.def:151
413msgid "dynamic loading not available"
414msgstr "動態載入不可用"
415
416#: builtins/enable.def:343
417#, c-format
418msgid "cannot open shared object %s: %s"
419msgstr "無法開啟共享物件 %s: %s"
420
421#: builtins/enable.def:371
422#, c-format
423msgid "cannot find %s in shared object %s: %s"
424msgstr "無法在共享物件 %2$s 中找到 %1$s: %3$s"
425
426#: builtins/enable.def:388
427#, fuzzy, c-format
428msgid "%s: dynamic builtin already loaded"
429msgstr "%s: 未以動態方式載入"
430
431#: builtins/enable.def:392
432#, c-format
433msgid "load function for %s returns failure (%d): not loaded"
434msgstr "為 %s 載入函式時回傳錯誤 (%d):尚未載入"
435
436#: builtins/enable.def:517
437#, c-format
438msgid "%s: not dynamically loaded"
439msgstr "%s: 未以動態方式載入"
440
441#: builtins/enable.def:543
442#, c-format
443msgid "%s: cannot delete: %s"
444msgstr "%s: 無法刪除: %s"
445
446#: builtins/evalfile.c:138 builtins/hash.def:185 execute_cmd.c:5818
447#, c-format
448msgid "%s: is a directory"
449msgstr "%s: 是一個目錄"
450
451#: builtins/evalfile.c:144
452#, c-format
453msgid "%s: not a regular file"
454msgstr "%s: 不是一般檔案"
455
456#: builtins/evalfile.c:153
457#, c-format
458msgid "%s: file is too large"
459msgstr "%s: 檔案太大"
460
461#: builtins/evalfile.c:188 builtins/evalfile.c:206 shell.c:1647
462#, c-format
463msgid "%s: cannot execute binary file"
464msgstr "%s: 無法執行二進位檔案"
465
466#: builtins/exec.def:158 builtins/exec.def:160 builtins/exec.def:246
467#, c-format
468msgid "%s: cannot execute: %s"
469msgstr "%s: 無法執行: %s"
470
471#: builtins/exit.def:64
472#, c-format
473msgid "logout\n"
474msgstr "登出\n"
475
476#: builtins/exit.def:89
477msgid "not login shell: use `exit'"
478msgstr "不是登入 shell: 使用「exit」"
479
480#: builtins/exit.def:121
481#, c-format
482msgid "There are stopped jobs.\n"
483msgstr "有停止的工作。\n"
484
485#: builtins/exit.def:123
486#, c-format
487msgid "There are running jobs.\n"
488msgstr "有執行中的工作。\n"
489
490#: builtins/fc.def:275 builtins/fc.def:373 builtins/fc.def:417
491msgid "no command found"
492msgstr "未找到指令"
493
494#: builtins/fc.def:363 builtins/fc.def:368 builtins/fc.def:407
495#: builtins/fc.def:412
496msgid "history specification"
497msgstr "歷史記錄規格"
498
499#: builtins/fc.def:444
500#, c-format
501msgid "%s: cannot open temp file: %s"
502msgstr "%s: 無法開啟暫存檔案: %s"
503
504#: builtins/fg_bg.def:152 builtins/jobs.def:284
505msgid "current"
506msgstr "目前"
507
508#: builtins/fg_bg.def:161
509#, c-format
510msgid "job %d started without job control"
511msgstr "在不帶工作控制的情況下啟動了工作 %d"
512
513#: builtins/getopt.c:110
514#, c-format
515msgid "%s: illegal option -- %c\n"
516msgstr "%s:不合法的選項 ─ %c\n"
517
518#: builtins/getopt.c:111
519#, c-format
520msgid "%s: option requires an argument -- %c\n"
521msgstr "%s: 選項需要一個參數 -- %c\n"
522
523#: builtins/hash.def:91
524msgid "hashing disabled"
525msgstr "已停用雜湊"
526
527#: builtins/hash.def:139
528#, c-format
529msgid "%s: hash table empty\n"
530msgstr "%s: 雜湊表為空\n"
531
532#: builtins/hash.def:267
533#, c-format
534msgid "hits\tcommand\n"
535msgstr "命中\t指令\n"
536
537#: builtins/help.def:133
538msgid "Shell commands matching keyword `"
539msgid_plural "Shell commands matching keywords `"
540msgstr[0] "Shell 指令,符合關鍵字 `"
541
542#: builtins/help.def:135
543msgid ""
544"'\n"
545"\n"
546msgstr ""
547
548#: builtins/help.def:185
549#, c-format
550msgid ""
551"no help topics match `%s'.  Try `help help' or `man -k %s' or `info %s'."
552msgstr ""
553"沒有與「%s」符合的說明主題。嘗試「help help」或「man -k %s」或「info %s」。"
554
555#: builtins/help.def:224
556#, c-format
557msgid "%s: cannot open: %s"
558msgstr "%s: 無法開啟: %s"
559
560#: builtins/help.def:524
561#, c-format
562msgid ""
563"These shell commands are defined internally.  Type `help' to see this list.\n"
564"Type `help name' to find out more about the function `name'.\n"
565"Use `info bash' to find out more about the shell in general.\n"
566"Use `man -k' or `info' to find out more about commands not in this list.\n"
567"\n"
568"A star (*) next to a name means that the command is disabled.\n"
569"\n"
570msgstr ""
571"這些 shell 指令是內部定義的。請輸入「help」以取得一個列表。\n"
572"輸入「help 名稱」以得到有關函數「名稱」的更多資訊。\n"
573"使用「info bash」來獲得關於 shell 的更多一般性資訊。\n"
574"使用「man -k」或「info」來取得不在列表中指令的更多資訊。\n"
575"\n"
576"名稱旁邊的星號(*)表示該指令被停用。\n"
577"\n"
578
579#: builtins/history.def:155
580msgid "cannot use more than one of -anrw"
581msgstr "最多能使用 -anrw 選項之一"
582
583#: builtins/history.def:188 builtins/history.def:198 builtins/history.def:213
584#: builtins/history.def:230 builtins/history.def:242 builtins/history.def:249
585msgid "history position"
586msgstr "歷史記錄位置"
587
588#: builtins/history.def:340
589#, c-format
590msgid "%s: invalid timestamp"
591msgstr "%s:無效時間戳"
592
593#: builtins/history.def:451
594#, c-format
595msgid "%s: history expansion failed"
596msgstr "%s: 歷史記錄擴充套件失敗"
597
598#: builtins/inlib.def:71
599#, c-format
600msgid "%s: inlib failed"
601msgstr "%s: inlib 失敗"
602
603#: builtins/jobs.def:109
604msgid "no other options allowed with `-x'"
605msgstr "其他選項不能與「-x」同時使用"
606
607#: builtins/kill.def:211
608#, c-format
609msgid "%s: arguments must be process or job IDs"
610msgstr "%s: 參數必須是行程或工作 ID"
611
612#: builtins/kill.def:274
613msgid "Unknown error"
614msgstr "未知錯誤"
615
616#: builtins/let.def:97 builtins/let.def:122 expr.c:639 expr.c:657
617msgid "expression expected"
618msgstr "需要表示式"
619
620#: builtins/mapfile.def:178
621#, c-format
622msgid "%s: not an indexed array"
623msgstr "%s: 不是一個索引陣列"
624
625#: builtins/mapfile.def:271 builtins/read.def:308
626#, c-format
627msgid "%s: invalid file descriptor specification"
628msgstr "%s: 無效的檔案描述符規格"
629
630#: builtins/mapfile.def:279 builtins/read.def:315
631#, c-format
632msgid "%d: invalid file descriptor: %s"
633msgstr "%d: 無效的檔案描述符: %s"
634
635#: builtins/mapfile.def:288 builtins/mapfile.def:326
636#, c-format
637msgid "%s: invalid line count"
638msgstr "%s: 無效的列數"
639
640#: builtins/mapfile.def:299
641#, c-format
642msgid "%s: invalid array origin"
643msgstr "%s: 無效的陣列原點"
644
645#: builtins/mapfile.def:316
646#, c-format
647msgid "%s: invalid callback quantum"
648msgstr "%s: 無效的回呼定量"
649
650#: builtins/mapfile.def:349
651msgid "empty array variable name"
652msgstr "空陣列變數名"
653
654#: builtins/mapfile.def:370
655msgid "array variable support required"
656msgstr "需要陣列變數支援"
657
658#: builtins/printf.def:419
659#, c-format
660msgid "`%s': missing format character"
661msgstr "「%s」: 缺少格式字元"
662
663#: builtins/printf.def:474
664#, c-format
665msgid "`%c': invalid time format specification"
666msgstr "「%c」: 無效的時間格式規格"
667
668#: builtins/printf.def:676
669#, c-format
670msgid "`%c': invalid format character"
671msgstr "「%c」: 無效格式字元"
672
673#: builtins/printf.def:702
674#, c-format
675msgid "warning: %s: %s"
676msgstr "警告: %s: %s"
677
678#: builtins/printf.def:788
679#, c-format
680msgid "format parsing problem: %s"
681msgstr "格式解析問題: %s"
682
683#: builtins/printf.def:885
684msgid "missing hex digit for \\x"
685msgstr "使用了 \\x 但缺少十六進位數字"
686
687#: builtins/printf.def:900
688#, c-format
689msgid "missing unicode digit for \\%c"
690msgstr "使用了 \\%c 但缺少萬國碼數字"
691
692#: builtins/pushd.def:199
693msgid "no other directory"
694msgstr "無其他目錄"
695
696#: builtins/pushd.def:360
697#, c-format
698msgid "%s: invalid argument"
699msgstr "%s: 無效參數"
700
701#: builtins/pushd.def:480
702msgid "<no current directory>"
703msgstr "<無目前目錄>"
704
705#: builtins/pushd.def:524
706msgid "directory stack empty"
707msgstr "目錄堆疊為空"
708
709#: builtins/pushd.def:526
710msgid "directory stack index"
711msgstr "目錄堆疊索引"
712
713#: builtins/pushd.def:701
714msgid ""
715"Display the list of currently remembered directories.  Directories\n"
716"    find their way onto the list with the `pushd' command; you can get\n"
717"    back up through the list with the `popd' command.\n"
718"    \n"
719"    Options:\n"
720"      -c\tclear the directory stack by deleting all of the elements\n"
721"      -l\tdo not print tilde-prefixed versions of directories relative\n"
722"    \tto your home directory\n"
723"      -p\tprint the directory stack with one entry per line\n"
724"      -v\tprint the directory stack with one entry per line prefixed\n"
725"    \twith its position in the stack\n"
726"    \n"
727"    Arguments:\n"
728"      +N\tDisplays the Nth entry counting from the left of the list shown "
729"by\n"
730"    \tdirs when invoked without options, starting with zero.\n"
731"    \n"
732"      -N\tDisplays the Nth entry counting from the right of the list shown "
733"by\n"
734"\tdirs when invoked without options, starting with zero."
735msgstr ""
736"顯示目前記住的目錄列表。 目錄\n"
737"    藉由「pushd」指令加入這個列表;您可以\n"
738"    使用「popd」指令對列表進行遍歷。\n"
739"    \n"
740"    選項:\n"
741"      -c\t刪除所有元素以清除目錄堆疊\n"
742"      -l\t不印出與家目錄相關的以波浪號\n"
743"    \t為字首的目錄\n"
744"      -p\t每列一個條目印出目錄堆疊\n"
745"      -v\t以堆疊位置為字首,每列一個條目\n"
746"    \t印出目錄堆疊\n"
747"    \n"
748"    參數:\n"
749"      +N\t以 dirs 不帶選項輸出的順序,從左起第 N 個條目顯示列表,\n"
750"    \t從 0 開始。\n"
751"    \n"
752"      -N\t以 dirs 不帶選項輸出的順序,從右起第 N 個項目顯示列表,\n"
753"\t從 0 開始。"
754
755#: builtins/pushd.def:723
756msgid ""
757"Adds a directory to the top of the directory stack, or rotates\n"
758"    the stack, making the new top of the stack the current working\n"
759"    directory.  With no arguments, exchanges the top two directories.\n"
760"    \n"
761"    Options:\n"
762"      -n\tSuppresses the normal change of directory when adding\n"
763"    \tdirectories to the stack, so only the stack is manipulated.\n"
764"    \n"
765"    Arguments:\n"
766"      +N\tRotates the stack so that the Nth directory (counting\n"
767"    \tfrom the left of the list shown by `dirs', starting with\n"
768"    \tzero) is at the top.\n"
769"    \n"
770"      -N\tRotates the stack so that the Nth directory (counting\n"
771"    \tfrom the right of the list shown by `dirs', starting with\n"
772"    \tzero) is at the top.\n"
773"    \n"
774"      dir\tAdds DIR to the directory stack at the top, making it the\n"
775"    \tnew current working directory.\n"
776"    \n"
777"    The `dirs' builtin displays the directory stack."
778msgstr ""
779"在目錄堆疊頂部加入一個目錄,或者論詢\n"
780"    目錄堆疊,是目前工作目錄成為新的堆疊頂端\n"
781"    不帶參數時,交換堆疊頂端的兩個目錄。\n"
782"    \n"
783"    選項:\n"
784"      -n\t抑制增加堆疊中目錄時通常變更目錄的操作,\n"
785"    \t從而只有堆疊被操作。\n"
786"    \n"
787"    參數:\n"
788"      +N\t輪轉堆疊使得第 N 個目錄(「dirs」的\n"
789"    \t輸出列表中左起,從 0 開始)\n"
790"    \t升至堆疊頂端。\n"
791"    \n"
792"      -N\t輪轉堆疊使得第 N 個目錄(「dirs」的\n"
793"    \t輸出列表中右起,從 0 開始)\n"
794"    \t升至堆疊頂端\n"
795"    \n"
796"      dir\t新增目錄至堆疊頂端,並\n"
797"    \t使其成為新的目前工作目錄。\n"
798"    \n"
799"   「dirs」內建指令顯示目錄堆疊。"
800
801#: builtins/pushd.def:748
802msgid ""
803"Removes entries from the directory stack.  With no arguments, removes\n"
804"    the top directory from the stack, and changes to the new top directory.\n"
805"    \n"
806"    Options:\n"
807"      -n\tSuppresses the normal change of directory when removing\n"
808"    \tdirectories from the stack, so only the stack is manipulated.\n"
809"    \n"
810"    Arguments:\n"
811"      +N\tRemoves the Nth entry counting from the left of the list\n"
812"    \tshown by `dirs', starting with zero.  For example: `popd +0'\n"
813"    \tremoves the first directory, `popd +1' the second.\n"
814"    \n"
815"      -N\tRemoves the Nth entry counting from the right of the list\n"
816"    \tshown by `dirs', starting with zero.  For example: `popd -0'\n"
817"    \tremoves the last directory, `popd -1' the next to last.\n"
818"    \n"
819"    The `dirs' builtin displays the directory stack."
820msgstr ""
821"從目錄堆疊中刪除條目。不帶參數時,刪除\n"
822"    堆疊頂端目錄並變更至新的堆疊頂端目錄。\n"
823"    \n"
824"    選項:\n"
825"      -n\t抑制從堆疊中刪除目錄時通常變更目錄操作,\n"
826"    \t從而只有堆疊被操作。\n"
827"    \n"
828"    參數:\n"
829"      +N\t從「dirs」輸出的列表中,\n"
830"    \t刪除左起第 N 個條目,計數從 0 開始。例如:「popd +0」\n"
831"    \t刪除第一個目錄,「popd +1」刪除第二個。\n"
832"    \n"
833"      -N\t從「dirs」輸出的列表中,\n"
834"    \t刪除右起第 N 個條目,計數從 0 開始,例如:「popd -0」\n"
835"    \t刪除最後一個條目,「popd -1」刪除倒數第二個。\n"
836"    \n"
837"   「dirs」內建變數顯示目錄堆疊。"
838
839#: builtins/read.def:280
840#, c-format
841msgid "%s: invalid timeout specification"
842msgstr "%s: 無效的逾時規格"
843
844#: builtins/read.def:755
845#, c-format
846msgid "read error: %d: %s"
847msgstr "讀取錯誤: %d: %s"
848
849#: builtins/return.def:68
850msgid "can only `return' from a function or sourced script"
851msgstr "只能從函數或者原始指令稿「return」"
852
853#: builtins/set.def:869
854msgid "cannot simultaneously unset a function and a variable"
855msgstr "無法同時取消設定一個函數和一個變數"
856
857#: builtins/set.def:966
858#, c-format
859msgid "%s: not an array variable"
860msgstr "%s: 不是陣列變數"
861
862#: builtins/setattr.def:189
863#, c-format
864msgid "%s: not a function"
865msgstr "%s: 不是函數"
866
867#: builtins/setattr.def:194
868#, c-format
869msgid "%s: cannot export"
870msgstr "%s:無法匯出"
871
872#: builtins/shift.def:72 builtins/shift.def:79
873msgid "shift count"
874msgstr "位移計數"
875
876#: builtins/shopt.def:310
877msgid "cannot set and unset shell options simultaneously"
878msgstr "無法同時設定和取消設定 shell 選項"
879
880#: builtins/shopt.def:428
881#, c-format
882msgid "%s: invalid shell option name"
883msgstr "%s: 無效的 shell 選項名稱"
884
885#: builtins/source.def:128
886msgid "filename argument required"
887msgstr "需要檔名參數"
888
889#: builtins/source.def:154
890#, c-format
891msgid "%s: file not found"
892msgstr "%s: 檔案未找到"
893
894#: builtins/suspend.def:102
895msgid "cannot suspend"
896msgstr "無法暫停"
897
898#: builtins/suspend.def:112
899msgid "cannot suspend a login shell"
900msgstr "無法暫停登入 shell"
901
902#: builtins/type.def:235
903#, c-format
904msgid "%s is aliased to `%s'\n"
905msgstr "%s 是「%s」的別名\n"
906
907#: builtins/type.def:256
908#, c-format
909msgid "%s is a shell keyword\n"
910msgstr "%s 是 shell 關鍵字\n"
911
912#: builtins/type.def:275
913#, c-format
914msgid "%s is a function\n"
915msgstr "%s 是一個函數\n"
916
917#: builtins/type.def:299
918#, c-format
919msgid "%s is a special shell builtin\n"
920msgstr "%s 是特別的 shell 內建物件\n"
921
922#: builtins/type.def:301
923#, c-format
924msgid "%s is a shell builtin\n"
925msgstr "%s 是 shell 內建物件\n"
926
927#: builtins/type.def:323 builtins/type.def:408
928#, c-format
929msgid "%s is %s\n"
930msgstr "%s 是 %s\n"
931
932#: builtins/type.def:343
933#, c-format
934msgid "%s is hashed (%s)\n"
935msgstr "%s 已進行雜湊操作 (%s)\n"
936
937#: builtins/ulimit.def:400
938#, c-format
939msgid "%s: invalid limit argument"
940msgstr "%s: 無效的 limit 參數"
941
942#: builtins/ulimit.def:426
943#, c-format
944msgid "`%c': bad command"
945msgstr "「%c」:不當的指令"
946
947#: builtins/ulimit.def:455
948#, c-format
949msgid "%s: cannot get limit: %s"
950msgstr "%s:不能得到 limit: %s"
951
952#: builtins/ulimit.def:481
953msgid "limit"
954msgstr "limit"
955
956#: builtins/ulimit.def:493 builtins/ulimit.def:793
957#, c-format
958msgid "%s: cannot modify limit: %s"
959msgstr "%s:不能修改 limit: %s"
960
961#: builtins/umask.def:115
962msgid "octal number"
963msgstr "八進位數字"
964
965#: builtins/umask.def:232
966#, c-format
967msgid "`%c': invalid symbolic mode operator"
968msgstr "「%c」: 無效的符號狀態運算子"
969
970#: builtins/umask.def:287
971#, c-format
972msgid "`%c': invalid symbolic mode character"
973msgstr "「%c」: 無效的符號狀態字元"
974
975#: error.c:89 error.c:347 error.c:349 error.c:351
976msgid " line "
977msgstr " 列 "
978
979#: error.c:164
980#, c-format
981msgid "last command: %s\n"
982msgstr "最後的指令:%s\n"
983
984#: error.c:172
985#, c-format
986msgid "Aborting..."
987msgstr "中止…"
988
989#. TRANSLATORS: this is a prefix for informational messages.
990#: error.c:287
991#, c-format
992msgid "INFORM: "
993msgstr "通知:"
994
995#: error.c:462
996msgid "unknown command error"
997msgstr "不明指令錯誤"
998
999#: error.c:463
1000msgid "bad command type"
1001msgstr "不當的指令類型"
1002
1003#: error.c:464
1004msgid "bad connector"
1005msgstr "不當的連接器"
1006
1007#: error.c:465
1008msgid "bad jump"
1009msgstr "錯誤的跳轉"
1010
1011#: error.c:503
1012#, c-format
1013msgid "%s: unbound variable"
1014msgstr "%s: 未綁定的變數"
1015
1016#: eval.c:242
1017msgid "\atimed out waiting for input: auto-logout\n"
1018msgstr "\a 等待輸入逾時:自動登出\n"
1019
1020#: execute_cmd.c:537
1021#, c-format
1022msgid "cannot redirect standard input from /dev/null: %s"
1023msgstr "無法從 /dev/null 重定向標準輸入: %s"
1024
1025#: execute_cmd.c:1297
1026#, c-format
1027msgid "TIMEFORMAT: `%c': invalid format character"
1028msgstr "時間格式:「%c」: 無效的格式字元"
1029
1030#: execute_cmd.c:2362
1031#, c-format
1032msgid "execute_coproc: coproc [%d:%s] still exists"
1033msgstr "execute_coproc:coproc [%d:%s] 仍然存在"
1034
1035#: execute_cmd.c:2486
1036msgid "pipe error"
1037msgstr "管道錯誤"
1038
1039#: execute_cmd.c:4793
1040#, c-format
1041msgid "eval: maximum eval nesting level exceeded (%d)"
1042msgstr "eval:超出最大 eval 巢狀層數 (%d)"
1043
1044#: execute_cmd.c:4805
1045#, c-format
1046msgid "%s: maximum source nesting level exceeded (%d)"
1047msgstr "%s: 超出最大來源巢狀層數 (%d)"
1048
1049#: execute_cmd.c:4913
1050#, c-format
1051msgid "%s: maximum function nesting level exceeded (%d)"
1052msgstr "%s: 超出最大函數巢狀層數 (%d)"
1053
1054#: execute_cmd.c:5467
1055#, c-format
1056msgid "%s: restricted: cannot specify `/' in command names"
1057msgstr "%s: 受限的: 無法在指令名稱中使用「/」"
1058
1059#: execute_cmd.c:5574
1060#, c-format
1061msgid "%s: command not found"
1062msgstr "%s:指令找不到"
1063
1064#: execute_cmd.c:5816
1065#, c-format
1066msgid "%s: %s"
1067msgstr "%s: %s"
1068
1069#: execute_cmd.c:5854
1070#, c-format
1071msgid "%s: %s: bad interpreter"
1072msgstr "%s: %s: 不當的直譯器"
1073
1074#: execute_cmd.c:5891
1075#, c-format
1076msgid "%s: cannot execute binary file: %s"
1077msgstr "%s: 無法執行二進位檔案: %s"
1078
1079#: execute_cmd.c:5977
1080#, c-format
1081msgid "`%s': is a special builtin"
1082msgstr "「%s」: 特殊內建"
1083
1084#: execute_cmd.c:6029
1085#, c-format
1086msgid "cannot duplicate fd %d to fd %d"
1087msgstr "無法複製檔案描述符 %d 到檔案描述符 %d"
1088
1089#: expr.c:263
1090msgid "expression recursion level exceeded"
1091msgstr "表示式遞迴層次超出範圍"
1092
1093#: expr.c:291
1094msgid "recursion stack underflow"
1095msgstr "遞迴堆疊下限溢位"
1096
1097#: expr.c:477
1098msgid "syntax error in expression"
1099msgstr "表示式語法錯誤"
1100
1101#: expr.c:521
1102msgid "attempted assignment to non-variable"
1103msgstr "嘗試指派給非變數"
1104
1105#: expr.c:530
1106msgid "syntax error in variable assignment"
1107msgstr "變數定義語法錯誤"
1108
1109#: expr.c:544 expr.c:911
1110msgid "division by 0"
1111msgstr "除 0"
1112
1113#: expr.c:592
1114msgid "bug: bad expassign token"
1115msgstr "錯誤:不當的表示式字組"
1116
1117#: expr.c:646
1118msgid "`:' expected for conditional expression"
1119msgstr "條件表示式需要「:」"
1120
1121#: expr.c:972
1122msgid "exponent less than 0"
1123msgstr "指數小於 0"
1124
1125#: expr.c:1029
1126msgid "identifier expected after pre-increment or pre-decrement"
1127msgstr "預增符或預減符後應跟有識別符"
1128
1129#: expr.c:1056
1130msgid "missing `)'"
1131msgstr "缺少「)」"
1132
1133#: expr.c:1107 expr.c:1487
1134msgid "syntax error: operand expected"
1135msgstr "語法錯誤: 需要運算元"
1136
1137#: expr.c:1489
1138msgid "syntax error: invalid arithmetic operator"
1139msgstr "語法錯誤: 無效的算術運算子"
1140
1141#: expr.c:1513
1142#, c-format
1143msgid "%s%s%s: %s (error token is \"%s\")"
1144msgstr "%s%s%s: %s (錯誤字組是「%s」)"
1145
1146#: expr.c:1573
1147msgid "invalid arithmetic base"
1148msgstr "無效的算術進位"
1149
1150#: expr.c:1582
1151#, fuzzy
1152msgid "invalid integer constant"
1153msgstr "%s: 無效的列數"
1154
1155#: expr.c:1598
1156msgid "value too great for base"
1157msgstr "數值太大不可為算術進位的基底"
1158
1159#: expr.c:1647
1160#, c-format
1161msgid "%s: expression error\n"
1162msgstr "%s: 表示式錯誤\n"
1163
1164#: general.c:70
1165msgid "getcwd: cannot access parent directories"
1166msgstr "getcwd: 無法存取上層目錄"
1167
1168#: input.c:99 subst.c:6069
1169#, c-format
1170msgid "cannot reset nodelay mode for fd %d"
1171msgstr "無法為檔案描述符 %d 重設無延遲模式"
1172
1173#: input.c:266
1174#, c-format
1175msgid "cannot allocate new file descriptor for bash input from fd %d"
1176msgstr "無法為來自 fd %d 的 bash 輸入分配新的檔案描述符"
1177
1178#: input.c:274
1179#, c-format
1180msgid "save_bash_input: buffer already exists for new fd %d"
1181msgstr "save_bash_input: 已經存在提供給新 fd %d 的緩衝區"
1182
1183#: jobs.c:543
1184msgid "start_pipeline: pgrp pipe"
1185msgstr "start_pipeline: 行程群組管道"
1186
1187#: jobs.c:906
1188#, c-format
1189msgid "bgp_delete: LOOP: psi (%d) == storage[psi].bucket_next"
1190msgstr ""
1191
1192#: jobs.c:959
1193#, c-format
1194msgid "bgp_search: LOOP: psi (%d) == storage[psi].bucket_next"
1195msgstr ""
1196
1197#: jobs.c:1283
1198#, c-format
1199msgid "forked pid %d appears in running job %d"
1200msgstr "產生的行程識別碼 %d 顯示為執行中的工作 %d"
1201
1202#: jobs.c:1402
1203#, c-format
1204msgid "deleting stopped job %d with process group %ld"
1205msgstr "刪除行程群組 %2$ld 中已停止的工作 %1$d"
1206
1207#: jobs.c:1511
1208#, c-format
1209msgid "add_process: pid %5ld (%s) marked as still alive"
1210msgstr "add_process: 行程識別碼 %5ld(%s) 標註為仍活著"
1211
1212#: jobs.c:1850
1213#, c-format
1214msgid "describe_pid: %ld: no such pid"
1215msgstr "describe_pid: %ld: 無此行程識別碼"
1216
1217#: jobs.c:1865
1218#, c-format
1219msgid "Signal %d"
1220msgstr "訊號 %d"
1221
1222#: jobs.c:1879 jobs.c:1905
1223msgid "Done"
1224msgstr "已完成"
1225
1226#: jobs.c:1884 siglist.c:122
1227msgid "Stopped"
1228msgstr "停止"
1229
1230#: jobs.c:1888
1231#, c-format
1232msgid "Stopped(%s)"
1233msgstr "已停止(%s)"
1234
1235#: jobs.c:1892
1236msgid "Running"
1237msgstr "執行中"
1238
1239#: jobs.c:1909
1240#, c-format
1241msgid "Done(%d)"
1242msgstr "已完成(%d)"
1243
1244#: jobs.c:1911
1245#, c-format
1246msgid "Exit %d"
1247msgstr "退出 %d"
1248
1249#: jobs.c:1914
1250msgid "Unknown status"
1251msgstr "不明狀態"
1252
1253#: jobs.c:2001
1254#, c-format
1255msgid "(core dumped) "
1256msgstr "(核心已傾印)"
1257
1258#: jobs.c:2020
1259#, c-format
1260msgid "  (wd: %s)"
1261msgstr "  (工作目錄: %s)"
1262
1263#: jobs.c:2259
1264#, c-format
1265msgid "child setpgid (%ld to %ld)"
1266msgstr "子行程 setpgid (%ld 到 %ld)"
1267
1268#: jobs.c:2617 nojobs.c:664
1269#, c-format
1270msgid "wait: pid %ld is not a child of this shell"
1271msgstr "wait: 行程識別碼 %ld 不是目前 shell 的子行程"
1272
1273#: jobs.c:2893
1274#, c-format
1275msgid "wait_for: No record of process %ld"
1276msgstr "wiat_for: 沒有行程 %ld 的紀錄"
1277
1278#: jobs.c:3236
1279#, c-format
1280msgid "wait_for_job: job %d is stopped"
1281msgstr "wait_for_job: 工作 %d 已停止"
1282
1283#: jobs.c:3564
1284#, fuzzy, c-format
1285msgid "%s: no current jobs"
1286msgstr "%s:沒有此類工作"
1287
1288#: jobs.c:3571
1289#, c-format
1290msgid "%s: job has terminated"
1291msgstr "%s: 工作已經終止"
1292
1293#: jobs.c:3580
1294#, c-format
1295msgid "%s: job %d already in background"
1296msgstr "%s: 工作 %d 已在背景執行"
1297
1298#: jobs.c:3806
1299msgid "waitchld: turning on WNOHANG to avoid indefinite block"
1300msgstr "waitchld: 開啟 WNOHANG 以避免無限阻塞"
1301
1302#: jobs.c:4320
1303#, c-format
1304msgid "%s: line %d: "
1305msgstr "%s: 第 %d 列:"
1306
1307#: jobs.c:4334 nojobs.c:919
1308#, c-format
1309msgid " (core dumped)"
1310msgstr " (核心已傾印)"
1311
1312#: jobs.c:4346 jobs.c:4359
1313#, c-format
1314msgid "(wd now: %s)\n"
1315msgstr "(目前工作目錄:%s)\n"
1316
1317#: jobs.c:4391
1318msgid "initialize_job_control: getpgrp failed"
1319msgstr "initialize_job_control: getpgrp 失敗"
1320
1321#: jobs.c:4447
1322msgid "initialize_job_control: no job control in background"
1323msgstr "initialize_job_control:背景中沒有工作控制"
1324
1325#: jobs.c:4463
1326msgid "initialize_job_control: line discipline"
1327msgstr "initialize_job_control: 列規律"
1328
1329#: jobs.c:4473
1330msgid "initialize_job_control: setpgid"
1331msgstr "initialize_job_control: setpgid"
1332
1333#: jobs.c:4494 jobs.c:4503
1334#, c-format
1335msgid "cannot set terminal process group (%d)"
1336msgstr "無法設定終端行程群組(%d)"
1337
1338#: jobs.c:4508
1339msgid "no job control in this shell"
1340msgstr "此 shell 中無工作控制"
1341
1342#: lib/malloc/malloc.c:353
1343#, c-format
1344msgid "malloc: failed assertion: %s\n"
1345msgstr "malloc: 主張失敗: %s\n"
1346
1347#: lib/malloc/malloc.c:369
1348#, c-format
1349msgid ""
1350"\r\n"
1351"malloc: %s:%d: assertion botched\r\n"
1352msgstr ""
1353"\r\n"
1354"malloc: %s:%d: 主張已修補\r\n"
1355
1356#: lib/malloc/malloc.c:370 lib/malloc/malloc.c:933
1357msgid "unknown"
1358msgstr "不明"
1359
1360#: lib/malloc/malloc.c:882
1361msgid "malloc: block on free list clobbered"
1362msgstr "malloc: 空閒串列中的區塊損壞"
1363
1364#: lib/malloc/malloc.c:972
1365msgid "free: called with already freed block argument"
1366msgstr "free: 用已經釋放的區塊做為呼叫參數"
1367
1368#: lib/malloc/malloc.c:975
1369msgid "free: called with unallocated block argument"
1370msgstr "free: 用未分配的區塊做為呼叫參數"
1371
1372#: lib/malloc/malloc.c:994
1373msgid "free: underflow detected; mh_nbytes out of range"
1374msgstr "free: 檢測到下限溢位;mh_nbytes 超出範圍"
1375
1376#: lib/malloc/malloc.c:1001
1377#, fuzzy
1378msgid "free: underflow detected; magic8 corrupted"
1379msgstr "free: 檢測到下限溢位;mh_nbytes 超出範圍"
1380
1381#: lib/malloc/malloc.c:1009
1382msgid "free: start and end chunk sizes differ"
1383msgstr "free: 啟始和末尾區塊大小不一致"
1384
1385#: lib/malloc/malloc.c:1119
1386msgid "realloc: called with unallocated block argument"
1387msgstr "realloc: 用未分配的區塊做為呼叫參數"
1388
1389#: lib/malloc/malloc.c:1134
1390msgid "realloc: underflow detected; mh_nbytes out of range"
1391msgstr "realloc: 檢測到下限溢位;mh_nbytes 超出範圍"
1392
1393#: lib/malloc/malloc.c:1141
1394#, fuzzy
1395msgid "realloc: underflow detected; magic8 corrupted"
1396msgstr "realloc: 檢測到下限溢位;mh_nbytes 超出範圍"
1397
1398#: lib/malloc/malloc.c:1150
1399msgid "realloc: start and end chunk sizes differ"
1400msgstr "realloc: 啟始和末尾區塊大小不一致"
1401
1402#: lib/malloc/table.c:191
1403#, c-format
1404msgid "register_alloc: alloc table is full with FIND_ALLOC?\n"
1405msgstr "register_alloc: 分配表已經充滿了 FIND_ALLOC?\n"
1406
1407#: lib/malloc/table.c:200
1408#, c-format
1409msgid "register_alloc: %p already in table as allocated?\n"
1410msgstr "register_alloc: %p 在表中顯示為已分配?\n"
1411
1412#: lib/malloc/table.c:253
1413#, c-format
1414msgid "register_free: %p already in table as free?\n"
1415msgstr "register_free: %p 在表中顯示為已釋放?\n"
1416
1417#: lib/sh/fmtulong.c:102
1418msgid "invalid base"
1419msgstr "無效的基底"
1420
1421#: lib/sh/netopen.c:168
1422#, c-format
1423msgid "%s: host unknown"
1424msgstr "%s:不明的主機"
1425
1426#: lib/sh/netopen.c:175
1427#, c-format
1428msgid "%s: invalid service"
1429msgstr "%s:無效服務"
1430
1431#: lib/sh/netopen.c:306
1432#, c-format
1433msgid "%s: bad network path specification"
1434msgstr "%s:不當的網路路徑規格"
1435
1436#: lib/sh/netopen.c:347
1437msgid "network operations not supported"
1438msgstr "不支援網路操作"
1439
1440#: locale.c:217
1441#, c-format
1442msgid "setlocale: LC_ALL: cannot change locale (%s)"
1443msgstr "setlocale: LC_ALL: 無法變更語區選項 (%s)"
1444
1445#: locale.c:219
1446#, c-format
1447msgid "setlocale: LC_ALL: cannot change locale (%s): %s"
1448msgstr "setlocale: LC_ALL: 無法變更語區選項 (%s): %s"
1449
1450#: locale.c:292
1451#, c-format
1452msgid "setlocale: %s: cannot change locale (%s)"
1453msgstr "setlocale: %s: 無法變更語區選項 (%s)"
1454
1455#: locale.c:294
1456#, c-format
1457msgid "setlocale: %s: cannot change locale (%s): %s"
1458msgstr "setlocale: %s: 無法變更語區選項 (%s): %s"
1459
1460#: mailcheck.c:439
1461msgid "You have mail in $_"
1462msgstr "您有郵件在 $_"
1463
1464#: mailcheck.c:464
1465msgid "You have new mail in $_"
1466msgstr "您有新郵件在 $_"
1467
1468#: mailcheck.c:480
1469#, c-format
1470msgid "The mail in %s has been read\n"
1471msgstr "郵件在 %s 已閱讀\n"
1472
1473#: make_cmd.c:317
1474msgid "syntax error: arithmetic expression required"
1475msgstr "語法錯誤:需要算式"
1476
1477#: make_cmd.c:319
1478msgid "syntax error: `;' unexpected"
1479msgstr "語法錯誤:「;」意外"
1480
1481#: make_cmd.c:320
1482#, c-format
1483msgid "syntax error: `((%s))'"
1484msgstr "語法錯誤:「((%s))」"
1485
1486#: make_cmd.c:572
1487#, c-format
1488msgid "make_here_document: bad instruction type %d"
1489msgstr "make_here_document:不當的指示類型 %d"
1490
1491#: make_cmd.c:657
1492#, c-format
1493msgid "here-document at line %d delimited by end-of-file (wanted `%s')"
1494msgstr "立即檔案在第 %d 列被檔案結束符分隔 (需要「%s」)"
1495
1496#: make_cmd.c:756
1497#, c-format
1498msgid "make_redirection: redirection instruction `%d' out of range"
1499msgstr "make_redirection:重新導向指示「%d」超出範圍"
1500
1501#: parse.y:2393
1502#, c-format
1503msgid ""
1504"shell_getc: shell_input_line_size (%zu) exceeds SIZE_MAX (%lu): line "
1505"truncated"
1506msgstr "shell_getc: shell_input_line_size (%zu) 超過 SIZE_MAX (%lu):列被截斷"
1507
1508#: parse.y:2826
1509msgid "maximum here-document count exceeded"
1510msgstr "超過此處檔案上限最大值"
1511
1512#: parse.y:3581 parse.y:3957 parse.y:4556
1513#, c-format
1514msgid "unexpected EOF while looking for matching `%c'"
1515msgstr "尋找符合的「%c」時遇到了未預期的檔案結束符"
1516
1517#: parse.y:4696
1518msgid "unexpected EOF while looking for `]]'"
1519msgstr "尋找「]]」時遇到了未預期的檔案結束符"
1520
1521#: parse.y:4701
1522#, c-format
1523msgid "syntax error in conditional expression: unexpected token `%s'"
1524msgstr "條件表示式中有語法錯誤: 未預期的字組「%s」"
1525
1526#: parse.y:4705
1527msgid "syntax error in conditional expression"
1528msgstr "語法錯誤,在有條件的表示式"
1529
1530#: parse.y:4783
1531#, c-format
1532msgid "unexpected token `%s', expected `)'"
1533msgstr "未預期的字組「%s」,需要「)」"
1534
1535#: parse.y:4787
1536msgid "expected `)'"
1537msgstr "預期「)」"
1538
1539#: parse.y:4815
1540#, c-format
1541msgid "unexpected argument `%s' to conditional unary operator"
1542msgstr "一元條件運算子使用了未預期的參數「%s」"
1543
1544#: parse.y:4819
1545msgid "unexpected argument to conditional unary operator"
1546msgstr "一元條件運算子使用了未預期的參數"
1547
1548#: parse.y:4865
1549#, c-format
1550msgid "unexpected token `%s', conditional binary operator expected"
1551msgstr "未預期的字組「%s」,需要二元條件運算子"
1552
1553#: parse.y:4869
1554msgid "conditional binary operator expected"
1555msgstr "需要二元條件運算子"
1556
1557#: parse.y:4891
1558#, c-format
1559msgid "unexpected argument `%s' to conditional binary operator"
1560msgstr "二元條件運算子使用了未預期的參數「%s」"
1561
1562#: parse.y:4895
1563msgid "unexpected argument to conditional binary operator"
1564msgstr "二元條件運算子使用了未預期的參數"
1565
1566#: parse.y:4906
1567#, c-format
1568msgid "unexpected token `%c' in conditional command"
1569msgstr "條件指令中有未預期的字組「%c」"
1570
1571#: parse.y:4909
1572#, c-format
1573msgid "unexpected token `%s' in conditional command"
1574msgstr "條件指令中有未預期的字組「%s」"
1575
1576#: parse.y:4913
1577#, c-format
1578msgid "unexpected token %d in conditional command"
1579msgstr "條件指令中有未預期的字組 %d"
1580
1581#: parse.y:6336
1582#, c-format
1583msgid "syntax error near unexpected token `%s'"
1584msgstr "未預期的字組「%s」附近有語法錯誤"
1585
1586#: parse.y:6355
1587#, c-format
1588msgid "syntax error near `%s'"
1589msgstr "「%s」附近有語法錯誤"
1590
1591#: parse.y:6365
1592msgid "syntax error: unexpected end of file"
1593msgstr "語法錯誤: 未預期的檔案結尾"
1594
1595#: parse.y:6365
1596msgid "syntax error"
1597msgstr "語法錯誤"
1598
1599#: parse.y:6428
1600#, c-format
1601msgid "Use \"%s\" to leave the shell.\n"
1602msgstr "使用「%s」退出 shell。\n"
1603
1604#: parse.y:6602
1605msgid "unexpected EOF while looking for matching `)'"
1606msgstr "尋找符合的「)」時遇到了未預期的檔案結束符"
1607
1608#: pcomplete.c:1132
1609#, c-format
1610msgid "completion: function `%s' not found"
1611msgstr "補完: 未找到函數「%s」"
1612
1613#: pcomplete.c:1722
1614#, c-format
1615msgid "programmable_completion: %s: possible retry loop"
1616msgstr "programmable_completion:%s:可能重試迴圈"
1617
1618#: pcomplib.c:182
1619#, c-format
1620msgid "progcomp_insert: %s: NULL COMPSPEC"
1621msgstr "progcomp_insert: %s: 空的補完規格"
1622
1623#: print_cmd.c:302
1624#, c-format
1625msgid "print_command: bad connector `%d'"
1626msgstr "print_command: 錯誤的條件連接符「%d」"
1627
1628#: print_cmd.c:375
1629#, c-format
1630msgid "xtrace_set: %d: invalid file descriptor"
1631msgstr "xtrace_set: %d: 無效的檔案描述符"
1632
1633#: print_cmd.c:380
1634msgid "xtrace_set: NULL file pointer"
1635msgstr "xtrace_set: 空的檔案指標"
1636
1637#: print_cmd.c:384
1638#, c-format
1639msgid "xtrace fd (%d) != fileno xtrace fp (%d)"
1640msgstr "xtrace fd (%d) != fileno xtrace fp (%d)"
1641
1642#: print_cmd.c:1540
1643#, c-format
1644msgid "cprintf: `%c': invalid format character"
1645msgstr "cprintf:「%c」: 無效的格式字元"
1646
1647#: redir.c:149 redir.c:197
1648msgid "file descriptor out of range"
1649msgstr "檔案描述符超出範圍"
1650
1651#: redir.c:204
1652#, c-format
1653msgid "%s: ambiguous redirect"
1654msgstr "%s: 模稜兩可的重定向"
1655
1656#: redir.c:208
1657#, c-format
1658msgid "%s: cannot overwrite existing file"
1659msgstr "%s: 無法覆寫已存在的檔案"
1660
1661#: redir.c:213
1662#, c-format
1663msgid "%s: restricted: cannot redirect output"
1664msgstr "%s: 受限的: 無法重定向輸出"
1665
1666#: redir.c:218
1667#, c-format
1668msgid "cannot create temp file for here-document: %s"
1669msgstr "無法為立即檔案建立暫存檔案: %s"
1670
1671#: redir.c:222
1672#, c-format
1673msgid "%s: cannot assign fd to variable"
1674msgstr "%s: 無法將檔案描述符指派給變數"
1675
1676#: redir.c:649
1677msgid "/dev/(tcp|udp)/host/port not supported without networking"
1678msgstr "沒有網路時不支援 /dev/(tcp|udp)/host/port"
1679
1680#: redir.c:938 redir.c:1053 redir.c:1114 redir.c:1284
1681msgid "redirection error: cannot duplicate fd"
1682msgstr "重定向錯誤: 無法複製檔案描述符"
1683
1684#: shell.c:347
1685msgid "could not find /tmp, please create!"
1686msgstr "無法找到 /tmp,請建立"
1687
1688#: shell.c:351
1689msgid "/tmp must be a valid directory name"
1690msgstr "/tmp 必須為有效的目錄名稱"
1691
1692#: shell.c:804
1693msgid "pretty-printing mode ignored in interactive shells"
1694msgstr "已在互動式 shell 中忽略美化輸出模式"
1695
1696#: shell.c:948
1697#, c-format
1698msgid "%c%c: invalid option"
1699msgstr "%c%c:無效選項"
1700
1701#: shell.c:1319
1702#, c-format
1703msgid "cannot set uid to %d: effective uid %d"
1704msgstr "無法設定 UID 至 %d:有效的 UID %d"
1705
1706#: shell.c:1330
1707#, c-format
1708msgid "cannot set gid to %d: effective gid %d"
1709msgstr "無法設定 GID 至 %d:有效的 GID %d"
1710
1711#: shell.c:1518
1712msgid "cannot start debugger; debugging mode disabled"
1713msgstr "無法開啟偵錯器;偵錯模式已停用"
1714
1715#: shell.c:1632
1716#, c-format
1717msgid "%s: Is a directory"
1718msgstr "%s: 是一個目錄"
1719
1720#: shell.c:1881
1721msgid "I have no name!"
1722msgstr "我沒有名字!"
1723
1724#: shell.c:2035
1725#, c-format
1726msgid "GNU bash, version %s-(%s)\n"
1727msgstr "GNU bash,版本 %s-(%s)\n"
1728
1729#: shell.c:2036
1730#, c-format
1731msgid ""
1732"Usage:\t%s [GNU long option] [option] ...\n"
1733"\t%s [GNU long option] [option] script-file ...\n"
1734msgstr ""
1735"用法:\t%s [GNU 長選項] [選項] …\n"
1736"\t%s [GNU 長選項] [選項] 指令稿檔案 …\n"
1737
1738#: shell.c:2038
1739msgid "GNU long options:\n"
1740msgstr "GNU 長選項:\n"
1741
1742#: shell.c:2042
1743msgid "Shell options:\n"
1744msgstr "Shell 選項:\n"
1745
1746#: shell.c:2043
1747msgid "\t-ilrsD or -c command or -O shopt_option\t\t(invocation only)\n"
1748msgstr "\t-irsD 或 -c <指令> 或 -O <shopt 選項>\t\t(僅適合呼叫)\n"
1749
1750#: shell.c:2062
1751#, c-format
1752msgid "\t-%s or -o option\n"
1753msgstr "\t-%s or -o 選項\n"
1754
1755#: shell.c:2068
1756#, c-format
1757msgid "Type `%s -c \"help set\"' for more information about shell options.\n"
1758msgstr "輸入「%s -c \"help set\"」更多關於 shell 選項的訊息。\n"
1759
1760#: shell.c:2069
1761#, c-format
1762msgid "Type `%s -c help' for more information about shell builtin commands.\n"
1763msgstr "輸入「%s -c help」更多關於內建 shell 指令的訊息。\n"
1764
1765#: shell.c:2070
1766#, c-format
1767msgid "Use the `bashbug' command to report bugs.\n"
1768msgstr "使用「bashbug」指令通報程式錯誤。\n"
1769
1770#: shell.c:2072
1771#, c-format
1772msgid "bash home page: <http://www.gnu.org/software/bash>\n"
1773msgstr "bash 官網:<http://www.gnu.org/software/bash>\n"
1774
1775#: shell.c:2073
1776#, c-format
1777msgid "General help using GNU software: <http://www.gnu.org/gethelp/>\n"
1778msgstr "GNU 軟體的常見使用說明:<http://www.gnu.org/gethelp/>\n"
1779
1780#: sig.c:757
1781#, c-format
1782msgid "sigprocmask: %d: invalid operation"
1783msgstr "sigprocmask:%d:無效操作"
1784
1785#: siglist.c:47
1786msgid "Bogus signal"
1787msgstr "偽訊號"
1788
1789#: siglist.c:50
1790msgid "Hangup"
1791msgstr "掛斷"
1792
1793#: siglist.c:54
1794msgid "Interrupt"
1795msgstr "中止"
1796
1797#: siglist.c:58
1798msgid "Quit"
1799msgstr "結束"
1800
1801#: siglist.c:62
1802msgid "Illegal instruction"
1803msgstr "無效指令"
1804
1805#: siglist.c:66
1806msgid "BPT trace/trap"
1807msgstr "斷點追蹤/陷阱"
1808
1809#: siglist.c:74
1810msgid "ABORT instruction"
1811msgstr "放棄指令"
1812
1813#: siglist.c:78
1814msgid "EMT instruction"
1815msgstr "模擬器陷阱指令"
1816
1817#: siglist.c:82
1818msgid "Floating point exception"
1819msgstr "期望浮點數"
1820
1821#: siglist.c:86
1822msgid "Killed"
1823msgstr "強制結束"
1824
1825#: siglist.c:90
1826msgid "Bus error"
1827msgstr "匯流排錯誤"
1828
1829#: siglist.c:94
1830msgid "Segmentation fault"
1831msgstr "程式記憶體區段錯誤"
1832
1833#: siglist.c:98
1834msgid "Bad system call"
1835msgstr "無效系統呼叫"
1836
1837#: siglist.c:102
1838msgid "Broken pipe"
1839msgstr "管線損壞"
1840
1841#: siglist.c:106
1842msgid "Alarm clock"
1843msgstr "鬧鐘"
1844
1845#: siglist.c:110
1846msgid "Terminated"
1847msgstr "終止"
1848
1849#: siglist.c:114
1850msgid "Urgent IO condition"
1851msgstr "緊急 I/O 狀況"
1852
1853#: siglist.c:118
1854msgid "Stopped (signal)"
1855msgstr "停止(信號)"
1856
1857#: siglist.c:126
1858msgid "Continue"
1859msgstr "繼續"
1860
1861#: siglist.c:134
1862msgid "Child death or stop"
1863msgstr "子行程已死或者停止"
1864
1865#: siglist.c:138
1866msgid "Stopped (tty input)"
1867msgstr "停止(tty 輸入)"
1868
1869#: siglist.c:142
1870msgid "Stopped (tty output)"
1871msgstr "停止(tty 輸出)"
1872
1873#: siglist.c:146
1874msgid "I/O ready"
1875msgstr "I/O 就緒"
1876
1877#: siglist.c:150
1878msgid "CPU limit"
1879msgstr "CPU 限制"
1880
1881#: siglist.c:154
1882msgid "File limit"
1883msgstr "檔案限制"
1884
1885#: siglist.c:158
1886msgid "Alarm (virtual)"
1887msgstr "警報(虛擬)"
1888
1889#: siglist.c:162
1890msgid "Alarm (profile)"
1891msgstr "警報(側寫)"
1892
1893#: siglist.c:166
1894msgid "Window changed"
1895msgstr "已變更視窗"
1896
1897#: siglist.c:170
1898msgid "Record lock"
1899msgstr "記錄鎖"
1900
1901#: siglist.c:174
1902msgid "User signal 1"
1903msgstr "使用者訊號 1"
1904
1905#: siglist.c:178
1906msgid "User signal 2"
1907msgstr "使用者訊號 2"
1908
1909#: siglist.c:182
1910msgid "HFT input data pending"
1911msgstr "HFT 待輸入資料"
1912
1913#: siglist.c:186
1914msgid "power failure imminent"
1915msgstr "即將停止電源"
1916
1917#: siglist.c:190
1918msgid "system crash imminent"
1919msgstr "系統即將崩潰"
1920
1921#: siglist.c:194
1922msgid "migrate process to another CPU"
1923msgstr "遷移行程至另一個 CPU"
1924
1925#: siglist.c:198
1926msgid "programming error"
1927msgstr "程式設計錯誤"
1928
1929#: siglist.c:202
1930msgid "HFT monitor mode granted"
1931msgstr "已授予 HFT 監視模式"
1932
1933#: siglist.c:206
1934msgid "HFT monitor mode retracted"
1935msgstr "已復原 HFT 監視模式"
1936
1937#: siglist.c:210
1938msgid "HFT sound sequence has completed"
1939msgstr "已完成 HFT 聲音序列"
1940
1941#: siglist.c:214
1942msgid "Information request"
1943msgstr "資訊請求"
1944
1945#: siglist.c:222 siglist.c:224
1946#, c-format
1947msgid "Unknown Signal #%d"
1948msgstr "不明訊號 #%d"
1949
1950#: subst.c:1476 subst.c:1666
1951#, c-format
1952msgid "bad substitution: no closing `%s' in %s"
1953msgstr "錯誤的取代: 在 %2$s 中沒有閉合的「%1$s」"
1954
1955#: subst.c:3281
1956#, c-format
1957msgid "%s: cannot assign list to array member"
1958msgstr "%s: 無法將串列指派給陣列成員"
1959
1960#: subst.c:5910 subst.c:5926
1961msgid "cannot make pipe for process substitution"
1962msgstr "無法為行程取代建立管道"
1963
1964#: subst.c:5985
1965msgid "cannot make child for process substitution"
1966msgstr "無法為行程取代建立子行程"
1967
1968#: subst.c:6059
1969#, c-format
1970msgid "cannot open named pipe %s for reading"
1971msgstr "無法開啟命名管道 %s 進 readline-"
1972
1973#: subst.c:6061
1974#, c-format
1975msgid "cannot open named pipe %s for writing"
1976msgstr "無法開啟命名管道 %s 進行寫入"
1977
1978#: subst.c:6084
1979#, c-format
1980msgid "cannot duplicate named pipe %s as fd %d"
1981msgstr "無法將命名管道 %s 做為檔案描述符 %d 複製"
1982
1983#: subst.c:6213
1984msgid "command substitution: ignored null byte in input"
1985msgstr "指令取代:在輸入中忽略了空位元組"
1986
1987#: subst.c:6353
1988msgid "cannot make pipe for command substitution"
1989msgstr "無法為指令取代建立管道"
1990
1991#: subst.c:6397
1992msgid "cannot make child for command substitution"
1993msgstr "無法為指令取代建立子行程"
1994
1995#: subst.c:6423
1996msgid "command_substitute: cannot duplicate pipe as fd 1"
1997msgstr "command_substitute: 無法將管道複製為檔案描述符 1"
1998
1999#: subst.c:6883 subst.c:9952
2000#, c-format
2001msgid "%s: invalid variable name for name reference"
2002msgstr "%s: 無效的引用變數名"
2003
2004#: subst.c:6979 subst.c:6997 subst.c:7169
2005#, c-format
2006msgid "%s: invalid indirect expansion"
2007msgstr "%s: 無效的間接擴充"
2008
2009#: subst.c:7013 subst.c:7177
2010#, c-format
2011msgid "%s: invalid variable name"
2012msgstr "%s:無效的變數名稱"
2013
2014#: subst.c:7256
2015#, c-format
2016msgid "%s: parameter not set"
2017msgstr "%s:參數未設定"
2018
2019#: subst.c:7258
2020#, c-format
2021msgid "%s: parameter null or not set"
2022msgstr "%s: 參數為空或未設定"
2023
2024#: subst.c:7503 subst.c:7518
2025#, c-format
2026msgid "%s: substring expression < 0"
2027msgstr "%s: 子串表示式 < 0"
2028
2029#: subst.c:9281 subst.c:9302
2030#, c-format
2031msgid "%s: bad substitution"
2032msgstr "%s: 錯誤的取代"
2033
2034#: subst.c:9390
2035#, c-format
2036msgid "$%s: cannot assign in this way"
2037msgstr "$%s: 無法如此指派"
2038
2039#: subst.c:9814
2040msgid ""
2041"future versions of the shell will force evaluation as an arithmetic "
2042"substitution"
2043msgstr "未來版本的 shell 會強制以算術取代求值"
2044
2045#: subst.c:10367
2046#, c-format
2047msgid "bad substitution: no closing \"`\" in %s"
2048msgstr "錯誤的取代: 在 %s 中沒有閉合的「`」"
2049
2050#: subst.c:11434
2051#, c-format
2052msgid "no match: %s"
2053msgstr "無符合: %s"
2054
2055#: test.c:147
2056msgid "argument expected"
2057msgstr "需要參數"
2058
2059#: test.c:156
2060#, c-format
2061msgid "%s: integer expression expected"
2062msgstr "%s: 需要整數表示式"
2063
2064#: test.c:265
2065msgid "`)' expected"
2066msgstr "需要「)」"
2067
2068#: test.c:267
2069#, c-format
2070msgid "`)' expected, found %s"
2071msgstr "需要「)」,得到 %s"
2072
2073#: test.c:466 test.c:799
2074#, c-format
2075msgid "%s: binary operator expected"
2076msgstr "%s: 需要二元表示式"
2077
2078#: test.c:756 test.c:759
2079#, c-format
2080msgid "%s: unary operator expected"
2081msgstr "%s: 需要一元表示式"
2082
2083#: test.c:881
2084msgid "missing `]'"
2085msgstr "缺少「]」"
2086
2087#: test.c:899
2088#, fuzzy, c-format
2089msgid "syntax error: `%s' unexpected"
2090msgstr "語法錯誤:「;」意外"
2091
2092#: trap.c:220
2093msgid "invalid signal number"
2094msgstr "無效訊號數字"
2095
2096#: trap.c:325
2097#, c-format
2098msgid "trap handler: maximum trap handler level exceeded (%d)"
2099msgstr "捕捉處理函式:達到最大捕捉處理函式等級 (%d)"
2100
2101#: trap.c:414
2102#, c-format
2103msgid "run_pending_traps: bad value in trap_list[%d]: %p"
2104msgstr "run_pending_traps: trap_list[%d] 中的錯誤值: %p"
2105
2106#: trap.c:418
2107#, c-format
2108msgid ""
2109"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself"
2110msgstr "run_pending_traps:訊號處理是 SIG_DFL,resending %d (%s) to myself"
2111
2112#: trap.c:487
2113#, c-format
2114msgid "trap_handler: bad signal %d"
2115msgstr "trap_handler:不當的訊號 %d"
2116
2117#: variables.c:421
2118#, c-format
2119msgid "error importing function definition for `%s'"
2120msgstr "錯誤,輸入的函數定義為「%s」"
2121
2122#: variables.c:833
2123#, c-format
2124msgid "shell level (%d) too high, resetting to 1"
2125msgstr "shell 層次 (%d) 太高,重設為 1"
2126
2127#: variables.c:2674
2128msgid "make_local_variable: no function context at current scope"
2129msgstr "make_local_variable: 目前作用域中沒有函數語境"
2130
2131#: variables.c:2693
2132#, c-format
2133msgid "%s: variable may not be assigned value"
2134msgstr "%s: 變數不可指派值"
2135
2136#: variables.c:3475
2137#, c-format
2138msgid "%s: assigning integer to name reference"
2139msgstr "%s:指定數字至名稱參考"
2140
2141#: variables.c:4404
2142msgid "all_local_variables: no function context at current scope"
2143msgstr "all_local_variables: 目前作用域中沒有函數語境"
2144
2145#: variables.c:4771
2146#, c-format
2147msgid "%s has null exportstr"
2148msgstr "%s 有空的 exportstr"
2149
2150#: variables.c:4776 variables.c:4785
2151#, c-format
2152msgid "invalid character %d in exportstr for %s"
2153msgstr "%2$s 的 exportstr 中有無效的字元 %1$d"
2154
2155#: variables.c:4791
2156#, c-format
2157msgid "no `=' in exportstr for %s"
2158msgstr "%s 的 exportstr 中沒有「=」"
2159
2160#: variables.c:5331
2161msgid "pop_var_context: head of shell_variables not a function context"
2162msgstr "pop_var_context: shell_variables 的前端不是函數語境"
2163
2164#: variables.c:5344
2165msgid "pop_var_context: no global_variables context"
2166msgstr "pop_var_context: 沒有 global_variables 語境"
2167
2168#: variables.c:5424
2169msgid "pop_scope: head of shell_variables not a temporary environment scope"
2170msgstr "pop_scope: shell_variables 的前端不是臨時環境作用域"
2171
2172#: variables.c:6387
2173#, c-format
2174msgid "%s: %s: cannot open as FILE"
2175msgstr "%s: %s: 無法做為檔案開啟"
2176
2177#: variables.c:6392
2178#, c-format
2179msgid "%s: %s: invalid value for trace file descriptor"
2180msgstr "%s: %s: 追蹤檔案描述符的值無效"
2181
2182#: variables.c:6437
2183#, c-format
2184msgid "%s: %s: compatibility value out of range"
2185msgstr "%s: %s: 相容版本數值超出範圍"
2186
2187#: version.c:46 version2.c:46
2188#, fuzzy
2189msgid "Copyright (C) 2020 Free Software Foundation, Inc."
2190msgstr "著作權所有 (C) 2018 自由軟體基金會"
2191
2192#: version.c:47 version2.c:47
2193msgid ""
2194"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl."
2195"html>\n"
2196msgstr ""
2197"授權條款 GPLv3+: GNU GPL 授權條款第三版或者更新版本 <http://gnu.org/licenses/"
2198"gpl.html>\n"
2199
2200#: version.c:86 version2.c:86
2201#, c-format
2202msgid "GNU bash, version %s (%s)\n"
2203msgstr "GNU bash,版本 %s (%s)\n"
2204
2205#: version.c:91 version2.c:91
2206msgid "This is free software; you are free to change and redistribute it."
2207msgstr "本軟體是自由軟體,您可以自由地變更和重新發布。"
2208
2209#: version.c:92 version2.c:92
2210msgid "There is NO WARRANTY, to the extent permitted by law."
2211msgstr "在法律許可的情況下特此明示,本軟體不提供任何擔保。"
2212
2213#: xmalloc.c:93
2214#, c-format
2215msgid "%s: cannot allocate %lu bytes (%lu bytes allocated)"
2216msgstr "%s: 無法分配 %lu 位元組 (已分配 %lu 位元組)"
2217
2218#: xmalloc.c:95
2219#, c-format
2220msgid "%s: cannot allocate %lu bytes"
2221msgstr "%s: 無法分配 %lu 位元組"
2222
2223#: xmalloc.c:165
2224#, c-format
2225msgid "%s: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)"
2226msgstr "%s: %s:%d: 無法分配 %lu 位元組 (已分配 %lu 位元組)"
2227
2228#: xmalloc.c:167
2229#, c-format
2230msgid "%s: %s:%d: cannot allocate %lu bytes"
2231msgstr "%s: %s:%d: 無法分配 %lu 位元組"
2232
2233#: builtins.c:45
2234msgid "alias [-p] [name[=value] ... ]"
2235msgstr "alias [-p] [名稱[=值] … ]"
2236
2237#: builtins.c:49
2238msgid "unalias [-a] name [name ...]"
2239msgstr "unalias [-a] 名稱 [名稱 …]"
2240
2241#: builtins.c:53
2242msgid ""
2243"bind [-lpsvPSVX] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-"
2244"x keyseq:shell-command] [keyseq:readline-function or readline-command]"
2245msgstr ""
2246"bind [-lpvsPSVX] [-m 按鍵映射] [-f 檔名] [-q 名稱] [-u 名稱] [-r 按鍵序列] [-"
2247"x 按鍵序列:shell-指令] [按鍵序列:readline-函數 或 readline-指令]"
2248
2249#: builtins.c:56
2250msgid "break [n]"
2251msgstr "break [n]"
2252
2253#: builtins.c:58
2254msgid "continue [n]"
2255msgstr "continue [n]"
2256
2257#: builtins.c:60
2258msgid "builtin [shell-builtin [arg ...]]"
2259msgstr "builtin [shell 內建物件 [參數 …]]"
2260
2261#: builtins.c:63
2262msgid "caller [expr]"
2263msgstr "caller [表示式]"
2264
2265#: builtins.c:66
2266msgid "cd [-L|[-P [-e]] [-@]] [dir]"
2267msgstr "cd [-L|[-P [-e]] [-@]] [目錄]"
2268
2269#: builtins.c:68
2270msgid "pwd [-LP]"
2271msgstr "pwd [-LP]"
2272
2273#: builtins.c:76
2274msgid "command [-pVv] command [arg ...]"
2275msgstr "command [-pVv] 指令 [參數 …]"
2276
2277#: builtins.c:78
2278#, fuzzy
2279msgid "declare [-aAfFgiIlnrtux] [-p] [name[=value] ...]"
2280msgstr "declare [-aAfFgilnrtux] [-p] [名稱[=值] …]"
2281
2282#: builtins.c:80
2283#, fuzzy
2284msgid "typeset [-aAfFgiIlnrtux] [-p] name[=value] ..."
2285msgstr "typeset [-aAfFgilnrtux] [-p] 名稱[=值] ..."
2286
2287#: builtins.c:82
2288msgid "local [option] name[=value] ..."
2289msgstr "local [option] 名稱[=值] …"
2290
2291#: builtins.c:85
2292msgid "echo [-neE] [arg ...]"
2293msgstr "echo [-neE] [參數 …]"
2294
2295#: builtins.c:89
2296msgid "echo [-n] [arg ...]"
2297msgstr "echo [-n] [參數 …]"
2298
2299#: builtins.c:92
2300msgid "enable [-a] [-dnps] [-f filename] [name ...]"
2301msgstr "enable [-a] [-dnps] [-f 檔名] [名稱 …]"
2302
2303#: builtins.c:94
2304msgid "eval [arg ...]"
2305msgstr "eval [參數 …]"
2306
2307#: builtins.c:96
2308#, fuzzy
2309msgid "getopts optstring name [arg ...]"
2310msgstr "getopts 選項字串 名稱 [參數]"
2311
2312#: builtins.c:98
2313#, fuzzy
2314msgid "exec [-cl] [-a name] [command [argument ...]] [redirection ...]"
2315msgstr "exec [-cl] [-a 名稱] [指令 [參數 …]] [重定向 …]"
2316
2317#: builtins.c:100
2318msgid "exit [n]"
2319msgstr "exit [n]"
2320
2321#: builtins.c:102
2322msgid "logout [n]"
2323msgstr "logout [n]"
2324
2325#: builtins.c:105
2326msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]"
2327msgstr "fc [-e 編輯器名] [-lnr] [起始] [終止] 或 fc -s [模式=取代串] [指令]"
2328
2329#: builtins.c:109
2330msgid "fg [job_spec]"
2331msgstr "fg [工作規格]"
2332
2333#: builtins.c:113
2334msgid "bg [job_spec ...]"
2335msgstr "bg [工作規格 …]"
2336
2337#: builtins.c:116
2338msgid "hash [-lr] [-p pathname] [-dt] [name ...]"
2339msgstr "hash [-lr] [-p 路徑名] [-dt] [名稱 …]"
2340
2341#: builtins.c:119
2342msgid "help [-dms] [pattern ...]"
2343msgstr "help [-dms] [模式 …]"
2344
2345#: builtins.c:123
2346msgid ""
2347"history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg "
2348"[arg...]"
2349msgstr ""
2350"history [-c] [-d 偏移量] [n] 或 history -anrw [檔名] 或 history -ps 參數 [參"
2351"數…]"
2352
2353#: builtins.c:127
2354msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]"
2355msgstr "jobs [-lnprs] [工作規格 …] 或 jobs -x 指令 [參數]"
2356
2357#: builtins.c:131
2358msgid "disown [-h] [-ar] [jobspec ... | pid ...]"
2359msgstr "disown [-h] [-ar] [jobspec ... | pid ...]"
2360
2361#: builtins.c:134
2362msgid ""
2363"kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l "
2364"[sigspec]"
2365msgstr ""
2366"kill [-s 訊號規格 | -n 訊號編號 | -訊號規格] 行程識別碼 | 工作規格 … 或 kill "
2367"-l [訊號規格]"
2368
2369#: builtins.c:136
2370msgid "let arg [arg ...]"
2371msgstr "let 參數 [參數 …]"
2372
2373#: builtins.c:138
2374msgid ""
2375"read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-N nchars] [-p "
2376"prompt] [-t timeout] [-u fd] [name ...]"
2377msgstr ""
2378"read [-ers] [-a 陣列] [-d 分隔符] [-i 緩衝區文字] [-n 讀取字元數] [-N 讀取字"
2379"元數] [-p 提示符] [-t 逾時] [-u 檔案描述符] [名稱 …]"
2380
2381#: builtins.c:140
2382msgid "return [n]"
2383msgstr "return [n]"
2384
2385#: builtins.c:142
2386msgid "set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]"
2387msgstr "set [--abefhkmnptuvxBCHP] [-o 選項名] [--] [參數 …]"
2388
2389#: builtins.c:144
2390msgid "unset [-f] [-v] [-n] [name ...]"
2391msgstr "unset [-f] [-v] [-n] [名稱 …]"
2392
2393#: builtins.c:146
2394msgid "export [-fn] [name[=value] ...] or export -p"
2395msgstr "export [-fn] [名稱[=值] …] 或 export -p"
2396
2397#: builtins.c:148
2398msgid "readonly [-aAf] [name[=value] ...] or readonly -p"
2399msgstr "readonly [-aAf] [名稱[=值] …] 或 readonly -p"
2400
2401#: builtins.c:150
2402msgid "shift [n]"
2403msgstr "shift [n]"
2404
2405#: builtins.c:152
2406msgid "source filename [arguments]"
2407msgstr "source 檔名 [參數]"
2408
2409#: builtins.c:154
2410msgid ". filename [arguments]"
2411msgstr ". 檔名 [參數]"
2412
2413#: builtins.c:157
2414msgid "suspend [-f]"
2415msgstr "suspend [-f]"
2416
2417#: builtins.c:160
2418msgid "test [expr]"
2419msgstr "test [表示式]"
2420
2421#: builtins.c:162
2422msgid "[ arg... ]"
2423msgstr "[ 參數… ]"
2424
2425#: builtins.c:166
2426msgid "trap [-lp] [[arg] signal_spec ...]"
2427msgstr "trap [-lp] [[參數] 訊號規格 …]"
2428
2429#: builtins.c:168
2430msgid "type [-afptP] name [name ...]"
2431msgstr "type [-afptP] 名稱 [名稱 …]"
2432
2433#: builtins.c:171
2434msgid "ulimit [-SHabcdefiklmnpqrstuvxPT] [limit]"
2435msgstr "ulimit [-SHabcdefiklmnpqrstuvxPT] [limit]"
2436
2437#: builtins.c:174
2438msgid "umask [-p] [-S] [mode]"
2439msgstr "umask [-p] [-S] [模式]"
2440
2441#: builtins.c:177
2442#, fuzzy
2443msgid "wait [-fn] [-p var] [id ...]"
2444msgstr "wait [-fn] [編號 …]"
2445
2446#: builtins.c:181
2447msgid "wait [pid ...]"
2448msgstr "wait [行程識別碼 …]"
2449
2450#: builtins.c:184
2451msgid "for NAME [in WORDS ... ] ; do COMMANDS; done"
2452msgstr "for 名稱 [in 字詞 … ] ; do 指令 ; done"
2453
2454#: builtins.c:186
2455msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done"
2456msgstr "for (( 表示式1; 表示式2; 表示式3 )); do 指令 ; done"
2457
2458#: builtins.c:188
2459msgid "select NAME [in WORDS ... ;] do COMMANDS; done"
2460msgstr "select NAME [in 字詞 … ;] do 指令 ; done"
2461
2462#: builtins.c:190
2463msgid "time [-p] pipeline"
2464msgstr "time [-p] 管道"
2465
2466#: builtins.c:192
2467msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac"
2468msgstr "case 詞 in [模式 [| 模式]…) 指令 ;;]… esac"
2469
2470#: builtins.c:194
2471msgid ""
2472"if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else "
2473"COMMANDS; ] fi"
2474msgstr "if 指令 ; then 指令 ; [ elif 指令 ; then 指令 ; ]… [ else 指令 ; ] fi"
2475
2476#: builtins.c:196
2477msgid "while COMMANDS; do COMMANDS; done"
2478msgstr "while 指令 ; do 指令 ; done"
2479
2480#: builtins.c:198
2481msgid "until COMMANDS; do COMMANDS; done"
2482msgstr "until 指令 ; do 指令 ; done"
2483
2484#: builtins.c:200
2485msgid "coproc [NAME] command [redirections]"
2486msgstr "coproc [名稱] 指令 [重定向]"
2487
2488#: builtins.c:202
2489msgid "function name { COMMANDS ; } or name () { COMMANDS ; }"
2490msgstr "function 名稱 { 指令 ; } 或 name () { 指令 ; }"
2491
2492#: builtins.c:204
2493msgid "{ COMMANDS ; }"
2494msgstr "{ 指令 ; }"
2495
2496#: builtins.c:206
2497msgid "job_spec [&]"
2498msgstr "job_spec [&]"
2499
2500#: builtins.c:208
2501msgid "(( expression ))"
2502msgstr "(( 表示式 ))"
2503
2504#: builtins.c:210
2505msgid "[[ expression ]]"
2506msgstr "[[ 表示式 ]]"
2507
2508#: builtins.c:212
2509msgid "variables - Names and meanings of some shell variables"
2510msgstr "variables - 一些 shell 變數的名稱和含義"
2511
2512#: builtins.c:215
2513msgid "pushd [-n] [+N | -N | dir]"
2514msgstr "pushd [-n] [+N | -N | 目錄]"
2515
2516#: builtins.c:219
2517msgid "popd [-n] [+N | -N]"
2518msgstr "popd [-n] [+N | -N]"
2519
2520#: builtins.c:223
2521msgid "dirs [-clpv] [+N] [-N]"
2522msgstr "dirs [-clpv] [+N] [-N]"
2523
2524#: builtins.c:226
2525msgid "shopt [-pqsu] [-o] [optname ...]"
2526msgstr "shopt [-pqsu] [-o] [選項名 …]"
2527
2528#: builtins.c:228
2529msgid "printf [-v var] format [arguments]"
2530msgstr "printf [-v var] 格式 [參數]"
2531
2532#: builtins.c:231
2533#, fuzzy
2534msgid ""
2535"complete [-abcdefgjksuv] [-pr] [-DEI] [-o option] [-A action] [-G globpat] [-"
2536"W wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S "
2537"suffix] [name ...]"
2538msgstr ""
2539"complete [-abcdefgjksuv] [-pr] [-DEI] [-o 選項] [-A 動作] [-G 全域模式] [-W "
2540"詞語列表]  [-F 函數] [-C 指令] [-X 過濾模式] [-P 字首] [-S 字尾] [名稱 …]"
2541
2542#: builtins.c:235
2543#, fuzzy
2544msgid ""
2545"compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] [-"
2546"F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2547msgstr ""
2548"compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist]  "
2549"[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]"
2550
2551#: builtins.c:239
2552msgid "compopt [-o|+o option] [-DEI] [name ...]"
2553msgstr "compopt [-o|+o 選項] [-DEI] [名稱 …]"
2554
2555#: builtins.c:242
2556msgid ""
2557"mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C "
2558"callback] [-c quantum] [array]"
2559msgstr ""
2560"mapfile [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C "
2561"callback] [-c quantum] [array]"
2562
2563#: builtins.c:244
2564msgid ""
2565"readarray [-d delim] [-n count] [-O origin] [-s count] [-t] [-u fd] [-C "
2566"callback] [-c quantum] [array]"
2567msgstr ""
2568"readarray [-d 分割符號] [-n 計數] [-O 起始序號] [-s 計數] [-t] [-u fd] [-C 回"
2569"呼] [-c 定量] [陣列]"
2570
2571#: builtins.c:256
2572msgid ""
2573"Define or display aliases.\n"
2574"    \n"
2575"    Without arguments, `alias' prints the list of aliases in the reusable\n"
2576"    form `alias NAME=VALUE' on standard output.\n"
2577"    \n"
2578"    Otherwise, an alias is defined for each NAME whose VALUE is given.\n"
2579"    A trailing space in VALUE causes the next word to be checked for\n"
2580"    alias substitution when the alias is expanded.\n"
2581"    \n"
2582"    Options:\n"
2583"      -p\tprint all defined aliases in a reusable format\n"
2584"    \n"
2585"    Exit Status:\n"
2586"    alias returns true unless a NAME is supplied for which no alias has "
2587"been\n"
2588"    defined."
2589msgstr ""
2590"定義或顯示別名。\n"
2591"    \n"
2592"    不帶參數時,「alias」以可重用的格式\n"
2593"   「alias 名稱=值」在標準輸出裝置上印出別名列表。\n"
2594"    \n"
2595"    否則,對於每個指定值的名稱定義一個別名。\n"
2596"    值末尾的空格會使下一個字詞被檢測\n"
2597"    做為別名取代展開。\n"
2598"    \n"
2599"    選項:\n"
2600"      -p\t以可重用的格式印出所有的已定義別名\n"
2601"    \n"
2602"    退出狀態:\n"
2603"    除非一個沒有定義的名字被做為參數提供,否則 alias \n"
2604"    回傳值為真。"
2605
2606#: builtins.c:278
2607msgid ""
2608"Remove each NAME from the list of defined aliases.\n"
2609"    \n"
2610"    Options:\n"
2611"      -a\tremove all alias definitions\n"
2612"    \n"
2613"    Return success unless a NAME is not an existing alias."
2614msgstr ""
2615"從別名定義列表中刪除每一個 <名稱>。\n"
2616"    \n"
2617"    選項:\n"
2618"      -a\t刪除所有的別名定義\n"
2619"    \n"
2620"    回傳成功,除非 <名稱> 不是一個已存在的別名。"
2621
2622#: builtins.c:291
2623msgid ""
2624"Set Readline key bindings and variables.\n"
2625"    \n"
2626"    Bind a key sequence to a Readline function or a macro, or set a\n"
2627"    Readline variable.  The non-option argument syntax is equivalent to\n"
2628"    that found in ~/.inputrc, but must be passed as a single argument:\n"
2629"    e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n"
2630"    \n"
2631"    Options:\n"
2632"      -m  keymap         Use KEYMAP as the keymap for the duration of this\n"
2633"                         command.  Acceptable keymap names are emacs,\n"
2634"                         emacs-standard, emacs-meta, emacs-ctlx, vi, vi-"
2635"move,\n"
2636"                         vi-command, and vi-insert.\n"
2637"      -l                 List names of functions.\n"
2638"      -P                 List function names and bindings.\n"
2639"      -p                 List functions and bindings in a form that can be\n"
2640"                         reused as input.\n"
2641"      -S                 List key sequences that invoke macros and their "
2642"values\n"
2643"      -s                 List key sequences that invoke macros and their "
2644"values\n"
2645"                         in a form that can be reused as input.\n"
2646"      -V                 List variable names and values\n"
2647"      -v                 List variable names and values in a form that can\n"
2648"                         be reused as input.\n"
2649"      -q  function-name  Query about which keys invoke the named function.\n"
2650"      -u  function-name  Unbind all keys which are bound to the named "
2651"function.\n"
2652"      -r  keyseq         Remove the binding for KEYSEQ.\n"
2653"      -f  filename       Read key bindings from FILENAME.\n"
2654"      -x  keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n"
2655"    \t\t\t\tKEYSEQ is entered.\n"
2656"      -X                 List key sequences bound with -x and associated "
2657"commands\n"
2658"                         in a form that can be reused as input.\n"
2659"    \n"
2660"    Exit Status:\n"
2661"    bind returns 0 unless an unrecognized option is given or an error occurs."
2662msgstr ""
2663"設定 Readline 按鍵綁定和變數。\n"
2664"    \n"
2665"    綁定一個按鍵序列到一個 Readline 函數或者巨集,或者設定一個\n"
2666"    Readline 變數。非選項參數的語法和 ~/.inputrc 檔案中的等\n"
2667"    同,但是必須做為一個參數被傳遞,\n"
2668"    例如,bind '\"\\C-x\\C-r\": re-read-init-file'。\n"
2669"    \n"
2670"    選項:\n"
2671"      -m  按鍵映射      在此指令執行過程中使用指定的按鍵映射。\n"
2672"                     可被接受的按鍵映射名字有 emacs、emacs-standard、emacs-"
2673"meta、\n"
2674"                     emacs-ctlx、vi、vi-move、vi-command、和 vi-insert。\n"
2675"      -l             列出函數名稱。\n"
2676"      -P             列出函數名稱和綁定。\n"
2677"      -p             以可以重新用作輸入的格式列出函數名稱和綁定。\n"
2678"      -S             列出可以啟動巨集的按鍵序列以及它們的值\n"
2679"      -s             以可以重新用作輸入的格式列出可以啟動巨集的鍵以及它們的"
2680"值。\n"
2681"      -V             列出變數名稱和它們的值\n"
2682"      -v             以可以重新用作輸入的格式列出變數的名稱和它們的值\n"
2683"      -q  函數名      查詢指定的函數可以由哪些鍵啟動。\n"
2684"      -u  函數名      反綁定所有綁定至指定函數的鍵。\n"
2685"      -r  按鍵序列    取消指定按鍵序列的綁定。\n"
2686"      -f  檔名      從指定檔案中讀取按鍵綁定。\n"
2687"      -x  按鍵序列:shell 指令\t當指定的按鍵序列被輸入時,執行指定的 shell 指"
2688"令。\n"
2689"      -X             以可被重用的形式列出用 -x 綁定的按鍵序列和指令。\n"
2690"    \n"
2691"    退出狀態:\n"
2692"    除非使用了無法識別的選項或者錯誤發生,否則回傳 0。"
2693
2694#: builtins.c:330
2695msgid ""
2696"Exit for, while, or until loops.\n"
2697"    \n"
2698"    Exit a FOR, WHILE or UNTIL loop.  If N is specified, break N enclosing\n"
2699"    loops.\n"
2700"    \n"
2701"    Exit Status:\n"
2702"    The exit status is 0 unless N is not greater than or equal to 1."
2703msgstr ""
2704"退出 for、while 或 until 迴圈\n"
2705"    \n"
2706"    退出一個 FOR、WHILE 或 UNTIL 迴圈。如果指定了 N,則跳出 N 重\n"
2707"    迴圈\n"
2708"    \n"
2709"    退出狀態:\n"
2710"    退出狀態為 0 除非 N 不大於或等於 1。"
2711
2712#: builtins.c:342
2713msgid ""
2714"Resume for, while, or until loops.\n"
2715"    \n"
2716"    Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n"
2717"    If N is specified, resumes the Nth enclosing loop.\n"
2718"    \n"
2719"    Exit Status:\n"
2720"    The exit status is 0 unless N is not greater than or equal to 1."
2721msgstr ""
2722"繼續 for、while 或 until 迴圈。\n"
2723"    \n"
2724"    繼續目前 FOR、WHILE 或 UNTIL 迴圈的下一步。\n"
2725"    如果指定了 N, 則繼續目前的第 N 重迴圈。\n"
2726"    \n"
2727"    退出狀態:\n"
2728"    退出狀態為 0 除非 N 不大於或等於 1。"
2729
2730#: builtins.c:354
2731msgid ""
2732"Execute shell builtins.\n"
2733"    \n"
2734"    Execute SHELL-BUILTIN with arguments ARGs without performing command\n"
2735"    lookup.  This is useful when you wish to reimplement a shell builtin\n"
2736"    as a shell function, but need to execute the builtin within the "
2737"function.\n"
2738"    \n"
2739"    Exit Status:\n"
2740"    Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n"
2741"    not a shell builtin."
2742msgstr ""
2743"執行 shell 內建物件。\n"
2744"    \n"
2745"    帶 <參數> 執行 <shell 內建物件> 而不做指令查詢\n"
2746"    在希望以 shell 函數的形式來重新實現 shell 內建物件,\n"
2747"    但需要在函數之內執行該 shell 內建物件的情況下有用處。\n"
2748"    \n"
2749"    退出狀態:\n"
2750"    以 <shell 內建物件> 的退出狀態為準,或者如果 <shell 內建物件> 不是一個 "
2751"shell 內建物件時\n"
2752"    回傳 false。"
2753
2754#: builtins.c:369
2755msgid ""
2756"Return the context of the current subroutine call.\n"
2757"    \n"
2758"    Without EXPR, returns \"$line $filename\".  With EXPR, returns\n"
2759"    \"$line $subroutine $filename\"; this extra information can be used to\n"
2760"    provide a stack trace.\n"
2761"    \n"
2762"    The value of EXPR indicates how many call frames to go back before the\n"
2763"    current one; the top frame is frame 0.\n"
2764"    \n"
2765"    Exit Status:\n"
2766"    Returns 0 unless the shell is not executing a shell function or EXPR\n"
2767"    is invalid."
2768msgstr ""
2769"回傳目前子呼叫的語境。\n"
2770"    \n"
2771"    不帶有 EXPR 時,回傳「$line $filename」。帶有 EXPR 時,回傳\n"
2772"   「$line $subroutine $filename」;這個額外的資訊可以被用於提供\n"
2773"    堆疊追蹤。\n"
2774"    \n"
2775"    EXPR 的值顯示了到目前呼叫框格需要回去多少個呼叫框格;頂部框格\n"
2776"    是第 0 框格。\n"
2777"    \n"
2778"    退出狀態:\n"
2779"    除非 shell 不在執行一個 shell 函數或者 EXPR 無效,否則回傳結\n"
2780"    果為 0。"
2781
2782#: builtins.c:387
2783msgid ""
2784"Change the shell working directory.\n"
2785"    \n"
2786"    Change the current directory to DIR.  The default DIR is the value of "
2787"the\n"
2788"    HOME shell variable.\n"
2789"    \n"
2790"    The variable CDPATH defines the search path for the directory "
2791"containing\n"
2792"    DIR.  Alternative directory names in CDPATH are separated by a colon "
2793"(:).\n"
2794"    A null directory name is the same as the current directory.  If DIR "
2795"begins\n"
2796"    with a slash (/), then CDPATH is not used.\n"
2797"    \n"
2798"    If the directory is not found, and the shell option `cdable_vars' is "
2799"set,\n"
2800"    the word is assumed to be  a variable name.  If that variable has a "
2801"value,\n"
2802"    its value is used for DIR.\n"
2803"    \n"
2804"    Options:\n"
2805"      -L\tforce symbolic links to be followed: resolve symbolic\n"
2806"    \t\tlinks in DIR after processing instances of `..'\n"
2807"      -P\tuse the physical directory structure without following\n"
2808"    \t\tsymbolic links: resolve symbolic links in DIR before\n"
2809"    \t\tprocessing instances of `..'\n"
2810"      -e\tif the -P option is supplied, and the current working\n"
2811"    \t\tdirectory cannot be determined successfully, exit with\n"
2812"    \t\ta non-zero status\n"
2813"      -@\ton systems that support it, present a file with extended\n"
2814"    \t\tattributes as a directory containing the file attributes\n"
2815"    \n"
2816"    The default is to follow symbolic links, as if `-L' were specified.\n"
2817"    `..' is processed by removing the immediately previous pathname "
2818"component\n"
2819"    back to a slash or the beginning of DIR.\n"
2820"    \n"
2821"    Exit Status:\n"
2822"    Returns 0 if the directory is changed, and if $PWD is set successfully "
2823"when\n"
2824"    -P is used; non-zero otherwise."
2825msgstr ""
2826"變更 shell 工作目錄。\n"
2827"    \n"
2828"    變更目前目錄至 <目錄>。預設的 <目錄> 是 shell 變數 HOME\n"
2829"    的值。\n"
2830"    \n"
2831"    變數 CDPATH 定義了含有 <目錄> 的目錄搜尋路徑,其中不同的目錄名稱由冒號 "
2832"(:)分隔。\n"
2833"    一個空的目錄名稱表示目前目錄。如果要切換到的 <目錄> 由斜線 (/) 開頭,則 "
2834"CDPATH\n"
2835"    變數不會被使用。\n"
2836"    \n"
2837"    如果路徑找不到,並且 shell 選項「cdable_vars」被設定,則參數詞被假定為一"
2838"個\n"
2839"    變數名。如果該變數有值,則它的值被當做 <目錄>。\n"
2840"    \n"
2841"    選項:\n"
2842"        -L\t強制跟隨符號連結: 在處理「..」之後解析 <目錄> 中的符號連結。\n"
2843"        -P\t使用實體目錄結構而不跟隨符號連結: 在處理「..」之前解析 <目錄> 中"
2844"的符號連結。\n"
2845"        -e\t如果使用了 -P 參數,但不能成功確定目前工作目錄時,回傳非零的回傳"
2846"值。\n"
2847"        -@\t在支援擴充屬性的系統上,將一個有這些屬性的檔案當做有檔案屬性的目"
2848"錄。\n"
2849"    \n"
2850"    預設情況下跟隨符號連結,如同指定「-L」。\n"
2851"   「..」使用移除向前相鄰目錄名成員直到 <目錄> 開始或一個斜線的方式處理。\n"
2852"    \n"
2853"    退出狀態:\n"
2854"    如果目錄變更,或在使用 -P 選項時 $PWD 修改成功時回傳 0,否則非零。"
2855
2856#: builtins.c:425
2857msgid ""
2858"Print the name of the current working directory.\n"
2859"    \n"
2860"    Options:\n"
2861"      -L\tprint the value of $PWD if it names the current working\n"
2862"    \t\tdirectory\n"
2863"      -P\tprint the physical directory, without any symbolic links\n"
2864"    \n"
2865"    By default, `pwd' behaves as if `-L' were specified.\n"
2866"    \n"
2867"    Exit Status:\n"
2868"    Returns 0 unless an invalid option is given or the current directory\n"
2869"    cannot be read."
2870msgstr ""
2871"印出目前工作目錄的名字。\n"
2872"    \n"
2873"    選項:\n"
2874"      -L\t印出 $PWD 變數的值,如果它包含了目前的工作目錄\n"
2875"      -P\t印出目前的實體路徑,不帶有任何的符號連結\n"
2876"    \n"
2877"    預設情況下,「pwd」的行為和帶「-L」選項一致\n"
2878"    \n"
2879"    退出狀態:\n"
2880"    除非使用了無效選項或者目前目錄不可讀,否則回傳狀態為 0。"
2881
2882#: builtins.c:442
2883msgid ""
2884"Null command.\n"
2885"    \n"
2886"    No effect; the command does nothing.\n"
2887"    \n"
2888"    Exit Status:\n"
2889"    Always succeeds."
2890msgstr ""
2891"空的指令。\n"
2892"    \n"
2893"    沒有效果;此指令不做任何操作。\n"
2894"    \n"
2895"    退出狀態:\n"
2896"    一律成功。"
2897
2898#: builtins.c:453
2899msgid ""
2900"Return a successful result.\n"
2901"    \n"
2902"    Exit Status:\n"
2903"    Always succeeds."
2904msgstr ""
2905"回傳一個成功結果。\n"
2906"    \n"
2907"    退出狀態:\n"
2908"    一律成功。"
2909
2910#: builtins.c:462
2911msgid ""
2912"Return an unsuccessful result.\n"
2913"    \n"
2914"    Exit Status:\n"
2915"    Always fails."
2916msgstr ""
2917"回傳一個不成功的結果。\n"
2918"    \n"
2919"    退出狀態:\n"
2920"    一律失敗。"
2921
2922#: builtins.c:471
2923msgid ""
2924"Execute a simple command or display information about commands.\n"
2925"    \n"
2926"    Runs COMMAND with ARGS suppressing  shell function lookup, or display\n"
2927"    information about the specified COMMANDs.  Can be used to invoke "
2928"commands\n"
2929"    on disk when a function with the same name exists.\n"
2930"    \n"
2931"    Options:\n"
2932"      -p    use a default value for PATH that is guaranteed to find all of\n"
2933"            the standard utilities\n"
2934"      -v    print a description of COMMAND similar to the `type' builtin\n"
2935"      -V    print a more verbose description of each COMMAND\n"
2936"    \n"
2937"    Exit Status:\n"
2938"    Returns exit status of COMMAND, or failure if COMMAND is not found."
2939msgstr ""
2940"執行一個簡單指令或者顯示指令的相關資訊。\n"
2941"    \n"
2942"    帶 ARGS 參數執行 COMMAND 指令且抑制 shell 函數查詢,或顯示\n"
2943"    指定的 COMMAND 指令的資訊。可以在存在相同名稱函數定義的\n"
2944"    情況下被用於啟動磁碟上的指令。\n"
2945"    \n"
2946"    選項:\n"
2947"      -p\t使用 PATH 變數的一個預設值以確保所有的標準工具都能被找到。\n"
2948"      -v\t印出 COMMAND 指令的描述,和「type」內建相似\n"
2949"      -V\t印出每個 COMMAND 指令的詳細描述\n"
2950"    \n"
2951"    退出狀態:\n"
2952"    回傳 COMMAND 指令的回傳狀態,或者當找不到 COMMAND 指令時失敗。"
2953
2954#: builtins.c:490
2955#, fuzzy
2956msgid ""
2957"Set variable values and attributes.\n"
2958"    \n"
2959"    Declare variables and give them attributes.  If no NAMEs are given,\n"
2960"    display the attributes and values of all variables.\n"
2961"    \n"
2962"    Options:\n"
2963"      -f\trestrict action or display to function names and definitions\n"
2964"      -F\trestrict display to function names only (plus line number and\n"
2965"    \t\tsource file when debugging)\n"
2966"      -g\tcreate global variables when used in a shell function; otherwise\n"
2967"    \t\tignored\n"
2968"      -I\tif creating a local variable, inherit the attributes and value\n"
2969"    \t\tof a variable with the same name at a previous scope\n"
2970"      -p\tdisplay the attributes and value of each NAME\n"
2971"    \n"
2972"    Options which set attributes:\n"
2973"      -a\tto make NAMEs indexed arrays (if supported)\n"
2974"      -A\tto make NAMEs associative arrays (if supported)\n"
2975"      -i\tto make NAMEs have the `integer' attribute\n"
2976"      -l\tto convert the value of each NAME to lower case on assignment\n"
2977"      -n\tmake NAME a reference to the variable named by its value\n"
2978"      -r\tto make NAMEs readonly\n"
2979"      -t\tto make NAMEs have the `trace' attribute\n"
2980"      -u\tto convert the value of each NAME to upper case on assignment\n"
2981"      -x\tto make NAMEs export\n"
2982"    \n"
2983"    Using `+' instead of `-' turns off the given attribute.\n"
2984"    \n"
2985"    Variables with the integer attribute have arithmetic evaluation (see\n"
2986"    the `let' command) performed when the variable is assigned a value.\n"
2987"    \n"
2988"    When used in a function, `declare' makes NAMEs local, as with the "
2989"`local'\n"
2990"    command.  The `-g' option suppresses this behavior.\n"
2991"    \n"
2992"    Exit Status:\n"
2993"    Returns success unless an invalid option is supplied or a variable\n"
2994"    assignment error occurs."
2995msgstr ""
2996"設定變數值和屬性。\n"
2997"    \n"
2998"    規範變數並且賦予它們屬性。如果沒用指定名稱,\n"
2999"    則顯示所有變數的屬性和值。\n"
3000"    \n"
3001"    選項:\n"
3002"      -f\t限制動作或顯示為只有函數名稱和定義\n"
3003"      -F\t限制僅顯示函數名稱 (以及列號和原始檔名於偵錯時)\n"
3004"      -g\t當用於 shell 函數內時建立全域變數 ; 否則忽略\n"
3005"      -p\t顯示每個 <名稱> 變數的屬性和值\n"
3006"    \n"
3007"    設定屬性的選項:\n"
3008"      -a\t使 <名稱> 成為索引陣列 (如果支援)\n"
3009"      -A\t使 <名稱> 成為關聯陣列 (如果支援)\n"
3010"      -i\t使 <名稱> 帶有「integer」(整數)屬性\n"
3011"      -l\t將每個 <名稱> 的值在指派時轉為小寫\n"
3012"      -n\t使 <名稱> 成為指向一個以其值為名稱的變數引用\n"
3013"      -r\t將 <名稱> 變為唯讀\n"
3014"      -t\t使 <名稱> 帶有「trace」(追蹤)屬性\n"
3015"      -u\t將每個 <名稱> 的值在指派時轉為大寫\n"
3016"      -x\t將 <名稱> 匯出\n"
3017"    \n"
3018"    用「+」代替「-」會關閉指定選項。\n"
3019"    \n"
3020"    帶有整數屬性的變數在指派時將使用算術求值(見\n"
3021"   「let」指令)\n"
3022"    \n"
3023"    在函數中使用時,「declare」使 <名稱> 成為本機變數,和「local」\n"
3024"    指令一致。「-g」選項壓制這個行為\n"
3025"    \n"
3026"    退出狀態:\n"
3027"    回傳成功除非使用了無效選項或者發生錯誤。"
3028
3029#: builtins.c:532
3030msgid ""
3031"Set variable values and attributes.\n"
3032"    \n"
3033"    A synonym for `declare'.  See `help declare'."
3034msgstr ""
3035"設定變數的值和屬性。\n"
3036"    \n"
3037"    功能相同於「declare」。參見「help declare」。"
3038
3039#: builtins.c:540
3040msgid ""
3041"Define local variables.\n"
3042"    \n"
3043"    Create a local variable called NAME, and give it VALUE.  OPTION can\n"
3044"    be any option accepted by `declare'.\n"
3045"    \n"
3046"    Local variables can only be used within a function; they are visible\n"
3047"    only to the function where they are defined and its children.\n"
3048"    \n"
3049"    Exit Status:\n"
3050"    Returns success unless an invalid option is supplied, a variable\n"
3051"    assignment error occurs, or the shell is not executing a function."
3052msgstr ""
3053"定義本機變數。\n"
3054"    \n"
3055"    建立一個以 <名稱> 為名稱的變數,並且將 VALUE 指派給它。\n"
3056"    OPTION 選項可以是任何能被「declare」接受的選項。\n"
3057"    \n"
3058"    本機變數只能在函數內部被使用,它們只能在定義它們的函數內\n"
3059"    部以及子函數中可見。\n"
3060"    \n"
3061"    退出狀態:\n"
3062"    回傳成功,除非使用了無效的選項、發生了指派錯誤或者 shell 不在執行一個函"
3063"數。"
3064
3065#: builtins.c:557
3066msgid ""
3067"Write arguments to the standard output.\n"
3068"    \n"
3069"    Display the ARGs, separated by a single space character and followed by "
3070"a\n"
3071"    newline, on the standard output.\n"
3072"    \n"
3073"    Options:\n"
3074"      -n\tdo not append a newline\n"
3075"      -e\tenable interpretation of the following backslash escapes\n"
3076"      -E\texplicitly suppress interpretation of backslash escapes\n"
3077"    \n"
3078"    `echo' interprets the following backslash-escaped characters:\n"
3079"      \\a\talert (bell)\n"
3080"      \\b\tbackspace\n"
3081"      \\c\tsuppress further output\n"
3082"      \\e\tescape character\n"
3083"      \\E\tescape character\n"
3084"      \\f\tform feed\n"
3085"      \\n\tnew line\n"
3086"      \\r\tcarriage return\n"
3087"      \\t\thorizontal tab\n"
3088"      \\v\tvertical tab\n"
3089"      \\\\\tbackslash\n"
3090"      \\0nnn\tthe character whose ASCII code is NNN (octal).  NNN can be\n"
3091"    \t\t0 to 3 octal digits\n"
3092"      \\xHH\tthe eight-bit character whose value is HH (hexadecimal).  HH\n"
3093"    \t\tcan be one or two hex digits\n"
3094"      \\uHHHH\tthe Unicode character whose value is the hexadecimal value "
3095"HHHH.\n"
3096"    \t\tHHHH can be one to four hex digits.\n"
3097"      \\UHHHHHHHH the Unicode character whose value is the hexadecimal "
3098"value\n"
3099"    \t\tHHHHHHHH. HHHHHHHH can be one to eight hex digits.\n"
3100"    \n"
3101"    Exit Status:\n"
3102"    Returns success unless a write error occurs."
3103msgstr ""
3104"將參數寫入標準輸出。\n"
3105"    \n"
3106"    在標準輸出上,顯示用空格分割的 ARG 參數後跟一個換列。\n"
3107"    \n"
3108"    選項:\n"
3109"      -n\t不要追加換列\n"
3110"      -e\t啟用下列反斜線逸出的解釋\n"
3111"      -E\t顯式地抑制對於反斜線逸出的解釋\n"
3112"    \n"
3113"   「echo」對下列反斜線字元進行逸出:\n"
3114"      \\a\t警告(響鈴)\n"
3115"      \\b\t退格\n"
3116"      \\c\t抑制更多的輸出\n"
3117"      \\e\t逸出字元\n"
3118"      \\f\t換頁字元\n"
3119"      \\n\t換列\n"
3120"      \\r\t輸入鍵\n"
3121"      \\t\t橫向製表符\n"
3122"      \\v\t縱向製表符\n"
3123"      \\\\\t反斜線\n"
3124"      \\0nnn\t以 NNN (八進位)為 ASCII 碼的字元。 NNN 可以是 0 到 3 個八進位數"
3125"字\n"
3126"      \\xHH\t以 HH (十六進位)為值的八進位字元。HH 可以是一個或兩個十六進位數"
3127"字\n"
3128"      \\uHHHH\t以十六進位 HHHH 為值的 Unicode 字元。\n"
3129"    \t\tHHHH 可為一個到四個十六進位數字。\n"
3130"      \\UHHHHHHHH 以十六進位 HHHHHHHH 為值的 Unicode 字元。\n"
3131"    \t\tHHHHHHHH 可為一個到八個十六進位數字。\n"
3132"    \n"
3133"    退出狀態:\n"
3134"    回傳成功除非有寫入錯誤發生。"
3135
3136#: builtins.c:597
3137msgid ""
3138"Write arguments to the standard output.\n"
3139"    \n"
3140"    Display the ARGs on the standard output followed by a newline.\n"
3141"    \n"
3142"    Options:\n"
3143"      -n\tdo not append a newline\n"
3144"    \n"
3145"    Exit Status:\n"
3146"    Returns success unless a write error occurs."
3147msgstr ""
3148"寫入參數至標準輸出裝置。\n"
3149"    \n"
3150"    在標準輸出裝置上顯示 <參數> 和一個換列。\n"
3151"    \n"
3152"    選項:\n"
3153"      -n\t不附加換列\n"
3154"    \n"
3155"    退出狀態:\n"
3156"    除非寫錯誤發生,否則回傳成功。"
3157
3158#: builtins.c:612
3159msgid ""
3160"Enable and disable shell builtins.\n"
3161"    \n"
3162"    Enables and disables builtin shell commands.  Disabling allows you to\n"
3163"    execute a disk command which has the same name as a shell builtin\n"
3164"    without using a full pathname.\n"
3165"    \n"
3166"    Options:\n"
3167"      -a\tprint a list of builtins showing whether or not each is enabled\n"
3168"      -n\tdisable each NAME or display a list of disabled builtins\n"
3169"      -p\tprint the list of builtins in a reusable format\n"
3170"      -s\tprint only the names of Posix `special' builtins\n"
3171"    \n"
3172"    Options controlling dynamic loading:\n"
3173"      -f\tLoad builtin NAME from shared object FILENAME\n"
3174"      -d\tRemove a builtin loaded with -f\n"
3175"    \n"
3176"    Without options, each NAME is enabled.\n"
3177"    \n"
3178"    To use the `test' found in $PATH instead of the shell builtin\n"
3179"    version, type `enable -n test'.\n"
3180"    \n"
3181"    Exit Status:\n"
3182"    Returns success unless NAME is not a shell builtin or an error occurs."
3183msgstr ""
3184"啟用和停用 shell 內建物件。\n"
3185"    \n"
3186"    啟用和停用 shell 的內建指令。停用使您能夠執行一個和內建\n"
3187"    指令同名磁碟上的指令,而無須使用完整的路徑名。\n"
3188"    \n"
3189"    \n"
3190"    選項:\n"
3191"      -a\t印出一個內建的列表,並顯示其中每一個是否啟用\n"
3192"      -n\t停用每一個 <名稱> 內建或者顯示一個被停用的內建列表\n"
3193"      -p\t以可重用的格式印出一個內建的列表\n"
3194"      -s\t僅印出 Posix「special」 內建的名稱\n"
3195"    \n"
3196"    控制動態載入的選項:\n"
3197"      -f\t從共享物件 <檔名> 檔案中載入 <名稱> 內建\n"
3198"      -d\t刪除以 -f 選項載入的內建\n"
3199"    \n"
3200"    不帶選項時,每一個 <名稱> 內建都被啟用。\n"
3201"    \n"
3202"    如果要使用 $PATH 中找到的「test」而不是 shell 內建物件的版本,\n"
3203"    輸入「enable -n test」。\n"
3204"    \n"
3205"    退出狀態:\n"
3206"    回傳成功,除非 <名稱> 不是一個 shell 內建物件或者有錯誤發生。"
3207
3208#: builtins.c:640
3209msgid ""
3210"Execute arguments as a shell command.\n"
3211"    \n"
3212"    Combine ARGs into a single string, use the result as input to the "
3213"shell,\n"
3214"    and execute the resulting commands.\n"
3215"    \n"
3216"    Exit Status:\n"
3217"    Returns exit status of command or success if command is null."
3218msgstr ""
3219"將參數做為 shell 指令執行。\n"
3220"    \n"
3221"    將 <參數> 合成一個字串,用結果做為 shell 的輸入,\n"
3222"    並且執行得到的指令。\n"
3223"    \n"
3224"    退出狀態:\n"
3225"    以指令的狀態退出,或者在指令為空的情況下回傳成功。"
3226
3227#: builtins.c:652
3228#, fuzzy
3229msgid ""
3230"Parse option arguments.\n"
3231"    \n"
3232"    Getopts is used by shell procedures to parse positional parameters\n"
3233"    as options.\n"
3234"    \n"
3235"    OPTSTRING contains the option letters to be recognized; if a letter\n"
3236"    is followed by a colon, the option is expected to have an argument,\n"
3237"    which should be separated from it by white space.\n"
3238"    \n"
3239"    Each time it is invoked, getopts will place the next option in the\n"
3240"    shell variable $name, initializing name if it does not exist, and\n"
3241"    the index of the next argument to be processed into the shell\n"
3242"    variable OPTIND.  OPTIND is initialized to 1 each time the shell or\n"
3243"    a shell script is invoked.  When an option requires an argument,\n"
3244"    getopts places that argument into the shell variable OPTARG.\n"
3245"    \n"
3246"    getopts reports errors in one of two ways.  If the first character\n"
3247"    of OPTSTRING is a colon, getopts uses silent error reporting.  In\n"
3248"    this mode, no error messages are printed.  If an invalid option is\n"
3249"    seen, getopts places the option character found into OPTARG.  If a\n"
3250"    required argument is not found, getopts places a ':' into NAME and\n"
3251"    sets OPTARG to the option character found.  If getopts is not in\n"
3252"    silent mode, and an invalid option is seen, getopts places '?' into\n"
3253"    NAME and unsets OPTARG.  If a required argument is not found, a '?'\n"
3254"    is placed in NAME, OPTARG is unset, and a diagnostic message is\n"
3255"    printed.\n"
3256"    \n"
3257"    If the shell variable OPTERR has the value 0, getopts disables the\n"
3258"    printing of error messages, even if the first character of\n"
3259"    OPTSTRING is not a colon.  OPTERR has the value 1 by default.\n"
3260"    \n"
3261"    Getopts normally parses the positional parameters, but if arguments\n"
3262"    are supplied as ARG values, they are parsed instead.\n"
3263"    \n"
3264"    Exit Status:\n"
3265"    Returns success if an option is found; fails if the end of options is\n"
3266"    encountered or an error occurs."
3267msgstr ""
3268"解析選項參數。\n"
3269"    \n"
3270"    Getopts 被 shell 過程用於解析可定位的參數做為選項。\n"
3271"    \n"
3272"    \n"
3273"    <選項字串> 字串包含待識別的選項字母;如果一個字母後面跟\n"
3274"    著分號,則該選項需要一個參數,而該參數應用空格與選項分開。\n"
3275"    \n"
3276"    \n"
3277"    每次啟動時,getopts 會將下一個選項放到 shell 變數 $name\n"
3278"    中,如果 name 變數不存在則先將其初始化,而下一個待處\n"
3279"    理的參數序號放入 shell 變數 OPTIND 中。OPTIND 變數在每\n"
3280"    次 shell 或者 shell 指令稿啟動時都被初始化為 1。當一個選項要\n"
3281"    求有一個參數時,getopts 將參數放入 shell 變數 OPTARG\n"
3282"    中。\n"
3283"    \n"
3284"    getopts 有兩種通報錯誤的方法。如果 <選項字串> 變數的第\n"
3285"    一個字元是冒號,getopts 使用沉默錯誤通報。在這種模式\n"
3286"    下,不會印發生錯誤誤訊息。如果看到了一個無效的選項,\n"
3287"    getopts 將找到的選項字元放至 OPTARG 變數中。如果一個必\n"
3288"    須的選項沒有找到,getopts 放一個「:」到 <名稱> 變數中並且設\n"
3289"    置 OPTARG 變數為找到的選項字元。如果 getopts 不在沉默模\n"
3290"    式中,並且遇到了一個無效的選項,getopts 放置一個「?」到 <名稱> \n"
3291"    變數中並且取消設定 OPTARG 變數。如果必須的選項沒有找到,\n"
3292"    一個「?」會被放入 <名稱> 變數中,OPTARG 將被取消設定,並且會\n"
3293"    印出一個診斷資訊。\n"
3294"    \n"
3295"    如果 shell 變數 OPTERR 的值為 0,getopts 停用\n"
3296"    錯誤資訊的印出,即使 <選項字串> 變數的第一個字元不是一\n"
3297"    個冒號。OPTERR 的預設值為 1。\n"
3298"    \n"
3299"    Getopts 通常解析可定位的參數($0 - $9),不過如果提供了\n"
3300"    更多的參數,它們反而會被解析。\n"
3301"    \n"
3302"    退出狀態:\n"
3303"    如果一個選項被找到則回傳成功;如果遇到了選項的結尾或者\n"
3304"    有錯誤發生則回傳失敗。"
3305
3306#: builtins.c:694
3307msgid ""
3308"Replace the shell with the given command.\n"
3309"    \n"
3310"    Execute COMMAND, replacing this shell with the specified program.\n"
3311"    ARGUMENTS become the arguments to COMMAND.  If COMMAND is not "
3312"specified,\n"
3313"    any redirections take effect in the current shell.\n"
3314"    \n"
3315"    Options:\n"
3316"      -a name\tpass NAME as the zeroth argument to COMMAND\n"
3317"      -c\texecute COMMAND with an empty environment\n"
3318"      -l\tplace a dash in the zeroth argument to COMMAND\n"
3319"    \n"
3320"    If the command cannot be executed, a non-interactive shell exits, "
3321"unless\n"
3322"    the shell option `execfail' is set.\n"
3323"    \n"
3324"    Exit Status:\n"
3325"    Returns success unless COMMAND is not found or a redirection error "
3326"occurs."
3327msgstr ""
3328"使用指定指令取代 shell。\n"
3329"    \n"
3330"    執行 COMMAND 指令,以指定的程式取代這個 shell。\n"
3331"    ARGUMENTS 參數成為 COMMAND 指令的參數。如果\n"
3332"    沒有指定 COMMAND 指令,則任何的重定向在目前 shell 中生效。\n"
3333"    \n"
3334"    選項:\n"
3335"      -a 名稱\t做為第 0 個參數傳遞給 COMMAND 指令\n"
3336"      -c\t\t在空環境中執行 COMMAND 指令\n"
3337"      -l\t\t在 COMMAND 指令的第 0 個參數中加一個短線\n"
3338"    \n"
3339"    如果指令不能被執行,則退出一個非互動式的 shell,除非\n"
3340"   shell 選項「execfail」已經設定。\n"
3341"    \n"
3342"    退出狀態:\n"
3343"    回傳成功除非 COMMAND 指令沒有找到或者出現一個重定向錯誤。"
3344
3345#: builtins.c:715
3346msgid ""
3347"Exit the shell.\n"
3348"    \n"
3349"    Exits the shell with a status of N.  If N is omitted, the exit status\n"
3350"    is that of the last command executed."
3351msgstr ""
3352"退出 shell。\n"
3353"    \n"
3354"    以狀態 N 退出 shell。  如果 N 被省略,則退出狀態\n"
3355"    為最後一個執行指令的退出狀態。"
3356
3357#: builtins.c:724
3358msgid ""
3359"Exit a login shell.\n"
3360"    \n"
3361"    Exits a login shell with exit status N.  Returns an error if not "
3362"executed\n"
3363"    in a login shell."
3364msgstr ""
3365"退出一個登入 shell。\n"
3366"    \n"
3367"    以狀態 N 退出一個登入 shell。如果不在登入 shell 中執行,則\n"
3368"    回傳一個錯誤。"
3369
3370#: builtins.c:734
3371msgid ""
3372"Display or execute commands from the history list.\n"
3373"    \n"
3374"    fc is used to list or edit and re-execute commands from the history "
3375"list.\n"
3376"    FIRST and LAST can be numbers specifying the range, or FIRST can be a\n"
3377"    string, which means the most recent command beginning with that\n"
3378"    string.\n"
3379"    \n"
3380"    Options:\n"
3381"      -e ENAME\tselect which editor to use.  Default is FCEDIT, then "
3382"EDITOR,\n"
3383"    \t\tthen vi\n"
3384"      -l \tlist lines instead of editing\n"
3385"      -n\tomit line numbers when listing\n"
3386"      -r\treverse the order of the lines (newest listed first)\n"
3387"    \n"
3388"    With the `fc -s [pat=rep ...] [command]' format, COMMAND is\n"
3389"    re-executed after the substitution OLD=NEW is performed.\n"
3390"    \n"
3391"    A useful alias to use with this is r='fc -s', so that typing `r cc'\n"
3392"    runs the last command beginning with `cc' and typing `r' re-executes\n"
3393"    the last command.\n"
3394"    \n"
3395"    Exit Status:\n"
3396"    Returns success or status of executed command; non-zero if an error "
3397"occurs."
3398msgstr ""
3399"從歷史記錄列表中顯示或者執行指令。\n"
3400"    \n"
3401"    fc 被用於從歷史記錄列表中列出或者重新編輯並執行指令。\n"
3402"    FIRST 和 LAST 變數可以是數字用於指定範圍,或者 FIRST 可以是\n"
3403"    字串,意味著以這個字串開頭的最近一個指令。\n"
3404"    \n"
3405"    \n"
3406"    選項:\n"
3407"      -e ENAME\t選擇使用哪個編輯器。預設的是 FCEDIT,然後是 EDITOR,\n"
3408"    \t\t然後是 vi\n"
3409"      -l \t列出列而不編輯\n"
3410"      -n\t列舉時省略列號\n"
3411"      -r\t反轉列的順序(最新列在前)\n"
3412"    \n"
3413"    用「fc -s [模式=取代 …] [指令]」的格式,COMMAND 指令會在 OLD=NEW\n"
3414"    取代之後被重新執行。\n"
3415"    \n"
3416"    r=「fc -s」是一個有用的別名,這樣的話輸入「r cc」會執行最後一個以「cc」\n"
3417"    開頭的指令,輸入「r」會重新執行最後一個指令。\n"
3418"    \n"
3419"    \n"
3420"    退出狀態:\n"
3421"    回傳成功,或者執行指令的狀態;如果錯誤發生則回傳非零。"
3422
3423#: builtins.c:764
3424msgid ""
3425"Move job to the foreground.\n"
3426"    \n"
3427"    Place the job identified by JOB_SPEC in the foreground, making it the\n"
3428"    current job.  If JOB_SPEC is not present, the shell's notion of the\n"
3429"    current job is used.\n"
3430"    \n"
3431"    Exit Status:\n"
3432"    Status of command placed in foreground, or failure if an error occurs."
3433msgstr ""
3434"將工作移至前臺。\n"
3435"    \n"
3436"    將以 JOB_SPEC 識別的工作放至前臺,使其成為\n"
3437"    目前工作。如果 JOB_SPEC 不存在,shell 觀念中的目前工作 \n"
3438"    將被使用。\n"
3439"    \n"
3440"    退出狀態:\n"
3441"    放至前臺的指令狀態,或者當錯誤發生時為失敗。"
3442
3443#: builtins.c:779
3444msgid ""
3445"Move jobs to the background.\n"
3446"    \n"
3447"    Place the jobs identified by each JOB_SPEC in the background, as if "
3448"they\n"
3449"    had been started with `&'.  If JOB_SPEC is not present, the shell's "
3450"notion\n"
3451"    of the current job is used.\n"
3452"    \n"
3453"    Exit Status:\n"
3454"    Returns success unless job control is not enabled or an error occurs."
3455msgstr ""
3456"移動工作至後臺。\n"
3457"    \n"
3458"    將 JOB_SPEC 識別的工作放至後臺,就像它們\n"
3459"    是帶「&」啟動的一樣。如果 JOB_SPEC 不存在,shell 觀念中的\n"
3460"    目前工作將會被使用。\n"
3461"    \n"
3462"    退出狀態:\n"
3463"    回傳成功除非工作管理沒有啟用或者錯誤發生。"
3464
3465#: builtins.c:793
3466msgid ""
3467"Remember or display program locations.\n"
3468"    \n"
3469"    Determine and remember the full pathname of each command NAME.  If\n"
3470"    no arguments are given, information about remembered commands is "
3471"displayed.\n"
3472"    \n"
3473"    Options:\n"
3474"      -d\tforget the remembered location of each NAME\n"
3475"      -l\tdisplay in a format that may be reused as input\n"
3476"      -p pathname\tuse PATHNAME as the full pathname of NAME\n"
3477"      -r\tforget all remembered locations\n"
3478"      -t\tprint the remembered location of each NAME, preceding\n"
3479"    \t\teach location with the corresponding NAME if multiple\n"
3480"    \t\tNAMEs are given\n"
3481"    Arguments:\n"
3482"      NAME\tEach NAME is searched for in $PATH and added to the list\n"
3483"    \t\tof remembered commands.\n"
3484"    \n"
3485"    Exit Status:\n"
3486"    Returns success unless NAME is not found or an invalid option is given."
3487msgstr ""
3488"記住或顯示程式位置。\n"
3489"    \n"
3490"    確定並記住每一個指定 <名稱> 指令的完整路徑。\n"
3491"    如果不提供參數,則顯示已經記住指令的資訊。\n"
3492"    \n"
3493"    選項:\n"
3494"      -d\t\t忘記每一個已經記住的 <名稱> 的位置\n"
3495"      -l\t\t以可做為輸入重用的格式顯示\n"
3496"      -p pathname\t使用 pathname 路徑做為 <名稱> 指令的全路徑\n"
3497"      -r\t\t忘記所有記住的位置\n"
3498"      -t\t\t印出記住的每一個 <名稱> 的位置,如果指定了多個\n"
3499"    \t\t<名稱>,則每個位置前面會加上相應的 <名稱> \n"
3500"    \t\t\n"
3501"    參數:\n"
3502"      <名稱>\t\t每個 <名稱> 會在 $PATH 路徑變數中被搜尋,並且新增到記住的指"
3503"令\n"
3504"    列表中。\n"
3505"    \n"
3506"    退出狀態:\n"
3507"    回傳成功,除非 <名稱> 指令沒有找到或者使用了無效的選項。"
3508
3509#: builtins.c:818
3510msgid ""
3511"Display information about builtin commands.\n"
3512"    \n"
3513"    Displays brief summaries of builtin commands.  If PATTERN is\n"
3514"    specified, gives detailed help on all commands matching PATTERN,\n"
3515"    otherwise the list of help topics is printed.\n"
3516"    \n"
3517"    Options:\n"
3518"      -d\toutput short description for each topic\n"
3519"      -m\tdisplay usage in pseudo-manpage format\n"
3520"      -s\toutput only a short usage synopsis for each topic matching\n"
3521"    \t\tPATTERN\n"
3522"    \n"
3523"    Arguments:\n"
3524"      PATTERN\tPattern specifying a help topic\n"
3525"    \n"
3526"    Exit Status:\n"
3527"    Returns success unless PATTERN is not found or an invalid option is "
3528"given."
3529msgstr ""
3530"顯示內建指令的相關資訊。\n"
3531"    \n"
3532"    顯示內建指令的簡略資訊。如果指定了 PATTERN 模式,\n"
3533"    給出所有符合 PATTERN 模式指令的詳細說明,否則印出\n"
3534"    一個說明主題列表\n"
3535"    \n"
3536"    選項:\n"
3537"      -d\t輸出每個主題的簡短描述\n"
3538"      -m\t以偽 man 手冊的格式顯示使用方法\n"
3539"      -s\t為每一個符合 PATTERN 模式的主題僅顯示一個用法\n"
3540"    \t簡介\n"
3541"    \n"
3542"    參數:\n"
3543"      PATTERN\tPattern 模式指定一個說明主題\n"
3544"    \n"
3545"    退出狀態:\n"
3546"    回傳成功,除非 PATTERN 模式沒有找到或者使用了無效選項。"
3547
3548#: builtins.c:842
3549msgid ""
3550"Display or manipulate the history list.\n"
3551"    \n"
3552"    Display the history list with line numbers, prefixing each modified\n"
3553"    entry with a `*'.  An argument of N lists only the last N entries.\n"
3554"    \n"
3555"    Options:\n"
3556"      -c\tclear the history list by deleting all of the entries\n"
3557"      -d offset\tdelete the history entry at position OFFSET. Negative\n"
3558"    \t\toffsets count back from the end of the history list\n"
3559"    \n"
3560"      -a\tappend history lines from this session to the history file\n"
3561"      -n\tread all history lines not already read from the history file\n"
3562"    \t\tand append them to the history list\n"
3563"      -r\tread the history file and append the contents to the history\n"
3564"    \t\tlist\n"
3565"      -w\twrite the current history to the history file\n"
3566"    \n"
3567"      -p\tperform history expansion on each ARG and display the result\n"
3568"    \t\twithout storing it in the history list\n"
3569"      -s\tappend the ARGs to the history list as a single entry\n"
3570"    \n"
3571"    If FILENAME is given, it is used as the history file.  Otherwise,\n"
3572"    if HISTFILE has a value, that is used, else ~/.bash_history.\n"
3573"    \n"
3574"    If the HISTTIMEFORMAT variable is set and not null, its value is used\n"
3575"    as a format string for strftime(3) to print the time stamp associated\n"
3576"    with each displayed history entry.  No time stamps are printed "
3577"otherwise.\n"
3578"    \n"
3579"    Exit Status:\n"
3580"    Returns success unless an invalid option is given or an error occurs."
3581msgstr ""
3582"顯示或操縱歷史記錄列表。\n"
3583"    \n"
3584"    帶列號顯示歷史記錄列表,將每個被修改的條目加上字首「*」。\n"
3585"    參數 N 會僅列出最後的 N 個條目。\n"
3586"    \n"
3587"    選項:\n"
3588"      -c\t刪除所有條目從而清空歷史記錄列表。\n"
3589"      -d 偏移量\t從指定位置刪除歷史記錄列表。負數偏移量會從歷史記錄列表\n"
3590"    \t\t的尾端數回來。\n"
3591"    \n"
3592"      -a\t將目前工作階段的歷史記錄列追加到歷史記錄檔案中\n"
3593"      -n\t從歷史記錄檔案中讀取所有未被讀取的列\n"
3594"\t\t並且將它們追加到歷史列表      -r\t讀取歷史記錄檔案並將內容追加到歷史記錄"
3595"列表中\n"
3596"      -w\t將目前歷史記錄寫入到歷史記錄檔案中,並追加到歷史記錄列表中\n"
3597"    \n"
3598"      -p\t對每一個 <參數> 展開歷史記錄並顯示結果,而不儲存到歷史記錄列表中\n"
3599"      -s\t以單條紀錄追加 <參數> 到歷史記錄列表中\n"
3600"    \n"
3601"    如果指定了 <檔名>,則它將被做為歷史記錄檔案。否則\n"
3602"    如果 $HISTFILE 變數有值的話使用之,不然使用 ~/.bash_history 檔案。\n"
3603"    \n"
3604"    如果 $HISTTIMEFORMAT 變數被設定並且不為空,它的值會被用於\n"
3605"    strftime(3) 的格式字串來印出與每一個顯示的歷史記錄條目想關聯的時\n"
3606"    間戳,否則不印出時間戳。\n"
3607"    \n"
3608"    退出狀態:\n"
3609"    回傳成功,除非使用了無效的選項或者發生錯誤。"
3610
3611#: builtins.c:879
3612msgid ""
3613"Display status of jobs.\n"
3614"    \n"
3615"    Lists the active jobs.  JOBSPEC restricts output to that job.\n"
3616"    Without options, the status of all active jobs is displayed.\n"
3617"    \n"
3618"    Options:\n"
3619"      -l\tlists process IDs in addition to the normal information\n"
3620"      -n\tlists only processes that have changed status since the last\n"
3621"    \t\tnotification\n"
3622"      -p\tlists process IDs only\n"
3623"      -r\trestrict output to running jobs\n"
3624"      -s\trestrict output to stopped jobs\n"
3625"    \n"
3626"    If -x is supplied, COMMAND is run after all job specifications that\n"
3627"    appear in ARGS have been replaced with the process ID of that job's\n"
3628"    process group leader.\n"
3629"    \n"
3630"    Exit Status:\n"
3631"    Returns success unless an invalid option is given or an error occurs.\n"
3632"    If -x is used, returns the exit status of COMMAND."
3633msgstr ""
3634"顯示工作狀態。\n"
3635"    \n"
3636"    列出活動的工作。JOBSPEC 限制僅輸出指定的工作。\n"
3637"    不帶選項時,所有活動工作的狀態都會顯示。\n"
3638"    \n"
3639"    選項:\n"
3640"      -l\t在正常資訊基礎上列出行程識別碼\n"
3641"      -n\t僅列出上次通告之後變更了狀態的行程\n"
3642"      -p\t僅列出行程識別碼\n"
3643"      -r\t限制僅輸出執行中的工作\n"
3644"      -s\t限制僅輸出停止的工作\n"
3645"    \n"
3646"    如果使用了 -x 選項,<參數> 中的所有工作規格會被取代為該工作\n"
3647"    的行程群組首領的行程識別碼,然後執行 COMMAND 指令。\n"
3648"    \n"
3649"    退出狀態:\n"
3650"    回傳成功,除非使用了無效的選項或者有錯誤發生。\n"
3651"    如果使用 -x 選項,則回傳 COMMAND 指令的退出狀態。"
3652
3653#: builtins.c:906
3654msgid ""
3655"Remove jobs from current shell.\n"
3656"    \n"
3657"    Removes each JOBSPEC argument from the table of active jobs.  Without\n"
3658"    any JOBSPECs, the shell uses its notion of the current job.\n"
3659"    \n"
3660"    Options:\n"
3661"      -a\tremove all jobs if JOBSPEC is not supplied\n"
3662"      -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n"
3663"    \t\tshell receives a SIGHUP\n"
3664"      -r\tremove only running jobs\n"
3665"    \n"
3666"    Exit Status:\n"
3667"    Returns success unless an invalid option or JOBSPEC is given."
3668msgstr ""
3669"從目前 shell 中刪除工作。\n"
3670"    \n"
3671"    從活動工作表中刪除每一個 JOBSPEC 參數。不帶任何\n"
3672"    JOBSPEC 參數時,shell 使用觀念中的目前工作。\n"
3673"    \n"
3674"    選項:\n"
3675"      -a\t如果不提供 JOBSPEC 參數,則刪除所有工作\n"
3676"      -h\t識別每個 JOBSPEC 工作,從而當 shell 接收到 SIGHUP\n"
3677"    \t訊號時不傳送 SIGHUP 給指定工作\n"
3678"      -r\t僅刪除執行中的工作\n"
3679"    \n"
3680"    退出狀態:\n"
3681"    回傳成功除非使用了無效的選項或者 JOBSPEC 規格。"
3682
3683#: builtins.c:925
3684msgid ""
3685"Send a signal to a job.\n"
3686"    \n"
3687"    Send the processes identified by PID or JOBSPEC the signal named by\n"
3688"    SIGSPEC or SIGNUM.  If neither SIGSPEC nor SIGNUM is present, then\n"
3689"    SIGTERM is assumed.\n"
3690"    \n"
3691"    Options:\n"
3692"      -s sig\tSIG is a signal name\n"
3693"      -n sig\tSIG is a signal number\n"
3694"      -l\tlist the signal names; if arguments follow `-l' they are\n"
3695"    \t\tassumed to be signal numbers for which names should be listed\n"
3696"      -L\tsynonym for -l\n"
3697"    \n"
3698"    Kill is a shell builtin for two reasons: it allows job IDs to be used\n"
3699"    instead of process IDs, and allows processes to be killed if the limit\n"
3700"    on processes that you can create is reached.\n"
3701"    \n"
3702"    Exit Status:\n"
3703"    Returns success unless an invalid option is given or an error occurs."
3704msgstr ""
3705"向一個工作傳送一個訊號。\n"
3706"    \n"
3707"    向以 PID 行程識別碼或者 JOBSPEC 工作規格指定的行程傳送一個以\n"
3708"    SIGSPEC 訊號規格或 SIGNUM 訊號編號命名的訊號。如果沒有指定\n"
3709"    SIGSPEC 或 SIGNUM,那麼假定傳送 SIGTERM 訊號。\n"
3710"    \n"
3711"    選項:\n"
3712"      -s sig\tSIG 是訊號名稱\n"
3713"      -n sig\tSIG 是訊號編號\n"
3714"      -l\t列出訊號名稱;如果參數後跟「-l」則被假設為訊號編號,\n"
3715"    \t而相應的訊號名稱會被列出\n"
3716"    \n"
3717"    Kill 成為 shell 內建物件有兩個理由:它允許使用工作編號而不是行程識別"
3718"碼,\n"
3719"    並且在可以建立的行程數上限達到時允許行程被砍除。\n"
3720"    \n"
3721"    退出狀態:\n"
3722"    回傳成功,除非使用了無效的選項或者有錯誤發生。"
3723
3724#: builtins.c:949
3725msgid ""
3726"Evaluate arithmetic expressions.\n"
3727"    \n"
3728"    Evaluate each ARG as an arithmetic expression.  Evaluation is done in\n"
3729"    fixed-width integers with no check for overflow, though division by 0\n"
3730"    is trapped and flagged as an error.  The following list of operators is\n"
3731"    grouped into levels of equal-precedence operators.  The levels are "
3732"listed\n"
3733"    in order of decreasing precedence.\n"
3734"    \n"
3735"    \tid++, id--\tvariable post-increment, post-decrement\n"
3736"    \t++id, --id\tvariable pre-increment, pre-decrement\n"
3737"    \t-, +\t\tunary minus, plus\n"
3738"    \t!, ~\t\tlogical and bitwise negation\n"
3739"    \t**\t\texponentiation\n"
3740"    \t*, /, %\t\tmultiplication, division, remainder\n"
3741"    \t+, -\t\taddition, subtraction\n"
3742"    \t<<, >>\t\tleft and right bitwise shifts\n"
3743"    \t<=, >=, <, >\tcomparison\n"
3744"    \t==, !=\t\tequality, inequality\n"
3745"    \t&\t\tbitwise AND\n"
3746"    \t^\t\tbitwise XOR\n"
3747"    \t|\t\tbitwise OR\n"
3748"    \t&&\t\tlogical AND\n"
3749"    \t||\t\tlogical OR\n"
3750"    \texpr ? expr : expr\n"
3751"    \t\t\tconditional operator\n"
3752"    \t=, *=, /=, %=,\n"
3753"    \t+=, -=, <<=, >>=,\n"
3754"    \t&=, ^=, |=\tassignment\n"
3755"    \n"
3756"    Shell variables are allowed as operands.  The name of the variable\n"
3757"    is replaced by its value (coerced to a fixed-width integer) within\n"
3758"    an expression.  The variable need not have its integer attribute\n"
3759"    turned on to be used in an expression.\n"
3760"    \n"
3761"    Operators are evaluated in order of precedence.  Sub-expressions in\n"
3762"    parentheses are evaluated first and may override the precedence\n"
3763"    rules above.\n"
3764"    \n"
3765"    Exit Status:\n"
3766"    If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise."
3767msgstr ""
3768"求值算術表示式。\n"
3769"    \n"
3770"    將每個 <參數> 做為算術表示式來求值。求值的計算以定寬的整\n"
3771"    數完成,不帶溢位檢測,不過除 0 是被置陷阱的並且會報一個錯\n"
3772"    誤。下列運算子被按照相同的算術優先順序組合。列表的順序按照\n"
3773"    優先順序從高至低。\n"
3774"    \n"
3775"    \n"
3776"    \tid++, id--\t變數後置加,後置減\n"
3777"    \t++id, --id\t變數前置加,前置減\n"
3778"    \t-, +\t\t一元減法,一元加法\n"
3779"    \t!, ~\t\t邏輯和位取反\n"
3780"    \t**\t\t指數\n"
3781"    \t*, /, %\t\t乘法,除法,取餘數\n"
3782"    \t+, -\t\t增加,減少\n"
3783"    \t<<, >>\t\t向左和向右按位移位\n"
3784"    \t<=, >=, <, >\t比較\n"
3785"    \t==, !=\t\t等於,不等於\n"
3786"    \t&\t\t按位與\n"
3787"    \t^\t\t按位異或\n"
3788"    \t|\t\t按位或\n"
3789"    \t&&\t\t邏輯與\n"
3790"    \t||\t\t邏輯或\n"
3791"    \texpr ? expr : expr\n"
3792"    \t\t\t條件運算子\n"
3793"    \t=, *=, /=, %=,\n"
3794"    \t+=, -=, <<=, >>=,\n"
3795"    \t&=, ^=, |=\t指派\n"
3796"    \n"
3797"    Shell 變數允許做為運算元。表示式中的變數名稱會以值取代\n"
3798"    (強制轉換為定寬的整數)。表示式中的變數不需要開啟整數屬性。\n"
3799"    \n"
3800"    運算子按照優先順序進行求值。括號中的子表示式將被先求值,並可取代上述表示"
3801"式規則。\n"
3802"    \n"
3803"    退出狀態:\n"
3804"    如果最後一個 <參數> 求值為 0,則 let 回傳 1;否則 let 回傳 0。"
3805
3806#: builtins.c:994
3807msgid ""
3808"Read a line from the standard input and split it into fields.\n"
3809"    \n"
3810"    Reads a single line from the standard input, or from file descriptor FD\n"
3811"    if the -u option is supplied.  The line is split into fields as with "
3812"word\n"
3813"    splitting, and the first word is assigned to the first NAME, the second\n"
3814"    word to the second NAME, and so on, with any leftover words assigned to\n"
3815"    the last NAME.  Only the characters found in $IFS are recognized as "
3816"word\n"
3817"    delimiters.\n"
3818"    \n"
3819"    If no NAMEs are supplied, the line read is stored in the REPLY "
3820"variable.\n"
3821"    \n"
3822"    Options:\n"
3823"      -a array\tassign the words read to sequential indices of the array\n"
3824"    \t\tvariable ARRAY, starting at zero\n"
3825"      -d delim\tcontinue until the first character of DELIM is read, rather\n"
3826"    \t\tthan newline\n"
3827"      -e\tuse Readline to obtain the line\n"
3828"      -i text\tuse TEXT as the initial text for Readline\n"
3829"      -n nchars\treturn after reading NCHARS characters rather than waiting\n"
3830"    \t\tfor a newline, but honor a delimiter if fewer than\n"
3831"    \t\tNCHARS characters are read before the delimiter\n"
3832"      -N nchars\treturn only after reading exactly NCHARS characters, "
3833"unless\n"
3834"    \t\tEOF is encountered or read times out, ignoring any\n"
3835"    \t\tdelimiter\n"
3836"      -p prompt\toutput the string PROMPT without a trailing newline before\n"
3837"    \t\tattempting to read\n"
3838"      -r\tdo not allow backslashes to escape any characters\n"
3839"      -s\tdo not echo input coming from a terminal\n"
3840"      -t timeout\ttime out and return failure if a complete line of\n"
3841"    \t\tinput is not read within TIMEOUT seconds.  The value of the\n"
3842"    \t\tTMOUT variable is the default timeout.  TIMEOUT may be a\n"
3843"    \t\tfractional number.  If TIMEOUT is 0, read returns\n"
3844"    \t\timmediately, without trying to read any data, returning\n"
3845"    \t\tsuccess only if input is available on the specified\n"
3846"    \t\tfile descriptor.  The exit status is greater than 128\n"
3847"    \t\tif the timeout is exceeded\n"
3848"      -u fd\tread from file descriptor FD instead of the standard input\n"
3849"    \n"
3850"    Exit Status:\n"
3851"    The return code is zero, unless end-of-file is encountered, read times "
3852"out\n"
3853"    (in which case it's greater than 128), a variable assignment error "
3854"occurs,\n"
3855"    or an invalid file descriptor is supplied as the argument to -u."
3856msgstr ""
3857"從標準輸入讀取一列並將其分為不同的區域。\n"
3858"    \n"
3859"    從標準輸入讀取單獨的一列,或者如果使用了 -u 選項,從檔案描述符 FD 中讀"
3860"取。\n"
3861"    該列被分割成區域,如同字詞分割一樣,並且第一個字詞被指派給第一個 <名稱> "
3862"變數,第二\n"
3863"    個字詞被指派給第二個 <名稱> 變數,如此繼續,直到剩下所有的字詞被指派給最"
3864"後一個 <名稱>\n"
3865"    變數。只有 $IFS 變數中的字元被認做是字詞分隔符。\n"
3866"    \n"
3867"    如果沒有提供 <名稱> 變數,則讀取的列被存放在 REPLY 變數中。\n"
3868"    \n"
3869"    選項:\n"
3870"      -a array\t將字詞指派給 ARRAY 陣列變數的序列索引成員,從零開始。\n"
3871"      -d delim\t持續讀取直到讀入 DELIM 變數中的第一個字元,而不是換列符\n"
3872"      -e\t使用 Readline 取得列\n"
3873"      -i text\t使用 TEXT 文字做為 Readline 的初始文字\n"
3874"      -n nchars\t讀取 nchars 個字元之後回傳,而不是等到讀取換列符。\n"
3875"    \t\t但是分隔符仍然有效,如果遇到分隔符之前讀取了不足 nchars 個字元。\n"
3876"      -N nchars\t在準確讀取了 nchars 個字元之後回傳,除非遇到檔案結束符或者讀"
3877"取逾時,\n"
3878"    \t\t任何的分隔符都被忽略\n"
3879"      -p prompt\t在嘗試讀取之前輸出 PROMPT 提示符並且不帶\n"
3880"    \t\t換列符\n"
3881"      -r\t不允許反斜線逸出任何字元\n"
3882"      -s\t不顯示終端的任何輸入\n"
3883"      -t timeout\t如果在 TIMEOUT 秒內沒有讀取一個完整的列則逾時並且回傳失"
3884"敗。\n"
3885"    \t\tTMOUT 變數的值是預設逾時時間。\n"
3886"    \t\tTIMEOUT 可以是小數。如果 TIMEOUT 是 0,那麼僅當在指定的檔案描述符上\n"
3887"    \t\t輸入有效的時候,read 才回傳成功。\n"
3888"    \t\t如果超過了逾時時間,則回傳狀態碼大於 128\n"
3889"      -u fd\t從檔案描述符 FD 中讀取,而不是標準輸入\n"
3890"    \n"
3891"    退出狀態:\n"
3892"    回傳碼為零,除非遇到了檔案結束符,讀取逾時,或者無效的文\n"
3893"    件描述符做為參數傳遞給了 -u 選項。"
3894
3895#: builtins.c:1041
3896msgid ""
3897"Return from a shell function.\n"
3898"    \n"
3899"    Causes a function or sourced script to exit with the return value\n"
3900"    specified by N.  If N is omitted, the return status is that of the\n"
3901"    last command executed within the function or script.\n"
3902"    \n"
3903"    Exit Status:\n"
3904"    Returns N, or failure if the shell is not executing a function or script."
3905msgstr ""
3906"從一個 shell 函數回傳。\n"
3907"    \n"
3908"    使一個函數或者被引用的指令稿以指定的回傳值 N 退出。\n"
3909"    如果 N 被省略,則回傳狀態就是\n"
3910"    函數或指令稿中的最後一個執行指令的狀態。\n"
3911"    \n"
3912"    退出狀態:\n"
3913"    回傳 N,或者如果 shell 不在執行一個函數或引用指令稿時,失敗。"
3914
3915#: builtins.c:1054
3916msgid ""
3917"Set or unset values of shell options and positional parameters.\n"
3918"    \n"
3919"    Change the value of shell attributes and positional parameters, or\n"
3920"    display the names and values of shell variables.\n"
3921"    \n"
3922"    Options:\n"
3923"      -a  Mark variables which are modified or created for export.\n"
3924"      -b  Notify of job termination immediately.\n"
3925"      -e  Exit immediately if a command exits with a non-zero status.\n"
3926"      -f  Disable file name generation (globbing).\n"
3927"      -h  Remember the location of commands as they are looked up.\n"
3928"      -k  All assignment arguments are placed in the environment for a\n"
3929"          command, not just those that precede the command name.\n"
3930"      -m  Job control is enabled.\n"
3931"      -n  Read commands but do not execute them.\n"
3932"      -o option-name\n"
3933"          Set the variable corresponding to option-name:\n"
3934"              allexport    same as -a\n"
3935"              braceexpand  same as -B\n"
3936"              emacs        use an emacs-style line editing interface\n"
3937"              errexit      same as -e\n"
3938"              errtrace     same as -E\n"
3939"              functrace    same as -T\n"
3940"              hashall      same as -h\n"
3941"              histexpand   same as -H\n"
3942"              history      enable command history\n"
3943"              ignoreeof    the shell will not exit upon reading EOF\n"
3944"              interactive-comments\n"
3945"                           allow comments to appear in interactive commands\n"
3946"              keyword      same as -k\n"
3947"              monitor      same as -m\n"
3948"              noclobber    same as -C\n"
3949"              noexec       same as -n\n"
3950"              noglob       same as -f\n"
3951"              nolog        currently accepted but ignored\n"
3952"              notify       same as -b\n"
3953"              nounset      same as -u\n"
3954"              onecmd       same as -t\n"
3955"              physical     same as -P\n"
3956"              pipefail     the return value of a pipeline is the status of\n"
3957"                           the last command to exit with a non-zero status,\n"
3958"                           or zero if no command exited with a non-zero "
3959"status\n"
3960"              posix        change the behavior of bash where the default\n"
3961"                           operation differs from the Posix standard to\n"
3962"                           match the standard\n"
3963"              privileged   same as -p\n"
3964"              verbose      same as -v\n"
3965"              vi           use a vi-style line editing interface\n"
3966"              xtrace       same as -x\n"
3967"      -p  Turned on whenever the real and effective user ids do not match.\n"
3968"          Disables processing of the $ENV file and importing of shell\n"
3969"          functions.  Turning this option off causes the effective uid and\n"
3970"          gid to be set to the real uid and gid.\n"
3971"      -t  Exit after reading and executing one command.\n"
3972"      -u  Treat unset variables as an error when substituting.\n"
3973"      -v  Print shell input lines as they are read.\n"
3974"      -x  Print commands and their arguments as they are executed.\n"
3975"      -B  the shell will perform brace expansion\n"
3976"      -C  If set, disallow existing regular files to be overwritten\n"
3977"          by redirection of output.\n"
3978"      -E  If set, the ERR trap is inherited by shell functions.\n"
3979"      -H  Enable ! style history substitution.  This flag is on\n"
3980"          by default when the shell is interactive.\n"
3981"      -P  If set, do not resolve symbolic links when executing commands\n"
3982"          such as cd which change the current directory.\n"
3983"      -T  If set, the DEBUG and RETURN traps are inherited by shell "
3984"functions.\n"
3985"      --  Assign any remaining arguments to the positional parameters.\n"
3986"          If there are no remaining arguments, the positional parameters\n"
3987"          are unset.\n"
3988"      -   Assign any remaining arguments to the positional parameters.\n"
3989"          The -x and -v options are turned off.\n"
3990"    \n"
3991"    Using + rather than - causes these flags to be turned off.  The\n"
3992"    flags can also be used upon invocation of the shell.  The current\n"
3993"    set of flags may be found in $-.  The remaining n ARGs are positional\n"
3994"    parameters and are assigned, in order, to $1, $2, .. $n.  If no\n"
3995"    ARGs are given, all shell variables are printed.\n"
3996"    \n"
3997"    Exit Status:\n"
3998"    Returns success unless an invalid option is given."
3999msgstr ""
4000"設定或取消設定 shell 選項和位置參數的值。\n"
4001"    \n"
4002"    變更 shell 選項和位置參數的值,或者顯示 shell 變數的\n"
4003"    名稱和值。\n"
4004"    \n"
4005"    選項:\n"
4006"      -a  標記修改或者建立的變數為匯出。\n"
4007"      -b  立即通告工作終止。\n"
4008"      -e  如果一個指令以非零狀態退出,則立即退出。\n"
4009"      -f  停用檔名產生(模式符合)。\n"
4010"      -h  當查詢指令時記住它們的位置\n"
4011"      -k  所有的指派參數被放在指令的環境中,而不僅僅是\n"
4012"          指令名稱之前的參數。\n"
4013"      -m  啟用工作控制。\n"
4014"      -n  讀取指令但不執行\n"
4015"      -o 選項名\n"
4016"          設定與選項名對應的變數:\n"
4017"              allexport    與 -a 相同\n"
4018"              braceexpand  與 -B 相同\n"
4019"              emacs       使用 emacs 風格的列編輯介面\n"
4020"              errexit      與 -e 相同\n"
4021"              errtrace     與 -E 相同\n"
4022"              functrace    與 -T 相同\n"
4023"              hashall      與 -h 相同\n"
4024"              histexpand   與 -H 相同\n"
4025"              history      啟用指令歷史記錄\n"
4026"              ignoreeof    shell 讀取檔案結束符時不會退出\n"
4027"              interactive-comments\n"
4028"                           允許在互動式指令中顯示註釋\n"
4029"              keyword      與 -k 相同\n"
4030"              monitor      與 -m 相同\n"
4031"              noclobber    與 -C 相同\n"
4032"              noexec       與 -n 相同\n"
4033"              noglob       與 -f 相同\n"
4034"              nolog        目前可接受但是被忽略\n"
4035"              notify       與 -b 相同\n"
4036"              nounset      與 -u 相同\n"
4037"              onecmd       與 -t 相同\n"
4038"              physical     與 -P 相同\n"
4039"              pipefail     管道的回傳值是最後一個非零回傳值指令的回傳結果,\n"
4040"                           或者當所有指令都回傳零時也為零。\n"
4041"              posix        變更預設時和 Posix 標準不同的 bash 行為\n"
4042"                           以符合標準\n"
4043"              privileged   與 -p 相同\n"
4044"              verbose      與 -v 相同\n"
4045"              vi           使用 vi 風格的列編輯介面\n"
4046"              xtrace       與 -x 相同\n"
4047"      -p  無論何時當真實的有效使用者身分不符合時開啟。\n"
4048"          停用對 $ENV 檔案的處理以及匯入 shell 函數。\n"
4049"          關閉此選項會導致有效的使用者編號和群組編號設定\n"
4050"          為真實的使用者編號和群組編號\n"
4051"      -t  讀取並執行一個指令之後退出。\n"
4052"      -u  取代時將為設定的變數當做錯誤對待。\n"
4053"      -v  讀取 shell 輸入列時將它們印出。\n"
4054"      -x  執行指令時印出它們以及參數。\n"
4055"      -B  shell 將執行大括號擴充套件。\n"
4056"      -C  設定之後禁止以重定向輸出的方式覆蓋常\n"
4057"          規檔案。\n"
4058"      -E  設定之後 ERR 陷阱會被 shell 函數繼承。\n"
4059"      -H  啟用 ! 風格的歷史記錄取代。當 shell 是互動式的\n"
4060"          時候這個識別位預設開啟。\n"
4061"      -P  設定之後類似 cd 的會變更目前目錄的指令嗎\n"
4062"          追蹤符號連結。\n"
4063"      -T  設定之後 DEBUG 和 RETURN 陷阱會被 shell 函數繼承。\n"
4064"      -   任何剩餘的參數會被指派給位置參數。\n"
4065"          -x 和 -v 選項已關閉。\n"
4066"    \n"
4067"    使用 + 而不是 - 會使標誌位被關閉。標誌位也可以在\n"
4068"    shell 被啟動時使用。目前的標誌位設定可以在 $- 變\n"
4069"    量中找到。剩餘的 <參數> 是位置參數並且是按照\n"
4070"    $1,$2,.。$n 的順序被指派的。如果沒有指定 <參數>\n"
4071"    參數,則印出所有的 shell 變數。\n"
4072"    \n"
4073"    退出狀態:\n"
4074"    回傳成功除非使用了無效的參數。"
4075
4076#: builtins.c:1139
4077msgid ""
4078"Unset values and attributes of shell variables and functions.\n"
4079"    \n"
4080"    For each NAME, remove the corresponding variable or function.\n"
4081"    \n"
4082"    Options:\n"
4083"      -f\ttreat each NAME as a shell function\n"
4084"      -v\ttreat each NAME as a shell variable\n"
4085"      -n\ttreat each NAME as a name reference and unset the variable itself\n"
4086"    \t\trather than the variable it references\n"
4087"    \n"
4088"    Without options, unset first tries to unset a variable, and if that "
4089"fails,\n"
4090"    tries to unset a function.\n"
4091"    \n"
4092"    Some variables cannot be unset; also see `readonly'.\n"
4093"    \n"
4094"    Exit Status:\n"
4095"    Returns success unless an invalid option is given or a NAME is read-only."
4096msgstr ""
4097"取消設定 shell 變數和函數的值和屬性。\n"
4098"    \n"
4099"    對每一個 <名稱>,刪除對應的變數或函數。\n"
4100"    \n"
4101"    選項:\n"
4102"      -f\t將每個 <名稱> 視為函數\n"
4103"      -v\t將每個 <名稱> 視為變數\n"
4104"      -n\t將每個 <名稱> 視為名稱引用,只取消其本身而非其指向的變數\n"
4105"    \n"
4106"    不帶選項時,unset 首先嘗試取消設定一個變數,如果失敗,再嘗試取消設定一個"
4107"函數。\n"
4108"    \n"
4109"    某些變數不可以被取消設定;參見「readonly」。\n"
4110"    \n"
4111"    退出狀態:\n"
4112"    回傳成功,除非使用了無效的選項或者 NAME 名稱為唯讀。"
4113
4114#: builtins.c:1161
4115msgid ""
4116"Set export attribute for shell variables.\n"
4117"    \n"
4118"    Marks each NAME for automatic export to the environment of subsequently\n"
4119"    executed commands.  If VALUE is supplied, assign VALUE before "
4120"exporting.\n"
4121"    \n"
4122"    Options:\n"
4123"      -f\trefer to shell functions\n"
4124"      -n\tremove the export property from each NAME\n"
4125"      -p\tdisplay a list of all exported variables and functions\n"
4126"    \n"
4127"    An argument of `--' disables further option processing.\n"
4128"    \n"
4129"    Exit Status:\n"
4130"    Returns success unless an invalid option is given or NAME is invalid."
4131msgstr ""
4132"為 shell 變數設定匯出屬性。\n"
4133"    \n"
4134"    標記每個 <名稱> 為自動匯出到後續指令執行的環境。如果提供了 VALUE\n"
4135"    則匯出前將 VALUE 做為指派。\n"
4136"    \n"
4137"    選項:\n"
4138"      -f\t指 shell 函數\n"
4139"      -n\t刪除每個 <名稱> 的匯出屬性\n"
4140"      -p\t顯示所有匯出的變數和函數的列表\n"
4141"    \n"
4142"   「--」的參數停用進一步的選項處理。\n"
4143"    \n"
4144"    退出狀態:\n"
4145"    回傳成功,除非使用了無效的選項或者 <名稱>。"
4146
4147#: builtins.c:1180
4148msgid ""
4149"Mark shell variables as unchangeable.\n"
4150"    \n"
4151"    Mark each NAME as read-only; the values of these NAMEs may not be\n"
4152"    changed by subsequent assignment.  If VALUE is supplied, assign VALUE\n"
4153"    before marking as read-only.\n"
4154"    \n"
4155"    Options:\n"
4156"      -a\trefer to indexed array variables\n"
4157"      -A\trefer to associative array variables\n"
4158"      -f\trefer to shell functions\n"
4159"      -p\tdisplay a list of all readonly variables or functions,\n"
4160"    \t\tdepending on whether or not the -f option is given\n"
4161"    \n"
4162"    An argument of `--' disables further option processing.\n"
4163"    \n"
4164"    Exit Status:\n"
4165"    Returns success unless an invalid option is given or NAME is invalid."
4166msgstr ""
4167"標記 shell 變數為不可變更。\n"
4168"    \n"
4169"    標記每一個 <名稱> 為唯讀;這些 <名稱> 變數的值將不可以被後續的指派\n"
4170"    操作所變更。如果提供了 VALUE,則在標記為唯讀之前將 VALUE 值指派給變數。\n"
4171"    \n"
4172"    選項:\n"
4173"      -a\t指索引陣列變數\n"
4174"      -A\t指關聯陣列變數\n"
4175"      -f\t指 shell 函數\n"
4176"      -p\t顯示唯讀變數或函數列表,取決於是否提供了 -f 選項\n"
4177"    \n"
4178"   「--」的參數停用進一步的選項處理。\n"
4179"    \n"
4180"    退出狀態:\n"
4181"    回傳成功,除非使用了無效的選項或者 <名稱>。"
4182
4183#: builtins.c:1202
4184msgid ""
4185"Shift positional parameters.\n"
4186"    \n"
4187"    Rename the positional parameters $N+1,$N+2 ... to $1,$2 ...  If N is\n"
4188"    not given, it is assumed to be 1.\n"
4189"    \n"
4190"    Exit Status:\n"
4191"    Returns success unless N is negative or greater than $#."
4192msgstr ""
4193"移位位置參數。\n"
4194"    \n"
4195"    重新命名位置參數 $N+1、$N+2 … 到 $1、$2 … 如果沒有指定 N,\n"
4196"    則假設為 1。\n"
4197"    \n"
4198"    退出狀態:\n"
4199"    回傳成功,除非 N 為負或者大於 $#。"
4200
4201#: builtins.c:1214 builtins.c:1229
4202msgid ""
4203"Execute commands from a file in the current shell.\n"
4204"    \n"
4205"    Read and execute commands from FILENAME in the current shell.  The\n"
4206"    entries in $PATH are used to find the directory containing FILENAME.\n"
4207"    If any ARGUMENTS are supplied, they become the positional parameters\n"
4208"    when FILENAME is executed.\n"
4209"    \n"
4210"    Exit Status:\n"
4211"    Returns the status of the last command executed in FILENAME; fails if\n"
4212"    FILENAME cannot be read."
4213msgstr ""
4214"在目前 shell 中執行一個檔案中的指令。\n"
4215"    \n"
4216"    在目前 shell 中讀取並執行 <檔名> 檔案中的指令。$PATH 變數中的\n"
4217"    條目被用於尋找包含 <檔名> 檔案的目錄。如果提供了任何的 <參數>\n"
4218"    參數,則它們將成為 <檔名> 檔案執行時的位置參數。\n"
4219"    \n"
4220"    退出狀態:\n"
4221"    回傳 <檔名> 檔案中最後一個指令的狀態;如果 <檔名> 檔案不可讀則失敗。"
4222
4223#: builtins.c:1245
4224msgid ""
4225"Suspend shell execution.\n"
4226"    \n"
4227"    Suspend the execution of this shell until it receives a SIGCONT signal.\n"
4228"    Unless forced, login shells cannot be suspended.\n"
4229"    \n"
4230"    Options:\n"
4231"      -f\tforce the suspend, even if the shell is a login shell\n"
4232"    \n"
4233"    Exit Status:\n"
4234"    Returns success unless job control is not enabled or an error occurs."
4235msgstr ""
4236"暫停 shell 執行。\n"
4237"    \n"
4238"    暫停 shell 的執行直到收到 SIGCONT 訊號。\n"
4239"    登入 shell 不可以被暫停,除非強制執行。\n"
4240"    \n"
4241"    選項:\n"
4242"      -f\t強制暫停,即使是登入 shell。\n"
4243"    \n"
4244"    退出狀態:\n"
4245"    回傳成功,除非沒有啟用工作控制或者有錯誤發生。"
4246
4247#: builtins.c:1261
4248msgid ""
4249"Evaluate conditional expression.\n"
4250"    \n"
4251"    Exits with a status of 0 (true) or 1 (false) depending on\n"
4252"    the evaluation of EXPR.  Expressions may be unary or binary.  Unary\n"
4253"    expressions are often used to examine the status of a file.  There\n"
4254"    are string operators and numeric comparison operators as well.\n"
4255"    \n"
4256"    The behavior of test depends on the number of arguments.  Read the\n"
4257"    bash manual page for the complete specification.\n"
4258"    \n"
4259"    File operators:\n"
4260"    \n"
4261"      -a FILE        True if file exists.\n"
4262"      -b FILE        True if file is block special.\n"
4263"      -c FILE        True if file is character special.\n"
4264"      -d FILE        True if file is a directory.\n"
4265"      -e FILE        True if file exists.\n"
4266"      -f FILE        True if file exists and is a regular file.\n"
4267"      -g FILE        True if file is set-group-id.\n"
4268"      -h FILE        True if file is a symbolic link.\n"
4269"      -L FILE        True if file is a symbolic link.\n"
4270"      -k FILE        True if file has its `sticky' bit set.\n"
4271"      -p FILE        True if file is a named pipe.\n"
4272"      -r FILE        True if file is readable by you.\n"
4273"      -s FILE        True if file exists and is not empty.\n"
4274"      -S FILE        True if file is a socket.\n"
4275"      -t FD          True if FD is opened on a terminal.\n"
4276"      -u FILE        True if the file is set-user-id.\n"
4277"      -w FILE        True if the file is writable by you.\n"
4278"      -x FILE        True if the file is executable by you.\n"
4279"      -O FILE        True if the file is effectively owned by you.\n"
4280"      -G FILE        True if the file is effectively owned by your group.\n"
4281"      -N FILE        True if the file has been modified since it was last "
4282"read.\n"
4283"    \n"
4284"      FILE1 -nt FILE2  True if file1 is newer than file2 (according to\n"
4285"                       modification date).\n"
4286"    \n"
4287"      FILE1 -ot FILE2  True if file1 is older than file2.\n"
4288"    \n"
4289"      FILE1 -ef FILE2  True if file1 is a hard link to file2.\n"
4290"    \n"
4291"    String operators:\n"
4292"    \n"
4293"      -z STRING      True if string is empty.\n"
4294"    \n"
4295"      -n STRING\n"
4296"         STRING      True if string is not empty.\n"
4297"    \n"
4298"      STRING1 = STRING2\n"
4299"                     True if the strings are equal.\n"
4300"      STRING1 != STRING2\n"
4301"                     True if the strings are not equal.\n"
4302"      STRING1 < STRING2\n"
4303"                     True if STRING1 sorts before STRING2 "
4304"lexicographically.\n"
4305"      STRING1 > STRING2\n"
4306"                     True if STRING1 sorts after STRING2 lexicographically.\n"
4307"    \n"
4308"    Other operators:\n"
4309"    \n"
4310"      -o OPTION      True if the shell option OPTION is enabled.\n"
4311"      -v VAR         True if the shell variable VAR is set.\n"
4312"      -R VAR         True if the shell variable VAR is set and is a name\n"
4313"                     reference.\n"
4314"      ! EXPR         True if expr is false.\n"
4315"      EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n"
4316"      EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n"
4317"    \n"
4318"      arg1 OP arg2   Arithmetic tests.  OP is one of -eq, -ne,\n"
4319"                     -lt, -le, -gt, or -ge.\n"
4320"    \n"
4321"    Arithmetic binary operators return true if ARG1 is equal, not-equal,\n"
4322"    less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n"
4323"    than ARG2.\n"
4324"    \n"
4325"    Exit Status:\n"
4326"    Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n"
4327"    false or an invalid argument is given."
4328msgstr ""
4329"對條件表示式進行求值。\n"
4330"    \n"
4331"    根據 EXPR 表示式的求值以狀態 0 (真) 或 1 (偽) 退出。\n"
4332"    表示式可以是一元或者二元的。一元表示式通常用於檢測\n"
4333"    檔案狀態。同時還有字串運算子和數字比較運算子。\n"
4334"    \n"
4335"    檔案運算子:\n"
4336"    \n"
4337"      -a 檔案        如果檔案存在則為真。\n"
4338"      -b 檔案        如果檔案為區塊特殊檔案則為真。\n"
4339"      -c 檔案        如果檔案為字元特殊檔案則為真。\n"
4340"      -d 檔案        如果檔案為目錄則為真。\n"
4341"      -e 檔案        如果檔案存在則為真。\n"
4342"      -f 檔案        如果檔案存在且為一般檔案則為真。\n"
4343"      -g 檔案        如果檔案的群組屬性設定開啟則為真。\n"
4344"      -h 檔案        如果檔案為符號連結則為真。\n"
4345"      -L 檔案        如果檔案為符號連結則為真。\n"
4346"      -k 檔案        如果檔案的黏著位元已設定則為真。\n"
4347"      -p 檔案        如果檔案為命名管道則為真。\n"
4348"      -r 檔案        如果檔案對於您是可讀的則為真。\n"
4349"      -s 檔案        如果檔案存在且不為空則為真。\n"
4350"      -S 檔案        如果檔案是通訊端則為真。\n"
4351"      -t 檔案描述符   如果檔案描述符在終端上開啟則為真。\n"
4352"      -u 檔案        如果檔案的使用者數列設定開啟則為真。\n"
4353"      -w 檔案        如果檔案對您是可寫的則為真\n"
4354"      -x 檔案        如果檔案對您是可執行的則為真。\n"
4355"      -O 檔案        如果檔案是您所有的則為真。\n"
4356"      -G 檔案        如果檔案是您的群組所有則為真。\n"
4357"      -N 檔案        如果檔案上次被讀取之後修改過則為真。\n"
4358"    \n"
4359"      FILE1 -nt FILE2  如果 file1 檔案新於 file2 檔案則為真(根據\n"
4360"                       修改日期)。\n"
4361"    \n"
4362"      FILE1 -ot FILE2  如果 file1 檔案舊於 file2 檔案則為真。\n"
4363"    \n"
4364"      FILE1 -ef FILE2  如果 file1 檔案是 file2 檔案的硬式連結則為真。\n"
4365"    \n"
4366"    字串運算子\n"
4367"    \n"
4368"      -z 字串      如果字串為空則為真。\n"
4369"    \n"
4370"      -n 字串\n"
4371"         字串      如果字串不為空則為真。\n"
4372"    \n"
4373"      STRING1 = STRING2\n"
4374"                     如果 string1 和 string2 字串相同則為真。\n"
4375"      STRING1 != STRING2\n"
4376"                     如果 string1 和 string2 字串不相同則為真。\n"
4377"      STRING1 < STRING2\n"
4378"                     如果按字典排序 string1 在 string2 串之前則為真。\n"
4379"      STRING1 > STRING2\n"
4380"                     如果按字典排序 string1 在 string2 串之前則為真。\n"
4381"    \n"
4382"    其他運算子:\n"
4383"    \n"
4384"      -o 選項        如果指定 shell 選項啟用則為真。\n"
4385"      -v VAR\t 如果指定 Shell 變數 VAR 已指派則為真。\n"
4386"      -R VAR\t 如果指定 Shell 變數 VAR 已指派且為名稱引用則為真。\n"
4387"      ! EXPR         如果表示式 expr 為假則為真。\n"
4388"      EXPR1 -a EXPR2 如果 expr1 和 expr2 都為真則為真。\n"
4389"      EXPR1 -o EXPR2 如果 expr1 和 expr2 有一個為真則為真。\n"
4390"    \n"
4391"      arg1 OP arg2   算術測試。OP 運算子可以是 -eq、-ne、\n"
4392"                     -lt、-le、-gt、或 -ge 之一。\n"
4393"    \n"
4394"    二元算術運算回傳真,如果 ARG1 參數等於、不等於、\n"
4395"    小於、小於等於、大於、或者大於等於 ARG2 參數。\n"
4396"    \n"
4397"    退出狀態:\n"
4398"    如果 EXPR 表示式求值為真則回傳成功;如果 EXPR 表示式求值\n"
4399"    為假或者使用了無效的參數則回傳失敗。"
4400
4401#: builtins.c:1343
4402msgid ""
4403"Evaluate conditional expression.\n"
4404"    \n"
4405"    This is a synonym for the \"test\" builtin, but the last argument must\n"
4406"    be a literal `]', to match the opening `['."
4407msgstr ""
4408"求值條件表示式。\n"
4409"    \n"
4410"    是內建指令「test」的同義詞,但是最後一個參數必須是\n"
4411"    字元「]」,以符合起始的「[」。"
4412
4413#: builtins.c:1352
4414msgid ""
4415"Display process times.\n"
4416"    \n"
4417"    Prints the accumulated user and system times for the shell and all of "
4418"its\n"
4419"    child processes.\n"
4420"    \n"
4421"    Exit Status:\n"
4422"    Always succeeds."
4423msgstr ""
4424"顯示行程時間\n"
4425"    \n"
4426"    印出 shell 及其所有子行程的累計使用者空間和\n"
4427"    系統空間執行時間。\n"
4428"    \n"
4429"    退出狀態:\n"
4430"    一律成功。"
4431
4432#: builtins.c:1364
4433msgid ""
4434"Trap signals and other events.\n"
4435"    \n"
4436"    Defines and activates handlers to be run when the shell receives "
4437"signals\n"
4438"    or other conditions.\n"
4439"    \n"
4440"    ARG is a command to be read and executed when the shell receives the\n"
4441"    signal(s) SIGNAL_SPEC.  If ARG is absent (and a single SIGNAL_SPEC\n"
4442"    is supplied) or `-', each specified signal is reset to its original\n"
4443"    value.  If ARG is the null string each SIGNAL_SPEC is ignored by the\n"
4444"    shell and by the commands it invokes.\n"
4445"    \n"
4446"    If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell.  "
4447"If\n"
4448"    a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command.  "
4449"If\n"
4450"    a SIGNAL_SPEC is RETURN, ARG is executed each time a shell function or "
4451"a\n"
4452"    script run by the . or source builtins finishes executing.  A "
4453"SIGNAL_SPEC\n"
4454"    of ERR means to execute ARG each time a command's failure would cause "
4455"the\n"
4456"    shell to exit when the -e option is enabled.\n"
4457"    \n"
4458"    If no arguments are supplied, trap prints the list of commands "
4459"associated\n"
4460"    with each signal.\n"
4461"    \n"
4462"    Options:\n"
4463"      -l\tprint a list of signal names and their corresponding numbers\n"
4464"      -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n"
4465"    \n"
4466"    Each SIGNAL_SPEC is either a signal name in <signal.h> or a signal "
4467"number.\n"
4468"    Signal names are case insensitive and the SIG prefix is optional.  A\n"
4469"    signal may be sent to the shell with \"kill -signal $$\".\n"
4470"    \n"
4471"    Exit Status:\n"
4472"    Returns success unless a SIGSPEC is invalid or an invalid option is "
4473"given."
4474msgstr ""
4475"對訊號和其他事件設陷阱。\n"
4476"    \n"
4477"    定義一個處理器,在 shell 接收到訊號和其他條件下執行。\n"
4478"    \n"
4479"    <參數> 是當 shell 接收到 SIGNAL_SPEC 訊號時讀取和執行的指令。\n"
4480"    如果沒有指定 <參數>  (並且只給出一個 SIGNAL_SPEC 訊號) 或者\n"
4481" <參數> 為\n"
4482"   「-」,每一個指定的參數會被重設為原始值。如果 <參數> 是一個空串,則每一"
4483"個\n"
4484"    SIGNAL_SPEC 訊號會被 shell 和它啟動的指令忽略。\n"
4485"    \n"
4486"    如果一個 SIGNAL_SPEC 訊號是 EXIT (0),則 <參數> 指令會在 shell 退出時被\n"
4487"    執行。如果一個 SIGNAL_SPEC 訊號是 DEBUG,則 <參數> 指令會在每一個簡單命\n"
4488"    令之前執行。\n"
4489"    \n"
4490"    如果不提供參數,trap 印出列表顯示每一個與每一個訊號相關聯的指令。\n"
4491"    \n"
4492"    選項:\n"
4493"      -l\t印出一個訊號名稱和它們對應的編號列表\n"
4494"      -p\t印出與每個 SIGNAL_SPEC 訊號相關聯的陷阱指令\n"
4495"    \n"
4496"    每一個 SIGNAL_SPEC 訊號可以是 <signal.h> 中的訊號名稱或者訊號編號。\n"
4497"    訊號名稱大小寫相符且可以使用 SIG 字首。訊號可用「kill - 訊號 $$」\n"
4498"    傳送給 shell。\n"
4499"    \n"
4500"    退出狀態:\n"
4501"    回傳成功,除非使用了無效的選項或者 SIGSPEC。"
4502
4503#: builtins.c:1400
4504msgid ""
4505"Display information about command type.\n"
4506"    \n"
4507"    For each NAME, indicate how it would be interpreted if used as a\n"
4508"    command name.\n"
4509"    \n"
4510"    Options:\n"
4511"      -a\tdisplay all locations containing an executable named NAME;\n"
4512"    \t\tincludes aliases, builtins, and functions, if and only if\n"
4513"    \t\tthe `-p' option is not also used\n"
4514"      -f\tsuppress shell function lookup\n"
4515"      -P\tforce a PATH search for each NAME, even if it is an alias,\n"
4516"    \t\tbuiltin, or function, and returns the name of the disk file\n"
4517"    \t\tthat would be executed\n"
4518"      -p\treturns either the name of the disk file that would be executed,\n"
4519"    \t\tor nothing if `type -t NAME' would not return `file'\n"
4520"      -t\toutput a single word which is one of `alias', `keyword',\n"
4521"    \t\t`function', `builtin', `file' or `', if NAME is an alias,\n"
4522"    \t\tshell reserved word, shell function, shell builtin, disk file,\n"
4523"    \t\tor not found, respectively\n"
4524"    \n"
4525"    Arguments:\n"
4526"      NAME\tCommand name to be interpreted.\n"
4527"    \n"
4528"    Exit Status:\n"
4529"    Returns success if all of the NAMEs are found; fails if any are not "
4530"found."
4531msgstr ""
4532"顯示指令類型的資訊。\n"
4533"    \n"
4534"    對於每一個 <名稱>,指示如果做為指令它將如何被解釋。\n"
4535"    \n"
4536"    選項:\n"
4537"      -a\t顯示所有包含名稱為 <名稱> 的可執行檔案的位置;\n"
4538"    \t包括別名、內建和函數。僅當「-p」選項沒有使用時\n"
4539"      -f\t抑制 shell 函數查詢\n"
4540"      -P\t為每個 <名稱> 驚醒 PATH 路徑搜尋,即使它是別名、\n"
4541"    \t內建或函數,並且回傳將被執行的磁碟上檔案的名稱。\n"
4542"      -p\t回傳將被執行的磁碟上檔案的名稱,或者當「type -t <名稱>」\n"
4543"    \t不回傳「file」時,不回傳任何值。\n"
4544"      -t\t回傳下列詞中的任何一個「alias」、「keyword」、\n"
4545"    \t「function」、「builtin」、「file」或者「」,如果 <名稱> 是相應的\n"
4546"    \t一個別名、shell 保留字、shell 函數、shell 內建物件、\n"
4547"    \t磁碟檔案或沒有找到。\n"
4548"    \n"
4549"    參數:\n"
4550"      <名稱>\t將要解析的指令。\n"
4551"    \n"
4552"    退出狀態:\n"
4553"    如果所有的 <名稱> 指令都找到則回傳成功;任何找不到則失敗。"
4554
4555#: builtins.c:1431
4556#, fuzzy
4557msgid ""
4558"Modify shell resource limits.\n"
4559"    \n"
4560"    Provides control over the resources available to the shell and "
4561"processes\n"
4562"    it creates, on systems that allow such control.\n"
4563"    \n"
4564"    Options:\n"
4565"      -S\tuse the `soft' resource limit\n"
4566"      -H\tuse the `hard' resource limit\n"
4567"      -a\tall current limits are reported\n"
4568"      -b\tthe socket buffer size\n"
4569"      -c\tthe maximum size of core files created\n"
4570"      -d\tthe maximum size of a process's data segment\n"
4571"      -e\tthe maximum scheduling priority (`nice')\n"
4572"      -f\tthe maximum size of files written by the shell and its children\n"
4573"      -i\tthe maximum number of pending signals\n"
4574"      -k\tthe maximum number of kqueues allocated for this process\n"
4575"      -l\tthe maximum size a process may lock into memory\n"
4576"      -m\tthe maximum resident set size\n"
4577"      -n\tthe maximum number of open file descriptors\n"
4578"      -p\tthe pipe buffer size\n"
4579"      -q\tthe maximum number of bytes in POSIX message queues\n"
4580"      -r\tthe maximum real-time scheduling priority\n"
4581"      -s\tthe maximum stack size\n"
4582"      -t\tthe maximum amount of cpu time in seconds\n"
4583"      -u\tthe maximum number of user processes\n"
4584"      -v\tthe size of virtual memory\n"
4585"      -x\tthe maximum number of file locks\n"
4586"      -P\tthe maximum number of pseudoterminals\n"
4587"      -R\tthe maximum time a real-time process can run before blocking\n"
4588"      -T\tthe maximum number of threads\n"
4589"    \n"
4590"    Not all options are available on all platforms.\n"
4591"    \n"
4592"    If LIMIT is given, it is the new value of the specified resource; the\n"
4593"    special LIMIT values `soft', `hard', and `unlimited' stand for the\n"
4594"    current soft limit, the current hard limit, and no limit, respectively.\n"
4595"    Otherwise, the current value of the specified resource is printed.  If\n"
4596"    no option is given, then -f is assumed.\n"
4597"    \n"
4598"    Values are in 1024-byte increments, except for -t, which is in seconds,\n"
4599"    -p, which is in increments of 512 bytes, and -u, which is an unscaled\n"
4600"    number of processes.\n"
4601"    \n"
4602"    Exit Status:\n"
4603"    Returns success unless an invalid option is supplied or an error occurs."
4604msgstr ""
4605"修改 shell 資源限制。\n"
4606"    \n"
4607"    在允許此類控制的系統上,提供對於 shell 及其建立的行程所可用的\n"
4608"    資源的控制。\n"
4609"    \n"
4610"    選項:\n"
4611"      -S\t使用軟 (「soft」) 資源限制\n"
4612"      -H\t使用硬 (「hard」) 資源限制\n"
4613"      -a\t所有目前限制都被通報\n"
4614"      -b\t通訊端快取尺寸\n"
4615"      -c\t建立核心檔案的最大尺寸\n"
4616"      -d\t一個行程的資料區最大尺寸\n"
4617"      -e\t最高的排程優先順序 (「nice」)\n"
4618"      -f\t有 shell 及其子行程可以寫入的最大檔案尺寸\n"
4619"      -i\t最多可以暫停的訊號數\n"
4620"      -k\t為這個進程所分配的最大 kqueues 數量\n"
4621"      -l\t一個行程可以鎖定的最大記憶體尺寸\n"
4622"      -m\t最大的記憶體進駐尺寸\n"
4623"      -n\t最多開啟的檔案描述符個數\n"
4624"      -p\t管道緩衝區尺寸\n"
4625"      -q\tPOSIX 資訊佇列的最大位元組數\n"
4626"      -r\t即時排程的最大優先順序\n"
4627"      -s\t最大堆疊尺寸\n"
4628"      -P\t偽終端的最大數量\n"
4629"      -t\t最大的 CPU 時間,以秒為單位\n"
4630"      -u\t最大使用者行程數\n"
4631"      -v\t虛擬記憶體尺寸\n"
4632"      -x\t最大的檔案鎖數量\n"
4633"      -T\t最大執行緒數量\n"
4634"    \n"
4635"    並非所有選項在所有系統上可用。\n"
4636"    \n"
4637"    如果提供了 LIMIT 變數,則它為指定資源的新值;特別的 LIMIT 值為\n"
4638"   「soft」、「hard」和「unlimited」,分別表示目前的軟限制,硬限制和無限"
4639"制。\n"
4640"    否則印出指定資源的目前限制值,不帶選項則假定為 -f\n"
4641"    \n"
4642"    取值都是 1024 位元組為單位,除了 -t 以秒為單位,-p 以 512 位元組遞增,\n"
4643"    -u 為無尺度的行程數量。\n"
4644"    \n"
4645"    退出狀態:\n"
4646"    回傳成功,除非使用了無效的選項或者錯誤發生。"
4647
4648#: builtins.c:1482
4649msgid ""
4650"Display or set file mode mask.\n"
4651"    \n"
4652"    Sets the user file-creation mask to MODE.  If MODE is omitted, prints\n"
4653"    the current value of the mask.\n"
4654"    \n"
4655"    If MODE begins with a digit, it is interpreted as an octal number;\n"
4656"    otherwise it is a symbolic mode string like that accepted by chmod(1).\n"
4657"    \n"
4658"    Options:\n"
4659"      -p\tif MODE is omitted, output in a form that may be reused as input\n"
4660"      -S\tmakes the output symbolic; otherwise an octal number is output\n"
4661"    \n"
4662"    Exit Status:\n"
4663"    Returns success unless MODE is invalid or an invalid option is given."
4664msgstr ""
4665"顯示或設定檔案模式遮罩。\n"
4666"    \n"
4667"    設定使用者檔案建立遮罩為 MODE 模式。如果省略了 MODE,則\n"
4668"    印出目前遮罩的值。\n"
4669"    \n"
4670"    如果 MODE 模式以數字開頭,則被當做八進位數字解析;否則是一個\n"
4671"    chmod(1) 可接收的符號模式串。\n"
4672"    \n"
4673"    選項:\n"
4674"      -p\t如果省略 MDOE 模式,以可重用為輸入的格式輸入\n"
4675"      -S\t以符號形式輸出,否則以八進位數字格式輸出\n"
4676"    \n"
4677"    退出狀態:\n"
4678"    回傳成功,除非使用了無效的 MODE 模式或者選項。"
4679
4680#: builtins.c:1502
4681#, fuzzy
4682msgid ""
4683"Wait for job completion and return exit status.\n"
4684"    \n"
4685"    Waits for each process identified by an ID, which may be a process ID or "
4686"a\n"
4687"    job specification, and reports its termination status.  If ID is not\n"
4688"    given, waits for all currently active child processes, and the return\n"
4689"    status is zero.  If ID is a job specification, waits for all processes\n"
4690"    in that job's pipeline.\n"
4691"    \n"
4692"    If the -n option is supplied, waits for a single job from the list of "
4693"IDs,\n"
4694"    or, if no IDs are supplied, for the next job to complete and returns "
4695"its\n"
4696"    exit status.\n"
4697"    \n"
4698"    If the -p option is supplied, the process or job identifier of the job\n"
4699"    for which the exit status is returned is assigned to the variable VAR\n"
4700"    named by the option argument. The variable will be unset initially, "
4701"before\n"
4702"    any assignment. This is useful only when the -n option is supplied.\n"
4703"    \n"
4704"    If the -f option is supplied, and job control is enabled, waits for the\n"
4705"    specified ID to terminate, instead of waiting for it to change status.\n"
4706"    \n"
4707"    Exit Status:\n"
4708"    Returns the status of the last ID; fails if ID is invalid or an invalid\n"
4709"    option is given, or if -n is supplied and the shell has no unwaited-for\n"
4710"    children."
4711msgstr ""
4712"等待工作完成並回傳退出狀態。\n"
4713"    \n"
4714"    等待以 ID 編號識別的行程,其中 ID 可以是行程編號或者工作規格,\n"
4715"    並通報它的終止狀態。如果 ID 沒有給出,則等待所有的目前活躍子\n"
4716"    行程,並且回傳狀態為零。如果 ID 是工作規格,等待工作管道中的\n"
4717"    所有行程。\n"
4718"    \n"
4719"    若指定了 -n 選項,等待下一個工作完成並回傳其狀態。\n"
4720"    \n"
4721"    如果指定了 -f 選項且啟用工作管理,則等待指定 ID 終止,而非\n"
4722"    等到其變更狀態。\n"
4723"    \n"
4724"    退出狀態:\n"
4725"    回傳最後一個 ID 行程的狀態;如果使用了無效的 ID 或者選項則失敗。"
4726
4727#: builtins.c:1533
4728msgid ""
4729"Wait for process completion and return exit status.\n"
4730"    \n"
4731"    Waits for each process specified by a PID and reports its termination "
4732"status.\n"
4733"    If PID is not given, waits for all currently active child processes,\n"
4734"    and the return status is zero.  PID must be a process ID.\n"
4735"    \n"
4736"    Exit Status:\n"
4737"    Returns the status of the last PID; fails if PID is invalid or an "
4738"invalid\n"
4739"    option is given."
4740msgstr ""
4741"等待行程完成並且回傳退出狀態。\n"
4742"    \n"
4743"    等待指定行程並通報它的終止狀態。如果沒有提供 PID,則目前所有的活躍\n"
4744"    子行程都會被等待,並且回傳碼為零。PID 必須為行程識別碼。\n"
4745"    \n"
4746"    退出狀態:\n"
4747"    回傳行程 ID 的狀態;如果 PID 是無效的行程識別碼或者指定了無效的選項則失"
4748"敗。"
4749
4750#: builtins.c:1548
4751msgid ""
4752"Execute commands for each member in a list.\n"
4753"    \n"
4754"    The `for' loop executes a sequence of commands for each member in a\n"
4755"    list of items.  If `in WORDS ...;' is not present, then `in \"$@\"' is\n"
4756"    assumed.  For each element in WORDS, NAME is set to that element, and\n"
4757"    the COMMANDS are executed.\n"
4758"    \n"
4759"    Exit Status:\n"
4760"    Returns the status of the last command executed."
4761msgstr ""
4762"為列表中的每個成員執行指令。\n"
4763"    \n"
4764"   「for」迴圈為列表中的每個成員執行一系列的指令。如果沒有\n"
4765"   「in WORDS ...;」則假定使用「in \"$@\"」。對於 WORDS 中的每\n"
4766"    個元素,<名稱> 被設定為該元素,並且執行 <指令>。\n"
4767"    \n"
4768"    退出狀態:\n"
4769"    回傳最後執行指令的狀態。"
4770
4771#: builtins.c:1562
4772msgid ""
4773"Arithmetic for loop.\n"
4774"    \n"
4775"    Equivalent to\n"
4776"    \t(( EXP1 ))\n"
4777"    \twhile (( EXP2 )); do\n"
4778"    \t\tCOMMANDS\n"
4779"    \t\t(( EXP3 ))\n"
4780"    \tdone\n"
4781"    EXP1, EXP2, and EXP3 are arithmetic expressions.  If any expression is\n"
4782"    omitted, it behaves as if it evaluates to 1.\n"
4783"    \n"
4784"    Exit Status:\n"
4785"    Returns the status of the last command executed."
4786msgstr ""
4787"算術 for 迴圈。\n"
4788"    \n"
4789"    等價於\n"
4790"    \t(( EXP1 ))\n"
4791"    \twhile (( EXP2 )); do\n"
4792"    \t\t<指令>\n"
4793"    \t\t(( EXP3 ))\n"
4794"    \tdone\n"
4795"    EXP1、EXP2 和 EXP3 都是算術表示式。如果省略任何表示式,\n"
4796"    則等同於使用了求值為 1 的表示式。\n"
4797"    \n"
4798"    退出狀態:\n"
4799"    回傳最後執行指令的狀態。"
4800
4801#: builtins.c:1580
4802msgid ""
4803"Select words from a list and execute commands.\n"
4804"    \n"
4805"    The WORDS are expanded, generating a list of words.  The\n"
4806"    set of expanded words is printed on the standard error, each\n"
4807"    preceded by a number.  If `in WORDS' is not present, `in \"$@\"'\n"
4808"    is assumed.  The PS3 prompt is then displayed and a line read\n"
4809"    from the standard input.  If the line consists of the number\n"
4810"    corresponding to one of the displayed words, then NAME is set\n"
4811"    to that word.  If the line is empty, WORDS and the prompt are\n"
4812"    redisplayed.  If EOF is read, the command completes.  Any other\n"
4813"    value read causes NAME to be set to null.  The line read is saved\n"
4814"    in the variable REPLY.  COMMANDS are executed after each selection\n"
4815"    until a break command is executed.\n"
4816"    \n"
4817"    Exit Status:\n"
4818"    Returns the status of the last command executed."
4819msgstr ""
4820"從列表中選取詞並且執行指令。\n"
4821"    \n"
4822"    WORDS 變數被展開,產生一個字詞的列表。展開的字詞集合被印出\n"
4823"    在標準錯誤輸出裝置上,每個以一個數字做字首。如果沒有「in WORDS」\n"
4824"    則假定使用「in \"$@\"」。PS3 提示符會被顯示並且從標準輸入讀入一列\n"
4825"    如果該列由被顯示字詞對應的數字組成,則 <名稱> 變數被設定為相應\n"
4826"    的字詞。如果列為空,則 WORDS 變數和提示符被重新顯示。如果讀取了\n"
4827"    檔案結束符,則指令完成。讀入任何其他的值會導致 <名稱> 變數被設定\n"
4828"    為空。讀入的列被存放在變數 REPLY 中。<指令> 在每次選擇\n"
4829"    之後執行直到執行一個 break 指令。\n"
4830"    \n"
4831"    退出狀態:\n"
4832"    回傳最後一個執行指令的狀態。"
4833
4834#: builtins.c:1601
4835msgid ""
4836"Report time consumed by pipeline's execution.\n"
4837"    \n"
4838"    Execute PIPELINE and print a summary of the real time, user CPU time,\n"
4839"    and system CPU time spent executing PIPELINE when it terminates.\n"
4840"    \n"
4841"    Options:\n"
4842"      -p\tprint the timing summary in the portable Posix format\n"
4843"    \n"
4844"    The value of the TIMEFORMAT variable is used as the output format.\n"
4845"    \n"
4846"    Exit Status:\n"
4847"    The return status is the return status of PIPELINE."
4848msgstr ""
4849"通報管道執行的消耗時間。\n"
4850"    \n"
4851"    執行 PIPELINE 並且印出 PIPELINE 終止時實際時間、使用者 CPU 時間和系統\n"
4852"    CPU 時間的總結。\n"
4853"    \n"
4854"    選項:\n"
4855"      -p\t用可移植的 POSIX 格式印出用時總結。\n"
4856"    \n"
4857"    TIMEFORMAT 變數的值被做為輸出格式。\n"
4858"    \n"
4859"    退出狀態:\n"
4860"    回傳狀態即 PIPELINE 的回傳狀態。"
4861
4862#: builtins.c:1618
4863msgid ""
4864"Execute commands based on pattern matching.\n"
4865"    \n"
4866"    Selectively execute COMMANDS based upon WORD matching PATTERN.  The\n"
4867"    `|' is used to separate multiple patterns.\n"
4868"    \n"
4869"    Exit Status:\n"
4870"    Returns the status of the last command executed."
4871msgstr ""
4872"基於模式符合來執行指令。\n"
4873"    \n"
4874"    基於 PATTERN 模式符合的字詞 WORD,有選擇的執行 <指令>。\n"
4875"   「|」用於分隔多個模式。\n"
4876"    \n"
4877"    退出狀態:\n"
4878"    回傳最後一個執行指令的狀態。"
4879
4880#: builtins.c:1630
4881msgid ""
4882"Execute commands based on conditional.\n"
4883"    \n"
4884"    The `if COMMANDS' list is executed.  If its exit status is zero, then "
4885"the\n"
4886"    `then COMMANDS' list is executed.  Otherwise, each `elif COMMANDS' list "
4887"is\n"
4888"    executed in turn, and if its exit status is zero, the corresponding\n"
4889"    `then COMMANDS' list is executed and the if command completes.  "
4890"Otherwise,\n"
4891"    the `else COMMANDS' list is executed, if present.  The exit status of "
4892"the\n"
4893"    entire construct is the exit status of the last command executed, or "
4894"zero\n"
4895"    if no condition tested true.\n"
4896"    \n"
4897"    Exit Status:\n"
4898"    Returns the status of the last command executed."
4899msgstr ""
4900"根據條件執行指令。\n"
4901"    \n"
4902"   「if <指令>」列表被執行。如果退出狀態為零,則執行「then <指令>」\n"
4903"    列表。否則按順序執行每個「elif <指令>」列表,並且如果它的退出狀態為\n"
4904"    零,則執行對應的「then <指令>」列表並且 if 指令終止。否則如果存在的\n"
4905"    情況下,執行「else <指令>」列表。整個結構的退出狀態是最後一個執行\n"
4906"    指令的狀態,或者如果沒有條件測試為真的話,則為零。\n"
4907"    \n"
4908"    退出狀態:\n"
4909"    回傳最後一個執行指令的狀態。"
4910
4911#: builtins.c:1647
4912msgid ""
4913"Execute commands as long as a test succeeds.\n"
4914"    \n"
4915"    Expand and execute COMMANDS as long as the final command in the\n"
4916"    `while' COMMANDS has an exit status of zero.\n"
4917"    \n"
4918"    Exit Status:\n"
4919"    Returns the status of the last command executed."
4920msgstr ""
4921"只要測試成功即執行指令。\n"
4922"    \n"
4923"    只要在「while」<指令> 中的最終指令回傳結果為 0,則\n"
4924"    展開並執行 <指令>。\n"
4925"    \n"
4926"    退出狀態:\n"
4927"    回傳最後一個執行指令的狀態。"
4928
4929#: builtins.c:1659
4930msgid ""
4931"Execute commands as long as a test does not succeed.\n"
4932"    \n"
4933"    Expand and execute COMMANDS as long as the final command in the\n"
4934"    `until' COMMANDS has an exit status which is not zero.\n"
4935"    \n"
4936"    Exit Status:\n"
4937"    Returns the status of the last command executed."
4938msgstr ""
4939"當測試不同過時執行指令。\n"
4940"    \n"
4941"   「until」<指令> 的最終指令回傳狀態不為 0 時,\n"
4942"    展開並執行 <指令>。\n"
4943"    \n"
4944"    退出狀態:\n"
4945"    回傳最後一個執行指令的狀態。"
4946
4947#: builtins.c:1671
4948msgid ""
4949"Create a coprocess named NAME.\n"
4950"    \n"
4951"    Execute COMMAND asynchronously, with the standard output and standard\n"
4952"    input of the command connected via a pipe to file descriptors assigned\n"
4953"    to indices 0 and 1 of an array variable NAME in the executing shell.\n"
4954"    The default NAME is \"COPROC\".\n"
4955"    \n"
4956"    Exit Status:\n"
4957"    The coproc command returns an exit status of 0."
4958msgstr ""
4959"建立一個以 <名稱> 為名的副行程。\n"
4960"    \n"
4961"    非同步執行 <指令>,在執行 shell 中的陣列變數 <名稱>\n"
4962"    的 0 號和 1 號元素做為檔案描述符,以一個管道連接指令\n"
4963"    分別做為指令的標準輸出和輸入裝置。\n"
4964"    預設的 <名稱> 是「COPROC」。\n"
4965"    \n"
4966"    退出狀態:\n"
4967"    coprc 指令回傳離開代碼 0。"
4968
4969#: builtins.c:1685
4970msgid ""
4971"Define shell function.\n"
4972"    \n"
4973"    Create a shell function named NAME.  When invoked as a simple command,\n"
4974"    NAME runs COMMANDs in the calling shell's context.  When NAME is "
4975"invoked,\n"
4976"    the arguments are passed to the function as $1...$n, and the function's\n"
4977"    name is in $FUNCNAME.\n"
4978"    \n"
4979"    Exit Status:\n"
4980"    Returns success unless NAME is readonly."
4981msgstr ""
4982"定義 shell 函數。\n"
4983"    \n"
4984"    建立一個以 <名稱> 為名的 shell 函數。當做為一個簡單的指令啟用時,\n"
4985"    <名稱> 函數執行呼叫 shell 語境中的 COMMANDs 指令。當 <名稱>\n"
4986"    被啟用時,參數做為 $1…$n 被傳遞給函數,函數的名字儲存在變數\n"
4987"    $FUNCNAME 中。\n"
4988"    \n"
4989"    退出狀態:\n"
4990"    回傳成功除非 <名稱> 為唯讀。"
4991
4992#: builtins.c:1699
4993msgid ""
4994"Group commands as a unit.\n"
4995"    \n"
4996"    Run a set of commands in a group.  This is one way to redirect an\n"
4997"    entire set of commands.\n"
4998"    \n"
4999"    Exit Status:\n"
5000"    Returns the status of the last command executed."
5001msgstr ""
5002"將指令組合為一個單元。\n"
5003"    \n"
5004"    執行群組中的指令集合。這是對整個指令集合\n"
5005"    做重定向的方法之一。\n"
5006"    \n"
5007"    退出狀態:\n"
5008"    回傳最後一個執行指令的狀態。"
5009
5010#: builtins.c:1711
5011msgid ""
5012"Resume job in foreground.\n"
5013"    \n"
5014"    Equivalent to the JOB_SPEC argument to the `fg' command.  Resume a\n"
5015"    stopped or background job.  JOB_SPEC can specify either a job name\n"
5016"    or a job number.  Following JOB_SPEC with a `&' places the job in\n"
5017"    the background, as if the job specification had been supplied as an\n"
5018"    argument to `bg'.\n"
5019"    \n"
5020"    Exit Status:\n"
5021"    Returns the status of the resumed job."
5022msgstr ""
5023"在前臺繼續工作\n"
5024"    \n"
5025"    對於 JOB_SPEC 參數來說和「fg」指令等同。繼續一個\n"
5026"    停止的或者後臺工作。JOB_SPEC 可以指定一個工作\n"
5027"    名字或工作號。在 JOB_SPEC 後加上一個「&」將會把\n"
5028"    工作放至後臺,就像工作規格被做為「bg」指令的參數\n"
5029"    執行一樣。\n"
5030"    \n"
5031"    退出狀態:\n"
5032"    回傳被繼續的工作狀態。"
5033
5034#: builtins.c:1726
5035#, fuzzy
5036msgid ""
5037"Evaluate arithmetic expression.\n"
5038"    \n"
5039"    The EXPRESSION is evaluated according to the rules for arithmetic\n"
5040"    evaluation.  Equivalent to `let \"EXPRESSION\"'.\n"
5041"    \n"
5042"    Exit Status:\n"
5043"    Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise."
5044msgstr ""
5045"求值算術表示式。\n"
5046"    \n"
5047"    表示式按照算術法則進行求值。\n"
5048"    等價於「let 表示式」。\n"
5049"    \n"
5050"    退出狀態:\n"
5051"    如果表示式求值為 0 則回傳 1;否則回傳 0。"
5052
5053#: builtins.c:1738
5054msgid ""
5055"Execute conditional command.\n"
5056"    \n"
5057"    Returns a status of 0 or 1 depending on the evaluation of the "
5058"conditional\n"
5059"    expression EXPRESSION.  Expressions are composed of the same primaries "
5060"used\n"
5061"    by the `test' builtin, and may be combined using the following "
5062"operators:\n"
5063"    \n"
5064"      ( EXPRESSION )\tReturns the value of EXPRESSION\n"
5065"      ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n"
5066"      EXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n"
5067"      EXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n"
5068"    \n"
5069"    When the `==' and `!=' operators are used, the string to the right of\n"
5070"    the operator is used as a pattern and pattern matching is performed.\n"
5071"    When the `=~' operator is used, the string to the right of the operator\n"
5072"    is matched as a regular expression.\n"
5073"    \n"
5074"    The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n"
5075"    determine the expression's value.\n"
5076"    \n"
5077"    Exit Status:\n"
5078"    0 or 1 depending on value of EXPRESSION."
5079msgstr ""
5080"執行條件指令。\n"
5081"    \n"
5082"    根據條件表示式 EXPRESSION 的求值回傳狀態 0 或 1。表示式按照\n"
5083"   「test」內建的相同條件組成,或者可以有下列運算子連接而成:\n"
5084"    \n"
5085"      ( EXPRESSION )\t回傳 EXPRESSION 表示式的值\n"
5086"      ! EXPRESSION\t\t如果 EXPRESSION 表示式為假則為真,否則為假\n"
5087"      EXPR1 && EXPR2\t如果 EXPR1 和 EXPR2 表示式均為真則為真,否則為假\n"
5088"      EXPR1 || EXPR2\t如果 EXPR1 和 EXPR2 表示式中有一個為真則為真,否則為"
5089"假\n"
5090"    \n"
5091"    當使用「==」和「!=」運算子時,運算子右邊的字串被用作模式並且執行一個\n"
5092"    符合。當使用「=~」運算子時,運算子右邊的字串被當做正規表示式來進行\n"
5093"    符合。\n"
5094"    \n"
5095"    運算子 && 和 || 將不對 EXPR2 表示式進行求值,如果 EXPR1 表示式足夠確定\n"
5096"    整個表示式的值。\n"
5097"    \n"
5098"    退出狀態:\n"
5099"    根據 EXPRESSION 的值為 0 或 1。"
5100
5101#: builtins.c:1764
5102msgid ""
5103"Common shell variable names and usage.\n"
5104"    \n"
5105"    BASH_VERSION\tVersion information for this Bash.\n"
5106"    CDPATH\tA colon-separated list of directories to search\n"
5107"    \t\tfor directories given as arguments to `cd'.\n"
5108"    GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n"
5109"    \t\tbe ignored by pathname expansion.\n"
5110"    HISTFILE\tThe name of the file where your command history is stored.\n"
5111"    HISTFILESIZE\tThe maximum number of lines this file can contain.\n"
5112"    HISTSIZE\tThe maximum number of history lines that a running\n"
5113"    \t\tshell can access.\n"
5114"    HOME\tThe complete pathname to your login directory.\n"
5115"    HOSTNAME\tThe name of the current host.\n"
5116"    HOSTTYPE\tThe type of CPU this version of Bash is running under.\n"
5117"    IGNOREEOF\tControls the action of the shell on receipt of an EOF\n"
5118"    \t\tcharacter as the sole input.  If set, then the value\n"
5119"    \t\tof it is the number of EOF characters that can be seen\n"
5120"    \t\tin a row on an empty line before the shell will exit\n"
5121"    \t\t(default 10).  When unset, EOF signifies the end of input.\n"
5122"    MACHTYPE\tA string describing the current system Bash is running on.\n"
5123"    MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n"
5124"    MAILPATH\tA colon-separated list of filenames which Bash checks\n"
5125"    \t\tfor new mail.\n"
5126"    OSTYPE\tThe version of Unix this version of Bash is running on.\n"
5127"    PATH\tA colon-separated list of directories to search when\n"
5128"    \t\tlooking for commands.\n"
5129"    PROMPT_COMMAND\tA command to be executed before the printing of each\n"
5130"    \t\tprimary prompt.\n"
5131"    PS1\t\tThe primary prompt string.\n"
5132"    PS2\t\tThe secondary prompt string.\n"
5133"    PWD\t\tThe full pathname of the current directory.\n"
5134"    SHELLOPTS\tA colon-separated list of enabled shell options.\n"
5135"    TERM\tThe name of the current terminal type.\n"
5136"    TIMEFORMAT\tThe output format for timing statistics displayed by the\n"
5137"    \t\t`time' reserved word.\n"
5138"    auto_resume\tNon-null means a command word appearing on a line by\n"
5139"    \t\titself is first looked for in the list of currently\n"
5140"    \t\tstopped jobs.  If found there, that job is foregrounded.\n"
5141"    \t\tA value of `exact' means that the command word must\n"
5142"    \t\texactly match a command in the list of stopped jobs.  A\n"
5143"    \t\tvalue of `substring' means that the command word must\n"
5144"    \t\tmatch a substring of the job.  Any other value means that\n"
5145"    \t\tthe command must be a prefix of a stopped job.\n"
5146"    histchars\tCharacters controlling history expansion and quick\n"
5147"    \t\tsubstitution.  The first character is the history\n"
5148"    \t\tsubstitution character, usually `!'.  The second is\n"
5149"    \t\tthe `quick substitution' character, usually `^'.  The\n"
5150"    \t\tthird is the `history comment' character, usually `#'.\n"
5151"    HISTIGNORE\tA colon-separated list of patterns used to decide which\n"
5152"    \t\tcommands should be saved on the history list.\n"
5153msgstr ""
5154"常用 shell 變數名稱和使用。\n"
5155"    \n"
5156"    BASH_VERSION\t目前 Bash 的版本資訊。\n"
5157"    CDPATH\t用於「cd」指令參數搜尋分號分隔的目錄列表\n"
5158"    GLOBIGNORE\t路徑擴充套件時忽略的檔名符合模式列表,\n"
5159"    \t\t以分號分隔。\n"
5160"    HISTFILE\t您的指令歷史記錄存放的檔案名稱。\n"
5161"    HISTFILESIZE\t歷史記錄檔案最多可以儲存的列數。\n"
5162"    HISTSIZE\t一個執行的 shell 最多可以訪問的歷史記錄指令列數。\n"
5163"    HOME\t您登入目錄的完整路徑。\n"
5164"    HOSTNAME\t目前主機的主機名稱。\n"
5165"    HOSTTYPE\t目前版本的 BASH 在其之上執行的 CPU 類型。\n"
5166"    IGNOREEOF\t控制 shell 收到檔案結束符做為單一輸入後的\n"
5167"    \t\t動作。如果設定這個變數,則它的值是 shell 退出之前在\n"
5168"    \t\t一個空列上可以連續看到的檔案結束符數量(預設為 10)。\n"
5169"    \t\t未設定時,檔案結束符標誌著輸入的結束。\n"
5170"    MACHTYPE\t描述目前執行 Bash 的系統字串。\n"
5171"    MAILCHECK\tBash 檢測新郵件的頻率,以秒為單位。\n"
5172"    MAILPATH\tBash 從中檢測新郵件的檔案列表,以分號分隔。\n"
5173"    OSTYPE\t執行 Bash 的 Unix 版本。\n"
5174"    PATH\t當尋找指令時搜尋的目錄列表,以冒號分隔。\n"
5175"    PROMPT_COMMAND\t印出每一個主提示符之前執行的命\n"
5176"    \t\t令。\n"
5177"    PS1\t\t主提示符字串。\n"
5178"    PS2\t\t從提示符字串。\n"
5179"    PWD\t\t目前目錄的完整路徑。\n"
5180"    SHELLOPTS\t已啟用的 shell 選項列表,以冒號分隔。\n"
5181"    TERM\t目前終端類型的名稱。\n"
5182"    TIMEFORMAT\t以關鍵則「time」顯示的時間統計資訊的輸出\n"
5183"    \t\t格式。\n"
5184"    auto_resume\t非空時,一個單獨的指令詞會首先被在目前\n"
5185"    \t\t停止的工作列表中搜尋。如果找到則該工作被置於前臺。\n"
5186"    \t\t如果值為「exact」則意味著指令詞必須精確符合停止工作\n"
5187"    \t\t列表中的指令。如果值為「substring」則意味著指令詞必\n"
5188"    \t\t須符合工作的一個子字串。任何其他的值意味著指令詞\n"
5189"    \t\t必須是停止工作的一個字首。\n"
5190"    histchars\t控制歷史記錄展開和快速取代的字元。第一個字元是\n"
5191"    \t\t歷史記錄取代字元,通常是「!」。第二個字元是快速取代字元,\n"
5192"    \t\t通常是「^」。第三個是歷史記錄註釋字元,通常是「#」。\n"
5193"    HISTIGNORE\t用於決定哪些指令被存入歷史記錄檔案的模式\n"
5194"    \t\t列表,以冒號分隔。\n"
5195
5196#: builtins.c:1821
5197msgid ""
5198"Add directories to stack.\n"
5199"    \n"
5200"    Adds a directory to the top of the directory stack, or rotates\n"
5201"    the stack, making the new top of the stack the current working\n"
5202"    directory.  With no arguments, exchanges the top two directories.\n"
5203"    \n"
5204"    Options:\n"
5205"      -n\tSuppresses the normal change of directory when adding\n"
5206"    \t\tdirectories to the stack, so only the stack is manipulated.\n"
5207"    \n"
5208"    Arguments:\n"
5209"      +N\tRotates the stack so that the Nth directory (counting\n"
5210"    \t\tfrom the left of the list shown by `dirs', starting with\n"
5211"    \t\tzero) is at the top.\n"
5212"    \n"
5213"      -N\tRotates the stack so that the Nth directory (counting\n"
5214"    \t\tfrom the right of the list shown by `dirs', starting with\n"
5215"    \t\tzero) is at the top.\n"
5216"    \n"
5217"      dir\tAdds DIR to the directory stack at the top, making it the\n"
5218"    \t\tnew current working directory.\n"
5219"    \n"
5220"    The `dirs' builtin displays the directory stack.\n"
5221"    \n"
5222"    Exit Status:\n"
5223"    Returns success unless an invalid argument is supplied or the directory\n"
5224"    change fails."
5225msgstr ""
5226"從堆疊中建立目錄。\n"
5227"    \n"
5228"    從目錄堆疊中建立條目。不帶參數時,建立堆疊頂端目錄,並變更至新的堆疊\n"
5229"    頂端目錄。\n"
5230"    \n"
5231"    選項:\n"
5232"      -n\t抑制從堆疊中刪除目錄時通常的目錄變換操作,從而僅對堆疊\n"
5233"    \t進行操作。\n"
5234"    \n"
5235"    參數:\n"
5236"      +N\t刪除第 N 個目錄 (「dirs」顯示的目錄列表中左起,從零開始)。\n"
5237"    \t例如:「popd +0」刪除第一個目錄,「popd +1」刪除第二個。\n"
5238"    \n"
5239"      -N\t刪除第 N 個目錄 (「dirs」顯示的目錄列表中右起,從零開始)。\n"
5240"    \t例如:「popd -0」刪除最後一個目錄,,「popd -1」刪除倒數第二個。\n"
5241"    \n"
5242"   「dirs」內建顯示目錄堆疊。\n"
5243"    \n"
5244"    退出狀態:\n"
5245"    回傳成功,除非使用了無效的參數或者目錄變換失敗。"
5246
5247#: builtins.c:1855
5248msgid ""
5249"Remove directories from stack.\n"
5250"    \n"
5251"    Removes entries from the directory stack.  With no arguments, removes\n"
5252"    the top directory from the stack, and changes to the new top directory.\n"
5253"    \n"
5254"    Options:\n"
5255"      -n\tSuppresses the normal change of directory when removing\n"
5256"    \t\tdirectories from the stack, so only the stack is manipulated.\n"
5257"    \n"
5258"    Arguments:\n"
5259"      +N\tRemoves the Nth entry counting from the left of the list\n"
5260"    \t\tshown by `dirs', starting with zero.  For example: `popd +0'\n"
5261"    \t\tremoves the first directory, `popd +1' the second.\n"
5262"    \n"
5263"      -N\tRemoves the Nth entry counting from the right of the list\n"
5264"    \t\tshown by `dirs', starting with zero.  For example: `popd -0'\n"
5265"    \t\tremoves the last directory, `popd -1' the next to last.\n"
5266"    \n"
5267"    The `dirs' builtin displays the directory stack.\n"
5268"    \n"
5269"    Exit Status:\n"
5270"    Returns success unless an invalid argument is supplied or the directory\n"
5271"    change fails."
5272msgstr ""
5273"從堆疊中刪除目錄。\n"
5274"    \n"
5275"    從目錄堆疊中刪除條目。不帶參數時,刪除堆疊頂端目錄,並變更至新的堆疊\n"
5276"    頂端目錄。\n"
5277"    \n"
5278"    選項:\n"
5279"      -n\t抑制從堆疊中刪除目錄時通常的目錄變換操作,從而僅對堆疊\n"
5280"    \t進行操作。\n"
5281"    \n"
5282"    參數:\n"
5283"      +N\t刪除第 N 個目錄 (「dirs」顯示的目錄列表中左起,從零開始)。\n"
5284"    \t例如:「popd +0」刪除第一個目錄,「popd +1」刪除第二個。\n"
5285"    \n"
5286"      -N\t刪除第 N 個目錄 (「dirs」顯示的目錄列表中右起,從零開始)。\n"
5287"    \t例如:「popd -0」刪除最後一個目錄,,「popd -1」刪除倒數第二個。\n"
5288"    \n"
5289"   「dirs」內建顯示目錄堆疊。\n"
5290"    \n"
5291"    退出狀態:\n"
5292"    回傳成功,除非使用了無效的參數或者目錄變換失敗。"
5293
5294#: builtins.c:1885
5295msgid ""
5296"Display directory stack.\n"
5297"    \n"
5298"    Display the list of currently remembered directories.  Directories\n"
5299"    find their way onto the list with the `pushd' command; you can get\n"
5300"    back up through the list with the `popd' command.\n"
5301"    \n"
5302"    Options:\n"
5303"      -c\tclear the directory stack by deleting all of the elements\n"
5304"      -l\tdo not print tilde-prefixed versions of directories relative\n"
5305"    \t\tto your home directory\n"
5306"      -p\tprint the directory stack with one entry per line\n"
5307"      -v\tprint the directory stack with one entry per line prefixed\n"
5308"    \t\twith its position in the stack\n"
5309"    \n"
5310"    Arguments:\n"
5311"      +N\tDisplays the Nth entry counting from the left of the list\n"
5312"    \t\tshown by dirs when invoked without options, starting with\n"
5313"    \t\tzero.\n"
5314"    \n"
5315"      -N\tDisplays the Nth entry counting from the right of the list\n"
5316"    \t\tshown by dirs when invoked without options, starting with\n"
5317"    \t\tzero.\n"
5318"    \n"
5319"    Exit Status:\n"
5320"    Returns success unless an invalid option is supplied or an error occurs."
5321msgstr ""
5322"顯示目錄堆疊。\n"
5323"    \n"
5324"    顯示目前記住的目錄列表。藉由「pushd」指令可以將目錄存入列表\n"
5325"    中;「popd」指令可用於遍歷彈出列表。\n"
5326"    \n"
5327"    選項:\n"
5328"      -c\t刪除所有元素以清空目錄堆疊\n"
5329"      -l\t不印出與主目錄相關的波浪號字首的目錄\n"
5330"      -p\t每列一個條目印出目錄堆疊\n"
5331"      -v\t每列一個條目,以堆疊中位置為字首印出目錄堆疊\n"
5332"    \n"
5333"    參數:\n"
5334"      +N\t顯示 dirs 不帶選項啟動時顯示的目錄列表左起中第\n"
5335"    \tN 個目錄,從零開始。\n"
5336"    \n"
5337"      -N\t顯示 dirs 不帶選項啟動時顯示的目錄列表右起中第\n"
5338"    \tN 個目錄,從零開始。\n"
5339"    \n"
5340"    退出狀態:\n"
5341"    回傳成功,除非使用了無效的選項或者發生錯誤。"
5342
5343#: builtins.c:1916
5344msgid ""
5345"Set and unset shell options.\n"
5346"    \n"
5347"    Change the setting of each shell option OPTNAME.  Without any option\n"
5348"    arguments, list each supplied OPTNAME, or all shell options if no\n"
5349"    OPTNAMEs are given, with an indication of whether or not each is set.\n"
5350"    \n"
5351"    Options:\n"
5352"      -o\trestrict OPTNAMEs to those defined for use with `set -o'\n"
5353"      -p\tprint each shell option with an indication of its status\n"
5354"      -q\tsuppress output\n"
5355"      -s\tenable (set) each OPTNAME\n"
5356"      -u\tdisable (unset) each OPTNAME\n"
5357"    \n"
5358"    Exit Status:\n"
5359"    Returns success if OPTNAME is enabled; fails if an invalid option is\n"
5360"    given or OPTNAME is disabled."
5361msgstr ""
5362"設定和取消設定 shell 選項。\n"
5363"    \n"
5364"    變更每個 shell <選項名稱> 的設定。不帶選項參數時,\n"
5365"    顯示每個提供的 <選項名稱> 或所有 shell 選項 (如果沒有\n"
5366"    傳入任何 <選項名稱>) 和是否每個都有設定到的指示。\n"
5367"    \n"
5368"    選項:\n"
5369"      -o\t限制 <選項名稱> 為定義用於「set -o」的選項\n"
5370"      -p\t印出每個 shell 選項並標註它的狀態。\n"
5371"      -q\t抑制輸出\n"
5372"      -s\t啟用(設定)每個 <選項名稱> 選項\n"
5373"      -u\t停用(取消設定)每個 <選項名稱> 選項\n"
5374"    \n"
5375"    退出狀態:\n"
5376"    如果 <選項名稱> 選項被啟用則回傳成功;如果是\n"
5377"    無效的選項或 <選項名稱> 被停用則失敗。"
5378
5379#: builtins.c:1937
5380msgid ""
5381"Formats and prints ARGUMENTS under control of the FORMAT.\n"
5382"    \n"
5383"    Options:\n"
5384"      -v var\tassign the output to shell variable VAR rather than\n"
5385"    \t\tdisplay it on the standard output\n"
5386"    \n"
5387"    FORMAT is a character string which contains three types of objects: "
5388"plain\n"
5389"    characters, which are simply copied to standard output; character "
5390"escape\n"
5391"    sequences, which are converted and copied to the standard output; and\n"
5392"    format specifications, each of which causes printing of the next "
5393"successive\n"
5394"    argument.\n"
5395"    \n"
5396"    In addition to the standard format specifications described in "
5397"printf(1),\n"
5398"    printf interprets:\n"
5399"    \n"
5400"      %b\texpand backslash escape sequences in the corresponding argument\n"
5401"      %q\tquote the argument in a way that can be reused as shell input\n"
5402"      %(fmt)T\toutput the date-time string resulting from using FMT as a "
5403"format\n"
5404"    \t        string for strftime(3)\n"
5405"    \n"
5406"    The format is re-used as necessary to consume all of the arguments.  If\n"
5407"    there are fewer arguments than the format requires,  extra format\n"
5408"    specifications behave as if a zero value or null string, as "
5409"appropriate,\n"
5410"    had been supplied.\n"
5411"    \n"
5412"    Exit Status:\n"
5413"    Returns success unless an invalid option is given or a write or "
5414"assignment\n"
5415"    error occurs."
5416msgstr ""
5417"在 <格式> 的控制下格式化並印出 <參數>。\n"
5418"    \n"
5419"    選項:\n"
5420"      -v var\t將輸出指派給 shell 變數 VAR 而不顯示在標準輸出上\n"
5421"    \n"
5422"    <格式> 是包含三種物件的字串:簡單地被複製到標準輸出的普通字元;\n"
5423"    被變換之後複製到標準輸入的逸出字元;以及每個都會影響到下個參數的印出格式"
5424"化規格。\n"
5425"    \n"
5426"    在 printf(1) 中描述的標準控制規格之外,printf 解析:\n"
5427"    \n"
5428"      %b\t擴充套件對應參數中的反斜線逸出序列\n"
5429"      %q\t以可做為 shell 輸入的格式引用參數\n"
5430"      %(fmt)T\t以 FMT 為提供 strftime(3) 的格式輸出日期與時間字串    \n"
5431"    退出狀態:\n"
5432"    回傳成功,除非使用了無效的選項或者發生寫入或指派錯誤。"
5433
5434#: builtins.c:1971
5435#, fuzzy
5436msgid ""
5437"Specify how arguments are to be completed by Readline.\n"
5438"    \n"
5439"    For each NAME, specify how arguments are to be completed.  If no "
5440"options\n"
5441"    are supplied, existing completion specifications are printed in a way "
5442"that\n"
5443"    allows them to be reused as input.\n"
5444"    \n"
5445"    Options:\n"
5446"      -p\tprint existing completion specifications in a reusable format\n"
5447"      -r\tremove a completion specification for each NAME, or, if no\n"
5448"    \t\tNAMEs are supplied, all completion specifications\n"
5449"      -D\tapply the completions and actions as the default for commands\n"
5450"    \t\twithout any specific completion defined\n"
5451"      -E\tapply the completions and actions to \"empty\" commands --\n"
5452"    \t\tcompletion attempted on a blank line\n"
5453"      -I\tapply the completions and actions to the initial (usually the\n"
5454"    \t\tcommand) word\n"
5455"    \n"
5456"    When completion is attempted, the actions are applied in the order the\n"
5457"    uppercase-letter options are listed above. If multiple options are "
5458"supplied,\n"
5459"    the -D option takes precedence over -E, and both take precedence over -"
5460"I.\n"
5461"    \n"
5462"    Exit Status:\n"
5463"    Returns success unless an invalid option is supplied or an error occurs."
5464msgstr ""
5465"規範 readline 如何完成讀取參數。\n"
5466"    \n"
5467"    規格對於每一個<名稱>如何完成讀取參數。如果不帶選項,\n"
5468"    現有的補完規格會以可以重用為輸入的格式印出。\n"
5469"    \n"
5470"    選項:\n"
5471"      -p\t以可重用的格式印出現有的補完規格。\n"
5472"      -r\t對於每個<名稱>刪除補完規格,或者如果沒有提供<名稱>\n"
5473"    \t名稱,刪除所有的補完規格。\n"
5474"      -D\t對於沒有補完規格定義的指令,設定預設的補完動作\n"
5475"      -E\t對於「empty」指令設定補完動作,—— 對於空列的補完。\n"
5476"      -I\t套用補完和動作到首個 (通常是指令) 單詞\n"
5477"    \n"
5478"    嘗試補完時,按照上述大寫字母選項的順序進行動作。 如果傳入了多個選項,\n"
5479"    -D 選項優先於 -E 選項,而兩者優先於 -I 選項。\n"
5480"    \n"
5481"    退出狀態:\n"
5482"    回傳成功,除非使用了無效的選項或者錯誤發生。"
5483
5484#: builtins.c:2001
5485msgid ""
5486"Display possible completions depending on the options.\n"
5487"    \n"
5488"    Intended to be used from within a shell function generating possible\n"
5489"    completions.  If the optional WORD argument is supplied, matches "
5490"against\n"
5491"    WORD are generated.\n"
5492"    \n"
5493"    Exit Status:\n"
5494"    Returns success unless an invalid option is supplied or an error occurs."
5495msgstr ""
5496"依據選項顯示可能的補完。\n"
5497"    \n"
5498"    意圖在能產生可能的補完 shell 函數內部使用。\n"
5499"    如果提供了可選的 WORD 參數,則產生按照 WORD\n"
5500"    進行的符合。\n"
5501"    \n"
5502"    退出狀態:\n"
5503"    除非使用了無效選項或者錯誤發生,否則回傳成功。"
5504
5505#: builtins.c:2016
5506msgid ""
5507"Modify or display completion options.\n"
5508"    \n"
5509"    Modify the completion options for each NAME, or, if no NAMEs are "
5510"supplied,\n"
5511"    the completion currently being executed.  If no OPTIONs are given, "
5512"print\n"
5513"    the completion options for each NAME or the current completion "
5514"specification.\n"
5515"    \n"
5516"    Options:\n"
5517"    \t-o option\tSet completion option OPTION for each NAME\n"
5518"    \t-D\t\tChange options for the \"default\" command completion\n"
5519"    \t-E\t\tChange options for the \"empty\" command completion\n"
5520"    \t-I\t\tChange options for completion on the initial word\n"
5521"    \n"
5522"    Using `+o' instead of `-o' turns off the specified option.\n"
5523"    \n"
5524"    Arguments:\n"
5525"    \n"
5526"    Each NAME refers to a command for which a completion specification must\n"
5527"    have previously been defined using the `complete' builtin.  If no NAMEs\n"
5528"    are supplied, compopt must be called by a function currently generating\n"
5529"    completions, and the options for that currently-executing completion\n"
5530"    generator are modified.\n"
5531"    \n"
5532"    Exit Status:\n"
5533"    Returns success unless an invalid option is supplied or NAME does not\n"
5534"    have a completion specification defined."
5535msgstr ""
5536"修改或顯示補完選項。\n"
5537"    \n"
5538"    修改每個 <名稱> 的補完選項,或如果沒有提供 <名稱>,執行目前的補完。\n"
5539"    如果不帶選項,印出每個 <名稱> 的補完選項或目前的補完規格。\n"
5540"    \n"
5541"    選項:\n"
5542"    \t-o option\t為每個 <名稱> 設定補完選項 option\n"
5543"    \t-D\t\t為「default」指令補完變更選項\n"
5544"    \t-E\t\t為「empty」指令補完變更選項\n"
5545"    \t-I\t\t為首單詞上的補完變更選項\n"
5546"    \n"
5547"    使用「+o」而不是「-o」可以關閉指定的選項。\n"
5548"    \n"
5549"    參數:\n"
5550"    \n"
5551"    每個 <名稱> 都對應一個之前以藉由「complete」內建定義了補完規格的\n"
5552"    指令。如果不提供 <名稱>,目前產生補完的函數必須呼叫 compopt,\n"
5553"    並且目前執行的補完產生器選項會被修改。\n"
5554"    \n"
5555"    退出狀態:\n"
5556"    回傳成功,除非使用了無效的選項或者 <名稱> 沒有定義補完規格。"
5557
5558#: builtins.c:2047
5559msgid ""
5560"Read lines from the standard input into an indexed array variable.\n"
5561"    \n"
5562"    Read lines from the standard input into the indexed array variable "
5563"ARRAY, or\n"
5564"    from file descriptor FD if the -u option is supplied.  The variable "
5565"MAPFILE\n"
5566"    is the default ARRAY.\n"
5567"    \n"
5568"    Options:\n"
5569"      -d delim\tUse DELIM to terminate lines, instead of newline\n"
5570"      -n count\tCopy at most COUNT lines.  If COUNT is 0, all lines are "
5571"copied\n"
5572"      -O origin\tBegin assigning to ARRAY at index ORIGIN.  The default "
5573"index is 0\n"
5574"      -s count\tDiscard the first COUNT lines read\n"
5575"      -t\tRemove a trailing DELIM from each line read (default newline)\n"
5576"      -u fd\tRead lines from file descriptor FD instead of the standard "
5577"input\n"
5578"      -C callback\tEvaluate CALLBACK each time QUANTUM lines are read\n"
5579"      -c quantum\tSpecify the number of lines read between each call to\n"
5580"    \t\t\tCALLBACK\n"
5581"    \n"
5582"    Arguments:\n"
5583"      ARRAY\tArray variable name to use for file data\n"
5584"    \n"
5585"    If -C is supplied without -c, the default quantum is 5000.  When\n"
5586"    CALLBACK is evaluated, it is supplied the index of the next array\n"
5587"    element to be assigned and the line to be assigned to that element\n"
5588"    as additional arguments.\n"
5589"    \n"
5590"    If not supplied with an explicit origin, mapfile will clear ARRAY "
5591"before\n"
5592"    assigning to it.\n"
5593"    \n"
5594"    Exit Status:\n"
5595"    Returns success unless an invalid option is given or ARRAY is readonly "
5596"or\n"
5597"    not an indexed array."
5598msgstr ""
5599"從標準輸入讀取列到索引陣列變數中。\n"
5600"    \n"
5601"    從標準輸入讀取列到索引陣列變數 ARRAY 中,或者如果使用了 -u 選項,\n"
5602"    從檔案描述符 FD 中讀取。MAPFILE 變數是預設的 ARRAY 變數。\n"
5603"    \n"
5604"    選項:\n"
5605"      -d delim\t使用 DELIM 取代換行符號來斷行\n"
5606"      -n count\t最多複製 COUNT 列,如果 COUNT 為 0,則複製所有列。\n"
5607"      -O origin\t從索引 ORIGIN 開始 指派給 ARRAY 變數。預設索引是 0。\n"
5608"      -s count \t丟棄最先讀取的 COUNT 列。\n"
5609"      -t\t\t從讀取的每列末尾刪除一個換列符。\n"
5610"      -u fd\t\t從檔案描述符 FD 中讀取列而不是標準輸入。\n"
5611"      -C callback\t每 QUANTUM 次讀列之後對 CALLBACK 回呼求值。\n"
5612"      -c quantum\t定義每次呼叫 CALLBACK 回呼之間讀取的列數。\n"
5613"    \n"
5614"    參數:\n"
5615"      ARRAY\t\t儲存資料使用的陣列變數\n"
5616"    \n"
5617"    如果使用了 -C 而沒有 -c,預設的定量是 5000。當對 CALLBACK 求值時,\n"
5618"    下一個將被指派的陣列元素索引做為額外參數被傳遞。\n"
5619"    \n"
5620"    如果沒有顯式指定起始索引,mapfile 將在指派前清空 ARRAY 變數。\n"
5621"    \n"
5622"    退出狀態:\n"
5623"    回傳成功,除非使用了無效的選項,或者 ARRAY 變數唯讀或不是索引陣列。"
5624
5625#: builtins.c:2083
5626msgid ""
5627"Read lines from a file into an array variable.\n"
5628"    \n"
5629"    A synonym for `mapfile'."
5630msgstr ""
5631"從一個檔案中讀取列到陣列變數中\n"
5632"    \n"
5633"    一個「mapfile」的同義詞。"
5634
5635#~ msgid ""
5636#~ "Returns the context of the current subroutine call.\n"
5637#~ "    \n"
5638#~ "    Without EXPR, returns "
5639#~ msgstr ""
5640#~ "回傳目前子例程呼叫的語境\n"
5641#~ "    \n"
5642#~ "    不帶 <表示式> 時,回傳"
5643
5644#~ msgid "add_process: process %5ld (%s) in the_pipeline"
5645#~ msgstr "add_process: 行程 %5ld(%s) 進入 the_pipeline"
5646
5647#~ msgid "Unknown Signal #"
5648#~ msgstr "不明訊號 #"
5649