1 # libiconv Simplified Chinese translation
2 # Copyright (C) 2003 Free Software Foundation, Inc.
3 # This file is distributed under the same license as the libiconv package.
4 # Wang Jian <lark@linux.net.cn>, 2003
5 # Ji ZhengYu <zhengyuji@gmail.com>, 2008
6 # Boyuan Yang <073plan@gmail.com>, 2018, 2022
9 "Project-Id-Version: libiconv 1.17-pre1\n"
10 "Report-Msgid-Bugs-To: bug-gnu-libiconv@gnu.org\n"
11 "POT-Creation-Date: 2024-12-15 13:23+0100\n"
12 "PO-Revision-Date: 2022-02-13 11:40-0500\n"
13 "Last-Translator: Boyuan Yang <073plan@gmail.com>\n"
14 "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19 "X-Bugs: Report translation errors to the Language-Team address.\n"
20 "Plural-Forms: nplurals=1; plural=0;\n"
21 "X-Generator: Poedit 2.4.3\n"
23 #. TRANSLATORS: The first line of the short usage message.
25 msgid "Usage: iconv [-c] [-s] [-f fromcode] [-t tocode] [file ...]"
26 msgstr "用法:iconv [-c] [-s] [-f 输入编码] [-t 输出编码] [文件 ...]"
28 #. TRANSLATORS: The second line of the short usage message.
29 #. Align it correctly against the first line.
36 msgid "Try '%s --help' for more information.\n"
37 msgstr "尝试‘%s --help’以获得更多信息。\n"
39 #. TRANSLATORS: The first line of the long usage message.
40 #. The %s placeholder expands to the program name.
43 msgid "Usage: %s [OPTION...] [-f ENCODING] [-t ENCODING] [INPUTFILE...]\n"
44 msgstr "用法: %s [OPTION...] [-f ENCODING] [-t ENCODING] [INPUTFILE...]\n"
46 #. TRANSLATORS: The second line of the long usage message.
47 #. Align it correctly against the first line.
48 #. The %s placeholder expands to the program name.
54 #. TRANSLATORS: Description of the iconv program.
57 msgid "Converts text from one encoding to another encoding.\n"
58 msgstr "将文本从一种编码转换成另一种编码。\n"
62 msgid "Options controlling the input and output format:\n"
63 msgstr "控制输入输出格式的选项:\n"
68 " -f ENCODING, --from-code=ENCODING\n"
69 " the encoding of the input\n"
71 " -f ENCODING, --from-code=ENCODING\n"
77 " -t ENCODING, --to-code=ENCODING\n"
78 " the encoding of the output\n"
80 " -t ENCODING, --to-code=ENCODING\n"
85 msgid "Options controlling conversion problems:\n"
90 msgid " -c discard unconvertible characters\n"
91 msgstr " -c 忽略不可转换的字符\n"
96 " --unicode-subst=FORMATSTRING\n"
97 " substitution for unconvertible Unicode characters\n"
99 " --unicode-subst=FORMATSTRING\n"
100 " 替代不可转换的 Unicode 字符\n"
104 msgid " --byte-subst=FORMATSTRING substitution for unconvertible bytes\n"
105 msgstr " --byte-subst=FORMATSTRING 替代不可转换的字节\n"
110 " --widechar-subst=FORMATSTRING\n"
111 " substitution for unconvertible wide characters\n"
113 " --widechar-subst=FORMATSTRING\n"
118 msgid "Options controlling error output:\n"
119 msgstr "控制错误输出的选项:\n"
123 msgid " -s, --silent suppress error messages about conversion problems\n"
124 msgstr " -s, --silent 不显示有关转换出错的信息\n"
128 msgid "Informative output:\n"
133 msgid " -l, --list list the supported encodings\n"
134 msgstr " -l, --list 列出支持的编码\n"
138 msgid " --help display this help and exit\n"
139 msgstr " --help 显示此帮助并退出\n"
143 msgid " --version output version information and exit\n"
144 msgstr " --version 显示版本信息并退出\n"
146 #. TRANSLATORS: The first placeholder is the web address of the Savannah
147 #. project of this package. The second placeholder is the bug-reporting
148 #. email address for this package. Please add _another line_ saying
149 #. "Report translation bugs to <...>\n" with the address for translation
150 #. bugs (typically your translation team's web or email address).
154 "Report bugs in the bug tracker at <%s>\n"
155 "or by email to <%s>.\n"
157 "请将软件错误提交至 bug 跟踪系统 <%s>\n"
159 "请将翻译错误报告至简体中文邮件列表 <i18n-zh@googlegroups.com>。\n"
161 #. TRANSLATORS: The %s placeholder is the web address of the GPL license.
165 "License GPLv3+: GNU GPL version 3 or later <%s>\n"
166 "This is free software: you are free to change and redistribute it.\n"
167 "There is NO WARRANTY, to the extent permitted by law.\n"
169 "授权 GPLv3+: GNU GPL 第三版或后续版本 <%s>\n"
170 "此软件为自由软件:您可对其自由修改并重新发布。\n"
171 "在法律所允许的范围内不做任何担保。\n"
173 #. TRANSLATORS: The %s placeholder expands to an author's name.
176 msgid "Written by %s.\n"
179 #. TRANSLATORS: An error message.
180 #. The %s placeholder expands to a command-line option.
184 "%s argument: A format directive with a variable width is not allowed here."
185 msgstr "%s 参数: 此处不允许用可变长度的命令格式。"
187 #. TRANSLATORS: An error message.
188 #. The %s placeholder expands to a command-line option.
192 "%s argument: A format directive with a variable precision is not allowed "
194 msgstr "%s 参数: 此处不允许用可变精度的命令格式。"
196 #. TRANSLATORS: An error message.
197 #. The %s placeholder expands to a command-line option.
200 msgid "%s argument: A format directive with a size is not allowed here."
201 msgstr "%s 参数: 此处不允许用含大小的命令格式。"
203 #. TRANSLATORS: An error message.
204 #. The %s placeholder expands to a command-line option.
207 msgid "%s argument: The string ends in the middle of a directive."
208 msgstr "%s 参数: 字符串在命令中部终止。"
210 #. TRANSLATORS: An error message.
211 #. The %s placeholder expands to a command-line option.
212 #. The %c placeholder expands to an unknown format directive.
215 msgid "%s argument: The character '%c' is not a valid conversion specifier."
216 msgstr "%s 参数: 字符‘%c’不是有效的转义符。"
218 #. TRANSLATORS: An error message.
219 #. The %s placeholder expands to a command-line option.
223 "%s argument: The character that terminates the format directive is not a "
224 "valid conversion specifier."
225 msgstr "%s 参数: 用于终止命令格式的字符不是有效的转义符。"
227 #. TRANSLATORS: An error message.
228 #. The %s placeholder expands to a command-line option.
229 #. The %u placeholder expands to the number of arguments consumed by the format string.
233 "%s argument: The format string consumes more than one argument: %u argument."
235 "%s argument: The format string consumes more than one argument: %u arguments."
236 msgstr[0] "%s 参数: 格式字符串需要更多的参数: %u 参数。"
238 #. TRANSLATORS: An error message.
239 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
242 msgid "cannot convert byte substitution to Unicode: %s"
243 msgstr "无法将欲替换字节转换成 Unicode: %s"
245 #. TRANSLATORS: An error message.
246 #. The %s placeholder expands to a piece of text, specified through --unicode-subst.
249 msgid "cannot convert unicode substitution to target encoding: %s"
250 msgstr "无法将欲替换 unicode 字元转换成目标编码: %s"
252 #. TRANSLATORS: An error message.
253 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
256 msgid "cannot convert byte substitution to wide string: %s"
257 msgstr "无法将欲替换字节转换成宽字符串: %s"
259 #. TRANSLATORS: An error message.
260 #. The %s placeholder expands to a piece of text, specified through --widechar-subst.
263 msgid "cannot convert widechar substitution to target encoding: %s"
264 msgstr "无法将欲替换的宽字符转换成目标编码: %s"
266 #. TRANSLATORS: An error message.
267 #. The %s placeholder expands to a piece of text, specified through --byte-subst.
270 msgid "cannot convert byte substitution to target encoding: %s"
271 msgstr "无法将欲替换字节转换成目标编码: %s"
273 #. TRANSLATORS: An error message.
274 #. The placeholders expand to the input file name, a line number, and a column number.
277 msgid "%s:%u:%u: cannot convert"
278 msgstr "%s:%u:%u: 无法转换"
280 #. TRANSLATORS: An error message.
281 #. The placeholders expand to the input file name, a line number, and a column number.
282 #. A "shift sequence" is a sequence of bytes that changes the state of the converter;
283 #. this concept exists only for "stateful" encodings like ISO-2022-JP.
286 msgid "%s:%u:%u: incomplete character or shift sequence"
287 msgstr "%s:%u:%u: 不完整的字符或者替换序列"
289 #. TRANSLATORS: The first part of an error message.
290 #. It is followed by a colon and a detail message.
291 #. The placeholders expand to the input file name, a line number, and a column number.
297 #. TRANSLATORS: An error message.
298 #. The placeholder expands to the input file name.
301 msgid "%s: I/O error"
304 #. TRANSLATORS: An error message.
305 #. The placeholder expands to the encoding name, specified through --from-code.
308 msgid "conversion from %s unsupported"
309 msgstr "不支持从 %s 进行转换"
311 #. TRANSLATORS: An error message.
312 #. The placeholder expands to the encoding name, specified through --to-code.
315 msgid "conversion to %s unsupported"
318 #. TRANSLATORS: An error message.
319 #. The placeholders expand to the encoding names, specified through --from-code and --to-code, respectively.
322 msgid "conversion from %s to %s unsupported"
323 msgstr "不支持从 %s 转换到 %s"
325 #. TRANSLATORS: Additional advice after an error message.
326 #. The %s placeholder expands to the program name.
329 msgid "try '%s -l' to get the list of supported encodings"
330 msgstr "尝试用‘%s -l’获取所支持的编码列表"
332 #. TRANSLATORS: A filename substitute denoting standard input.
333 #: src/iconv.c:1113 src/iconv.c:1122
337 #. TRANSLATORS: The first part of an error message.
338 #. It is followed by a colon and a detail message.
339 #. The %s placeholder expands to the input file name.
345 #. TRANSLATORS: An error message.
351 #~ msgid "Report bugs to <bug-gnu-libiconv@gnu.org>.\n"
353 #~ "请向 <%s> 报告软件错误。\n"
354 #~ "请向 <i18n-zh@googlegroups.com> 报告翻译错误。\n"