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)
This commit is contained in:
Junio C Hamano 2012-06-01 13:21:37 -07:00
commit f344333cd4
6 changed files with 12889 additions and 636 deletions

View File

@ -15,6 +15,10 @@ Members: Thomas Rast <trast@student.ethz.ch>
Language: is (Icelandic) Language: is (Icelandic)
Leader: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Leader: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Language: it (Italian)
Repository: https://github.com/quizzlo/git-po-it/
Leader: Marco Paolone <marcopaolone@gmail.com>
Language: nl (Dutch) Language: nl (Dutch)
Repository: https://github.com/vfr-nl/git-po/ Repository: https://github.com/vfr-nl/git-po/
Leader: Vincent van Ravesteijn <vfr@lyx.org> Leader: Vincent van Ravesteijn <vfr@lyx.org>
@ -27,6 +31,10 @@ Language: sv (Swedish)
Repository: https://github.com/nafmo/git-l10n-sv/ Repository: https://github.com/nafmo/git-l10n-sv/
Leader: Peter Krefting <peter@softwolves.pp.se> Leader: Peter Krefting <peter@softwolves.pp.se>
Language: vi (Vietnamese)
Repository: https://github.com/vnwildman/git.git
Leader: Trần Ngọc Quân <vnwildman AT gmail.com>
Language: zh_CN (Simplified Chinese) Language: zh_CN (Simplified Chinese)
Repository: https://github.com/gotgit/git-po-zh_CN/ Repository: https://github.com/gotgit/git-po-zh_CN/
Leader: Jiang Xin <worldhello.net@gmail.com> Leader: Jiang Xin <worldhello.net@gmail.com>

View File

@ -8,7 +8,7 @@ msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n"
"POT-Creation-Date: 2012-05-15 06:42+0800\n" "POT-Creation-Date: 2012-05-21 08:57+0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@ -327,6 +327,27 @@ msgid_plural ""
msgstr[0] "" msgstr[0] ""
msgstr[1] "" msgstr[1] ""
#: parse-options.c:493
msgid "..."
msgstr ""
#: parse-options.c:511
#, c-format
msgid "usage: %s"
msgstr ""
#. TRANSLATORS: the colon here should align with the
#. one in "usage: %s" translation
#: parse-options.c:515
#, c-format
msgid " or: %s"
msgstr ""
#: parse-options.c:518
#, c-format
msgid " %s"
msgstr ""
#: remote.c:1607 #: remote.c:1607
#, c-format #, c-format
msgid "Your branch is ahead of '%s' by %d commit.\n" msgid "Your branch is ahead of '%s' by %d commit.\n"
@ -941,6 +962,10 @@ msgstr ""
msgid "Unable to write new index file" msgid "Unable to write new index file"
msgstr "" msgstr ""
#: builtin/apply.c:53
msgid "git apply [options] [<patch>...]"
msgstr ""
#: builtin/apply.c:106 #: builtin/apply.c:106
#, c-format #, c-format
msgid "unrecognized whitespace option '%s'" msgid "unrecognized whitespace option '%s'"
@ -1258,6 +1283,118 @@ msgstr ""
msgid "unable to read index file" msgid "unable to read index file"
msgstr "" msgstr ""
#: builtin/apply.c:3962 builtin/apply.c:3965
msgid "path"
msgstr ""
#: builtin/apply.c:3963
msgid "don't apply changes matching the given path"
msgstr ""
#: builtin/apply.c:3966
msgid "apply changes matching the given path"
msgstr ""
#: builtin/apply.c:3968
msgid "num"
msgstr ""
#: builtin/apply.c:3969
msgid "remove <num> leading slashes from traditional diff paths"
msgstr ""
#: builtin/apply.c:3972
msgid "ignore additions made by the patch"
msgstr ""
#: builtin/apply.c:3974
msgid "instead of applying the patch, output diffstat for the input"
msgstr ""
#: builtin/apply.c:3978
msgid "shows number of added and deleted lines in decimal notation"
msgstr ""
#: builtin/apply.c:3980
msgid "instead of applying the patch, output a summary for the input"
msgstr ""
#: builtin/apply.c:3982
msgid "instead of applying the patch, see if the patch is applicable"
msgstr ""
#: builtin/apply.c:3984
msgid "make sure the patch is applicable to the current index"
msgstr ""
#: builtin/apply.c:3986
msgid "apply a patch without touching the working tree"
msgstr ""
#: builtin/apply.c:3988
msgid "also apply the patch (use with --stat/--summary/--check)"
msgstr ""
#: builtin/apply.c:3990
msgid "build a temporary index based on embedded index information"
msgstr ""
#: builtin/apply.c:3992
msgid "paths are separated with NUL character"
msgstr ""
#: builtin/apply.c:3995
msgid "ensure at least <n> lines of context match"
msgstr ""
#: builtin/apply.c:3996
msgid "action"
msgstr ""
#: builtin/apply.c:3997
msgid "detect new or modified lines that have whitespace errors"
msgstr ""
#: builtin/apply.c:4000 builtin/apply.c:4003
msgid "ignore changes in whitespace when finding context"
msgstr ""
#: builtin/apply.c:4006
msgid "apply the patch in reverse"
msgstr ""
#: builtin/apply.c:4008
msgid "don't expect at least one line of context"
msgstr ""
#: builtin/apply.c:4010
msgid "leave the rejected hunks in corresponding *.rej files"
msgstr ""
#: builtin/apply.c:4012
msgid "allow overlapping hunks"
msgstr ""
#: builtin/apply.c:4013
msgid "be verbose"
msgstr ""
#: builtin/apply.c:4015
msgid "tolerate incorrectly detected missing new-line at the end of file"
msgstr ""
#: builtin/apply.c:4018
msgid "do not trust the line counts in the hunk headers"
msgstr ""
#: builtin/apply.c:4020
msgid "root"
msgstr ""
#: builtin/apply.c:4021
msgid "prepend <root> to all filenames"
msgstr ""
#: builtin/apply.c:4042 #: builtin/apply.c:4042
msgid "--index outside a repository" msgid "--index outside a repository"
msgstr "" msgstr ""
@ -4323,6 +4460,38 @@ msgstr ""
msgid "See 'git help <command>' for more information on a specific command." msgid "See 'git help <command>' for more information on a specific command."
msgstr "" msgstr ""
#: parse-options.h:133 parse-options.h:235
msgid "n"
msgstr ""
#: parse-options.h:141
msgid "time"
msgstr ""
#: parse-options.h:149
msgid "file"
msgstr ""
#: parse-options.h:151
msgid "when"
msgstr ""
#: parse-options.h:156
msgid "no-op (backward compatibility)"
msgstr ""
#: parse-options.h:228
msgid "be more verbose"
msgstr ""
#: parse-options.h:230
msgid "be more quiet"
msgstr ""
#: parse-options.h:236
msgid "use <n> digits to display SHA-1s"
msgstr ""
#: common-cmds.h:8 #: common-cmds.h:8
msgid "Add file contents to the index" msgid "Add file contents to the index"
msgstr "" msgstr ""

5144
po/it.po Normal file

File diff suppressed because it is too large Load Diff

536
po/sv.po

File diff suppressed because it is too large Load Diff

5360
po/vi.po Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff