1 # Simplified Chinese(zh_CN) translation for sed 2 # 3 # Copyright (C) 2002, 2007, 2008 Free Software Foundation, Inc. 4 # LI Daobing <lidaobing (a] gmail.com>, 2007, 2008. 5 # Wang Li <charles (a] linux.net.cn>, 2002. 6 msgid "" 7 msgstr "" 8 "Project-Id-Version: sed 4.2.0\n" 9 "Report-Msgid-Bugs-To: bug-gnu-utils (a] gnu.org\n" 10 "POT-Creation-Date: 2009-06-27 15:08+0200\n" 11 "PO-Revision-Date: 2008-01-28 23:17+0800\n" 12 "Last-Translator: LI Daobing <lidaobing (a] gmail.com>\n" 13 "Language-Team: Chinese (simplified) <translation-team-zh-cn@lists." 14 "sourceforge.net>\n" 15 "MIME-Version: 1.0\n" 16 "Content-Type: text/plain; charset=utf-8\n" 17 "Content-Transfer-Encoding: 8bit\n" 18 "Plural-Forms: nplurals=1; plural=0;\n" 19 20 #: sed/compile.c:161 21 msgid "multiple `!'s" 22 msgstr "!" 23 24 #: sed/compile.c:162 25 msgid "unexpected `,'" 26 msgstr "," 27 28 #: sed/compile.c:163 29 msgid "invalid usage of +N or ~N as first address" 30 msgstr " +N ~N " 31 32 #: sed/compile.c:164 33 msgid "unmatched `{'" 34 msgstr "{" 35 36 #: sed/compile.c:165 37 msgid "unexpected `}'" 38 msgstr "}" 39 40 #: sed/compile.c:166 41 msgid "extra characters after command" 42 msgstr "" 43 44 #: sed/compile.c:167 45 msgid "expected \\ after `a', `c' or `i'" 46 msgstr "a, c, i\\" 47 48 #: sed/compile.c:168 49 msgid "`}' doesn't want any addresses" 50 msgstr "}" 51 52 #: sed/compile.c:169 53 msgid ": doesn't want any addresses" 54 msgstr ": " 55 56 #: sed/compile.c:170 57 msgid "comments don't accept any addresses" 58 msgstr "" 59 60 #: sed/compile.c:171 61 msgid "missing command" 62 msgstr "" 63 64 #: sed/compile.c:172 65 msgid "command only uses one address" 66 msgstr "" 67 68 #: sed/compile.c:173 69 msgid "unterminated address regex" 70 msgstr "" 71 72 #: sed/compile.c:174 73 msgid "unterminated `s' command" 74 msgstr "s" 75 76 #: sed/compile.c:175 77 msgid "unterminated `y' command" 78 msgstr "y" 79 80 #: sed/compile.c:176 81 msgid "unknown option to `s'" 82 msgstr "s" 83 84 #: sed/compile.c:177 85 msgid "multiple `p' options to `s' command" 86 msgstr "sp" 87 88 #: sed/compile.c:178 89 msgid "multiple `g' options to `s' command" 90 msgstr "sg" 91 92 #: sed/compile.c:179 93 msgid "multiple number options to `s' command" 94 msgstr "s" 95 96 #: sed/compile.c:180 97 msgid "number option to `s' command may not be zero" 98 msgstr "s" 99 100 #: sed/compile.c:181 101 msgid "strings for `y' command are different lengths" 102 msgstr "y" 103 104 #: sed/compile.c:182 105 msgid "delimiter character is not a single-byte character" 106 msgstr "1" 107 108 #: sed/compile.c:183 109 msgid "expected newer version of sed" 110 msgstr "sed" 111 112 #: sed/compile.c:184 113 msgid "invalid usage of line address 0" 114 msgstr "0" 115 116 #: sed/compile.c:185 117 #, c-format 118 msgid "unknown command: `%c'" 119 msgstr "%c" 120 121 #: sed/compile.c:208 122 #, c-format 123 msgid "%s: file %s line %lu: %s\n" 124 msgstr "%s %s %lu%s\n" 125 126 #: sed/compile.c:211 127 #, c-format 128 msgid "%s: -e expression #%lu, char %lu: %s\n" 129 msgstr "%s-e #%lu %lu%s\n" 130 131 #: sed/compile.c:1665 132 #, c-format 133 msgid "can't find label for jump to `%s'" 134 msgstr "%s" 135 136 #: sed/execute.c:709 137 #, c-format 138 msgid "%s: can't read %s: %s\n" 139 msgstr "%s %s%s\n" 140 141 #: sed/execute.c:740 142 #, c-format 143 msgid "couldn't edit %s: is a terminal" 144 msgstr " %s: " 145 146 #: sed/execute.c:745 147 #, c-format 148 msgid "couldn't edit %s: not a regular file" 149 msgstr " %s: " 150 151 #: sed/execute.c:757 152 #, c-format 153 msgid "%s: warning: failed to set default file creation context to %s: %s" 154 msgstr "" 155 156 #: sed/execute.c:764 157 #, c-format 158 msgid "%s: warning: failed to get security context of %s: %s" 159 msgstr "" 160 161 #: sed/execute.c:783 sed/utils.c:227 162 #, c-format 163 msgid "couldn't open temporary file %s: %s" 164 msgstr " %s: %s" 165 166 #: sed/execute.c:1317 sed/execute.c:1497 167 msgid "error in subprocess" 168 msgstr "" 169 170 #: sed/execute.c:1319 171 msgid "option `e' not supported" 172 msgstr "e" 173 174 #: sed/execute.c:1499 175 msgid "`e' command not supported" 176 msgstr "e" 177 178 #: sed/execute.c:1843 179 msgid "no input files" 180 msgstr "" 181 182 #: sed/regexp.c:41 183 msgid "no previous regular expression" 184 msgstr "" 185 186 #: sed/regexp.c:42 187 msgid "cannot specify modifiers on empty regexp" 188 msgstr "" 189 190 #: sed/regexp.c:131 191 #, c-format 192 msgid "invalid reference \\%d on `s' command's RHS" 193 msgstr "sRHS\\%d" 194 195 #: sed/sed.c:97 196 #, c-format 197 msgid "" 198 "GNU sed home page: <http://www.gnu.org/software/sed/>.\n" 199 "General help using GNU software: <http://www.gnu.org/gethelp/>.\n" 200 msgstr "" 201 202 #: sed/sed.c:104 203 #, fuzzy, c-format 204 msgid "" 205 "E-mail bug reports to: <%s>.\n" 206 "Be sure to include the word ``%s'' somewhere in the ``Subject:'' field.\n" 207 msgstr "" 208 "%s .\n" 209 "%s\n" 210 211 #: sed/sed.c:117 212 msgid "" 213 " -R, --regexp-perl\n" 214 " use Perl 5's regular expressions syntax in the script.\n" 215 msgstr "" 216 " -R, --regexp-perl\n" 217 " Perl 5 \n" 218 219 #: sed/sed.c:122 220 #, c-format 221 msgid "" 222 "Usage: %s [OPTION]... {script-only-if-no-other-script} [input-file]...\n" 223 "\n" 224 msgstr "" 225 ": %s []... {()} []...\n" 226 "\n" 227 228 #: sed/sed.c:126 229 #, c-format 230 msgid "" 231 " -n, --quiet, --silent\n" 232 " suppress automatic printing of pattern space\n" 233 msgstr "" 234 " -n, --quiet, --silent\n" 235 " \n" 236 237 #: sed/sed.c:128 238 #, c-format 239 msgid "" 240 " -e script, --expression=script\n" 241 " add the script to the commands to be executed\n" 242 msgstr "" 243 " -e , --expression=\n" 244 " \n" 245 246 #: sed/sed.c:130 247 #, c-format 248 msgid "" 249 " -f script-file, --file=script-file\n" 250 " add the contents of script-file to the commands to be " 251 "executed\n" 252 msgstr "" 253 " -f , --file=\n" 254 " \n" 255 256 #: sed/sed.c:133 257 #, c-format 258 msgid "" 259 " --follow-symlinks\n" 260 " follow symlinks when processing in place\n" 261 msgstr "" 262 " --follow-symlinks\n" 263 " \n" 264 265 #: sed/sed.c:136 266 #, c-format 267 msgid "" 268 " -i[SUFFIX], --in-place[=SUFFIX]\n" 269 " edit files in place (makes backup if extension supplied)\n" 270 msgstr "" 271 " -i[], --in-place[=]\n" 272 " ()\n" 273 274 #: sed/sed.c:139 275 #, c-format 276 msgid "" 277 " -b, --binary\n" 278 " open files in binary mode (CR+LFs are not processed " 279 "specially)\n" 280 msgstr "" 281 " -b, --binary\n" 282 " ()\n" 283 284 #: sed/sed.c:142 285 #, c-format 286 msgid "" 287 " -l N, --line-length=N\n" 288 " specify the desired line-wrap length for the `l' command\n" 289 msgstr "" 290 " -l N, --line-length=N\n" 291 " l\n" 292 293 #: sed/sed.c:144 294 #, c-format 295 msgid "" 296 " --posix\n" 297 " disable all GNU extensions.\n" 298 msgstr "" 299 " --posix\n" 300 " GNU \n" 301 302 #: sed/sed.c:146 303 #, c-format 304 msgid "" 305 " -r, --regexp-extended\n" 306 " use extended regular expressions in the script.\n" 307 msgstr "" 308 " -r, --regexp-extended\n" 309 " \n" 310 311 #: sed/sed.c:151 312 #, c-format 313 msgid "" 314 " -s, --separate\n" 315 " consider files as separate rather than as a single " 316 "continuous\n" 317 " long stream.\n" 318 msgstr "" 319 " -s, --separate\n" 320 " \n" 321 322 #: sed/sed.c:154 323 #, c-format 324 msgid "" 325 " -u, --unbuffered\n" 326 " load minimal amounts of data from the input files and " 327 "flush\n" 328 " the output buffers more often\n" 329 msgstr "" 330 " -u, --unbuffered\n" 331 " \n" 332 333 #: sed/sed.c:157 334 #, c-format 335 msgid " --help display this help and exit\n" 336 msgstr " --help \n" 337 338 #: sed/sed.c:158 339 #, c-format 340 msgid " --version output version information and exit\n" 341 msgstr " --version \n" 342 343 #: sed/sed.c:159 344 #, c-format 345 msgid "" 346 "\n" 347 "If no -e, --expression, -f, or --file option is given, then the first\n" 348 "non-option argument is taken as the sed script to interpret. All\n" 349 "remaining arguments are names of input files; if no input files are\n" 350 "specified, then the standard input is read.\n" 351 "\n" 352 msgstr "" 353 "\n" 354 " -e, --expression, -f --file \n" 355 "sed\n" 356 "\n" 357 358 #: sed/sed.c:315 359 #, c-format 360 msgid "super-sed version %s\n" 361 msgstr "-sed %s\n" 362 363 #: sed/sed.c:316 364 #, c-format 365 msgid "" 366 "based on GNU sed version %s\n" 367 "\n" 368 msgstr "" 369 " GNU sed %s\n" 370 "\n" 371 372 #: sed/sed.c:318 373 #, c-format 374 msgid "GNU sed version %s\n" 375 msgstr "GNU sed %s\n" 376 377 #: sed/sed.c:320 378 #, fuzzy, c-format 379 msgid "" 380 "Copyright (C) %d Free Software Foundation, Inc.\n" 381 "This is free software; see the source for copying conditions. There is NO\n" 382 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE,\n" 383 "to the extent permitted by law.\n" 384 msgstr "" 385 "%s\n" 386 "\n" 387 "\n" 388 389 #: sed/utils.c:93 sed/utils.c:438 390 #, c-format 391 msgid "cannot remove %s: %s" 392 msgstr " %s%s" 393 394 #: sed/utils.c:163 395 #, c-format 396 msgid "couldn't open file %s: %s" 397 msgstr " %s: %s" 398 399 #: sed/utils.c:186 400 #, c-format 401 msgid "couldn't attach to %s: %s" 402 msgstr " %s: %s" 403 404 #: sed/utils.c:245 405 #, c-format 406 msgid "couldn't write %d item to %s: %s" 407 msgid_plural "couldn't write %d items to %s: %s" 408 msgstr[0] " %d %s%s" 409 410 #: sed/utils.c:260 sed/utils.c:276 411 #, c-format 412 msgid "read error on %s: %s" 413 msgstr " %s %s" 414 415 #: sed/utils.c:378 416 #, c-format 417 msgid "couldn't follow symlink %s: %s" 418 msgstr " %s: %s" 419 420 #: sed/utils.c:412 421 #, c-format 422 msgid "cannot stat %s: %s" 423 msgstr " %s : %s" 424 425 #: sed/utils.c:443 426 #, c-format 427 msgid "cannot rename %s: %s" 428 msgstr " %s%s" 429 430 #: lib/regcomp.c:134 431 msgid "Success" 432 msgstr "" 433 434 #: lib/regcomp.c:137 435 msgid "No match" 436 msgstr "" 437 438 #: lib/regcomp.c:140 439 msgid "Invalid regular expression" 440 msgstr "" 441 442 #: lib/regcomp.c:143 443 msgid "Invalid collation character" 444 msgstr "" 445 446 #: lib/regcomp.c:146 447 msgid "Invalid character class name" 448 msgstr "" 449 450 #: lib/regcomp.c:149 451 msgid "Trailing backslash" 452 msgstr "\\" 453 454 #: lib/regcomp.c:152 455 msgid "Invalid back reference" 456 msgstr "" 457 458 #: lib/regcomp.c:155 459 msgid "Unmatched [ or [^" 460 msgstr "[[^" 461 462 #: lib/regcomp.c:158 463 msgid "Unmatched ( or \\(" 464 msgstr "(\\(" 465 466 #: lib/regcomp.c:161 467 msgid "Unmatched \\{" 468 msgstr "\\{" 469 470 #: lib/regcomp.c:164 471 msgid "Invalid content of \\{\\}" 472 msgstr "\\{\\}" 473 474 #: lib/regcomp.c:167 475 msgid "Invalid range end" 476 msgstr "" 477 478 #: lib/regcomp.c:170 479 msgid "Memory exhausted" 480 msgstr "" 481 482 #: lib/regcomp.c:173 483 msgid "Invalid preceding regular expression" 484 msgstr "" 485 486 #: lib/regcomp.c:176 487 msgid "Premature end of regular expression" 488 msgstr "" 489 490 #: lib/regcomp.c:179 491 msgid "Regular expression too big" 492 msgstr "" 493 494 #: lib/regcomp.c:182 495 msgid "Unmatched ) or \\)" 496 msgstr ")\\)" 497 498 #: lib/regcomp.c:703 499 msgid "No previous regular expression" 500 msgstr "" 501