Skip to content

Commit f344333

Browse files
committed
Merge git://github.com/git-l10n/git-po
By Jiang Xin (4) and others via Jiang Xin * git://github.com/git-l10n/git-po: l10n: Set nplurals of zh_CN.po from 1 to 2 l10n: zh_CN.po: translate 323 new messages l10n: zh.CN.po: update by msgmerge git.pot First release translation for Vietnamese Init translation for Vietnamese l10n: New it.po file with 504 translations Update Swedish translation (728t0f0u) l10n: Update git.pot (41 new messages)
2 parents f50b565 + 5ae481e commit f344333

File tree

6 files changed

+12945
-692
lines changed

6 files changed

+12945
-692
lines changed

po/TEAMS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ Members: Thomas Rast <[email protected]>
1515
Language: is (Icelandic)
1616
Leader: Ævar Arnfjörð Bjarmason <[email protected]>
1717

18+
Language: it (Italian)
19+
Repository: https://github.com/quizzlo/git-po-it/
20+
Leader: Marco Paolone <[email protected]>
21+
1822
Language: nl (Dutch)
1923
Repository: https://github.com/vfr-nl/git-po/
2024
Leader: Vincent van Ravesteijn <[email protected]>
@@ -27,6 +31,10 @@ Language: sv (Swedish)
2731
Repository: https://github.com/nafmo/git-l10n-sv/
2832
Leader: Peter Krefting <[email protected]>
2933

34+
Language: vi (Vietnamese)
35+
Repository: https://github.com/vnwildman/git.git
36+
Leader: Trần Ngọc Quân <vnwildman AT gmail.com>
37+
3038
Language: zh_CN (Simplified Chinese)
3139
Repository: https://github.com/gotgit/git-po-zh_CN/
3240
Leader: Jiang Xin <[email protected]>

po/git.pot

Lines changed: 170 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: PACKAGE VERSION\n"
1010
"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"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <[email protected]>\n"
@@ -327,6 +327,27 @@ msgid_plural ""
327327
msgstr[0] ""
328328
msgstr[1] ""
329329

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+
330351
#: remote.c:1607
331352
#, c-format
332353
msgid "Your branch is ahead of '%s' by %d commit.\n"
@@ -941,6 +962,10 @@ msgstr ""
941962
msgid "Unable to write new index file"
942963
msgstr ""
943964

965+
#: builtin/apply.c:53
966+
msgid "git apply [options] [<patch>...]"
967+
msgstr ""
968+
944969
#: builtin/apply.c:106
945970
#, c-format
946971
msgid "unrecognized whitespace option '%s'"
@@ -1258,6 +1283,118 @@ msgstr ""
12581283
msgid "unable to read index file"
12591284
msgstr ""
12601285

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+
12611398
#: builtin/apply.c:4042
12621399
msgid "--index outside a repository"
12631400
msgstr ""
@@ -4323,6 +4460,38 @@ msgstr ""
43234460
msgid "See 'git help <command>' for more information on a specific command."
43244461
msgstr ""
43254462

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+
43264495
#: common-cmds.h:8
43274496
msgid "Add file contents to the index"
43284497
msgstr ""

0 commit comments

Comments
 (0)