diff options
author | David Kalnischkies <david@kalnischkies.de> | 2016-06-23 08:56:22 +0200 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2016-06-23 09:02:54 +0200 |
commit | ae2a6be8a2155c136f9535abfbcc750c8c395cd2 (patch) | |
tree | e8b5faa400abf44d24926b6f8f9ff1e2bd2cae59 /po/zh_CN.po | |
parent | 14e325c7e4b33e8fc6d33b99d1ffd3b934d26ed0 (diff) |
show right binary name in simulation notice
Closes: 825216
Diffstat (limited to 'po/zh_CN.po')
-rw-r--r-- | po/zh_CN.po | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/po/zh_CN.po b/po/zh_CN.po index 0d5dc244c..0c41d46d9 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: apt 1.2.x\n" "Report-Msgid-Bugs-To: APT Development Team <deity@lists.debian.org>\n" -"POT-Creation-Date: 2016-06-22 14:51+0200\n" +"POT-Creation-Date: 2016-06-23 09:02+0200\n" "PO-Revision-Date: 2016-06-21 03:00+0000\n" "Last-Translator: Zhou Mo <cdluminate@gmail.com>\n" "Language-Team: Chinese (simplified) <i18n-zh@googlegroups.com>\n" @@ -522,16 +522,18 @@ msgid_plural "" "There are %i additional versions. Please use the '-a' switch to see them." msgstr[0] "还有 %i 个版本。请使用 -a 选项来查看它(他们)。" +#. TRANSLATORS: placeholder is a binary name like apt or apt-get #: apt-private/private-main.cc +#, c-format msgid "" "NOTE: This is only a simulation!\n" -" apt-get needs root privileges for real execution.\n" +" %s needs root privileges for real execution.\n" " Keep also in mind that locking is deactivated,\n" -" so don't depend on the relevance to the real current situation!" +" so don't depend on the relevance to the real current situation!\n" msgstr "" "注意:这只是模拟!\n" -" apt-get 需要 root 特权进行实际的执行。\n" -" 同时请记住此时并未锁定,所以请勿完全相信当前的情况!" +" %s 需要 root 特权进行实际的执行。\n" +" 同时请记住此时并未锁定,所以请勿完全相信当前的情况!\n" #: apt-private/private-output.cc apt-private/private-show.cc msgid "unknown" |