File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
locale/zh_CN/LC_MESSAGES/Behavioral/State Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -5,39 +5,41 @@ msgstr ""
5
5
"Report-Msgid-Bugs-To : \n "
6
6
"POT-Creation-Date : 2015-05-29 12:18+0200\n "
7
7
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
8
- "Last-Translator : FULL NAME <EMAIL@ADDRESS >\n "
8
+ "Last-Translator : David Wan <autoloadone@gmail.com >\n "
9
9
"Language-Team : LANGUAGE <LL@li.org>\n "
10
10
"MIME-Version : 1.0\n "
11
11
"Content-Type : text/plain; charset=UTF-8\n "
12
12
"Content-Transfer-Encoding : 8bit\n "
13
13
14
14
#: ../../Behavioral/State/README.rst:2
15
15
msgid "`State`__"
16
- msgstr ""
16
+ msgstr "`状态模式`__ "
17
17
18
18
#: ../../Behavioral/State/README.rst:5
19
19
msgid "Purpose"
20
- msgstr ""
20
+ msgstr "目的 "
21
21
22
22
#: ../../Behavioral/State/README.rst:7
23
23
msgid ""
24
24
"Encapsulate varying behavior for the same routine based on an object's "
25
25
"state. This can be a cleaner way for an object to change its behavior at "
26
26
"runtime without resorting to large monolithic conditional statements."
27
27
msgstr ""
28
+ "根据对象的状态封装一种事务的不同行为。 这更简洁的方式可以在对象在运行时更改其行为,"
29
+ "而无需求助于大型的判断条件语句。"
28
30
29
31
#: ../../Behavioral/State/README.rst:12
30
32
msgid "UML Diagram"
31
- msgstr ""
33
+ msgstr "UML 图 "
32
34
33
35
#: ../../Behavioral/State/README.rst:19
34
36
msgid "Code"
35
- msgstr ""
37
+ msgstr "代码 "
36
38
37
39
#: ../../Behavioral/State/README.rst:21
38
40
msgid "You can also find this code on `GitHub`_"
39
- msgstr ""
41
+ msgstr "在 `GitHub`_ 上查看代码 "
40
42
41
43
#: ../../Behavioral/State/README.rst:54
42
44
msgid "Test"
43
- msgstr ""
45
+ msgstr "测试 "
You can’t perform that action at this time.
0 commit comments