mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-03 03:32:49 +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/FluentInterface/README.rst:2
msgid "`Fluent Interface`__"
msgstr "`连贯接口`__"
#: ../../Structural/FluentInterface/README.rst:5
msgid "Purpose"
msgstr "目的"
#: ../../Structural/FluentInterface/README.rst:7
msgid ""
"To write code that is easy readable just like sentences in a natural "
"language (like English)."
msgstr ""
"用来编写易于阅读的代码,就像自然语言一样(如英语)"
#: ../../Structural/FluentInterface/README.rst:11
msgid "Examples"
msgstr "例子"
#: ../../Structural/FluentInterface/README.rst:13
msgid "Doctrine2's QueryBuilder works something like that example class below"
msgstr "Doctrine2 的 QueryBuilder,就像下面例子中类似"
#: ../../Structural/FluentInterface/README.rst:15
msgid "PHPUnit uses fluent interfaces to build mock objects"
msgstr "PHPUnit 使用连贯接口来创建 mock 对象"
#: ../../Structural/FluentInterface/README.rst:19
msgid "UML Diagram"
msgstr "UML 图"
#: ../../Structural/FluentInterface/README.rst:26
msgid "Code"
msgstr "代码"
#: ../../Structural/FluentInterface/README.rst:28
msgid "You can also find this code on `GitHub`_"
msgstr "你可以在 `GitHub`_ 上找到这些代码"
#: ../../Structural/FluentInterface/README.rst:37
msgid "Test"
msgstr "测试"