diff options
Diffstat (limited to 'po/zh_CN.po')
-rw-r--r-- | po/zh_CN.po | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index c4fc1b498..7c3df907e 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.7.x\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2019-06-17 11:37+0200\n" +"POT-Creation-Date: 2019-08-05 21:25+0200\n" "PO-Revision-Date: 2019-01-12 00:00+0000\n" "Last-Translator: Mo Zhou <cdluminate@gmail.com>\n" "Language-Team: Chinese (simplified) <debian-l10n-chinese@lists.debian.org>\n" @@ -682,11 +682,28 @@ msgid "Not using locking for nfs mounted lock file %s" msgstr "无法在 nfs 文件系统上使用文件锁 %s" #: apt-pkg/contrib/fileutl.cc +#, fuzzy, c-format +#| msgid "Could not get lock %s" +msgid "Could not get lock %s. It is held by process %d" +msgstr "无法获得锁 %s" + +#: apt-pkg/contrib/fileutl.cc +#, c-format +msgid "Could not get lock %s. It is held by process %d (%s)" +msgstr "" + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "Could not get lock %s" msgstr "无法获得锁 %s" #: apt-pkg/contrib/fileutl.cc +msgid "" +"Be aware that removing the lock file is not a solution and may break your " +"system." +msgstr "" + +#: apt-pkg/contrib/fileutl.cc #, c-format msgid "List of files can't be created as '%s' is not a directory" msgstr "无法创建文件列表,因为‘%s’不是一个目录" |