Translations by Ji ZhengYu

Ji ZhengYu has submitted the following strings to this translation. Contributions are visually coded: currently used translations, unreviewed suggestions, rejected suggestions.

150 of 54 results
4.
unfinished repeat count
2011-04-15
未定义重复次数
5.
malformed repeat count
2011-04-15
重复次数定义地不完整
9.
memory exhausted
2011-04-15
内存耗尽
10.
invalid context length argument
2011-04-15
无效的文本长度参数
11.
input is too large to count
2011-04-15
输入太多无法计数
12.
writing output
2011-04-15
正在写输出
13.
Binary file %s matches
2011-04-15
匹配到二进制文件 %s
16.
recursive directory loop
2011-04-15
嵌套目录循环
17.
Usage: %s [OPTION]... PATTERN [FILE]...
2011-04-15
用法: %s [选项]... PATTERN [FILE]...
18.
Try `%s --help' for more information.
2011-04-15
试用‘%s --help’来获得更多信息。
19.
Search for PATTERN in each FILE or standard input.
2011-04-15
在每个 FILE 或是标准输入中查找 PATTERN。
20.
PATTERN is an extended regular expression (ERE).
2011-04-15
PATTERN 是一个可扩展的正则表达式(缩写为 ERE)。
21.
PATTERN is a set of newline-separated fixed strings.
2011-04-15
PATTERN 是一组由断行符分隔的定长字符串。
22.
PATTERN is, by default, a basic regular expression (BRE).
2011-04-15
默认的 PATTERN 是一个基本正则表达式(缩写为 BRE)。
23.
Example: %s -i 'hello world' menu.h main.c Regexp selection and interpretation:
2011-04-15
例如: %s -i 'hello world' menu.h main.c 正则表达式选择与解释:
24.
-E, --extended-regexp PATTERN is an extended regular expression (ERE) -F, --fixed-strings PATTERN is a set of newline-separated fixed strings -G, --basic-regexp PATTERN is a basic regular expression (BRE) -P, --perl-regexp PATTERN is a Perl regular expression
2011-04-15
-E, --extended-regexp PATTERN 是一个可扩展的正则表达式(缩写为 ERE) -F, --fixed-strings PATTERN 是一组由断行符分隔的定长字符串。 -G, --basic-regexp PATTERN 是一个基本正则表达式(缩写为 BRE) -P, --perl-regexp PATTERN 是一个 Perl 正则表达式
25.
-e, --regexp=PATTERN use PATTERN for matching -f, --file=FILE obtain PATTERN from FILE -i, --ignore-case ignore case distinctions -w, --word-regexp force PATTERN to match only whole words -x, --line-regexp force PATTERN to match only whole lines -z, --null-data a data line ends in 0 byte, not newline
2011-04-15
-e, --regexp=PATTERN 用 PATTERN 来进行匹配操作 -f, --file=FILE 从 FILE 中取得 PATTERN -i, --ignore-case 忽略大小写 -w, --word-regexp 强制 PATTERN 仅完全匹配字词 -x, --line-regexp 强制 PATTERN 仅完全匹配一行 -z, --null-data 一个 0 字节的数据行,但不是空行
27.
Output control: -m, --max-count=NUM stop after NUM matches -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 the filename for each match -h, --no-filename suppress the prefixing filename on output --label=LABEL print LABEL as filename for standard input -o, --only-matching show only the part of a line matching PATTERN -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 -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, -r, --recursive equivalent to --directories=recurse --include=FILE_PATTERN search only files that match FILE_PATTERN --exclude=FILE_PATTERN skip files and directories matching FILE_PATTERN --exclude-from=FILE skip files matching any file pattern from FILE --exclude-dir=PATTERN directories that match PATTERN will be skipped. -L, --files-without-match print only names of FILEs containing no match -l, --files-with-matches print only names of FILEs containing matches -c, --count print only a count of matching lines per FILE -T, --initial-tab make tabs line up (if needed) -Z, --null print 0 byte after FILE name
2011-06-02
输出控制: -m, --max-count=NUM NUM 次匹配后停止 -b, --byte-offset 显示输出行的字节偏移 -n, --line-number 显示输出行的行号 --line-buffered 每行都清空输出 -H, --with-filename 为每个匹配打印出文件名 -h, --no-filename 输出时不显示文件名前的路径名 --label=LABEL 打印 LABEL 作为标准输入的文件名 -o, --only-matching 仅显示匹配 PATTERN 的那一行 -q, --quiet, --silent 不显示所有普通信息 --binary-files=TYPE 假定二进制文件类型为 TYPE; TYPE 可以是‘binary’,‘text’或是‘without-match’ -a, --text 等同于 --binary-files=text -I 等同于 --binary-files=without-match -d, --directories=ACTION 如何处理目录名; ACTION 是‘read’,‘recurse’或是‘skip’ -D, --devices=ACTION 如何处理设备名,FIFOs(队列) 以及 sockets(套接字) ACTION 是‘read’或是‘skip’ -R, -r, --recursive 等同于 --directories=recurse --include=FILE_PATTERN 仅查找匹配 FILE_PATTERN 的文件 --exclude=FILE_PATTERN 忽略匹配 FILE_PATTERN 的文件和目录 --exclude-from=FILE 忽略任何来自 FILE 的匹配字词 --exclude-dir=PATTERN 忽略匹配 PATTERN 的目录。 -L, --files-without-match 仅显示不包含匹配字词的 FILE 名称 -l, --files-with-matches 仅显示包含匹配字词的 FILE 名称 -c, --count 仅显示每个 FILE 中匹配行的数目 -T, --initial-tab 以 tab 为行首(如果必要的话) -Z, --null 在 FILE 后打印 0 字节
29.
Invocation as `egrep' is deprecated; use `grep -E' instead.
2011-04-15
‘egrep’已不再使用了;请用‘grep -E’代替。
30.
Invocation as `fgrep' is deprecated; use `grep -F' instead.
2011-04-15
‘fgrep’已不再使用了;请用 ‘grep -F’代替。
31.
`egrep' means `grep -E'. `fgrep' means `grep -F'. Direct invocation as either `egrep' or `fgrep' is deprecated.
2011-04-15
‘egrep’即‘grep -E’。‘fgrep’即‘grep -F’。 直接使用‘egrep’或是‘fgrep’均已不可行了。
32.
With no FILE, or when FILE is -, read standard input. If less than two FILEs are given, assume -h. Exit status is 0 if any line was selected, 1 otherwise; if any error occurs and -q was not given, the exit status is 2.
2011-04-15
不带 FILE 参数,或是 FILE 为 -,将读取标准输入。如果少于两个 FILE 参数 就要默认使用 -h 参数。如果选中任意一行,那退出状态为 0,否则为 1; 如果有错误产生,且未指定 -q 参数,那退出状态为 2。
33.
Report bugs to: %s
2015-11-10
请将错误报告给: %s。翻译问题请报告至:Chinese (simplified) <i18n-zh@googlegroups.com>。
2011-06-02
请将错误报告给: %s
34.
GNU Grep home page: <%s>
2011-04-15
GNU Grep 主页: <%s>
35.
General help using GNU software: <http://www.gnu.org/gethelp/>
2011-04-15
GNU 软件的通用帮助: <http://www.gnu.org/gethelp/>
36.
conflicting matchers specified
2011-04-15
指定了互相冲突的比较程序
37.
In GREP_COLORS="%s", the "%s" capacity needs a value ("=..."); skipped.
2011-04-15
在 GREP_COLORS="%s"中, "%s" 需要指定一个值("=...");已忽略此参数。
38.
In GREP_COLORS="%s", the "%s" capacity is boolean and cannot take a value ("=%s"); skipped.
2011-04-15
在 GREP_COLORS="%s"中,"%s" 要的是一个 boolean(布尔值) 不是一个数值("=%s");已忽略此参数。
39.
In GREP_COLORS="%s", the "%s" capacity %s.
2011-04-15
在 GREP_COLORS="%s"中,"%s" 是 %s。
40.
Stopped processing of ill-formed GREP_COLORS="%s" at remaining substring "%s".
2011-04-15
在余下的子串 "%s" 中停止处理格式有误的 GREP_COLORS="%s"。
41.
unknown devices method
2015-11-10
未知的设备处理方式
2011-04-15
未知的设备处理方法
42.
unknown directories method
2011-04-15
未知的目录处理方法
45.
Copyright (C) %s Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
2011-04-15
Copyright (C) %s Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.
48.
The -P and -z options cannot be combined
2011-04-15
-P 和 -z 选项不能组合使用
51.
write error
2011-04-15
写错误
58.
%s: illegal option -- %c
2011-04-15
%s: 非法选项 -- %c
63.
`
2011-04-15
64.
'
2011-04-15
67.
Invalid regular expression
2011-04-15
无效的正则表达式
68.
Invalid collation character
2011-04-15
无效的冲突字符
71.
Invalid back reference
2011-04-15
无效的回退索引
72.
Unmatched [ or [^
2011-04-15
[ 或 [^ 不匹配
73.
Unmatched ( or \(
2011-04-15
( 或 \( 不匹配
74.
Unmatched \{
2011-04-15
\{ 不匹配
75.
Invalid content of \{\}
2011-04-15
\{\} 中的内容无效
76.
Invalid range end
2011-04-15
无效的结束地址
77.
Invalid preceding regular expression
2011-04-15
之前的正则表达式无效
78.
Premature end of regular expression
2011-04-15
正则表达式非正常结束