|
8 | 8 | msgstr ""
|
9 | 9 | "Project-Id-Version: PACKAGE VERSION\n"
|
10 | 10 | " Report-Msgid-Bugs-To: Git Mailing List <[email protected]>\n"
|
11 |
| -"POT-Creation-Date: 2012-05-15 06:42+0800\n" |
| 11 | +"POT-Creation-Date: 2012-05-21 08:57+0800\n" |
12 | 12 | "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
13 | 13 | "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
14 | 14 | " Language-Team: LANGUAGE <[email protected]>\n"
|
@@ -327,6 +327,27 @@ msgid_plural ""
|
327 | 327 | msgstr[0] ""
|
328 | 328 | msgstr[1] ""
|
329 | 329 |
|
| 330 | +#: parse-options.c:493 |
| 331 | +msgid "..." |
| 332 | +msgstr "" |
| 333 | + |
| 334 | +#: parse-options.c:511 |
| 335 | +#, c-format |
| 336 | +msgid "usage: %s" |
| 337 | +msgstr "" |
| 338 | + |
| 339 | +#. TRANSLATORS: the colon here should align with the |
| 340 | +#. one in "usage: %s" translation |
| 341 | +#: parse-options.c:515 |
| 342 | +#, c-format |
| 343 | +msgid " or: %s" |
| 344 | +msgstr "" |
| 345 | + |
| 346 | +#: parse-options.c:518 |
| 347 | +#, c-format |
| 348 | +msgid " %s" |
| 349 | +msgstr "" |
| 350 | + |
330 | 351 | #: remote.c:1607
|
331 | 352 | #, c-format
|
332 | 353 | msgid "Your branch is ahead of '%s' by %d commit.\n"
|
@@ -941,6 +962,10 @@ msgstr ""
|
941 | 962 | msgid "Unable to write new index file"
|
942 | 963 | msgstr ""
|
943 | 964 |
|
| 965 | +#: builtin/apply.c:53 |
| 966 | +msgid "git apply [options] [<patch>...]" |
| 967 | +msgstr "" |
| 968 | + |
944 | 969 | #: builtin/apply.c:106
|
945 | 970 | #, c-format
|
946 | 971 | msgid "unrecognized whitespace option '%s'"
|
@@ -1258,6 +1283,118 @@ msgstr ""
|
1258 | 1283 | msgid "unable to read index file"
|
1259 | 1284 | msgstr ""
|
1260 | 1285 |
|
| 1286 | +#: builtin/apply.c:3962 builtin/apply.c:3965 |
| 1287 | +msgid "path" |
| 1288 | +msgstr "" |
| 1289 | + |
| 1290 | +#: builtin/apply.c:3963 |
| 1291 | +msgid "don't apply changes matching the given path" |
| 1292 | +msgstr "" |
| 1293 | + |
| 1294 | +#: builtin/apply.c:3966 |
| 1295 | +msgid "apply changes matching the given path" |
| 1296 | +msgstr "" |
| 1297 | + |
| 1298 | +#: builtin/apply.c:3968 |
| 1299 | +msgid "num" |
| 1300 | +msgstr "" |
| 1301 | + |
| 1302 | +#: builtin/apply.c:3969 |
| 1303 | +msgid "remove <num> leading slashes from traditional diff paths" |
| 1304 | +msgstr "" |
| 1305 | + |
| 1306 | +#: builtin/apply.c:3972 |
| 1307 | +msgid "ignore additions made by the patch" |
| 1308 | +msgstr "" |
| 1309 | + |
| 1310 | +#: builtin/apply.c:3974 |
| 1311 | +msgid "instead of applying the patch, output diffstat for the input" |
| 1312 | +msgstr "" |
| 1313 | + |
| 1314 | +#: builtin/apply.c:3978 |
| 1315 | +msgid "shows number of added and deleted lines in decimal notation" |
| 1316 | +msgstr "" |
| 1317 | + |
| 1318 | +#: builtin/apply.c:3980 |
| 1319 | +msgid "instead of applying the patch, output a summary for the input" |
| 1320 | +msgstr "" |
| 1321 | + |
| 1322 | +#: builtin/apply.c:3982 |
| 1323 | +msgid "instead of applying the patch, see if the patch is applicable" |
| 1324 | +msgstr "" |
| 1325 | + |
| 1326 | +#: builtin/apply.c:3984 |
| 1327 | +msgid "make sure the patch is applicable to the current index" |
| 1328 | +msgstr "" |
| 1329 | + |
| 1330 | +#: builtin/apply.c:3986 |
| 1331 | +msgid "apply a patch without touching the working tree" |
| 1332 | +msgstr "" |
| 1333 | + |
| 1334 | +#: builtin/apply.c:3988 |
| 1335 | +msgid "also apply the patch (use with --stat/--summary/--check)" |
| 1336 | +msgstr "" |
| 1337 | + |
| 1338 | +#: builtin/apply.c:3990 |
| 1339 | +msgid "build a temporary index based on embedded index information" |
| 1340 | +msgstr "" |
| 1341 | + |
| 1342 | +#: builtin/apply.c:3992 |
| 1343 | +msgid "paths are separated with NUL character" |
| 1344 | +msgstr "" |
| 1345 | + |
| 1346 | +#: builtin/apply.c:3995 |
| 1347 | +msgid "ensure at least <n> lines of context match" |
| 1348 | +msgstr "" |
| 1349 | + |
| 1350 | +#: builtin/apply.c:3996 |
| 1351 | +msgid "action" |
| 1352 | +msgstr "" |
| 1353 | + |
| 1354 | +#: builtin/apply.c:3997 |
| 1355 | +msgid "detect new or modified lines that have whitespace errors" |
| 1356 | +msgstr "" |
| 1357 | + |
| 1358 | +#: builtin/apply.c:4000 builtin/apply.c:4003 |
| 1359 | +msgid "ignore changes in whitespace when finding context" |
| 1360 | +msgstr "" |
| 1361 | + |
| 1362 | +#: builtin/apply.c:4006 |
| 1363 | +msgid "apply the patch in reverse" |
| 1364 | +msgstr "" |
| 1365 | + |
| 1366 | +#: builtin/apply.c:4008 |
| 1367 | +msgid "don't expect at least one line of context" |
| 1368 | +msgstr "" |
| 1369 | + |
| 1370 | +#: builtin/apply.c:4010 |
| 1371 | +msgid "leave the rejected hunks in corresponding *.rej files" |
| 1372 | +msgstr "" |
| 1373 | + |
| 1374 | +#: builtin/apply.c:4012 |
| 1375 | +msgid "allow overlapping hunks" |
| 1376 | +msgstr "" |
| 1377 | + |
| 1378 | +#: builtin/apply.c:4013 |
| 1379 | +msgid "be verbose" |
| 1380 | +msgstr "" |
| 1381 | + |
| 1382 | +#: builtin/apply.c:4015 |
| 1383 | +msgid "tolerate incorrectly detected missing new-line at the end of file" |
| 1384 | +msgstr "" |
| 1385 | + |
| 1386 | +#: builtin/apply.c:4018 |
| 1387 | +msgid "do not trust the line counts in the hunk headers" |
| 1388 | +msgstr "" |
| 1389 | + |
| 1390 | +#: builtin/apply.c:4020 |
| 1391 | +msgid "root" |
| 1392 | +msgstr "" |
| 1393 | + |
| 1394 | +#: builtin/apply.c:4021 |
| 1395 | +msgid "prepend <root> to all filenames" |
| 1396 | +msgstr "" |
| 1397 | + |
1261 | 1398 | #: builtin/apply.c:4042
|
1262 | 1399 | msgid "--index outside a repository"
|
1263 | 1400 | msgstr ""
|
@@ -4323,6 +4460,38 @@ msgstr ""
|
4323 | 4460 | msgid "See 'git help <command>' for more information on a specific command."
|
4324 | 4461 | msgstr ""
|
4325 | 4462 |
|
| 4463 | +#: parse-options.h:133 parse-options.h:235 |
| 4464 | +msgid "n" |
| 4465 | +msgstr "" |
| 4466 | + |
| 4467 | +#: parse-options.h:141 |
| 4468 | +msgid "time" |
| 4469 | +msgstr "" |
| 4470 | + |
| 4471 | +#: parse-options.h:149 |
| 4472 | +msgid "file" |
| 4473 | +msgstr "" |
| 4474 | + |
| 4475 | +#: parse-options.h:151 |
| 4476 | +msgid "when" |
| 4477 | +msgstr "" |
| 4478 | + |
| 4479 | +#: parse-options.h:156 |
| 4480 | +msgid "no-op (backward compatibility)" |
| 4481 | +msgstr "" |
| 4482 | + |
| 4483 | +#: parse-options.h:228 |
| 4484 | +msgid "be more verbose" |
| 4485 | +msgstr "" |
| 4486 | + |
| 4487 | +#: parse-options.h:230 |
| 4488 | +msgid "be more quiet" |
| 4489 | +msgstr "" |
| 4490 | + |
| 4491 | +#: parse-options.h:236 |
| 4492 | +msgid "use <n> digits to display SHA-1s" |
| 4493 | +msgstr "" |
| 4494 | + |
4326 | 4495 | #: common-cmds.h:8
|
4327 | 4496 | msgid "Add file contents to the index"
|
4328 | 4497 | msgstr ""
|
|
0 commit comments