diff options
author | Thynson <lanxingcan@gmail.com> | 2012-02-29 01:57:24 +0800 |
---|---|---|
committer | Jiang Xin <worldhello.net@gmail.com> | 2012-03-02 16:09:21 +0800 |
commit | 8ea38f47bbabf00c17ff8964c722e413ed37444e (patch) | |
tree | c3f567f10275ef07abff80321df434418b4347ff /po | |
parent | l10n: leave leading space unchanged for zh_CN.po (diff) | |
download | tgif-8ea38f47bbabf00c17ff8964c722e413ed37444e.tar.xz |
l10n: Improve zh_CN translation for lines insertion and deletion.
Signed-off-by: Thynson <lanxingcan@gmail.com>
Diffstat (limited to 'po')
-rw-r--r-- | po/zh_CN.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index 0a7dbe3c6a..ea26daa717 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -105,13 +105,13 @@ msgstr[0] " %d 个文件被修改" #, c-format msgid ", %d insertion(+)" msgid_plural ", %d insertions(+)" -msgstr[0] ",%d 行插入(+)" +msgstr[0] ",插入 %d 行(+)" #: diff.c:1363 #, c-format msgid ", %d deletion(-)" msgid_plural ", %d deletions(-)" -msgstr[0] ",%d 行删除(-)" +msgstr[0] ",删除 %d 行(-)" #: diff.c:3364 #, c-format |