# Simplified Chinese translation of GNU Wget. # Copyright (C) 2015 Free Software Foundation, Inc. # This file is distributed under the same license as the wget2 package. # # Boyuan Yang <073plan@gmail.com>, 2018, 2023. # msgid "" msgstr "" "Project-Id-Version: wget2 2.1.0\n" "Report-Msgid-Bugs-To: bug-wget2@gnu.org\n" "POT-Creation-Date: 2023-08-31 14:40+0200\n" "PO-Revision-Date: 2023-09-12 15:56-0400\n" "Last-Translator: Boyuan Yang <073plan@gmail.com>\n" "Language-Team: Chinese (simplified) \n" "Language: zh_CN\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" "X-Bugs: Report translation errors to the Language-Team address.\n" "X-Generator: Poedit 3.3.2\n" #: lib/error.c:194 msgid "Unknown system error" msgstr "未知的系统错误" #: lib/gai_strerror.c:57 msgid "Address family for hostname not supported" msgstr "主机名的地址家族不被支持" #: lib/gai_strerror.c:58 msgid "Temporary failure in name resolution" msgstr "名字解析时有临时错误" #: lib/gai_strerror.c:59 msgid "Bad value for ai_flags" msgstr "错误的 ai_flags 值" #: lib/gai_strerror.c:60 msgid "Non-recoverable failure in name resolution" msgstr "名称解析时出现不可恢复的错误" #: lib/gai_strerror.c:61 msgid "ai_family not supported" msgstr "不支持的 ai_family" #: lib/gai_strerror.c:62 msgid "Memory allocation failure" msgstr "内存分配失败" #: lib/gai_strerror.c:63 msgid "No address associated with hostname" msgstr "没有与主机名关联的地址" #: lib/gai_strerror.c:64 msgid "Name or service not known" msgstr "名称或服务未知" #: lib/gai_strerror.c:65 msgid "Servname not supported for ai_socktype" msgstr "ai_socktype 不支持 Servname" #: lib/gai_strerror.c:66 msgid "ai_socktype not supported" msgstr "不支持的 ai_socktype" #: lib/gai_strerror.c:67 msgid "System error" msgstr "系统错误" #: lib/gai_strerror.c:68 msgid "Argument buffer too small" msgstr "参数缓冲区太小" #: lib/gai_strerror.c:70 msgid "Processing request in progress" msgstr "正在处理请求" #: lib/gai_strerror.c:71 msgid "Request canceled" msgstr "请求已取消" #: lib/gai_strerror.c:72 msgid "Request not canceled" msgstr "请求未取消" #: lib/gai_strerror.c:73 msgid "All requests done" msgstr "全部请求已完成" #: lib/gai_strerror.c:74 msgid "Interrupted by a signal" msgstr "被信号中断" #: lib/gai_strerror.c:75 msgid "Parameter string not correctly encoded" msgstr "参数字符串未正确编码" #: lib/gai_strerror.c:87 libwget/error.c:57 msgid "Unknown error" msgstr "未知错误" #: lib/openat-die.c:38 #, c-format msgid "unable to record current working directory" msgstr "无法记录当前工作目录" #: lib/openat-die.c:57 #, c-format msgid "failed to return to initial working directory" msgstr "返回最初的工作目录失败" #: lib/os2-spawn.c:45 #, c-format msgid "_open_osfhandle failed" msgstr "_open_osfhandle 失败" #: lib/os2-spawn.c:82 #, c-format msgid "cannot restore fd %d: dup2 failed" msgstr "无法还原 fd %d: dup2 失败" #: lib/regcomp.c:122 libwget/error.c:44 msgid "Success" msgstr "成功" #: lib/regcomp.c:125 msgid "No match" msgstr "无匹配" #: lib/regcomp.c:128 msgid "Invalid regular expression" msgstr "无效的正则表达式" #: lib/regcomp.c:131 msgid "Invalid collation character" msgstr "无效的校勘字符" #: lib/regcomp.c:134 msgid "Invalid character class name" msgstr "无效的字符类型名" #: lib/regcomp.c:137 msgid "Trailing backslash" msgstr "末尾的反斜杠" #: lib/regcomp.c:140 msgid "Invalid back reference" msgstr "无效的后向引用" #: lib/regcomp.c:143 msgid "Unmatched [, [^, [:, [., or [=" msgstr "未匹配的 [、[^、[:、[. 或 [=" #: lib/regcomp.c:146 msgid "Unmatched ( or \\(" msgstr "未匹配的( 或\\(" #: lib/regcomp.c:149 msgid "Unmatched \\{" msgstr "未匹配的\\{" #: lib/regcomp.c:152 msgid "Invalid content of \\{\\}" msgstr "\\{\\} 中内容无效" #: lib/regcomp.c:155 msgid "Invalid range end" msgstr "无效的范围结束符" #: lib/regcomp.c:158 msgid "Memory exhausted" msgstr "内存耗尽" #: lib/regcomp.c:161 msgid "Invalid preceding regular expression" msgstr "无效的前置正则表达式" #: lib/regcomp.c:164 msgid "Premature end of regular expression" msgstr "正则表达式异常结束" #: lib/regcomp.c:167 msgid "Regular expression too big" msgstr "正则表达式过长" #: lib/regcomp.c:170 msgid "Unmatched ) or \\)" msgstr "未匹配的 ) 或 \\)" #: lib/regcomp.c:650 msgid "No previous regular expression" msgstr "缺少之前的正则表达式" #: lib/spawn-pipe.c:216 lib/spawn-pipe.c:219 #, c-format msgid "cannot create pipe" msgstr "无法创建管道" #: lib/spawn-pipe.c:596 lib/wait-process.c:291 lib/wait-process.c:365 #, c-format msgid "%s subprocess failed" msgstr "%s 子进程失败" #: lib/wait-process.c:232 lib/wait-process.c:264 lib/wait-process.c:326 #, c-format msgid "%s subprocess" msgstr "%s 子进程" #: lib/wait-process.c:283 lib/wait-process.c:355 #, c-format msgid "%s subprocess got fatal signal %d" msgstr "%s 子进程收到致命信号 %d" #: lib/xalloc-die.c:34 msgid "memory exhausted" msgstr "内存耗尽" #: libwget/cookie.c:408 #, c-format msgid "Incomplete cookie entry: %s\n" msgstr "不完整的 cookie 条目:%s\n" #: libwget/cookie.c:440 msgid "Failed to read cookies\n" msgstr "读取 cookies 失败\n" #: libwget/cookie.c:499 #, c-format msgid "Failed to write cookie file '%s'\n" msgstr "写入 cookie 文件“%s”失败\n" #: libwget/cookie_parse.c:363 msgid "Cookie without name or assignment ignored\n" msgstr "无名称或未指定的 cookie 被忽略\n" #: libwget/css.c:152 #, c-format msgid "Unknown token after @charset: %d\n" msgstr "" #: libwget/css.c:194 libwget/io.c:353 libwget/xml.c:678 #, c-format msgid "Failed to open %s\n" msgstr "打开 %s 失败\n" #: libwget/css_url.c:102 #, c-format msgid "Cannot resolve relative URI '%s'\n" msgstr "无法解析相对 URI '%s'\n" #: libwget/decompressor.c:123 msgid "Failed to init gzip decompression\n" msgstr "初始化 gzip 解压缩时失败\n" #: libwget/decompressor.c:159 msgid "Failed to re-init deflate/gzip decompression\n" msgstr "重新初始化 deflate/gzip 解压缩失败\n" #: libwget/decompressor.c:175 #, c-format msgid "Failed to uncompress gzip stream (%d)\n" msgstr "解压缩 gzip 流时失败(%d)\n" #: libwget/decompressor.c:184 #, c-format msgid "Failed to close gzip stream (%d)\n" msgstr "关闭 gzip 流时失败(%d)\n" #: libwget/decompressor.c:193 msgid "Failed to init deflate decompression\n" msgstr "初始化 deflate 解压缩时失败\n" #: libwget/decompressor.c:208 msgid "Failed to init LZMA decompression\n" msgstr "初始化 LZMA 解压缩时失败\n" #: libwget/decompressor.c:247 #, c-format msgid "Failed to uncompress LZMA stream (%d)\n" msgstr "解压缩 LZMA 流时失败(%d)\n" #: libwget/decompressor.c:261 msgid "Failed to init Brotli decompression\n" msgstr "初始化 Brotli 解压缩时失败\n" #: libwget/decompressor.c:304 #, c-format msgid "Failed to uncompress Brotli stream (%u): %s\n" msgstr "解压缩 Brotli 流时失败 (%u): %s\n" #: libwget/decompressor.c:319 #, fuzzy #| msgid "Failed to init LZMA decompression\n" msgid "Failed to create Zstandard decompression\n" msgstr "初始化 LZMA 解压缩时失败\n" #: libwget/decompressor.c:325 #, fuzzy, c-format #| msgid "Failed to init LZMA decompression\n" msgid "Failed to init Zstandard decompression: %s\n" msgstr "初始化 LZMA 解压缩时失败\n" #: libwget/decompressor.c:356 #, fuzzy, c-format #| msgid "Failed to uncompress LZMA stream (%d)\n" msgid "Failed to uncompress Zstandard stream: %s\n" msgstr "解压缩 LZMA 流时失败(%d)\n" #: libwget/decompressor.c:377 #, fuzzy #| msgid "Failed to init gzip decompression\n" msgid "Failed to create lzip decompression\n" msgstr "初始化 gzip 解压缩时失败\n" #: libwget/decompressor.c:384 #, fuzzy, c-format #| msgid "Failed to init gzip decompression\n" msgid "Failed to create lzip decompression: %d %s\n" msgstr "初始化 gzip 解压缩时失败\n" #: libwget/decompressor.c:405 #, fuzzy, c-format #| msgid "Failed to uncompress gzip stream (%d)\n" msgid "Failed to uncompress lzip stream: %d %s\n" msgstr "解压缩 gzip 流时失败(%d)\n" #: libwget/decompressor.c:460 msgid "Failed to init bzip2 decompression\n" msgstr "初始化 bzip2 解压缩时失败\n" #: libwget/decompressor.c:499 #, c-format msgid "Failed to uncompress bzip2 stream (%d)\n" msgstr "解压缩 bzip2 流时失败(%d)\n" #: libwget/dns.c:282 #, fuzzy, c-format #| msgid "Failed to resolve %s (%s)\n" msgid "Failed to resolve '%s:%d': %s\n" msgstr "解析 %s 失败(%s)\n" #: libwget/dns.c:365 #, fuzzy, c-format #| msgid "Failed to resolve %s (%s)\n" msgid "Failed to resolve '%s' (%s)\n" msgstr "解析 %s 失败(%s)\n" #: libwget/encoding.c:112 #, c-format msgid "Failed to transcode '%s' string into '%s' (%d)\n" msgstr "" #: libwget/encoding.c:124 #, c-format msgid "Failed to prepare transcoding '%s' into '%s' (%d)\n" msgstr "" #: libwget/encoding.c:261 #, c-format msgid "toASCII(%s) failed (%d): %s\n" msgstr "toASCII(%s) 失败 (%d): %s\n" #: libwget/encoding.c:280 #, c-format msgid "toASCII failed (%d): %s\n" msgstr "toASCII 失败 (%d): %s\n" #: libwget/encoding.c:283 #, c-format msgid "Invalid UTF-8 sequence not converted: '%s'\n" msgstr "未转换无效的 UTF-8 序列:“%s”\n" #: libwget/encoding.c:287 #, c-format msgid "toASCII not available: '%s'\n" msgstr "toASCII 不可用:“%s”\n" #: libwget/error.c:45 msgid "General error" msgstr "常规错误" #: libwget/error.c:46 msgid "No memory" msgstr "无内存" #: libwget/error.c:47 msgid "Invalid value" msgstr "无效的值" #: libwget/error.c:48 msgid "Timeout" msgstr "超时" #: libwget/error.c:49 msgid "Connect error" msgstr "连接错误" #: libwget/error.c:50 msgid "Handshake error" msgstr "握手错误" #: libwget/error.c:51 msgid "Certificate error" msgstr "证书错误" #: libwget/error.c:52 msgid "libwget has been built without TLS support" msgstr "libwget 构建时未启用 TLS 支持" #: libwget/error.c:53 msgid "Failed to parse XML" msgstr "解析 XML 失败" #: libwget/error.c:54 msgid "Failed to open file" msgstr "打开文件失败" #: libwget/error.c:55 msgid "I/O error" msgstr "I/O 错误" #: libwget/error.c:56 msgid "Unsupported function" msgstr "不支持的函数" #: libwget/hash_printf.c:83 #, c-format msgid "Failed to hash (%d)\n" msgstr "进行哈希时失败(%d)\n" #: libwget/hash_printf.c:89 #, c-format msgid "%s: Failed to malloc %zu bytes\n" msgstr "%s:malloc %zu 字节失败\n" #: libwget/hashfile.c:92 #, c-format msgid "Unknown hash type '%s'\n" msgstr "未知哈希类型“%s”\n" #: libwget/hashfile.c:794 libwget/hpkp_db.c:159 #, c-format msgid "%s: Unexpected hash len %zu > %zu\n" msgstr "" #: libwget/hashfile.c:816 #, c-format msgid "%s: Hash init failed for type '%s': %s\n" msgstr "" #: libwget/hashfile.c:822 #, c-format msgid "%s: Hash update failed: %s\n" msgstr "" #: libwget/hashfile.c:833 #, c-format msgid "%s: Hash finalization failed: %s\n" msgstr "" #: libwget/hashfile.c:838 #, c-format msgid "%s: Failed to read %llu bytes\n" msgstr "%s:读取 %llu 字节时失败\n" #: libwget/hpkp_db.c:311 #, c-format msgid "HPKP: could not parse host line '%s'\n" msgstr "HPKP:无法解析 host 行“%s”\n" #: libwget/hpkp_db.c:317 #, c-format msgid "HPKP: could not parse pin line '%s'\n" msgstr "HPKP:无法解析 pin 行“%s”\n" #: libwget/hpkp_db.c:360 msgid "Failed to read HPKP data\n" msgstr "读取 HPKP 数据失败\n" #: libwget/hpkp_db.c:450 #, c-format msgid "Failed to write HPKP file '%s'\n" msgstr "写入 HPKP 文件“%s”失败\n" #: libwget/hsts.c:412 libwget/tls_session.c:332 #, c-format msgid "Failed to parse HSTS line: '%s'\n" msgstr "解析 HSKS 行失败:“%s”\n" #: libwget/hsts.c:452 msgid "Failed to read HSTS data\n" msgstr "读取 HSTS 数据失败\n" #: libwget/hsts.c:515 #, c-format msgid "Failed to write HSTS file '%s'\n" msgstr "写入 HSTS 文件“%s”失败\n" #: libwget/http.c:178 libwget/http.c:188 libwget/http.c:197 libwget/http.c:206 #, c-format msgid "%s: Unknown key %d (or value must not be an integer)\n" msgstr "" #: libwget/http.c:303 #, c-format msgid "Unsupported quality of protection '%s'.\n" msgstr "不支持的保护质量 '%s'。\n" #: libwget/http.c:314 #, c-format msgid "Unsupported algorithm '%s'.\n" msgstr "不支持的算法‘%s’。\n" #: libwget/http.c:413 #, c-format msgid "Decompress failed [host: %s - resource: %s]\n" msgstr "解压缩失败 [主机:%s - 资源:%s]\n" #: libwget/http.c:645 #, c-format msgid "Proxy connection failed with: %s\n" msgstr "" #: libwget/http.c:739 msgid "Failed to create HTTP2 callbacks\n" msgstr "创建 HTTPS 回调失败\n" #: libwget/http.c:749 #, c-format msgid "Failed to create HTTP2 client session (%d)\n" msgstr "创建 HTTPS2 客户端会话失败(%d)\n" #: libwget/http.c:761 #, c-format msgid "Failed to submit HTTP2 client settings (%d)\n" msgstr "提交 HTTPS2 客户端设置失败(%d)\n" #: libwget/http.c:791 #, c-format msgid "Failed to terminate HTTP2 session (%d)\n" msgstr "终止 HTTPS2 会话失败(%d)\n" #: libwget/http.c:857 #, fuzzy, c-format #| msgid "Failed to create '%s' (%d)\n" msgid "Failed to allocate nvs[%d]\n" msgstr "创建“%s”失败(%d)\n" #: libwget/http.c:863 #, fuzzy, c-format #| msgid "Failed to create socket (%d)\n" msgid "Failed to allocate resource[%zu]\n" msgstr "创建套接字失败(%d)\n" #: libwget/http.c:918 msgid "Failed to submit HTTP2 request\n" msgstr "提交 HTTPS2 请求失败\n" #: libwget/http.c:933 msgid "Failed to create request buffer\n" msgstr "创建请求缓冲区失败\n" #: libwget/http.c:1136 libwget/tls_session.c:374 #, fuzzy, c-format #| msgid "Failed to read %zu bytes (%d)\n" msgid "Failed to allocate %zu bytes\n" msgstr "读取 %zu 字节失败(%d)\n" #: libwget/http.c:1231 #, fuzzy, c-format #| msgid "Failed to read %zu bytes (%d)\n" msgid "Failed to allocate %zu bytes (%s)\n" msgstr "读取 %zu 字节失败(%d)\n" #: libwget/http.c:1254 #, fuzzy, c-format #| msgid "Failed to open .netrc file '%s' (%d)\n" msgid "Failed to convert chunk size '%.31s' (%s)\n" msgstr "打开 .netrc 文件“%s”失败(%d)\n" #: libwget/http.c:1292 #, c-format msgid "Chunk size overflow: %zX (%s)\n" msgstr "" #: libwget/http.c:1334 #, c-format msgid "Expected end-of-chunk not found (%s)\n" msgstr "" #: libwget/http.c:1382 #, fuzzy, c-format #| msgid "Failed to read %zd bytes (%d)\n" msgid "Failed to read %zd bytes (%d) (%s)\n" msgstr "读取 %zd 字节时失败(%d)\n" #: libwget/http.c:1388 #, fuzzy, c-format #| msgid "Just got %zu of %zu bytes\n" msgid "Just got %zu of %zu bytes (%s)\n" msgstr "刚刚获取 %zu / %zu 字节\n" #: libwget/http.c:1393 #, fuzzy, c-format #| msgid "Body too large: %zu instead of %zu bytes\n" msgid "Body too large: %zu instead of %zu bytes (%s)\n" msgstr "正文部分过大:%zu 而非 %zu 字节\n" #: libwget/http_highlevel.c:45 #, fuzzy, c-format #| msgid "Failed to write %zu bytes of data (%d: %s)\n" msgid "Failed to fwrite %zu bytes of data (%d)\n" msgstr "写入 %zu 字节数据失败 (%d: %s)\n" #: libwget/http_highlevel.c:60 #, fuzzy, c-format #| msgid "Failed to write %zu bytes of data (%d: %s)\n" msgid "Failed to write %zu bytes of data (%d)\n" msgstr "写入 %zu 字节数据失败 (%d: %s)\n" #: libwget/http_highlevel.c:161 #, c-format msgid "Unknown option %d\n" msgstr "未知选项 %d\n" #: libwget/http_highlevel.c:171 msgid "Error parsing URL\n" msgstr "解析 URL 出错\n" #: libwget/http_highlevel.c:178 msgid "Missing URL/URI\n" msgstr "缺失 URL/URI\n" #: libwget/http_parse.c:860 libwget/http_parse.c:885 #, c-format msgid "Failed to parse date '%s'\n" msgstr "解析日期“%s”失败\n" #: libwget/http_parse.c:1268 msgid "HTTP response header not found\n" msgstr "HTTP 响应头未找到\n" #: libwget/init.c:136 src/options.c:3632 #, c-format msgid "Failed to init DNS cache (%d)" msgstr "初始化 DNS 缓存失败(%d)" #: libwget/init.c:171 libwget/init.c:245 libwget/init.c:270 libwget/init.c:285 #, c-format msgid "%s: Unknown option %d" msgstr "%s:未知选项 %d" #: libwget/init.c:190 #, c-format msgid "%s: Failed to init networking (%d)" msgstr "%s:初始化网络失败(%d)" #: libwget/init.c:228 #, c-format msgid "%s: Failed to deinit networking (%d)" msgstr "%s:反初始化网络失败(%d)" #: libwget/io.c:126 #, c-format msgid "%s: Failed to read, error %d\n" msgstr "%s:读取失败,错误 %d\n" #: libwget/io.c:346 #, c-format msgid "WARNING: Size of %s changed from %lld to %lld while reading. This may lead to unwanted results !\n" msgstr "警告:%s 的大小在读取时由 %lld 变为 %lld。这可能造成无法预料的结果!\n" #: libwget/io.c:349 #, c-format msgid "Failed to fstat %s\n" msgstr "fstat %s 失败\n" #: libwget/io.c:438 #, c-format msgid "Failed to create '%s' (%d)\n" msgstr "创建“%s”失败(%d)\n" #: libwget/io.c:445 #, c-format msgid "Failed to lock '%s' (%d)\n" msgstr "锁定“%s”失败(%d)\n" #: libwget/io.c:454 #, c-format msgid "Failed to read open '%s' (%d)\n" msgstr "读取打开“%s”失败(%d)\n" #: libwget/io.c:477 #, c-format msgid "Failed to open tmpfile '%s' (%d)\n" msgstr "打开临时文件“%s”失败(%d)\n" #: libwget/io.c:486 #, c-format msgid "Failed to write open '%s' (%d)\n" msgstr "写入打开“%s”失败(%d)\n" #: libwget/io.c:502 #, c-format msgid "Failed to write/close '%s' (%d)\n" msgstr "写入/关闭“%s”失败(%d)\n" #: libwget/io.c:510 #, c-format msgid "Failed to rename '%s' to '%s' (%d)\n" msgstr "重命名“%s”为“%s”失败(%d)\n" #: libwget/io.c:511 #, c-format msgid "Take manually care for '%s'\n" msgstr "" #: libwget/iri.c:651 #, c-format msgid "Missing host/domain in URI '%s'\n" msgstr "URI“%s”中缺少主机/域名\n" #: libwget/net.c:133 #, c-format msgid "%s (hostname='%s', ip=%s, errno=%d)\n" msgstr "" #: libwget/net.c:140 #, c-format msgid "%s (hostname='%s', errno=%d)\n" msgstr "" #: libwget/net.c:608 libwget/net.c:616 msgid "Failed to set socket to non-blocking\n" msgstr "设置套接字为非阻塞模式失败\n" #: libwget/net.c:613 msgid "Failed to get socket flags\n" msgstr "" #: libwget/net.c:625 msgid "Failed to set socket option REUSEADDR\n" msgstr "设置套接字选项 REUSEADDR 失败\n" #: libwget/net.c:629 msgid "Failed to set socket option NODELAY\n" msgstr "设置套接字选项 NODELAY 失败\n" #: libwget/net.c:634 msgid "Failed to set socket option BINDTODEVICE\n" msgstr "设置套接字选项 BINDTODEVICE 失败\n" #: libwget/net.c:639 msgid "Unsupported socket option BINDTODEVICE\n" msgstr "不支持的套接字选项 BINDTODEVICE\n" #: libwget/net.c:773 #, fuzzy #| msgid "Failed to bind (%d)\n" msgid "Failed to bind" msgstr "bind 失败(%d)\n" #: libwget/net.c:785 libwget/net.c:959 #, fuzzy #| msgid "Failed to connect (%d)\n" msgid "Failed to connect" msgstr "connect 失败(%d)\n" #: libwget/net.c:819 #, fuzzy #| msgid "Failed to create socket (%d)\n" msgid "Failed to create socket" msgstr "创建套接字失败(%d)\n" #: libwget/net.c:898 #, fuzzy, c-format #| msgid "Failed to read %zu bytes (%d)\n" msgid "Failed to read %zu bytes (hostname='%s', ip=%s, errno=%d)\n" msgstr "读取 %zu 字节失败(%d)\n" #: libwget/net.c:981 #, fuzzy, c-format #| msgid "Failed to read %zu bytes (%d)\n" msgid "Failed to send %zu bytes (hostname='%s', ip=%s, errno=%d)\n" msgstr "读取 %zu 字节失败(%d)\n" #: libwget/net.c:1023 #, c-format msgid "%s: internal error: length mismatch %zu != %zd\n" msgstr "%s:内部错误:长度不匹配 %zu != %zd\n" #: libwget/metalink.c:134 #, fuzzy, c-format #| msgid "ai_socktype not supported" msgid "Mirror scheme not supported: '%s'\n" msgstr "不支持的 ai_socktype" #: libwget/metalink.c:287 msgid "Error in parsing XML" msgstr "解析 XML 时出错" #: libwget/ocsp.c:469 #, c-format msgid "Failed to parse OCSP line: '%s'\n" msgstr "" #: libwget/ocsp.c:515 msgid "Failed to read OCSP hosts\n" msgstr "" #: libwget/ocsp.c:522 msgid "Failed to read OCSP fingerprints\n" msgstr "" #: libwget/ocsp.c:609 #, c-format msgid "Failed to write to OCSP hosts to '%s'\n" msgstr "" #: libwget/ocsp.c:616 #, c-format msgid "Failed to write to OCSP fingerprints to '%s'\n" msgstr "" #: libwget/pipe.c:85 #, c-format msgid "Failed to create pipe for STDIN on %s\n" msgstr "在 %s 为标准输入创建管道失败\n" #: libwget/pipe.c:89 #, c-format msgid "Failed to create pipe for STDOUT on %s\n" msgstr "在 %s 为标准输出创建管道失败\n" #: libwget/pipe.c:97 #, c-format msgid "Failed to create pipe for STDERR on %s\n" msgstr "在 %s 为标准错误创建管道失败\n" #: libwget/pipe.c:115 libwget/pipe.c:125 libwget/pipe.c:136 #, c-format msgid "Failed to dup2(%d,%d) (%d)\n" msgstr "" #: libwget/pipe.c:163 #, c-format msgid "Failed to fork '%s'\n" msgstr "fork“%s”时失败\n" #: libwget/ssl_gnutls.c:218 libwget/ssl_wolfssl.c:205 #, c-format msgid "Unknown config key %d (or value must not be a string)\n" msgstr "" #: libwget/ssl_gnutls.c:252 libwget/ssl_wolfssl.c:239 #, c-format msgid "Unknown config key %d (or value must not be an object)\n" msgstr "" #: libwget/ssl_gnutls.c:308 libwget/ssl_wolfssl.c:287 #, c-format msgid "Unknown config key %d (or value must not be an integer)\n" msgstr "" #: libwget/ssl_gnutls.c:355 #, c-format msgid "Certificate info [%u]:\n" msgstr "" #: libwget/ssl_gnutls.c:358 #, c-format msgid " Valid since: %s" msgstr "" #: libwget/ssl_gnutls.c:361 #, c-format msgid " Expires: %s" msgstr "" #: libwget/ssl_gnutls.c:368 #, c-format msgid " Fingerprint: %s\n" msgstr "" #: libwget/ssl_gnutls.c:376 #, c-format msgid " Serial number: %s\n" msgstr "" #: libwget/ssl_gnutls.c:381 #, c-format msgid " Public key: %s, %s (%u bits)\n" msgstr "" #: libwget/ssl_gnutls.c:386 #, c-format msgid " Version: #%d\n" msgstr "" #: libwget/ssl_gnutls.c:390 #, c-format msgid " DN: %s\n" msgstr "" #: libwget/ssl_gnutls.c:394 #, c-format msgid " Issuer's DN: %s\n" msgstr "" #: libwget/ssl_gnutls.c:398 #, c-format msgid " Issuer's OID: %s\n" msgstr "" #: libwget/ssl_gnutls.c:402 #, c-format msgid " Issuer's UID: %s\n" msgstr "" #: libwget/ssl_gnutls.c:414 #, c-format msgid " Unknown certificate type %d\n" msgstr "" #: libwget/ssl_gnutls.c:431 libwget/ssl_gnutls.c:503 libwget/ssl_gnutls.c:532 msgid "----\n" msgstr "----\n" #: libwget/ssl_gnutls.c:439 msgid "TLS/IA session\n" msgstr "TLS/IA 会话\n" #: libwget/ssl_gnutls.c:444 #, c-format msgid "SRP session with username %s\n" msgstr "" #: libwget/ssl_gnutls.c:452 #, c-format msgid "PSK authentication. PSK hint '%s'\n" msgstr "" #: libwget/ssl_gnutls.c:457 #, c-format msgid "PSK authentication. Connected as '%s'\n" msgstr "" #: libwget/ssl_gnutls.c:469 msgid "Anonymous authentication.\n" msgstr "匿名认证。\n" #: libwget/ssl_gnutls.c:497 msgid "Transport authentication failure\n" msgstr "传输认证失败\n" #: libwget/ssl_gnutls.c:499 #, fuzzy, c-format msgid "Unsupported credential type %d.\n" msgstr "不支持的算法‘%s’。\n" #: libwget/ssl_gnutls.c:506 #, c-format msgid "Ephemeral DH using prime of %d bits\n" msgstr "" #: libwget/ssl_gnutls.c:509 #, c-format msgid "Ephemeral ECDH using curve %s\n" msgstr "" #: libwget/ssl_gnutls.c:514 #, c-format msgid "Key Exchange: %s\n" msgstr "" #: libwget/ssl_gnutls.c:518 #, c-format msgid "Protocol: %s\n" msgstr "协议:%s\n" #: libwget/ssl_gnutls.c:522 #, c-format msgid "Certificate Type: %s\n" msgstr "" #: libwget/ssl_gnutls.c:526 #, c-format msgid "Cipher: %s\n" msgstr "" #: libwget/ssl_gnutls.c:530 #, c-format msgid "MAC: %s\n" msgstr "" #: libwget/ssl_gnutls.c:883 #, c-format msgid "Failed to import pubkey: %s\n" msgstr "导入公钥失败:%s\n" #: libwget/ssl_gnutls.c:891 libwget/ssl_gnutls.c:903 libwget/ssl_gnutls.c:911 #, c-format msgid "Failed to export pubkey: %s\n" msgstr "导出公钥失败:%s\n" #: libwget/ssl_gnutls.c:961 msgid "ERROR" msgstr "错误" #: libwget/ssl_gnutls.c:961 msgid "WARNING" msgstr "警告" #: libwget/ssl_gnutls.c:980 #, c-format msgid "%s: Certificate verification error\n" msgstr "%s:证书验证错误\n" #: libwget/ssl_gnutls.c:1032 #, c-format msgid "DANE verification print error for %s: %s\n" msgstr "" #: libwget/ssl_gnutls.c:1034 #, c-format msgid "DANE verification failed for %s: %s\n" msgstr "" #: libwget/ssl_gnutls.c:1051 #, c-format msgid "%s: The certificate is not trusted.\n" msgstr "%s:该证书不受信任。\n" #: libwget/ssl_gnutls.c:1053 #, c-format msgid "%s: The certificate has been revoked.\n" msgstr "%s:该证书已被吊销。\n" #: libwget/ssl_gnutls.c:1055 #, fuzzy, c-format #| msgid "%s: The certificate is not trusted.\n" msgid "%s: The certificate doesn't have a known issuer.\n" msgstr "%s:该证书不受信任。\n" #: libwget/ssl_gnutls.c:1057 #, c-format msgid "%s: The certificate signer was not a CA.\n" msgstr "" #: libwget/ssl_gnutls.c:1059 #, c-format msgid "%s: The certificate was signed using an insecure algorithm.\n" msgstr "" #: libwget/ssl_gnutls.c:1061 #, c-format msgid "%s: The certificate is not yet activated.\n" msgstr "" #: libwget/ssl_gnutls.c:1063 #, c-format msgid "%s: The certificate has expired.\n" msgstr "" #: libwget/ssl_gnutls.c:1066 #, c-format msgid "%s: The certificate signature is invalid.\n" msgstr "" #: libwget/ssl_gnutls.c:1068 #, c-format msgid "%s: The certificate's owner does not match hostname '%s'.\n" msgstr "" #: libwget/ssl_gnutls.c:1080 #, c-format msgid "%s: The certificate could not be verified (0x%X).\n" msgstr "" #: libwget/ssl_gnutls.c:1091 #, c-format msgid "%s: Certificate must be X.509\n" msgstr "" #: libwget/ssl_gnutls.c:1096 #, c-format msgid "%s: Error initializing X.509 certificate\n" msgstr "" #: libwget/ssl_gnutls.c:1102 #, c-format msgid "%s: No certificate was found!\n" msgstr "" #: libwget/ssl_gnutls.c:1107 #, c-format msgid "%s: Failed to parse certificate: %s\n" msgstr "" #: libwget/ssl_gnutls.c:1130 msgid "WARNING: The certificate's (stapled) OCSP status is invalid\n" msgstr "" #: libwget/ssl_gnutls.c:1134 msgid "WARNING: The certificate's (stapled) OCSP status has not been sent\n" msgstr "" #: libwget/ssl_gnutls.c:1146 #, c-format msgid "%s: Failed to parse certificate[%u]: %s\n" msgstr "" #: libwget/ssl_gnutls.c:1232 #, c-format msgid "%s: Pubkey pinning mismatch!\n" msgstr "" #: libwget/ssl_gnutls.c:1295 msgid "GnuTLS requires the key and the cert to be of the same type.\n" msgstr "" #: libwget/ssl_gnutls.c:1299 msgid "No certificates or keys were found\n" msgstr "" #: libwget/ssl_gnutls.c:1306 #, c-format msgid "No CAs were found in '%s'\n" msgstr "" #: libwget/ssl_gnutls.c:1373 #, fuzzy, c-format #| msgid "Failed to create pipe for STDIN on %s\n" msgid "Failed to allocate file name for cert '%s/%s'\n" msgstr "在 %s 为标准输入创建管道失败\n" #: libwget/ssl_gnutls.c:1392 #, c-format msgid "Failed to opendir %s\n" msgstr "" #: libwget/ssl_gnutls.c:1399 #, c-format msgid "Failed to load CRL '%s': (%d)\n" msgstr "" #: libwget/ssl_gnutls.c:1441 #, fuzzy, c-format msgid "GnuTLS: Unsupported priority string '%s': %s\n" msgstr "不支持的算法‘%s’。\n" #: libwget/ssl_gnutls.c:1445 #, fuzzy, c-format msgid "GnuTLS: Unsupported default priority 'NULL': %s\n" msgstr "不支持的算法‘%s’。\n" #: libwget/ssl_gnutls.c:1692 libwget/ssl_gnutls.c:1698 msgid "TLS False Start requested but libwget built with insufficient GnuTLS version\n" msgstr "" #: libwget/ssl_gnutls.c:1703 #, c-format msgid "GnuTLS: Failed to set priorities: %s\n" msgstr "" #: libwget/ssl_gnutls.c:1736 msgid "WARNING: OCSP is not available in this version of GnuTLS.\n" msgstr "" #: libwget/ssl_gnutls.c:1803 #, c-format msgid "GnuTLS: Failed to set session data: %s\n" msgstr "GnuTLS:设置会话数据失败:%s\n" #: libwget/ssl_wolfssl.c:626 msgid "Missing TLS method\n" msgstr "" #: libwget/ssl_wolfssl.c:632 msgid "Failed to create WOLFSSL_CTX\n" msgstr "创建 WOLFSSL_CTX 失败\n" #: libwget/ssl_wolfssl.c:647 #, fuzzy, c-format #| msgid "Failed to parse date '%s'\n" msgid "WolfSSL: Failed to set ciphers '%s'\n" msgstr "解析日期“%s”失败\n" #: libwget/ssl_wolfssl.c:662 #, c-format msgid "Failed to load CA pem: %s or cert dir: %s, ssl verification will likely fail.\n" msgstr "" #: libwget/ssl_wolfssl.c:900 #, fuzzy #| msgid "Failed to read TLS session data\n" msgid "Failed to create WolfSSL session\n" msgstr "读取 TLS 会话数据失败\n" #: libwget/ssl_wolfssl.c:1034 #, fuzzy, c-format #| msgid "Failed to connect (%d)\n" msgid "failed to connect TLS (%d): %s\n" msgstr "connect 失败(%d)\n" #: libwget/ssl_openssl.c:243 libwget/ssl_openssl.c:283 #: libwget/ssl_openssl.c:361 #, c-format msgid "Unknown configuration key %d (maybe this config value should be of another type?)\n" msgstr "" #: libwget/ssl_openssl.c:410 msgid "OpenSSL: TLS 1.3 is not supported by your OpenSSL version. Will use TLS 1.2 instead.\n" msgstr "" #: libwget/ssl_openssl.c:420 #, fuzzy, c-format msgid "OpenSSL: Invalid priority string '%s'\n" msgstr "不支持的算法‘%s’。\n" #: libwget/ssl_openssl.c:482 #, c-format msgid "OpenSSL: Could not load certificates from default paths. Falling back to '%s'." msgstr "" #: libwget/ssl_openssl.c:487 #, c-format msgid "OpenSSL: No certificates could be loaded from directory '%s'\n" msgstr "" #: libwget/ssl_openssl.c:491 #, c-format msgid "OpenSSL: Could not open directory '%s'. No certificates were loaded.\n" msgstr "" #: libwget/ssl_openssl.c:682 msgid "Could not get user data to verify stapled OCSP.\n" msgstr "" #: libwget/ssl_openssl.c:694 msgid "Got a stapled OCSP response, but could not parse it. Aborting.\n" msgstr "" #: libwget/ssl_openssl.c:700 msgid "Could not get server's cert stack\n" msgstr "" #: libwget/ssl_openssl.c:712 msgid "Could not verify stapled OCSP response. Aborting.\n" msgstr "" #: libwget/ssl_openssl.c:873 msgid "ERROR: print_openssl_time: BIO_read failed\n" msgstr "" #: libwget/ssl_openssl.c:887 msgid "Could not get current time!\n" msgstr "" #: libwget/ssl_openssl.c:896 msgid "Could not compute time difference for thisUpd. Aborting.\n" msgstr "" #: libwget/ssl_openssl.c:900 msgid "*** OCSP response thisUpd is too old. Aborting.\n" msgstr "" #: libwget/ssl_openssl.c:911 msgid "Could not compute time difference for nextUpd. Aborting.\n" msgstr "" #: libwget/ssl_openssl.c:916 msgid "*** OCSP next update is in the past!\n" msgstr "" #: libwget/ssl_openssl.c:946 msgid "Unsuccessful OCSP response\n" msgstr "" #: libwget/ssl_openssl.c:954 msgid "Could not verify OCSP certificate chain\n" msgstr "" #: libwget/ssl_openssl.c:960 #, fuzzy #| msgid "HPKP: could not parse pin line '%s'\n" msgid "Could not parse OCSP single response\n" msgstr "HPKP:无法解析 pin 行“%s”\n" #: libwget/ssl_openssl.c:967 msgid "Could not obtain OCSP response status\n" msgstr "" #: libwget/ssl_openssl.c:982 msgid "Could not get 'thisUpd' from OCSP response. Cannot check time.\n" msgstr "" #: libwget/ssl_openssl.c:1044 msgid "Could not obtain OCSP_BASICRESPONSE\n" msgstr "" #: libwget/ssl_openssl.c:1050 msgid "OCSP nonce does not match\n" msgstr "" #: libwget/ssl_openssl.c:1195 libwget/ssl_openssl.c:1230 #, c-format msgid "Could not compute certificate fingerprint for cert %u\n" msgstr "" #: libwget/ssl_openssl.c:1264 msgid "Certificate check disabled. Peer's certificate will NOT be checked.\n" msgstr "" #: libwget/ssl_openssl.c:1270 msgid "OpenSSL: Could not obtain cert store\n" msgstr "" #: libwget/ssl_openssl.c:1283 #, fuzzy, c-format #| msgid "Failed to read open '%s' (%d)\n" msgid "Could not load CRL from '%s' (%d)\n" msgstr "读取打开“%s”失败(%d)\n" #: libwget/ssl_openssl.c:1299 #, c-format msgid "Could not load CA certificate from file '%s'\n" msgstr "" #: libwget/ssl_openssl.c:1352 msgid "Could not initialize OpenSSL\n" msgstr "无法初始化 OpenSSL\n" #: libwget/ssl_openssl.c:1403 msgid "OpenSSL: Could not parse cached session data.\n" msgstr "" #: libwget/ssl_openssl.c:1411 #, fuzzy #| msgid "GnuTLS: Failed to set session data: %s\n" msgid "OpenSSL: Could not set session data.\n" msgstr "GnuTLS:设置会话数据失败:%s\n" #: libwget/ssl_openssl.c:1626 msgid "Host name check disabled. Server certificate's subject name will not be checked.\n" msgstr "" #: libwget/ssl_openssl.c:1635 msgid "Could not set 'status_request' extension\n" msgstr "" #: libwget/ssl_openssl.c:1641 msgid "SNI could not be sent" msgstr "" #: libwget/ssl_openssl.c:1645 msgid "ALPN offering could not be sent" msgstr "" #: libwget/ssl_openssl.c:1653 #, fuzzy #| msgid "Failed to read TLS session data\n" msgid "Could not get cached TLS session" msgstr "读取 TLS 会话数据失败\n" #: libwget/ssl_openssl.c:1675 #, c-format msgid "Could not complete TLS handshake: %s\n" msgstr "" #: libwget/ssl_openssl.c:1693 msgid "Public key pinning mismatch\n" msgstr "" #: libwget/ssl_openssl.c:1712 msgid "Aborting handshake. Could not verify OCSP chain.\n" msgstr "" #: libwget/ssl_openssl.c:1867 #, c-format msgid "TLS read error: %s\n" msgstr "" #: libwget/ssl_openssl.c:1901 #, c-format msgid "TLS write error: %s\n" msgstr "" #: libwget/tls_session.c:355 msgid "Failed to read TLS session data\n" msgstr "读取 TLS 会话数据失败\n" #: libwget/tls_session.c:418 #, c-format msgid "Failed to write TLS session file '%s'\n" msgstr "" #: libwget/xml.c:661 #, fuzzy, c-format #| msgid "Failed to create request buffer\n" msgid "Failed to allocate %zu bytes for XML parse buffer\n" msgstr "创建请求缓冲区失败\n" #: src/bar.c:120 msgid "Cannot create progress bar thread. Disabling progress bar.\n" msgstr "" #: src/dl.c:41 #, c-format msgid "Piling up error '%s' over error '%s'" msgstr "" #: src/gpgme.c:60 msgid "GPGME Failure\n" msgstr "GPGME 错误\n" #: src/gpgme.c:64 #, fuzzy, c-format #| msgid "%s: Unhandled failure\n" msgid "%s: Invalid signature\n" msgstr "%s:未处理的错误\n" #: src/gpgme.c:67 #, c-format msgid "%s: Key %s expired\n" msgstr "" #: src/gpgme.c:70 #, c-format msgid "%s: Expired signature\n" msgstr "" #: src/gpgme.c:73 #, c-format msgid "%s: Key %s missing\n" msgstr "" #: src/gpgme.c:76 #, c-format msgid "%s: Unhandled failure\n" msgstr "%s:未处理的错误\n" #: src/gpgme.c:117 msgid "Invalid signature, signature file must have a sig extension\n" msgstr "" #: src/gpgme.c:156 msgid "Failed to init gpgme context\n" msgstr "初始化 gpgme 环境失败\n" #: src/gpgme.c:171 msgid "Couldn't specify gnupg homedir\n" msgstr "无法指定 gnupg 家目录\n" #: src/gpgme.c:177 #, c-format msgid "Couldn't canonicalize %s. (Does the path exist?)\n" msgstr "无法正则化 %s。(这个路径是否存在?)\n" #: src/gpgme.c:186 msgid "Error during verification\n" msgstr "验证时出错\n" #: src/gpgme.c:194 msgid "GPGME verify failed!\n" msgstr "GPGME 验证失败!\n" #: src/gpgme.c:273 #, fuzzy, c-format msgid "Unsupported protocol type for content: %s\n" msgstr "不支持的保护质量 '%s'。\n" #: src/gpgme.c:281 msgid "Couldn't correct signature file!\n" msgstr "" #: src/gpgme.c:290 #, c-format msgid "Failed to read file to verify sig: %s\n" msgstr "" #: src/host.c:394 src/wget.c:946 #, c-format msgid "URL '%s' not followed (disallowed by robots.txt)\n" msgstr "" #: src/job.c:186 #, c-format msgid "" "Failed to truncate %s\n" " from %llu to %llu bytes\n" msgstr "" #: src/job.c:205 #, c-format msgid "Checksum OK for '%s'\n" msgstr "“%s”的校验和正常\n" #: src/job.c:212 msgid "Failed to build checksum, assuming file to be OK\n" msgstr "构建校验和失败,假定文件情况正常\n" #: src/job.c:217 #, c-format msgid "Bad checksum for '%s'\n" msgstr "“%s”的校验和错误\n" #: src/job.c:235 #, c-format msgid "Piece %d/%d not OK - requeuing\n" msgstr "" #: src/options.c:291 #, c-format msgid "Value out of range (0-65535): %s\n" msgstr "值超出范围(0-65535):%s\n" #: src/options.c:355 #, c-format msgid "Invalid byte specifier: %s\n" msgstr "" #: src/options.c:427 #, c-format msgid "Ignoring invalid header: %s\n" msgstr "" #: src/options.c:436 #, c-format msgid "No value in header (ignoring): %s\n" msgstr "" #: src/options.c:680 #, c-format msgid "Invalid value '%s'\n" msgstr "无效的值“%s”\n" #: src/options.c:696 #, c-format msgid "Invalid boolean value '%s'\n" msgstr "无效的布尔值“%s”\n" #: src/options.c:738 #, c-format msgid "Invalid time specifier in '%s'\n" msgstr "" #: src/options.c:768 #, c-format msgid "Unknown cert type '%s'\n" msgstr "未知的证书类型“%s”\n" #: src/options.c:785 #, c-format msgid "Unsupported regex type '%s'\n" msgstr "不支持的正则类型“%s”\n" #: src/options.c:795 msgid "Empty progress type\n" msgstr "" #: src/options.c:809 #, c-format msgid "Progress type '%s' ignored. It is not implemented yet\n" msgstr "" #: src/options.c:811 #, c-format msgid "Unknown progress type '%s'\n" msgstr "" #: src/options.c:836 #, c-format msgid "Unknown restrict-file-name type '%s'\n" msgstr "" #: src/options.c:868 #, c-format msgid "Unknown option '-n%c'\n" msgstr "未知选项“-n%c”\n" #: src/options.c:888 #, c-format msgid "Unknown address family '%s'\n" msgstr "" #: src/options.c:915 #, c-format msgid "Unknown stats format '%s'\n" msgstr "" #: src/options.c:945 src/options.c:963 #, c-format msgid "Plugin '%s' failed to load: %s\n" msgstr "插件“%s”加载失败:%s\n" #: src/options.c:1024 src/options.c:1044 msgid "Missing required type specifier\n" msgstr "" #: src/options.c:1028 src/options.c:1048 #, c-format msgid "Invalid type specifier: %s\n" msgstr "" #: src/options.c:1061 msgid "no-verify-sig cannot take additional arguments\n" msgstr "" #: src/options.c:1071 #, fuzzy, c-format #| msgid "Invalid collation character" msgid "Invalid option specifier: %s\n" msgstr "无效的校勘字符" #: src/options.c:1115 #, c-format msgid "Compression type %s not supported\n" msgstr "压缩类型 %s 不受支持\n" #: src/options.c:1118 #, c-format msgid "Duplicate type %s" msgstr "" #: src/options.c:1148 #, c-format msgid "Lib for type %s not built" msgstr "" #: src/options.c:1180 #, c-format msgid "Disallowed Value for --no-download-attr: %s\n" msgstr "" #: src/options.c:1189 #, c-format msgid "Invalid value for --download-attr: %s\n" msgstr "" #: src/options.c:2547 src/options.c:2582 #, c-format msgid "Unknown option '%s'\n" msgstr "未知选项“%s”\n" #: src/options.c:2599 #, c-format msgid "Option 'no-%s' doesn't allow an argument\n" msgstr "" #: src/options.c:2603 #, c-format msgid "Option '%s' doesn't allow an argument\n" msgstr "" #: src/options.c:2614 #, c-format msgid "Missing argument for option '%s'\n" msgstr "" #: src/options.c:2680 #, c-format msgid "Failed to parse: '%s'\n" msgstr "" #: src/options.c:2742 #, c-format msgid "Config file recursion detected in %s\n" msgstr "" #: src/options.c:2769 #, c-format msgid "Failed to open %s (%d): %s\n" msgstr "" #: src/options.c:2833 #, c-format msgid "Failed to parse last line in '%s'\n" msgstr "" #: src/options.c:2913 #, c-format msgid "Missing argument(s) for option '-%c'\n" msgstr "" #: src/options.c:2933 #, c-format msgid "Unknown option '-%c'\n" msgstr "未知的选项“-%c”。\n" #: src/options.c:2964 #, c-format msgid "Password for user \"%s\": " msgstr "" #: src/options.c:2966 msgid "Password: " msgstr "密码:" #: src/options.c:2987 msgid "Cannot create pipe" msgstr "无法创建管道" #: src/options.c:2993 #, c-format msgid "Error initializing spawn file actions for use-askpass: %d" msgstr "" #: src/options.c:3004 #, c-format msgid "Error setting spawn file actions for use-askpass: %d" msgstr "" #: src/options.c:3011 #, c-format msgid "Error spawning %s: %d" msgstr "" #: src/options.c:3028 #, c-format msgid "Error reading response from command \"%s %s\": %s\n" msgstr "读取命令“%s %s”的响应时出错:%s\n" #: src/options.c:3093 #, c-format msgid "Failed to open %s" msgstr "打开 %s 失败" #: src/options.c:3143 #, c-format msgid "~/.wget2rc is deprecated. Please move it to %s/wget2rc\n" msgstr "~/.wget2rc 已弃用。请将其移动到 %s/wget2rc\n" #: src/options.c:3471 #, c-format msgid "Failed to set http proxies %s\n" msgstr "" #: src/options.c:3475 #, c-format msgid "Failed to set https proxies %s\n" msgstr "" #: src/options.c:3479 #, c-format msgid "Failed to set proxy exceptions %s\n" msgstr "" #: src/options.c:3505 #, fuzzy, c-format #| msgid "Failed to lock '%s' (%d)\n" msgid "Failed to load %s (%d)" msgstr "锁定“%s”失败(%d)\n" #: src/options.c:3565 msgid "Specifying both --start-pos and --continue is not recommended; --continue will be disabled" msgstr "" #: src/options.c:3571 msgid "WARNING: timestamping does nothing in combination with -O" msgstr "" #: src/options.c:3575 msgid "Can't timestamp and not clobber old files at the same time" msgstr "" #: src/options.c:3579 msgid "WARNING: timestamping does nothing in combination with spider" msgstr "" #: src/options.c:3583 msgid "WARNING: timestamping and chunk-size only work together without If-Modified-Since" msgstr "" #: src/options.c:3622 #, c-format msgid "Failed to init networking (%d)" msgstr "" #: src/options.c:3627 #, c-format msgid "Failed to init DNS (%d)" msgstr "初始化 DNS 失败(%d)" #: src/options.c:3645 src/options.c:3656 src/options.c:3667 src/options.c:3678 #: src/options.c:3689 #, fuzzy, c-format #| msgid "Failed to read open '%s' (%d)\n" msgid "Failed to open '%s' (%d)" msgstr "读取打开“%s”失败(%d)\n" #: src/options.c:3942 #, c-format msgid "%s: Option not in order '%s' after '%s' (using opt_compare())\n" msgstr "" #: src/options.c:3951 #, c-format msgid "%s: Option not in order '%s' after '%s' (using opt_compare_config())\n" msgstr "" #: src/options.c:3961 #, c-format msgid "%s: Failed to find option '%s' (using opt_compare())\n" msgstr "" #: src/options.c:3971 src/options.c:3995 #, c-format msgid "%s: Failed to find option '%s' (using opt_compare_config())\n" msgstr "" #: src/options.c:4020 #, c-format msgid "%s: Failed to parse bool short option #%zu (=%d)\n" msgstr "" #: src/options.c:4046 src/options.c:4052 #, c-format msgid "%s: Failed to parse bool long option #%zu (%d)\n" msgstr "" #: src/options.c:4095 #, c-format msgid "%s: Failed to parse timeout short option #%zu (=%d)\n" msgstr "" #: src/options.c:4126 #, c-format msgid "%s: Failed to parse timeout long option #%zu (%d)\n" msgstr "" #: src/options.c:4161 #, c-format msgid "%s: Extra headers found in option #%zu\n" msgstr "" #: src/options.c:4166 #, c-format msgid "%s: Failed to parse header option #%zu\n" msgstr "" #: src/options.c:4189 #, c-format msgid "%s: Accepted illegal header option #%zu\n" msgstr "" #: src/options.c:4217 src/options.c:4236 #, c-format msgid "%s: Failed to parse string short option #%zu (=%s)\n" msgstr "" #: src/plugin.c:397 #, c-format msgid "Plugin '%s' failed to load: %s" msgstr "" #: src/plugin.c:505 #, c-format msgid "Options for %s:\n" msgstr "%s 的选项:\n" #: src/utils.c:50 #, c-format msgid "Internal error: Unexpected relative path: '%s'\n" msgstr "" #: src/utils.c:82 src/utils.c:89 #, c-format msgid "Failed to make directory '%s' (errno=%d)\n" msgstr "" #: src/utils.c:87 #, c-format msgid "Failed to rename '%s' (errno=%d)\n" msgstr "" #: src/wget.c:599 #, c-format msgid "HSTS in effect for %s:%hu\n" msgstr "" #: src/wget.c:617 #, c-format msgid "Failed to parse URI '%s'\n" msgstr "" #: src/wget.c:635 #, c-format msgid "URI scheme not supported: '%s'\n" msgstr "" #: src/wget.c:778 #, c-format msgid "Adding URL: %s\n" msgstr "" #: src/wget.c:794 src/wget.c:1159 #, c-format msgid "Cannot resolve URI '%s'\n" msgstr "" #: src/wget.c:802 #, c-format msgid "not requesting '%s'. (Plugin Verdict)\n" msgstr "" #: src/wget.c:816 #, c-format msgid "URL '%s' not followed (unsupported scheme)\n" msgstr "" #: src/wget.c:826 #, c-format msgid "URL '%s' not followed (https-only requested)\n" msgstr "" #: src/wget.c:843 msgid "missing ip/host/domain" msgstr "缺少 ip/主机/域名" #: src/wget.c:846 msgid "no host-spanning requested" msgstr "" #: src/wget.c:848 msgid "domain explicitly excluded" msgstr "" #: src/wget.c:852 #, c-format msgid "URL '%s' not followed (%s)\n" msgstr "" #: src/wget.c:900 #, c-format msgid "URL '%s' not followed (parent ascending not allowed)\n" msgstr "" #: src/wget.c:918 #, c-format msgid "URL '%s' not requested (file already exists)\n" msgstr "" #: src/wget.c:953 #, c-format msgid "Failed to get '%s' from hosts\n" msgstr "" #: src/wget.c:1135 #, c-format msgid "convert %s %s %s\n" msgstr "" #: src/wget.c:1138 #, c-format msgid "%s not found (%d)\n" msgstr "%s 未找到(%d)\n" #: src/wget.c:1189 #, c-format msgid "Failed to rename %s to %s (%d)" msgstr "" #: src/wget.c:1195 #, c-format msgid "Failed to write open %s (%d)" msgstr "" #: src/wget.c:1336 src/wget.c:1428 #, c-format msgid "Failed to start downloader, error %d\n" msgstr "启动下载器失败,错误 %d\n" #: src/wget.c:1359 #, c-format msgid "Failed to open input file %s\n" msgstr "打开输入文件 %s 时失败\n" #: src/wget.c:1364 msgid "Nothing to do - goodbye\n" msgstr "无事可做 - 再见\n" #: src/wget.c:1382 msgid "Wget2 built without thread support. Disabling progress report\n" msgstr "Wget2 构建时未启用线程支持。将禁用进程报告功能\n" #: src/wget.c:1400 msgid "INFO logger being disabled as --progress=bar enabled\n" msgstr "" #: src/wget.c:1435 #, c-format msgid "Quota of %lld bytes reached - stopping.\n" msgstr "%lld 字节的配额已达到 - 正在停止操作。\n" #: src/wget.c:1455 #, c-format msgid "Failed to wait for downloader #%d (%d %d)\n" msgstr "" #: src/wget.c:1462 #, c-format msgid "Downloaded: %d files, %s bytes, %d redirects, %d errors\n" msgstr "" #: src/wget.c:1488 msgid "--convert-links and --convert-file-only cannot be used together, error\n" msgstr "" #: src/wget.c:1584 #, c-format msgid "Failed to connect: %s\n" msgstr "连接失败:%s\n" #: src/wget.c:1810 msgid "The file is already fully retrieved; nothing to do.\n" msgstr "" #: src/wget.c:1875 #, c-format msgid "File '%s' not modified on server. Omitting download" msgstr "" #: src/wget.c:1912 #, c-format msgid "Not scanning '%s' (known ETag)\n" msgstr "" #: src/wget.c:1959 #, c-format msgid "The sizes do not match (local %lld, remote %zu) -- retrieving" msgstr "" #: src/wget.c:2085 #, c-format msgid "File length %llu - remove job\n" msgstr "" #: src/wget.c:2087 msgid "No download mirrors found - remove job\n" msgstr "" #: src/wget.c:2202 msgid "Couldn't determine base file to delete for failed verification\n" msgstr "" #: src/wget.c:2206 #, c-format msgid "Signature for file %s successfully verified\n" msgstr "" #: src/wget.c:2222 msgid "Should not have remaining extensions!\n" msgstr "" #: src/wget.c:2236 msgid "File name for signature checking not assigned to job!\n" msgstr "" #: src/wget.c:2238 msgid "Cannot check the signature on a signature!\n" msgstr "" #: src/wget.c:2452 #, c-format msgid "Unhandled action %d\n" msgstr "" #: src/wget.c:2561 #, c-format msgid "URL '%.*s' not followed (conversion failed)\n" msgstr "" #: src/wget.c:2569 #, c-format msgid "Cannot resolve relative URI %.*s\n" msgstr "无法解析相对 URI %.*s\n" #: src/wget.c:2591 msgid "set by user" msgstr "由用户设置" #: src/wget.c:2596 src/wget.c:2604 src/wget.c:2612 msgid "set by BOM" msgstr "" #: src/wget.c:2618 msgid "set by server response" msgstr "由服务器响应设置" #: src/wget.c:2627 #, c-format msgid "Convert non-ASCII encoding '%s' (%s) to UTF-8\n" msgstr "" #: src/wget.c:2631 #, c-format msgid "Link conversion disabled for '%s'\n" msgstr "" #: src/wget.c:2634 #, c-format msgid "Filename conversion disabled for '%s'\n" msgstr "" #: src/wget.c:2638 #, c-format msgid "Failed to convert non-ASCII encoding '%s' (%s) to UTF-8, skip parsing\n" msgstr "" #: src/wget.c:2651 msgid "set by document" msgstr "" #: src/wget.c:2654 msgid "default, encoding not specified" msgstr "" #: src/wget.c:2658 #, c-format msgid "URI content encoding = '%s' (%s)\n" msgstr "" #: src/wget.c:2666 #, c-format msgid "BASE '%.*s' not usable (missing absolute base URI)\n" msgstr "" #: src/wget.c:2673 #, c-format msgid "Cannot resolve BASE URI %.*s\n" msgstr "" #: src/wget.c:2685 #, c-format msgid "URL '%.*s' not followed (action/formaction attribute)\n" msgstr "" #: src/wget.c:2699 #, c-format msgid "URL '%.*s' not followed (page requisites + level)\n" msgstr "" #: src/wget.c:2710 src/wget.c:2912 src/wget.c:3045 #, c-format msgid "URL '%.*s' not followed (missing base URI)\n" msgstr "" #: src/wget.c:2774 src/wget.c:2900 #, c-format msgid "found %d url(s) (base=%s)\n" msgstr "" #: src/wget.c:2782 src/wget.c:2878 #, c-format msgid "URL '%.*s' not followed (not matching sitemap location)\n" msgstr "" #: src/wget.c:2789 src/wget.c:2806 src/wget.c:2919 #, c-format msgid "URL '%.*s' not followed (already known)\n" msgstr "" #: src/wget.c:2797 #, c-format msgid "found %d sitemap url(s) (base=%s)\n" msgstr "" #: src/wget.c:2839 #, c-format msgid "Can't scan '%s' because no libz support enabled at compile time\n" msgstr "" #: src/wget.c:2979 #, c-format msgid "Invalid file length %llu\n" msgstr "无效的文件长度 %llu\n" #: src/wget.c:2982 msgid "No download mirrors found\n" msgstr "" #: src/wget.c:3031 src/wget.c:3059 src/wget.c:3078 #, c-format msgid "URI content encoding = '%s'\n" msgstr "URI 内容编码 = '%s'\n" #: src/wget.c:3151 #, fuzzy, c-format #| msgid "Failed to open tmpfile '%s' (%d)\n" msgid "Failed to set file date (%d)\n" msgstr "打开临时文件“%s”失败(%d)\n" #: src/wget.c:3298 #, c-format msgid "Failed to write to STDOUT (%zu, errno=%d)\n" msgstr "" #: src/wget.c:3398 #, c-format msgid "Failed to rename %s to %s (errno=%d)\n" msgstr "" #: src/wget.c:3425 src/wget.c:3431 #, fuzzy, c-format #| msgid "Failed to open '%s' (errno=%d): %s\n" msgid "Failed to load partial content from '%s' (errno=%d)\n" msgstr "打开“%s”失败(errno=%d):%s\n" #: src/wget.c:3440 #, fuzzy, c-format #| msgid "Failed to open '%s' (errno=%d): %s\n" msgid "Failed to unlink '%s' (errno=%d)\n" msgstr "打开“%s”失败(errno=%d):%s\n" #: src/wget.c:3460 #, c-format msgid "Saving ']8;;file://%s%s\\%s]8;;\\'\n" msgstr "" #: src/wget.c:3464 #, c-format msgid "Saving '%s'\n" msgstr "正在保存“%s”\n" #: src/wget.c:3469 #, c-format msgid "Failed to write file %s (%zd, errno=%d)\n" msgstr "写入文件 %s 失败(%zd,errno=%d)\n" #: src/wget.c:3477 #, c-format msgid "File '%s' already there; not retrieving.\n" msgstr "文件“%s”已经存在,不再继续获取。\n" #: src/wget.c:3483 #, c-format msgid "Directory / file name clash - not saving '%s'\n" msgstr "目录或文件名冲突 - 未保存“%s”\n" #: src/wget.c:3485 #, fuzzy, c-format #| msgid "Failed to read open '%s' (%d)\n" msgid "Failed to open '%s' (%d)\n" msgstr "读取打开“%s”失败(%d)\n" #: src/wget.c:3497 #, c-format msgid "Failed to save extended attribute %s\n" msgstr "保存扩展属性 %s 时失败\n" #: src/wget.c:3688 #, c-format msgid "" "# got header %zu bytes:\n" "%s\n" msgstr "" "# 得到头部 %zu 字节:\n" "%s\n" #: src/wget.c:3762 #, fuzzy, c-format #| msgid "Failed to open .netrc file '%s' (%d)\n" msgid "Failed to open .netrc file '%s' (%d): %s\n" msgstr "打开 .netrc 文件“%s”失败(%d)\n" #: src/wget.c:4096 #, c-format msgid "Failed to fsync errno=%d\n" msgstr "fsync 失败 errno=%d\n" #: src/wget.c:4404 #, c-format msgid "Continuing in background, pid %lu.\n" msgstr "" #: src/wget.c:4406 src/wget.c:4472 #, c-format msgid "Output will be written to %s.\n" msgstr "" #: src/wget.c:4432 msgid "fake_fork_child() failed\n" msgstr "" #: src/wget.c:4440 msgid "fake_fork() failed\n" msgstr "" #: src/wget.c:4466 #, fuzzy, c-format #| msgid "Failed to fork '%s'\n" msgid "Failed to fork (%d)\n" msgstr "fork“%s”时失败\n" #: src/wget.c:4470 #, c-format msgid "Continuing in background, pid %d.\n" msgstr "在后台继续运行,pid %d。\n" #: src/wget.c:4480 msgid "Failed to redirect stdin to /dev/null.\n" msgstr "重定向标准输入到 /dev/null 失败。\n" #: src/wget.c:4482 msgid "Failed to redirect stdout to /dev/null.\n" msgstr "重定向标准输出到 /dev/null 失败。\n" #: src/wget.c:4484 msgid "Failed to redirect stderr to /dev/null.\n" msgstr "重定向标准错误到 /dev/null 失败。\n" #~ msgid "Fetched cookies from '%s'\n" #~ msgstr "已从“%s”获取 cookies\n" #~ msgid "u8_tolower(%s) failed (%d)\n" #~ msgstr "u8_tolower(%s) 失败 (%d)\n" #~ msgid "%s: Hash type '%s' not supported by linked crypto engine\n" #~ msgstr "%s:链接的加密引擎不支持哈希类型“%s”\n" #~ msgid "Fetched HSTS data from '%s'\n" #~ msgstr "已从“%s”获取 HSTS 数据\n" #~ msgid "Failed to write %zu bytes (%d: %s)\n" #~ msgstr "写入 %zu 字节失败 (%d: %s)\n"