Files
2018-06-14 21:08:23 +02:00
..
2018-06-14 21:08:23 +02:00

# 
msgid ""
msgstr ""
"Project-Id-Version: DesignPatternsPHP 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-05-29 12:18+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ../../Structural/Proxy/README.rst:2
msgid "`Proxy`__"
msgstr "`代理模式`__"

#: ../../Structural/Proxy/README.rst:5
msgid "Purpose"
msgstr "目的"

#: ../../Structural/Proxy/README.rst:7
msgid "To interface to anything that is expensive or impossible to duplicate."
msgstr "为昂贵或者无法复制的资源提供接口。"

#: ../../Structural/Proxy/README.rst:10
msgid "Examples"
msgstr "例子"

#: ../../Structural/Proxy/README.rst:12
msgid ""
"Doctrine2 uses proxies to implement framework magic (e.g. lazy "
"initialization) in them, while the user still works with his own entity "
"classes and will never use nor touch the proxies"
msgstr ""
"Doctrine2 使用代理来实现框架特性(如延迟初始化),同时用户还是使用自己的实体类"
"并且不会使用或者接触到代理"

#: ../../Structural/Proxy/README.rst:17
msgid "UML Diagram"
msgstr "UML 图"

#: ../../Structural/Proxy/README.rst:24
msgid "Code"
msgstr "代码"

#: ../../Structural/Proxy/README.rst:26
msgid "You can also find this code on `GitHub`_"
msgstr "你可以在 `GitHub`_ 上找到这些代码"

#: ../../Structural/Proxy/README.rst:41
msgid "Test"
msgstr "测试"