# simplified Chinese translation of fileutils. # Copyright (C) 1998, 2002 Free Software Foundation, Inc. # Yip Chi Lap , 1998. # Abel Cheung , 2002. # Anthony Fok , 2002. # Funda Wang , 2004, 2005. # msgid "" msgstr "" "Project-Id-Version: coreutils 5.3.0\n" "Report-Msgid-Bugs-To: bug-gnulib@gnu.org\n" "POT-Creation-Date: 2007-07-19 12:19+0300\n" "PO-Revision-Date: 2005-02-13 03:39+0800\n" "Last-Translator: Funda Wang \n" "Language-Team: Chinese (simplified) \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=1; plural=0;\n" #: lib/argmatch.c:134 #, c-format msgid "invalid argument %s for %s" msgstr "%2$s 的参数 %1$s 无效" #: lib/argmatch.c:135 #, c-format msgid "ambiguous argument %s for %s" msgstr "%2$s 的参数 %1$s 不明确" #: lib/argmatch.c:154 #, c-format msgid "Valid arguments are:" msgstr "有效的参数为:" #: lib/argp-help.c:148 #, c-format msgid "ARGP_HELP_FMT: %s value is less than or equal to %s" msgstr "" #: lib/argp-help.c:221 #, c-format msgid "%.*s: ARGP_HELP_FMT parameter requires a value" msgstr "" #: lib/argp-help.c:227 #, c-format msgid "%.*s: ARGP_HELP_FMT parameter must be positive" msgstr "" #: lib/argp-help.c:236 #, c-format msgid "%.*s: Unknown ARGP_HELP_FMT parameter" msgstr "" #: lib/argp-help.c:248 #, c-format msgid "Garbage in ARGP_HELP_FMT: %s" msgstr "" #: lib/argp-help.c:1247 #, fuzzy msgid "Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options." msgstr "长选项必须用的参数在使用短选项时也是必须的。\n" #: lib/argp-help.c:1640 msgid "Usage:" msgstr "" #: lib/argp-help.c:1644 msgid " or: " msgstr "" #: lib/argp-help.c:1656 #, fuzzy msgid " [OPTION...]" msgstr "用法:%s [选项]...\n" #: lib/argp-help.c:1683 #, fuzzy, c-format msgid "Try `%s --help' or `%s --usage' for more information.\n" msgstr "请尝试执行“%s --help”来获取更多信息。\n" #: lib/argp-help.c:1711 #, fuzzy, c-format msgid "Report bugs to %s.\n" msgstr "" "\n" "请向 <%s> 报告错误。\n" #: lib/argp-help.c:1930 lib/error.c:125 msgid "Unknown system error" msgstr "未知的系统错误" #: lib/argp-parse.c:82 msgid "give this help list" msgstr "" #: lib/argp-parse.c:83 msgid "give a short usage message" msgstr "" #: lib/argp-parse.c:84 msgid "NAME" msgstr "" #: lib/argp-parse.c:84 msgid "set the program name" msgstr "" #: lib/argp-parse.c:85 msgid "SECS" msgstr "" #: lib/argp-parse.c:86 msgid "hang for SECS seconds (default 3600)" msgstr "" #: lib/argp-parse.c:143 #, fuzzy msgid "print program version" msgstr "读取错误" #: lib/argp-parse.c:159 msgid "(PROGRAM ERROR) No version known!?" msgstr "" #: lib/argp-parse.c:612 #, fuzzy, c-format msgid "%s: Too many arguments\n" msgstr "%s:选项“%s”需要参数\n" #: lib/argp-parse.c:755 msgid "(PROGRAM ERROR) Option should have been recognized!?" msgstr "" #: lib/c-stack.c:240 #, fuzzy msgid "program error" msgstr "读取错误" #: lib/c-stack.c:241 msgid "stack overflow" msgstr "" #: lib/closeout.c:74 msgid "write error" msgstr "写入错误" #: lib/copy-file.c:67 #, fuzzy, c-format msgid "error while opening \"%s\" for reading" msgstr "无法打开 %s 读取数据" #: lib/copy-file.c:74 #, fuzzy, c-format msgid "cannot open backup file \"%s\" for writing" msgstr "无法打开 %s 来读取数据" #: lib/copy-file.c:82 #, fuzzy, c-format msgid "error reading \"%s\"" msgstr "正在读入%s" #: lib/copy-file.c:87 lib/copy-file.c:92 lib/copy-file.c:131 #, fuzzy, c-format msgid "error writing \"%s\"" msgstr "正在写入%s" #: lib/copy-file.c:94 lib/copy-file.c:133 #, fuzzy, c-format msgid "error after reading \"%s\"" msgstr "正在读入%s" #: lib/csharpcomp.c:280 #, fuzzy msgid "fdopen() failed" msgstr "strip 出现错误" #: lib/csharpcomp.c:540 msgid "C# compiler not found, try installing pnet" msgstr "" #: lib/csharpexec.c:344 msgid "C# virtual machine not found, try installing pnet" msgstr "" #: lib/execute.c:185 lib/execute.c:261 lib/execute.c:303 lib/pipe.c:230 #: lib/pipe.c:348 lib/pipe.c:408 lib/wait-process.c:334 lib/wait-process.c:401 #, fuzzy, c-format msgid "%s subprocess failed" msgstr "strip 出现错误" #: lib/file-type.c:39 msgid "regular empty file" msgstr "一般空文件" #: lib/file-type.c:39 msgid "regular file" msgstr "一般文件" #: lib/file-type.c:42 msgid "directory" msgstr "目录" #: lib/file-type.c:45 msgid "block special file" msgstr "块特殊文件" #: lib/file-type.c:48 msgid "character special file" msgstr "字符特殊文件" #: lib/file-type.c:51 msgid "fifo" msgstr "先进先出" #: lib/file-type.c:54 msgid "symbolic link" msgstr "符号链接" #: lib/file-type.c:57 msgid "socket" msgstr "套接字" #: lib/file-type.c:60 msgid "message queue" msgstr "消息队列" #: lib/file-type.c:63 msgid "semaphore" msgstr "信号量" #: lib/file-type.c:66 msgid "shared memory object" msgstr "共享内存对象" #: lib/file-type.c:69 #, fuzzy msgid "typed memory object" msgstr "共享内存对象" #: lib/file-type.c:71 msgid "weird file" msgstr "古怪文件" #: lib/gai_strerror.c:44 #, fuzzy msgid "Address family for hostname not supported" msgstr "不支持 FIFO 文件" #: lib/gai_strerror.c:45 msgid "Temporary failure in name resolution" msgstr "" #: lib/gai_strerror.c:46 msgid "Bad value for ai_flags" msgstr "" #: lib/gai_strerror.c:47 msgid "Non-recoverable failure in name resolution" msgstr "" #: lib/gai_strerror.c:48 #, fuzzy msgid "ai_family not supported" msgstr "不支持 FIFO 文件" #: lib/gai_strerror.c:49 msgid "Memory allocation failure" msgstr "" #: lib/gai_strerror.c:50 msgid "No address associated with hostname" msgstr "" #: lib/gai_strerror.c:51 msgid "Name or service not known" msgstr "" #: lib/gai_strerror.c:52 msgid "Servname not supported for ai_socktype" msgstr "" #: lib/gai_strerror.c:53 #, fuzzy msgid "ai_socktype not supported" msgstr "不支持 FIFO 文件" #: lib/gai_strerror.c:54 #, fuzzy msgid "System error" msgstr "写入错误" #: lib/gai_strerror.c:55 msgid "Argument buffer too small" msgstr "" #: lib/gai_strerror.c:57 msgid "Processing request in progress" msgstr "" #: lib/gai_strerror.c:58 msgid "Request canceled" msgstr "" #: lib/gai_strerror.c:59 msgid "Request not canceled" msgstr "" #: lib/gai_strerror.c:60 msgid "All requests done" msgstr "" #: lib/gai_strerror.c:61 msgid "Interrupted by a signal" msgstr "" #: lib/gai_strerror.c:62 msgid "Parameter string not correctly encoded" msgstr "" #: lib/gai_strerror.c:74 #, fuzzy msgid "Unknown error" msgstr "未知的系统错误" #: 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" #: lib/human.c:477 msgid "block size" msgstr "块大小" #: lib/javacomp.c:128 lib/javacomp.c:142 lib/javacomp.c:158 msgid "invalid source_version argument to compile_java_class" msgstr "" #: lib/javacomp.c:173 lib/javacomp.c:194 msgid "invalid target_version argument to compile_java_class" msgstr "" #: lib/javacomp.c:505 #, c-format msgid "failed to create \"%s\"" msgstr "" #: lib/javacomp.c:512 #, fuzzy, c-format msgid "error while writing \"%s\" file" msgstr "正在写入%s" #: lib/javacomp.c:2343 msgid "Java compiler not found, try installing gcj or set $JAVAC" msgstr "" #: lib/javaexec.c:418 msgid "Java virtual machine not found, try installing gij or set $JAVA" msgstr "" #: lib/mkdir-p.c:197 #, c-format msgid "cannot change permissions of %s" msgstr "无法更改 %s 的权限" #: lib/mkdir-p.c:207 #, c-format msgid "cannot create directory %s" msgstr "无法创建目录 %s" #: lib/obstack.c:424 lib/obstack.c:426 lib/xalloc-die.c:35 lib/xsetenv.c:39 msgid "memory exhausted" msgstr "内存用尽" #: lib/openat-die.c:34 #, fuzzy msgid "unable to record current working directory" msgstr "openat:无法记录目前工作的目录" #: lib/openat-die.c:47 msgid "failed to return to initial working directory" msgstr "返回到初始工作目录失败" #: lib/pagealign_alloc.c:142 #, fuzzy msgid "Failed to open /dev/zero for read" msgstr "%s:文件过大" #: lib/pipe.c:156 lib/pipe.c:159 lib/pipe.c:263 lib/pipe.c:266 #, fuzzy msgid "cannot create pipe" msgstr "无法创建链接 %s" #. TRANSLATORS: #. Get translations for open and closing quotation marks. #. #. The message catalog should translate "`" to a left #. quotation mark suitable for the locale, and similarly for #. "'". If the catalog has no translation, #. locale_quoting_style quotes `like this', and #. clocale_quoting_style quotes "like this". #. #. For example, an American English Unicode locale should #. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and #. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION #. MARK). A British English Unicode locale should instead #. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and #. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively. #. #. If you don't know what to put here, please see #. #. and use glyphs suitable for your language. #: lib/quotearg.c:229 msgid "`" msgstr "“" #: lib/quotearg.c:230 msgid "'" msgstr "”" #: lib/regcomp.c:131 msgid "Success" msgstr "" #: lib/regcomp.c:134 msgid "No match" msgstr "" #: lib/regcomp.c:137 #, fuzzy msgid "Invalid regular expression" msgstr "转换无效:%s" #: lib/regcomp.c:140 #, fuzzy msgid "Invalid collation character" msgstr "权限模式字符串 %2$s 中出现无效的字符 %1$s" #: lib/regcomp.c:143 #, fuzzy msgid "Invalid character class name" msgstr "权限模式字符串 %2$s 中出现无效的字符 %1$s" #: lib/regcomp.c:146 msgid "Trailing backslash" msgstr "" #: lib/regcomp.c:149 #, fuzzy msgid "Invalid back reference" msgstr "权限模式字符串无效:%s " #: lib/regcomp.c:152 msgid "Unmatched [ or [^" msgstr "" #: lib/regcomp.c:155 msgid "Unmatched ( or \\(" msgstr "" #: lib/regcomp.c:158 msgid "Unmatched \\{" msgstr "" #: lib/regcomp.c:161 msgid "Invalid content of \\{\\}" msgstr "" #: lib/regcomp.c:164 #, fuzzy msgid "Invalid range end" msgstr "权限模式字符串无效:%s " #: lib/regcomp.c:167 #, fuzzy msgid "Memory exhausted" msgstr "内存用尽" #: lib/regcomp.c:170 #, fuzzy msgid "Invalid preceding regular expression" msgstr "转换无效:%s" #: lib/regcomp.c:173 #, fuzzy msgid "Premature end of regular expression" msgstr "转换无效:%s" #: lib/regcomp.c:176 #, fuzzy msgid "Regular expression too big" msgstr "转换无效:%s" #: lib/regcomp.c:179 msgid "Unmatched ) or \\)" msgstr "" #: lib/regcomp.c:680 #, fuzzy msgid "No previous regular expression" msgstr "转换无效:%s" #: lib/rpmatch.c:70 msgid "^[yY]" msgstr "^[yY]" #: lib/rpmatch.c:73 msgid "^[nN]" msgstr "^[nN]" #: lib/unicodeio.c:141 msgid "iconv function not usable" msgstr "iconv 函数无法使用" #: lib/unicodeio.c:143 msgid "iconv function not available" msgstr "iconv 函数不存在" #: lib/unicodeio.c:150 msgid "character out of range" msgstr "字符值超出可接受的范围以外" #: lib/unicodeio.c:213 #, c-format msgid "cannot convert U+%04X to local character set" msgstr "无法将 U+%04X 转换至用户的字符集" #: lib/unicodeio.c:215 #, c-format msgid "cannot convert U+%04X to local character set: %s" msgstr "无法将 U+%04X 转换至用户的字符集:%s" #: lib/userspec.c:107 msgid "invalid user" msgstr "无效的用户" #: lib/userspec.c:108 msgid "invalid group" msgstr "无效的组" #: lib/userspec.c:109 #, fuzzy msgid "invalid spec" msgstr "无效的用户" #. TRANSLATORS: Translate "(C)" to the copyright symbol #. (C-in-a-circle), if this symbol is available in the user's #. locale. Otherwise, do not translate "(C)"; leave it as-is. #: lib/version-etc.c:66 msgid "(C)" msgstr "" #: lib/version-etc.c:68 msgid "" "\n" "License GPLv3+: GNU GPL version 3 or later \n" "This is free software: you are free to change and redistribute it.\n" "There is NO WARRANTY, to the extent permitted by law.\n" "\n" msgstr "" #. TRANSLATORS: %s denotes an author name. #: lib/version-etc.c:84 #, c-format msgid "Written by %s.\n" msgstr "由 %s 编写。\n" #. TRANSLATORS: Each %s denotes an author name. #: lib/version-etc.c:88 #, c-format msgid "Written by %s and %s.\n" msgstr "由 %s 和 %s 编写。\n" #. TRANSLATORS: Each %s denotes an author name. #: lib/version-etc.c:92 #, c-format msgid "Written by %s, %s, and %s.\n" msgstr "由 %s、%s 和 %s 编写。\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:98 #, c-format msgid "" "Written by %s, %s, %s,\n" "and %s.\n" msgstr "" "由 %s、%s、%s 和\n" "%s 编写。\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:104 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, and %s.\n" msgstr "" "由 %s、%s、%s、\n" "%s 和 %s 编写。\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:110 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, and %s.\n" msgstr "" "由 %s、%s、%s、\n" "%s、%s 和 %s 编写。\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:117 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, %s, and %s.\n" msgstr "" "由 %s、%s、%s、\n" "%s、%s、%s 和 %s 编写。\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:124 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, %s, %s,\n" "and %s.\n" msgstr "" "由 %s、%s、%s、\n" "%s、%s、%s、%s\n" "和 %s 编写。\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:132 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, %s, %s,\n" "%s, and %s.\n" msgstr "" "由 %s、%s、%s、\n" "%s、%s、%s、%s、\n" "%s、和 %s 编写。\n" #. TRANSLATORS: Each %s denotes an author name. #. You can use line breaks, estimating that each author name occupies #. ca. 16 screen columns and that a screen line has ca. 80 columns. #: lib/version-etc.c:142 #, c-format msgid "" "Written by %s, %s, %s,\n" "%s, %s, %s, %s,\n" "%s, %s, and others.\n" msgstr "" "由 %s、%s、%s、\n" "%s、%s、%s、%s、\n" "%s、%s、和其他人编写。\n" #: lib/wait-process.c:277 lib/wait-process.c:309 lib/wait-process.c:367 #, fuzzy, c-format msgid "%s subprocess" msgstr "strip 出现错误" #: lib/wait-process.c:326 lib/wait-process.c:393 #, fuzzy, c-format msgid "%s subprocess got fatal signal %d" msgstr "strip 出现错误" #: lib/xmemcoll.c:49 msgid "string comparison failed" msgstr "字符串比较出现错误" #: lib/xmemcoll.c:50 msgid "Set LC_ALL='C' to work around the problem." msgstr "请设定 LC_ALL='C' 避免问题出现。" #: lib/xmemcoll.c:52 #, c-format msgid "The strings compared were %s and %s." msgstr "要比较的字符串为 %s 和 %s。" #~ msgid "%s exists but is not a directory" #~ msgstr "%s 存在但并非目录" #~ msgid "cannot change owner and/or group of %s" #~ msgstr "无法更改 %s 的属主和/或组" #~ msgid "cannot chdir to directory %s" #~ msgstr "无法切换到目录 %s" #~ msgid "cannot get the login group of a numeric UID" #~ msgstr "无法取得 UID 数值所表示的用户的主组"