# Chinese translations for idutils package. # Copyright (C) 2008 Free Software Foundation, Inc. # This file is distributed under the same license as the idutils package. # Ji ZhengYu , 2008. # msgid "" msgstr "" "Project-Id-Version: idutils 4.2\n" "Report-Msgid-Bugs-To: bug-idutils@gnu.org\n" "POT-Creation-Date: 2006-07-22 04:46+0200\n" "PO-Revision-Date: 2008-07-12 18:05+0800\n" "Last-Translator: Ji ZhengYu \n" "Language-Team: Chinese (simplified) \n" "X-Bugs: Report translation errors to the Language-Team address.\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: libidu/fnprint.c:136 #, c-format msgid "invalid `--separator' style: `%s'" msgstr "无效的‘--separator’方式: ‘%s’" #: libidu/hash.c:52 #, c-format msgid "can't allocate %ld bytes for hash table: memory exhausted" msgstr "无法给哈希表分配 %ld 字节: 内存耗尽" #: libidu/hash.c:265 #, c-format msgid "Load=%ld/%ld=%.0f%%, " msgstr "载入=%ld/%ld=%.0f%%, " #: libidu/hash.c:267 #, c-format msgid "Rehash=%d, " msgstr "重新生成哈希表(Rehash)=%d, " #: libidu/hash.c:268 #, c-format msgid "Collisions=%ld/%ld=%.0f%%" msgstr "哈希值冲突=%ld/%ld=%.0f%%" #: libidu/idfile.c:106 msgid "can't determine the io_size of a string!" msgstr "无法确定字符串的 io_size" #: libidu/idread.c:49 src/mkid.c:485 src/xtokid.c:229 #, c-format msgid "can't open `%s'" msgstr "无法打开‘%s’" #: libidu/idread.c:68 #, c-format msgid "`%s' is not an ID file! (bad magic #)" msgstr "‘%s’不是 ID 文件!(错误的 magic #)" #: libidu/idread.c:70 #, c-format msgid "`%s' is version %d, but I only grok version %d" msgstr "‘%s’的版本号为 %d,但我仅想要版本号为 %d 的版本" #: libidu/idread.c:190 #, c-format msgid "unsupported size in io_read (): %d" msgstr "io_read()中有不支持的字节大小: %d" #: libidu/idread.c:198 libidu/idwrite.c:169 #, c-format msgid "unknown I/O type: %d" msgstr "未知的 I/O 类型: %d" #: libidu/idwrite.c:158 #, c-format msgid "unsupported size in io_write (): %d" msgstr "io_write()中有不支持的字节大小: %d" #: libidu/scanners.c:108 #, c-format msgid "unrecognized language: `%s'" msgstr "不可识别的语言: ‘%s’" #: libidu/scanners.c:154 msgid "can't allocate language args obstack: memory exhausted" msgstr "无法分配语言参数的对象堆栈" #: libidu/scanners.c:208 libidu/scanners.c:277 msgid "can't allocate language args: memory exhausted" msgstr "无法分配语言参数: 内存耗尽" #: libidu/scanners.c:216 #, c-format msgid "language name expected following `%s' in file `%s'" msgstr "要求语言名称,在文件‘%2$s’中带上‘%1$s’" #: libidu/scanners.c:271 #, c-format msgid "can't open language map file `%s'" msgstr "无法打开语言 map 文件‘%s’" #: libidu/scanners.c:273 #, c-format msgid "can't get size of map file `%s'" msgstr "无法获取 map 文件的大小‘%s’" #: libidu/scanners.c:283 #, c-format msgid "can't read language map file `%s'" msgstr "无法读取语言 map 文件‘%s’" #: libidu/scanners.c:286 #, c-format msgid "can't read entire language map file `%s'" msgstr "无法读取整个语言 map 文件‘%s’" #: libidu/scanners.c:437 #, c-format msgid "" "C language:\n" " -k,--keep=CHARS Allow CHARS in single-token strings, keep the result\n" " -i,--ignore=CHARS Allow CHARS in single-token strings, toss the result\n" " -u,--strip-underscore Strip a leading underscore from single-token strings\n" msgstr "" "C 语言:\n" " -k,--keep=CHARS 允许在单个标记的字符串中使用 CHARS,保留结果\n" " -i,--ignore=CHARS 允许在单个标记的字符串中使用 CHARS,不保留结果\n" " -u,--strip-underscore 从单个标记的字符串中删除前面的下划线\n" #: libidu/scanners.c:448 #, c-format msgid "" "C++ language:\n" " -k,--keep=CHARS Allow CHARS in single-token strings, keep the result\n" " -i,--ignore=CHARS Allow CHARS in single-token strings, toss the result\n" " -u,--strip-underscore Strip a leading underscore from single-token strings\n" msgstr "" "C++ 语言:\n" " -k,--keep=CHARS 允许在单个标记的字符串中使用 CHARS,保留结果\n" " -i,--ignore=CHARS 允许在单个标记的字符串中使用 CHARS,不保留结果\n" " -u,--strip-underscore 从单个标记的字符串中删除前面的下划线\n" #: libidu/scanners.c:459 #, c-format msgid "" "Java language:\n" " -k,--keep=CHARS Allow CHARS in single-token strings, keep the result\n" " -i,--ignore=CHARS Allow CHARS in single-token strings, toss the result\n" " -u,--strip-underscore Strip a leading underscore from single-token strings\n" msgstr "" "Java 语言:\n" " -k,--keep=CHARS 允许在单个标记的字符串中使用 CHARS,保留结果\n" " -i,--ignore=CHARS 允许在单个标记的字符串中使用 CHARS,不保留结果\n" " -u,--strip-underscore 从单个标记的字符串中删除前面的下划线\n" #: libidu/scanners.c:742 libidu/scanners.c:1013 libidu/scanners.c:1216 #: libidu/scanners.c:1486 #, c-format msgid "junk: `%c'" msgstr "内存碎片: ‘%c’" #: libidu/scanners.c:744 libidu/scanners.c:1015 libidu/scanners.c:1218 #: libidu/scanners.c:1488 #, c-format msgid "junk: `\\%03o'" msgstr "内存碎片: ‘\\%03o’" #: libidu/scanners.c:848 #, c-format msgid "" "Assembly language:\n" " -c,--comment=CHARS Any of CHARS starts a comment until end-of-line\n" " -k,--keep=CHARS Allow CHARS in tokens, and keep the result\n" " -i,--ignore=CHARS Allow CHARS in tokens, and toss the result\n" " -u,--strip-underscore Strip a leading underscore from tokens\n" " -n,--no-cpp Don't handle C pre-processor directives\n" msgstr "" "汇编语言:\n" " -c,--comment=CHARS 从 CHARS 开始为一个注释,直到一行结束\n" " -k,--keep=CHARS 允许在标识中使用 CHARS 并保存结果\n" " -i,--ignore=CHARS 允许在标识中使用 CHARS 但不保存结果\n" " -u,--strip-underscore 从标识中删除前面的下划线\n" " -n,--no-cpp 不要处理 C 预处理指定\n" #: libidu/scanners.c:1119 #, c-format msgid "" "Text language:\n" " -i,--include=CHAR-CLASS Treat characters of CHAR-CLASS as token constituents\n" " -x,--exclude=CHAR-CLASS Treat characters of CHAR-CLASS as token delimiters\n" msgstr "" "Text 语言:\n" " -i,--include=CHAR-CLASS 将 CHAR-CLASS 中的字符作为标识的一部分\n" " -x,--exclude=CHAR-CLASS 将 CHAR-CLASS 中的字符作为标识的分隔符\n" #: libidu/scanners.c:1324 #, c-format msgid "" "Perl language:\n" " -i,--include=CHAR-CLASS Treat characters of CHAR-CLASS as token constituents\n" " -x,--exclude=CHAR-CLASS Treat characters of CHAR-CLASS as token delimiters\n" " -d,--dtags Include documentation tags\n" msgstr "" "Perl 语言:\n" " -i,--include=CHAR-CLASS 将 CHAR-CLASS 中的字符作为标识的一部分\n" " -x,--exclude=CHAR-CLASS 将 CHAR-CLASS 中的字符作为标识的分隔符\n" " -d,--dtags 包含文档标记\n" #: libidu/scanners.c:1587 #, c-format msgid "Lisp language:\n" msgstr "Lisp 语言:\n" #: libidu/walker.c:121 #, c-format msgid "can't read directory `%s' (`.' from `%s')" msgstr "无法读取目录‘%s’(从‘%s’中读取‘.’)" #: libidu/walker.c:188 #, c-format msgid "notice: `%s' was a %s, but is now a %s!" msgstr "注意: ‘%s’以前是 %s,但现在是 %s!" #: libidu/walker.c:189 libidu/walker.c:190 msgid "file" msgstr "文件" #: libidu/walker.c:189 libidu/walker.c:190 msgid "directory" msgstr "目录" #: libidu/walker.c:319 #, c-format msgid "warning: `%s' and `%s' are the same file, but yield different scans!" msgstr "警告: ‘%s’和‘%s’是同一个文件,但扫描所得不同!" #: libidu/walker.c:413 #, c-format msgid "notice: scan parameters changed for `%s'" msgstr "注意: 扫描参数改为‘%s’" #: libidu/walker.c:616 msgid "can't get working directory" msgstr "无法获取工作目录" #: libidu/walker.c:673 #, c-format msgid "can't chdir to `%s'" msgstr "无法更改目录为‘%s’" #: libidu/walker.c:678 #, c-format msgid "can't chdir to `%s' from `%s'" msgstr "无法将目录从‘%2$s’改为‘%1$s’" #: libidu/walker.c:739 #, c-format msgid "can't lstat `%s' from `%s'" msgstr "无法从‘%2$s’中 lstat ‘%1$s’" #: libidu/walker.c:747 #, c-format msgid "can't stat `%s' from `%s'" msgstr "无法从‘%2$s’中 stat ‘%1$s’" #: lib/getopt.c:531 lib/getopt.c:547 #, c-format msgid "%s: option `%s' is ambiguous\n" msgstr "%s: 选项‘%s’有歧义\n" #: lib/getopt.c:580 lib/getopt.c:584 #, c-format msgid "%s: option `--%s' doesn't allow an argument\n" msgstr "%s: 选项‘--%s’不允许带参数\n" #: lib/getopt.c:593 lib/getopt.c:598 #, c-format msgid "%s: option `%c%s' doesn't allow an argument\n" msgstr "%s: 选项‘%c%s’不允许带参数\n" #: lib/getopt.c:641 lib/getopt.c:660 lib/getopt.c:976 lib/getopt.c:995 #, c-format msgid "%s: option `%s' requires an argument\n" msgstr "%s: 选项‘%s’需要参数\n" #: lib/getopt.c:698 lib/getopt.c:701 #, c-format msgid "%s: unrecognized option `--%s'\n" msgstr "%s: 选项‘--%s’不可识别\n" #: lib/getopt.c:709 lib/getopt.c:712 #, c-format msgid "%s: unrecognized option `%c%s'\n" msgstr "%s: 选项‘%c%s’不可识别\n" #: lib/getopt.c:764 lib/getopt.c:767 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: 非法选项 -- %c\n" #: lib/getopt.c:773 lib/getopt.c:776 #, c-format msgid "%s: invalid option -- %c\n" msgstr "%s: 无效选项 -- %c\n" #: lib/getopt.c:828 lib/getopt.c:844 lib/getopt.c:1048 lib/getopt.c:1066 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: 选项需要参数 -- %c\n" #: lib/getopt.c:897 lib/getopt.c:913 #, c-format msgid "%s: option `-W %s' is ambiguous\n" msgstr "%s: 选项‘-W %s’有歧义\n" #: lib/getopt.c:937 lib/getopt.c:955 #, c-format msgid "%s: option `-W %s' doesn't allow an argument\n" msgstr "%s: 选项‘-W %s’不允许带参数\n" #: src/fid.c:74 src/fnid.c:54 src/lid.c:238 src/mkid.c:126 src/xtokid.c:48 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "尝试使用‘%s --help’来获取更多信息。\n" #: src/fid.c:82 #, c-format msgid "Usage: %s [OPTION] FILENAME [FILENAME2]\n" msgstr "用法: %s [选项] 文件名 [文件名2]\n" #: src/fid.c:85 #, c-format msgid "" "List identifiers that occur in FILENAME, or if FILENAME2 is\n" "also given list the identifiers that occur in both files.\n" "\n" " -f, --file=FILE file name of ID database\n" " --help display this help and exit\n" " --version output version information and exit\n" msgstr "" "列出出现在 FILENAME 中的识别字符。如果还指定了 FILENAME2 \n" "那就列出两个文件中都出现的识别字符。\n" "\n" " -f, --file=FILE ID 数据库的文件名\n" " --help 显示此帮助并退出\n" " --version 输出版本信息并退出\n" #: src/fid.c:93 src/fnid.c:83 src/lid.c:287 src/mkid.c:178 src/xtokid.c:87 #, c-format msgid "" "\n" "Report bugs to " msgstr "" "\n" "发送错误报告至 " #: src/fid.c:93 src/fnid.c:83 src/lid.c:287 src/mkid.c:178 src/xtokid.c:87 #, c-format msgid "" "\n" "\n" msgstr "" "\n" "\n" #: src/fid.c:149 msgid "no file name arguments" msgstr "没有文件名参数" #: src/fid.c:154 msgid "too many file name arguments" msgstr "文件名参数太多了" #: src/fid.c:161 src/fnid.c:156 src/lid.c:415 msgid "can't locate `ID'" msgstr "无法定位‘ID’" #: src/fid.c:243 #, c-format msgid "`%s' is ambiguous" msgstr "‘%s’有歧义" #: src/fid.c:249 #, c-format msgid "`%s' not found" msgstr "‘%s’未找到" #: src/fnid.c:71 #, c-format msgid "Usage: %s [OPTION]... [PATTERN]...\n" msgstr "用法: %s [选项]... [匹配模板]...\n" #: src/fnid.c:75 #, c-format msgid "" "Print constituent file names that match PATTERN,\n" "using shell-style wildcards.\n" " -f, --file=FILE file name of ID database\n" " -S, --separator=STYLE STYLE is one of `braces', `space' or `newline'\n" " --help display this help and exit\n" " --version output version information and exit\n" msgstr "" "打印文件名中匹配 PATTERN 的文件名,\n" "使用 shell 通配符。\n" " -f, --file=FILE ID 数据库的文件名\n" " -S, --separator=STYLE STYLE 可以是‘braces’,‘space’或是‘newline’中的一个\n" " --help 显示此帮助并退出\n" " --version 输出版本信息并退出\n" #: src/lid.c:246 #, c-format msgid "Usage: %s [OPTION]... PATTERN...\n" msgstr "用法: %s [选项]... 匹配模板...\n" #: src/lid.c:250 #, c-format msgid "" "Query ID database and report results.\n" "By default, output consists of multiple lines, each line containing the\n" "matched identifier followed by the list of file names in which it occurs.\n" "\n" " -f, --file=FILE file name of ID database\n" "\n" " -i, --ignore-case match PATTERN case insensitively\n" " -l, --literal match PATTERN as a literal string\n" " -r, --regexp match PATTERN as a regular expression\n" " -w, --word match PATTERN as a delimited word\n" " -s, --substring match PATTERN as a substring\n" " Note: If PATTERN contains extended regular expression meta-\n" " characters, it is interpreted as a regular expression substring.\n" " Otherwise, PATTERN is interpreted as a literal word.\n" "\n" " -k, --key=STYLE STYLE is one of `token', `pattern' or `none'\n" " -R, --result=STYLE STYLE is one of `filenames', `grep', `edit' or `none'\n" " -S, --separator=STYLE STYLE is one of `braces', `space' or `newline' and\n" " only applies to file names when `--result=filenames'\n" " The above STYLE options control how query results are presented.\n" " Defaults are --key=token --result=filenames --separator=%s\n" "\n" " -F, --frequency=FREQ find tokens that occur FREQ times, where FREQ\n" " is a range expressed as `N..M'. If N is omitted, it\n" " defaults to 1, if M is omitted it defaults to MAX_USHRT\n" " -a, --ambiguous=LEN find tokens whose names are ambiguous for LEN chars\n" "\n" " -x, --hex only find numbers expressed as hexadecimal\n" " -d, --decimal only find numbers expressed as decimal\n" " -o, --octal only find numbers expressed as octal\n" " By default, searches match numbers of any radix.\n" "\n" " --help display this help and exit\n" " --version output version information and exit\n" msgstr "" "查寻 ID 数据库并报告结果。\n" "默认输出由多行组成,每行包含匹配的标识字符,\n" "后面跟着标识符出现时的文件名。\n" "\n" " -f, --file=FILE ID 数据库的文件名\n" "\n" " -i, --ignore-case 匹配 PATTERN,大小写不敏感\n" " -l, --literal 以纯文本字符串方式匹配 PATTERN\n" " -r, --regexp 以正则表达式方式匹配 PATTERN\n" " -w, --word 以分隔符方式匹配 PATTERN\n" " -s, --substring 以子串方式匹配 PATTERN\n" " 注意:如果 PATTERN 包含了扩展的正则表达式元字符\n" " (meta-character),它将被认为是正则表达式的子串。\n" " 否则,PATTERN 就被解释为一个文本字符串。\n" "\n" " -k, --key=STYLE STYLE 是 ‘token’,‘pattern’或是‘none’中的一个\n" " -R, --result=STYLE STYLE 是‘filenames’,‘grep’,‘edit’或是‘none’中的一个\n" " -S, --separator=STYLE STYLE 是‘braces’,‘space’或是‘newline’中的一个\n" " 当使用‘--result=filenames’时则仅对该文件有效\n" " 以上 STYLE 选项控制查寻结果如果输出。\n" " 默认是 --key=token --result=filenames --separator=%s\n" "\n" " -F, --frequency=FREQ 找出出现 FREQ 次的标识, FREQ\n" " 是个以‘N..M’表达的范围。如果省略 N,\n" " 则默认为 1。如果省略 M 则默认为 MAX_USHRT\n" " -a, --ambiguous=LEN 找出名称与 LEN 有歧义的标识字符\n" "\n" " -x, --hex 仅查找十六进制表示的数\n" " -d, --decimal 仅查找十进制表示的数\n" " -o, --octal 仅查找八进制表示的数\n" " 默认查找将匹配任意底的数。\n" "\n" " --help 显示此帮助并退出\n" " --version 输出版本信息并退出\n" #: src/lid.c:286 msgid "braces" msgstr "大括号" #: src/lid.c:286 msgid "space" msgstr "空格" #: src/lid.c:355 msgid "notice: use of `-e' is deprecated, use `-r' instead" msgstr "注意: 不要再用‘-e’了,使用‘-r’代替" #: src/lid.c:436 #, c-format msgid "All identifiers are non-ambiguous within the first %d characters\n" msgstr "在前 %d 个字符中所有的识别字符都没有歧义\n" #: src/lid.c:471 #, c-format msgid "invalid `--key' style: `%s'" msgstr "无效的‘--key’类型: ‘%s’" #: src/lid.c:483 #, c-format msgid "invalid `--result' style: `%s'" msgstr "无效的‘--result’类型: ‘%s’" #: src/lid.c:671 #, c-format msgid "edit? [y1-9^S/nq] " msgstr "编辑? [y1-9^S/nq] " #: src/lid.c:740 msgid "can't fork" msgstr "无法派生" #: src/lid.c:762 #, c-format msgid "can't exec `%s'" msgstr "无法执行‘%s’" #: src/lid.c:903 msgid "can't match regular-expression: memory exhausted" msgstr "无法匹配正则表达式: 内存耗尽" #: src/mkid.c:151 src/xtokid.c:69 #, c-format msgid "Usage: %s [OPTION]... [FILE]...\n" msgstr "用法: %s [选项]... [文件]...\n" #: src/mkid.c:155 #, c-format msgid "" "Build an identifier database.\n" " -o, --output=OUTFILE file name of ID database output\n" " -f, --file=OUTFILE synonym for --output\n" " -i, --include=LANGS include languages in LANGS (default: \"C C++ asm\")\n" " -x, --exclude=LANGS exclude languages in LANGS\n" " -l, --lang-option=L:OPT pass OPT as a default for language L (see below)\n" " -m, --lang-map=MAPFILE use MAPFILE to map file names onto source language\n" " -d, --default-lang=LANG make LANG the default source language\n" " -p, --prune=NAMES exclude the named files and/or directories\n" " -v, --verbose report per file statistics\n" " -s, --statistics report statistics at end of run\n" "\n" " --help display this help and exit\n" " --version output version information and exit\n" "\n" "FILE may be a file name, or a directory name to recursively search.\n" "If no FILE is given, the current directory is searched by default.\n" "Note that the `--include' and `--exclude' options are mutually-exclusive.\n" "\n" "The following arguments apply to the language-specific scanners:\n" msgstr "" "建立一个标识符数据库。\n" " -o, --output=OUTFILE ID 数据库输出时所用的文件名\n" " -f, --file=OUTFILE 等同于 --output\n" " -i, --include=LANGS 在 LANGS 中包含语言(默认: “C C++ asm”)\n" " -x, --exclude=LANGS 在 LANGS 不包含语言\n" " -l, --lang-option=L:OPT 传递 OPT 作为语言 L 的默认值(见下)\n" " -m, --lang-map=MAPFILE 使用 MAPFILE 将文件名与源语言关联起来\n" " -d, --default-lang=LANG 设置 LANG 为默认源语言\n" " -p, --prune=NAMES 不包含文件(或目录)\n" " -v, --verbose 报告每个文件的统计结果\n" " -s, --statistics 运行结束时报告统计结果\n" "\n" " --help 显示此帮助并退出\n" " --version 输出版本信息并退出\n" "\n" "FILE 可以是个文件名,或者是目录名,它将用于递归搜索。\n" "如果不指定 FILE,默认搜索当前目录。\n" "注意‘--include’和‘--exclude’选项是互斥的。\n" "\n" "以下参数用于指定语言的扫描:\n" #: src/mkid.c:386 #, c-format msgid "can't create `%s' in `%s'" msgstr "无法在‘%2$s’中创建‘%1$s’" #: src/mkid.c:391 #, c-format msgid "can't modify `%s'" msgstr "无法修改‘%s’" #: src/mkid.c:468 #, c-format msgid "can't stat `%s'" msgstr "无法 stat ‘%s’" #: src/mkid.c:537 #, c-format msgid " new = %d/%d" msgstr " 新建 = %d/%d" #: src/mkid.c:546 #, c-format msgid "Name=%ld, " msgstr "名称=%ld, " #: src/mkid.c:547 #, c-format msgid "Number=%ld, " msgstr "个数=%ld, " #: src/mkid.c:548 #, c-format msgid "String=%ld, " msgstr "字符串=%ld, " #: src/mkid.c:549 #, c-format msgid "Literal=%ld, " msgstr "文本=%ld, " #: src/mkid.c:550 #, c-format msgid "Comment=%ld\n" msgstr "注释=%ld\n" #: src/mkid.c:552 #, c-format msgid "Files=%ld, " msgstr "文件=%ld, " #: src/mkid.c:553 #, c-format msgid "Tokens=%ld, " msgstr "标识符=%ld, " #: src/mkid.c:554 #, c-format msgid "Bytes=%ld Kb, " msgstr "字节=%ld Kb, " #: src/mkid.c:555 #, c-format msgid "Heap=%d+%d Kb, " msgstr "堆=%d+%d Kb, " #: src/mkid.c:557 #, c-format msgid "Output=%ld (%ld tok, %ld hit)\n" msgstr "输出=%ld (%ld 标识, %ld 命中)\n" #: src/mkid.c:560 #, c-format msgid ", Freq=%ld/%ld=%.2f\n" msgstr ", 频率=%ld/%ld=%.2f\n" #: src/mkid.c:584 #, c-format msgid "Sorting tokens...\n" msgstr "正在排序标识...\n" #: src/mkid.c:590 #, c-format msgid "Writing `%s'...\n" msgstr "正在写入‘%s’...\n" #: src/mkid.c:593 #, c-format msgid "can't create `%s'" msgstr "无法创建‘%s’" #: src/mkid.c:661 #, c-format msgid "error closing `%s'" msgstr "关闭‘%s’时发生错误" #: src/mkid.c:749 #, c-format msgid "level %d: %ld/%ld = %.0f%%\n" msgstr "级别 %d: %ld/%ld = %.0f%%\n" #: src/xtokid.c:73 #, c-format msgid "" "Print all tokens found in a source file.\n" " -i, --include=LANGS include languages in LANGS (default: \"C C++ asm\")\n" " -x, --exclude=LANGS exclude languages in LANGS\n" " -l, --lang-option=L:OPT pass OPT as a default for language L (see below)\n" " -m, --lang-map=MAPFILE use MAPFILE to map file names onto source language\n" " -d, --default-lang=LANG make LANG the default source language\n" " -p, --prune=NAMES exclude the named files and/or directories\n" " --help display this help and exit\n" " --version output version information and exit\n" "\n" "The following arguments apply to the language-specific scanners:\n" msgstr "" "打印出源文件中找到的所有标识\n" " -i, --include=LANGS 在 LANGS 中包含语言(默认: “C C++ asm”)\n" " -x, --exclude=LANGS 在 LANGS 中不包含语言\n" " -l, --lang-option=L:OPT 传递 OPT 作为语言 L 的默认值(见下)\n" " -m, --lang-map=MAPFILE 使用 MAPFILE 将文件名与源语言关联起来\n" " -d, --default-lang=LANG 设置 LANG 为默认的源语言\n" " -p, --prune=NAMES 不包含指定的文件(或目录)\n" " --help 显示此帮助并退出\n" " --version 输出版本信息并退出\n" "\n" "以下参数用于指定语言的扫描:\n"