Package: dpkg
Version: 1.18.2
Severity: wishlist
Hi dpkg devs,
This is a routine update of zh_CN.po.
What's new this time is:
* I used to generate patches in an traditional way:
diff -ru
This time I generated that patch in such way:
git format-patch
I hope my change of tool to use would save you several seconds.
BTW, I'm planning to make another update before release of 1.18.2,
at that time I would append new patch here.
Thanks.
--
Regards,
C.D.Luminate
From 526e3c8f7272032a7e56bb647b0d642ec7ab285a Mon Sep 17 00:00:00 2001
From: Zhou Mo <[email protected]>
Date: Sun, 7 Jun 2015 12:51:39 +0000
Subject: [PATCH] po: Update Simplified Chinese programs translation
---
po/zh_CN.po | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/po/zh_CN.po b/po/zh_CN.po
index 4ff780d..f2c58c4 100644
--- a/po/zh_CN.po
+++ b/po/zh_CN.po
@@ -16,7 +16,7 @@ msgstr ""
"Project-Id-Version: dpkg 1.18.x\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2015-05-30 00:17+0200\n"
-"PO-Revision-Date: 2015-05-21 05:45+0000\n"
+"PO-Revision-Date: 2015-06-07 05:45+0000\n"
"Last-Translator: Zhou Mo <[email protected]>\n"
"Language-Team: Chinese (simplified) <[email protected]>\n"
"Language: zh_CN\n"
@@ -1514,10 +1514,9 @@ msgid ""
msgstr "获取建议的新符号链接 %.250s 的状态失败,它将替代符号链接 %.250s"
#: src/archives.c
-#, fuzzy, c-format
-#| msgid "cannot open archive part file '%.250s'"
+#, c-format
msgid "newline not allowed in archive object name '%.255s'"
-msgstr "无法打开存档的分块文件 %.250s"
+msgstr "归档对象名称 “%.255s” 中不允许换行"
#: src/archives.c
#, c-format
@@ -4569,15 +4568,14 @@ msgid "unable to stat file name '%.250s'"
msgstr "无法获取文件名 %.250s"
#: dpkg-deb/build.c
-#, fuzzy, c-format
-#| msgid "newline in field name '%.*s'"
+#, c-format
msgid "newline not allowed in pathname '%s'"
-msgstr "在字段名 %.*s 中有换行符"
+msgstr "路径名 “%s” 不允许换行符"
#: dpkg-deb/build.c
#, c-format
msgid "failed to write filename to tar pipe (%s)"
-msgstr "写入文件名到 tar 的管道(%s)失败"
+msgstr "写入文件名到 tar 管道 (%s) 失败"
#: dpkg-deb/build.c
msgid "data member"
--
2.1.4