summaryrefslogtreecommitdiff
path: root/docs/_locale/zh_CN/LC_MESSAGES/plugindev.po
diff options
context:
space:
mode:
Diffstat (limited to 'docs/_locale/zh_CN/LC_MESSAGES/plugindev.po')
-rw-r--r--docs/_locale/zh_CN/LC_MESSAGES/plugindev.po14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/_locale/zh_CN/LC_MESSAGES/plugindev.po b/docs/_locale/zh_CN/LC_MESSAGES/plugindev.po
index b7e1b05..15da64b 100644
--- a/docs/_locale/zh_CN/LC_MESSAGES/plugindev.po
+++ b/docs/_locale/zh_CN/LC_MESSAGES/plugindev.po
@@ -1,5 +1,5 @@
# SOME DESCRIPTIVE TITLE.
-# Copyright (C) 2009-2017, Marcel Hellkamp
+# Copyright (C) 2009-2020, Marcel Hellkamp
# This file is distributed under the same license as the Bottle package.
#
# Translators:
@@ -7,8 +7,8 @@ msgid ""
msgstr ""
"Project-Id-Version: bottle\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2015-12-19 14:15+0100\n"
-"PO-Revision-Date: 2015-12-13 21:06+0000\n"
+"POT-Creation-Date: 2020-12-31 18:35+0100\n"
+"PO-Revision-Date: 2020-12-31 17:35+0000\n"
"Last-Translator: defnull <marc@gsites.de>\n"
"Language-Team: Chinese (China) (http://www.transifex.com/bottle/bottle/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
@@ -234,8 +234,8 @@ msgid "rule"
msgstr ""
#: ../../plugindev.rst:111
-msgid "The rule string (e.g. ``/wiki/:page``)."
-msgstr "route规则的字符串 (例如: ``/wiki/:page``)"
+msgid "The rule string (e.g. ``/wiki/<page>``)."
+msgstr ""
#: ../../plugindev.rst:112
msgid "method"
@@ -344,9 +344,9 @@ msgid ""
"different wrapper based on current needs, work with closures, or enable or "
"disable a plugin at runtime. Let's take the built-in HooksPlugin as an "
"example: If no hooks are installed, the plugin removes itself from all "
-"affected routes and has virtaully no overhead. As soon as you install the "
+"affected routes and has virtually no overhead. As soon as you install the "
"first hook, the plugin activates itself and takes effect again."
-msgstr "然而,为了性能考虑,也许值得根据当前需求,选择一个不同的封装,通过闭包,或在运行时使用、禁用一个插件。让我们拿内置的HooksPlugin作为一个例子(译者注:可在bottle.py搜索该实现):如果没有安装任何钩子,这个插件会从所有受影响的route中删除自身,不做任何工作。一旦你安装了第一个钩子,这个插件就会激活自身,再次工作。"
+msgstr ""
#: ../../plugindev.rst:143
msgid ""