diff options
author | Jiang Xin <worldhello.net@gmail.com> | 2014-11-20 10:53:48 +0800 |
---|---|---|
committer | Jiang Xin <worldhello.net@gmail.com> | 2014-11-20 10:53:48 +0800 |
commit | 9aeb4c2b57aaaab208e5cce85dceadd551138a68 (patch) | |
tree | 4a85bfbada7806dceefd7f5938cff0131d0b2849 /po/zh_CN.po | |
parent | l10n: git.pot: v2.2.0 round 2 (1 updated) (diff) | |
download | tgif-9aeb4c2b57aaaab208e5cce85dceadd551138a68.tar.xz |
l10n: batch updates for one trivial change
In order to catch up with the release of Git 2.2.0 final, make a batch
l10n update for the new l10n change brought by commit d52adf1 (trailer:
display a trailer without its trailing newline).
Signed-off-by: Jiang Xin <worldhello.net@gmail.com>
Diffstat (limited to 'po/zh_CN.po')
-rw-r--r-- | po/zh_CN.po | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index abe5f9f281..37a044bcbc 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -12,8 +12,8 @@ msgid "" msgstr "" "Project-Id-Version: Git\n" "Report-Msgid-Bugs-To: Git Mailing List <git@vger.kernel.org>\n" -"POT-Creation-Date: 2014-11-01 07:46+0800\n" -"PO-Revision-Date: 2014-11-02 10:58+0800\n" +"POT-Creation-Date: 2014-11-20 09:42+0800\n" +"PO-Revision-Date: 2014-11-20 10:05+0800\n" "Last-Translator: Jiang Xin <worldhello.net@gmail.com>\n" "Language-Team: GitHub <https://github.com/gotgit/git/>\n" "Language: zh_CN\n" @@ -285,38 +285,38 @@ msgid_plural "The bundle requires these %d refs:" msgstr[0] "这个包需要这个引用:" msgstr[1] "这个包需要 %d 个引用:" -#: bundle.c:292 +#: bundle.c:251 +msgid "Could not spawn pack-objects" +msgstr "不能生成 pack-objects 进程" + +#: bundle.c:269 +msgid "pack-objects died" +msgstr "pack-objects 终止" + +#: bundle.c:309 msgid "rev-list died" msgstr "rev-list 终止" -#: bundle.c:298 builtin/log.c:153 builtin/log.c:1342 builtin/shortlog.c:261 -#, c-format -msgid "unrecognized argument: %s" -msgstr "未能识别的参数:%s" - -#: bundle.c:333 +#: bundle.c:358 #, c-format msgid "ref '%s' is excluded by the rev-list options" msgstr "引用 '%s' 被 rev-list 选项排除" -#: bundle.c:378 +#: bundle.c:438 builtin/log.c:153 builtin/log.c:1342 builtin/shortlog.c:261 +#, c-format +msgid "unrecognized argument: %s" +msgstr "未能识别的参数:%s" + +#: bundle.c:444 msgid "Refusing to create empty bundle." msgstr "不能创建空包。" -#: bundle.c:393 -msgid "Could not spawn pack-objects" -msgstr "不能生成 pack-objects 进程" - -#: bundle.c:411 -msgid "pack-objects died" -msgstr "pack-objects 终止" - -#: bundle.c:414 +#: bundle.c:454 #, c-format msgid "cannot create '%s'" msgstr "不能创建 '%s'" -#: bundle.c:435 +#: bundle.c:475 msgid "index-pack died" msgstr "index-pack 终止" @@ -1455,28 +1455,28 @@ msgstr "不能创建 git link %s" msgid "Could not set core.worktree in %s" msgstr "不能在 %s 中设置 core.worktree" -#: trailer.c:500 trailer.c:504 trailer.c:508 trailer.c:562 trailer.c:566 -#: trailer.c:570 +#: trailer.c:499 trailer.c:503 trailer.c:507 trailer.c:561 trailer.c:565 +#: trailer.c:569 #, c-format msgid "unknown value '%s' for key '%s'" msgstr "键 '%2$s' 的未知取值 '%1$s'" -#: trailer.c:552 trailer.c:557 builtin/remote.c:288 +#: trailer.c:551 trailer.c:556 builtin/remote.c:288 #, c-format msgid "more than one %s" msgstr "多于一个 %s" -#: trailer.c:587 +#: trailer.c:589 #, c-format -msgid "empty trailer token in trailer '%s'" -msgstr "签名 '%s' 的键为空" +msgid "empty trailer token in trailer '%.*s'" +msgstr "签名 '%.*s' 的键为空" -#: trailer.c:706 +#: trailer.c:709 #, c-format msgid "could not read input file '%s'" msgstr "不能读取输入文件 '%s'" -#: trailer.c:709 +#: trailer.c:712 msgid "could not read from stdin" msgstr "不能自标准输入读取" |