mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 13:37:27 +02:00
docs: add Chinese translation of State Pattern
This commit is contained in:
@@ -5,7 +5,7 @@ msgstr ""
|
|||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2015-05-29 12:18+0200\n"
|
"POT-Creation-Date: 2015-05-29 12:18+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: David Wan <autoloadone@gmail.com>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
@@ -13,11 +13,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../../Behavioral/State/README.rst:2
|
#: ../../Behavioral/State/README.rst:2
|
||||||
msgid "`State`__"
|
msgid "`State`__"
|
||||||
msgstr ""
|
msgstr "`状态模式`__"
|
||||||
|
|
||||||
#: ../../Behavioral/State/README.rst:5
|
#: ../../Behavioral/State/README.rst:5
|
||||||
msgid "Purpose"
|
msgid "Purpose"
|
||||||
msgstr ""
|
msgstr "目的"
|
||||||
|
|
||||||
#: ../../Behavioral/State/README.rst:7
|
#: ../../Behavioral/State/README.rst:7
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -25,19 +25,21 @@ msgid ""
|
|||||||
"state. This can be a cleaner way for an object to change its behavior at "
|
"state. This can be a cleaner way for an object to change its behavior at "
|
||||||
"runtime without resorting to large monolithic conditional statements."
|
"runtime without resorting to large monolithic conditional statements."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"根据对象的状态封装一种事务的不同行为。 这更简洁的方式可以在对象在运行时更改其行为,"
|
||||||
|
"而无需求助于大型的判断条件语句。"
|
||||||
|
|
||||||
#: ../../Behavioral/State/README.rst:12
|
#: ../../Behavioral/State/README.rst:12
|
||||||
msgid "UML Diagram"
|
msgid "UML Diagram"
|
||||||
msgstr ""
|
msgstr "UML 图"
|
||||||
|
|
||||||
#: ../../Behavioral/State/README.rst:19
|
#: ../../Behavioral/State/README.rst:19
|
||||||
msgid "Code"
|
msgid "Code"
|
||||||
msgstr ""
|
msgstr "代码"
|
||||||
|
|
||||||
#: ../../Behavioral/State/README.rst:21
|
#: ../../Behavioral/State/README.rst:21
|
||||||
msgid "You can also find this code on `GitHub`_"
|
msgid "You can also find this code on `GitHub`_"
|
||||||
msgstr ""
|
msgstr "在 `GitHub`_ 上查看代码"
|
||||||
|
|
||||||
#: ../../Behavioral/State/README.rst:54
|
#: ../../Behavioral/State/README.rst:54
|
||||||
msgid "Test"
|
msgid "Test"
|
||||||
msgstr ""
|
msgstr "测试"
|
||||||
|
Reference in New Issue
Block a user