Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/git-l10n/git-po into l10n
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/git-l10n/git-po:
  l10n: leave leading space unchanged for zh_CN.po
  • Loading branch information
Junio C Hamano committed Mar 2, 2012
2 parents 75b182a + 61bc075 commit 11ec817
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions po/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ msgstr "0 个文件被修改\n"
#, c-format
msgid " %d file changed"
msgid_plural " %d files changed"
msgstr[0] "%d 个文件被修改"
msgstr[0] " %d 个文件被修改"

#: diff.c:1352
#, c-format
Expand Down Expand Up @@ -187,7 +187,7 @@ msgstr[0] ""
#: builtin/merge.c:1093 builtin/merge.c:1103
#, c-format
msgid "Could not open '%s' for writing"
msgstr "无法为写入打开 '%s'"
msgstr "无法打开 '%s' 以写入"

#: sequencer.c:122 builtin/merge.c:334 builtin/merge.c:865
#: builtin/merge.c:1095 builtin/merge.c:1108
Expand Down Expand Up @@ -636,7 +636,7 @@ msgstr " (干净的工作区)"

#: wt-status.c:884
msgid "HEAD (no branch)"
msgstr "(非分支)"
msgstr "HEAD(非分支)"

# 注意保持句尾空格
#: wt-status.c:890
Expand Down Expand Up @@ -856,7 +856,7 @@ msgstr ""
#: builtin/branch.c:214
#, c-format
msgid "Error deleting %sbranch '%s'"
msgstr "错误删除 %s分支 '%s'"
msgstr "删除 %s分支 '%s' 时错误"

#: builtin/branch.c:219
#, c-format
Expand Down

0 comments on commit 11ec817

Please sign in to comment.