@@ -5,46 +5,52 @@ 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/Mediator/README.rst:2
15
15
msgid "`Mediator`__"
16
- msgstr ""
16
+ msgstr "`中介者模式`__ "
17
17
18
18
#: ../../Behavioral/Mediator/README.rst:5
19
19
msgid "Purpose"
20
- msgstr ""
20
+ msgstr "目的 "
21
21
22
22
#: ../../Behavioral/Mediator/README.rst:7
23
23
msgid ""
24
24
"This pattern provides an easy way to decouple many components working "
25
25
"together. It is a good alternative to Observer IF you have a \" central "
26
26
"intelligence\" , like a controller (but not in the sense of the MVC)."
27
27
msgstr ""
28
+ "这种模式提供了一种简单的解耦多组件之间的协同工作方式。"
29
+ "如果你有一个“智能中心”,比如控制器(但不是 MVC 的意义上),"
30
+ "它是观察者的一个很好的替代品。"
28
31
29
32
#: ../../Behavioral/Mediator/README.rst:11
30
33
msgid ""
31
34
"All components (called Colleague) are only coupled to the Mediator interface "
32
35
"and it is a good thing because in OOP, one good friend is better than many. "
33
36
"This is the key-feature of this pattern."
34
37
msgstr ""
38
+ "所有组件(称为同事)仅与 Mediator 接口耦合,"
39
+ "这是一件好事,因为在 OOP 中,一个好朋友胜过多个。"
40
+ "这是这种模式的关键特征。"
35
41
36
42
#: ../../Behavioral/Mediator/README.rst:16
37
43
msgid "UML Diagram"
38
- msgstr ""
44
+ msgstr "UML 图 "
39
45
40
46
#: ../../Behavioral/Mediator/README.rst:23
41
47
msgid "Code"
42
- msgstr ""
48
+ msgstr "代码 "
43
49
44
50
#: ../../Behavioral/Mediator/README.rst:25
45
51
msgid "You can also find this code on `GitHub`_"
46
- msgstr ""
52
+ msgstr "在 `GitHub`_ 上查看代码 "
47
53
48
54
#: ../../Behavioral/Mediator/README.rst:64
49
55
msgid "Test"
50
- msgstr ""
56
+ msgstr "测试 "
0 commit comments