(root)/
grep-3.11/
po/
vi.gmo
Þ•uÄlà	Ïá	÷±
Õ©
—
ü¨¶¥U\»²¤nFZn&¥Ì-ë!6Xt,¥Ò.ò'!(Ir%’¸º¾Ïè*1,^w&/Fc$—¼Îªé”¥®ÍÝ<ò#/Sn…"™¼Ä&×þ%7V)cù¢œ;³3ï/# +S ' #§ Ë ë !b!z!|!4™!Î!!í!-".="l"ˆ"£"»"Ó"ó"##)#
=#K#f#u#}#$#µ#,Ð#*ý#($5$B$O$c$}$”$- $?Î$%%¼7%õô&ê'°ý(®+–Ç+^-åy.Š_1°ê2›5±7Â9/Þ92:;A:=}:G»:);0-;^;.|;«;EÀ;+<<2<3o<9£<,Ý<1
=<=@=C=_=z=<•=JÒ=>¦8>@ß>' ?%H?)n?'˜?7À?ø?*@=@BASA2fA™A¯APÊA0B#LBwpBoèB*XCƒCCB¯CòC,D,=D-jD ˜D6¹D ðDŠEœFOµF4G0:G,kG(˜G$ÁG æGH$Hƒ6HºH/¾HAîH/0I<`IDIUâID8J0}J®J'ÁJ7éJ!K)8KbKsKŒK#¢KÆKØKáK-÷K+%L<QLDŽL"ÓL$öL#M"?M6bM'™MÁM6ÑMHN	QN$[NuP)f[UKQ
YiS$V%@!r*7F\I/Ep_qJtj<T>negH1`o(+l	,4Os'ak&ADR?]b0M#-=86NLCZ25h ";m
cWX3:BG^.9d
Context control:
  -B, --before-context=NUM  print NUM lines of leading context
  -A, --after-context=NUM   print NUM lines of trailing context
  -C, --context=NUM         print NUM lines of output context

Miscellaneous:
  -s, --no-messages         suppress error messages
  -v, --invert-match        select non-matching lines
  -V, --version             display version information and exit
      --help                display this help text and exit

Output control:
  -m, --max-count=NUM       stop after NUM selected lines
  -b, --byte-offset         print the byte offset with output lines
  -n, --line-number         print line number with output lines
      --line-buffered       flush output on every line
  -H, --with-filename       print file name with output lines
  -h, --no-filename         suppress the file name prefix on output
      --label=LABEL         use LABEL as the standard input file name prefix

grep -P uses PCRE2 %s
      --include=GLOB        search only files that match GLOB (a file pattern)
      --exclude=GLOB        skip files that match GLOB
      --exclude-from=FILE   skip files that match any file pattern from FILE
      --exclude-dir=GLOB    skip directories that match GLOB
  -E, --extended-regexp     PATTERNS are extended regular expressions
  -F, --fixed-strings       PATTERNS are strings
  -G, --basic-regexp        PATTERNS are basic regular expressions
  -P, --perl-regexp         PATTERNS are Perl regular expressions
  -I                        equivalent to --binary-files=without-match
  -d, --directories=ACTION  how to handle directories;
                            ACTION is 'read', 'recurse', or 'skip'
  -D, --devices=ACTION      how to handle devices, FIFOs and sockets;
                            ACTION is 'read' or 'skip'
  -r, --recursive           like --directories=recurse
  -R, --dereference-recursive  likewise, but follow all symlinks
  -L, --files-without-match  print only names of FILEs with no selected lines
  -l, --files-with-matches  print only names of FILEs with selected lines
  -c, --count               print only a count of selected lines per FILE
  -T, --initial-tab         make tabs line up (if needed)
  -Z, --null                print 0 byte after FILE name
  -NUM                      same as --context=NUM
      --group-separator=SEP  print SEP on line between matches with context
      --no-group-separator  do not print separator for matches with context
      --color[=WHEN],
      --colour[=WHEN]       use markers to highlight the matching strings;
                            WHEN is 'always', 'never', or 'auto'
  -U, --binary              do not strip CR characters at EOL (MSDOS/Windows)

  -e, --regexp=PATTERNS     use PATTERNS for matching
  -f, --file=FILE           take PATTERNS from FILE
  -i, --ignore-case         ignore case distinctions in patterns and data
      --no-ignore-case      do not ignore case distinctions (default)
  -w, --word-regexp         match only whole words
  -x, --line-regexp         match only whole lines
  -z, --null-data           a data line ends in 0 byte, not newline
  -o, --only-matching       show only nonempty parts of lines that match
  -q, --quiet, --silent     suppress all normal output
      --binary-files=TYPE   assume that binary files are TYPE;
                            TYPE is 'binary', 'text', or 'without-match'
  -a, --text                equivalent to --binary-files=text
%s home page: <%s>
%s: PCRE detected recurse loop%s: binary file matches%s: exceeded PCRE's backtracking limit%s: exceeded PCRE's heap limit%s: exceeded PCRE's nested backtracking limit%s: exhausted PCRE JIT stack%s: input file is also the output%s: internal PCRE error: %d%s: invalid option -- '%c'
%s: memory exhausted%s: option '%s%s' doesn't allow an argument
%s: option '%s%s' is ambiguous
%s: option '%s%s' is ambiguous; possibilities:%s: option '%s%s' requires an argument
%s: option requires an argument -- '%c'
%s: unrecognized option '%s%s'
%s: warning: recursive directory loop'(C)(standard input)* at start of expression+ at start of expression-P supports only unibyte and UTF-8 locales-P supports only unibyte locales on this platform? at start of expressionExample: %s -i 'hello world' menu.h main.c
PATTERNS can contain multiple patterns separated by newlines.

Pattern selection and interpretation:
General help using GNU software: <%s>
Invalid back referenceInvalid character class nameInvalid collation characterInvalid content of \{\}Invalid preceding regular expressionInvalid range endInvalid regular expressionLicense GPLv3+: GNU GPL version 3 or later <%s>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Memory exhaustedNo matchNo previous regular expressionPackaged by %s
Packaged by %s (%s)
Perl matching not supported in a --disable-perl-regexp buildPremature end of regular expressionRegular expression too bigReport %s bugs to: %s
Report bugs to: %s
Search for PATTERNS in each FILE.
SuccessTrailing backslashTry '%s --help' for more information.
Unknown system errorUnmatched ( or \(Unmatched ) or \)Unmatched [, [^, [:, [., or [=Unmatched \{Usage: %s [OPTION]... PATTERNS [FILE]...
Valid arguments are:When FILE is '-', read standard input.  With no FILE, read '.' if
recursive, '-' otherwise.  With fewer than two FILEs, assume -h.
Exit status is 0 if any line is selected, 1 otherwise;
if any error occurs and -q is not given, the exit status is 2.
Written by %s and %s.
Written by %s, %s, %s,
%s, %s, %s, %s,
%s, %s, and others.
Written by %s, %s, %s,
%s, %s, %s, %s,
%s, and %s.
Written by %s, %s, %s,
%s, %s, %s, %s,
and %s.
Written by %s, %s, %s,
%s, %s, %s, and %s.
Written by %s, %s, %s,
%s, %s, and %s.
Written by %s, %s, %s,
%s, and %s.
Written by %s, %s, %s,
and %s.
Written by %s, %s, and %s.
Written by %s.
Written by Mike Haertel and others; see
<https://git.savannah.gnu.org/cgit/grep.git/tree/AUTHORS>.`ambiguous argument %s for %scharacter class syntax is [[:space:]], not [:space:]conflicting matchers specifiedexceeded PCRE's line length limitfailed to return to initial working directoryfailed to set file descriptor text/binary modeinput is too large to countinvalid argument %s for %sinvalid character classinvalid content of \{\}invalid context length argumentinvalid matcher %sinvalid max countmemory exhaustedno syntax specifiedprogram errorregular expression too bigstack overflowstray \stray \ before %lcstray \ before unprintable characterstray \ before white spacethe -P option only supports a single patternunable to record current working directoryunbalanced (unbalanced )unbalanced [unfinished \ escapeunknown binary-files typeunknown devices methodwarning: %swarning: --unix-byte-offsets (-u) is obsoletewarning: GREP_COLOR='%s' is deprecated; use GREP_COLORS='mt=%s'write error{...} at start of expressionProject-Id-Version: grep 3.10.12
Report-Msgid-Bugs-To: bug-grep@gnu.org
PO-Revision-Date: 2023-04-23 15:06+0700
Last-Translator: Trần Ngá»c Quân <vnwildman@gmail.com>
Language-Team: Vietnamese <translation-team-vi@lists.sourceforge.net>
Language: vi
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Bugs: Report translation errors to the Language-Team address.
Plural-Forms: nplurals=1; plural=0;

Äiá»u khiển ngữ cảnh:
  -B, --before-context=SỠ  in ra SỠdòng ngữ cảnh đi trước
  -A, --after-context=SỠ   in ra SỠdòng ngữ cảnh đi sau
  -C, --context=SỠ         in ra SỠdòng ngữ cảnh kết xuất

Hỗn tạp:
  -s, --no-messages         chặn các thông báo lỗi
  -v, --invert-match        chá»n các dòng không khá»›p
  -V, --version             in ra thông tin phiên bản rồi thoát
      --help                hiển thị trợ giúp này rồi thoát

Äiá»u khiển kết xuất:
  -m, --max-count=SỠ       dừng sau khi khớp được SỠlần
  -b, --byte-offset         in ra vị trí tương đối tính theo byte
                              cùng với dòng kết xuất
  -n, --line-number         in ra số thứ tự dòng cùng với dòng kết xuất
      --line-buffered       xóa sạch kết xuất trên từng dòng
  -H, --with-filename       in ra tên tập tin cho từng dòng đầu ra
  -h, --no-filename         chặn tiá»n tố tên tập tin khi xuất
      --label=NHÃN          sá»­ dụng NHÃN này làm tiá»n tố cho tập tin
                              cho đầu ra tiêu chuẩn

grep -P dùng PCRE2 %s
      --include=GLOB        chỉ tìm kiếm những tập tin khớp với GLOB (mẫu tập tin)
      --exclude=GLOB        bỠqua những tập tin khớp với GLOB
      --exclude-from=TỆP    bỠqua những tập tin khớp với bất cứ mẫu tập
                             tin trong tập tin này
      --exclude-dir=GLOB    thư mục nào khớp với GLOB này thì bị bỠqua
  -E, --extended-regexp     MẪU là các biểu thức chính quy mở rộng
  -F, --fixed-strings       MẪU là các chuỗi
  -G, --basic-regexp        MẪU là các biểu thức chính quy cơ bản
  -P, --perl-regexp         MẪU là các biểu thức chính quy Perl
  -I                        giống vá»›i “--binary-files=without-matchâ€
  -d, --directories=HÀNH_VI cách quản lý các thư mục. HÀNH_VI là:
                                  * “read†    Ä‘á»c
                                  * “recurse† đệ quy
                                  * “skip†    bỠqua
  -D, --devices=HÀNH_VI     cách quản lý các thiết bị, FIFO và socket;
                            HÀNH_VI:
                                  * “read†    Ä‘á»c
                                  * “skip†    bỠqua
  -r, --recursive           giống vá»›i tùy chá»n “--directories=recurseâ€
  -R, --dereference-recursive  cÅ©ng vậy nhưng cho phép cả các liên kết má»m
  -L, --files-without-match  chỉ in ra tên của các TẬP TIN không khớp mẫu
  -l, --files-with-matches  chỉ in ra tên của các TẬP TIN khớp mẫu
  -c, --count               chỉ in ra số lượng dòng khớp trong mỗi TẬP TIN
  -T, --initial-tab         sắp hàng cột tab (nếu cần)
  -Z, --null                in ra byte 0 (null) đằng sau tên TẬP TIN
  -NUM                      giống vá»›i “--context=Sá»â€
      --group-separator=SEP  in SEP mỗi dòng giữa các chuỗi khớp với với ngữ cảnh
      --no-group-separator  đừng in dấu ngăn cách cho chuỗi khớp với ngữ cảnh
      --color[=KHI],
      --colour[=KHI]        đánh dấu để tô sáng các chuỗi khớp; KHI là:
                                 * “always†luôn luôn
                                 * “never† không bao giá»
                                 * “auto†  tự động
  -U, --binary              đừng gỡ bỠcác ký tự CR ở kết thúc dòng (EOL)
                            (MSDOS/Windows)

  -e, --regexp=MẪU          dùng MẪU để so khớp
  -f, --file=TẬP_TIN        lấy MẪU từ TẬP_TIN
  -i, --ignore-case         không phân biệt HOA/thưá»ng trong mẫu và dữ liệu
      --no-ignore-case      phân biệt HOA/thưá»ng (mặc định)
  -w, --word-regexp         chỉ khớp toàn bộ từ
  -x, --line-regexp         chỉ khớp toàn bộ dòng
  -z, --null-data           một dòng dữ liệu kết thúc bằng byte 0,
                            không phải ký tự dòng mới
  -o, --only-matching       chỉ hiển thị phần dòng không rỗng khớp với MẪU
  -q, --quiet, --silent     chặn má»i kết xuất bình thưá»ng
      --binary-files=KIỂU   coi rằng tập tin nhị phân có KIỂU:
                                  * “binary†        nhị phân
                                  * “text†          dạng chữ
                                  * “without-match† không khớp
  -a, --text                giống vá»›i tùy chá»n “--binary-files=textâ€
Trang chá»§ cá»§a %s: <%s>
%s : PCRE phát hiện vòng lặp quẩn tròn%s: tập tin nhị phân khá»›p mẫu tìm kiếm%s: đã vượt quá giá»›i hạn tìm ngược cá»§a PCRE%s: đã vượt quá giá»›i hạn bá»™ nhá»› heap cá»§a PCRE%s: đã vượt quá giá»›i hạn tìm ngược lồng nhau cá»§a PCRE%s: ngăn xếp “PCRE JIT†đã hết%s: tập tin đầu vào cÅ©ng là kết xuất%s: lá»—i ná»™i bá»™ PCRE: %d%s: tùy chá»n không hợp lệ -- “%câ€
%s: hết bá»™ nhá»›%s: tùy chá»n “%s%s†không không cho phép má»™t đối số
%s: tùy chá»n “%s%s†chưa rõ ràng
%s: tùy chá»n “%s%s†chưa rõ ràng; khả năng là:%s: tùy chá»n “%s%s†cần má»™t đối số
%s: tùy chá»n yêu cầu má»™t đối số -- “%câ€
%s: không nhận ra tùy chá»n “%s%sâ€
%s: cảnh báo: vòng lặp thư mục đệ quyâ€Â©(đầu vào tiêu chuẩn)* ở đầu biểu thức+ ở đầu biểu thức-P chỉ há»— trợ miá»n địa phương unibyte và UTF-8-P chỉ há»— trợ miá»n địa phương unibyte trên hệ thống này? ở đầu biểu thứcVí dụ: %s -i "chào thế giá»›i" menu.h main.c
MẪU có thể chứa nhiá»u mẫu ngăn cách nhau bằng ký tá»± dòng má»›i.

Chá»n và biên dịch mẫu:
Trợ giúp chung vá» cách sá»­ dụng phần má»m GNU: <%s>
Tham chiếu ngược không hợp lệTên lớp ký tự không hợp lệKý tự đối chiếu không hợp lệNội dung của \{\} không hợp lệBiểu thức chính quy có trước không hợp lệSai kết thúc phạm viBiểu thức chính quy không hợp lệGiấy phép GPL pb3+ : Giấy phép Công cộng GNU phiên bản 3 hay sau <%s>.
Äây là phần má»m tá»± do: bạn có quyá»n sá»­a đổi và phát hành lại nó.
KHÔNG CÓ BẢO HÀNH GÃŒ CẢ, vá»›i Ä‘iá»u kiện được pháp luật cho phép.
Hết bá»™ nhá»›Không tìm thấyKhông có biểu thức chính quy nằm trướcÄóng gói bởi %s
Äóng gói bởi %s (%s)
Không hỗ trợ khớp mẫu perl khi biên dịch với --disable-perl-regexpBiểu thức chính quy kết thức quá sớmBiểu thức chính quy quá lớnHãy thông các báo lỗi %s cho: %s
Hãy thông báo lỗi dịch cho <http://translationproject.org/team/vi.html>.
Hãy thông báo lỗi cho: %s
Hãy thông báo lỗi dịch cho <http://translationproject.org/team/vi.html>.
Tìm kiếm MẪU trong từng TẬP_TIN.
Thành côngDấu gạch ngược theo sauHãy chạy lệnh “%s --help†để biết thêm thông tin.
Lỗi hệ thống không rõCó ký tự “(†hay “\(†lẻ cặpCó ký tự “)†hay “\)†lẻ cặpCó ký tự [, [^, [:, [., hay [= lẻ cặpCó ký tự “\{†lẻ cặpCách dùng: %s [TÙY_CHỌN]… MẪU [TẬP_TIN]…
Các đối số hợp lệ là:Khi TẬP_TIN là “-â€, thì Ä‘á»c từ đầu vào tiêu chuẩn. Không có TẬP_TIN, Ä‘á»c “.†nếu
đệ quy, “-†nếu không phải vậy. Nếu ít hÆ¡n hai TẬP_TIN thì coi là “-hâ€.
Trạng thái thoát là 0 nếu có dòng nào khớp mẫu, không thì bằng 1;
nếu có lỗi phát sinh và “-q†không được đưa ra thì trạng thái thoát là 2.
Viết bởi %s và %s.
Viết bởi %s, %s, %s,
%s, %s, %s, %s,
%s, %s và má»™t số ngưá»i khác.
Viết bởi %s, %s, %s,
%s, %s, %s, %s,
%s và %s.
Viết bởi %s, %s, %s,
%s, %s, %s, %s
và %s.
Viết bởi %s, %s, %s,
%s, %s, %s và %s.
Viết bởi %s, %s, %s,
%s, %s và %s.
Viết bởi %s, %s, %s,
%s và %s.
Viết bởi %s, %s, %s
và %s.
Viết bởi %s, %s và %s.
Viết bởi %s.
ÄÆ°á»£c viết bởi Mike Haertel và nhiá»u ngưá»i khác, xem tại
<https://git.savannah.gnu.org/cgit/grep.git/tree/AUTHORS>.“đối số %s không rõ ràng đối vá»›i %scú pháp lá»›p ký tá»± là [[:space:]], không phải [:space:]đã ghi rõ dữ liệu khá»›p mà xung độtđã vượt quá giá»›i hạn chiá»u dài dòng cá»§a PCREgặp lá»—i khi quay trở vá» thư mục làm việc khởi đầugặp lá»—i khi đặt chế độ văn bản/nhị phân cho bá»™ mô tả tập tindữ liệu đầu vào quá lá»›n nên không thể đếm đượcđối số %s không hợp lệ đối vá»›i %ssai lá»›p ký tá»±ná»™i dung cá»§a \{\} không hợp lệđối số chiá»u dài ngữ cảnh không hợp lệsai mẫu so khá»›p %ssố lượng tối Ä‘a không hợp lệhết bá»™ nhá»›chưa đưa ra cú pháplá»—i chương trìnhbiểu thức chính quy quá lá»›ntràn ngăn xếpthừa \thừa \ trước %lcthừa \ trước ký tá»± không in đượcthừa \ trước ký tá»± khoảng trắngtùy chá»n “-P†chỉ há»— trợ má»™t mẫu đơn lẻkhông thể ghi nhá»› được thư mục làm việc hiện thá»ithiếu dấu ngoặc đơn mở (thiếu dấu ngoặc đơn đóng )thiếu dấu ngoặc vuông mở [chưa kết thúc thoát chuá»—i \không rõ kiểu tập tin nhị phân (binary-files)không rõ phương thức thiết bịcảnh báo: %scảnh báo: --unix-byte-offsets (-u) đã lạc hậucảnh báo: GREP_COLOR='%s' đã lạc hậu; dùng GREP_COLORS='mt=%s'lá»—i ghi{...} ở đầu cá»§a biểu thức