File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
locale/zh_CN/LC_MESSAGES/Creational/AbstractFactory Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # FULL NAME <EMAIL@ADDRESS>, 2015.
3
- #
4
2
msgid ""
5
3
msgstr ""
6
4
"Project-Id-Version : DesignPatternsPHP 1.0\n "
7
5
"Report-Msgid-Bugs-To : \n "
8
6
"POT-Creation-Date : 2015-05-29 12:18+0200\n "
9
- "PO-Revision-Date : 2015-05-29 12:39+0200\n "
10
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
11
- "Language-Team : LANGUAGE <LL@li.org>\n "
7
+ "PO-Revision-Date : 2022-01-05 20:02+0800\n "
8
+ "Last-Translator : Aspirant Zhang <admin@aspirantzhang.com>\n "
12
9
"MIME-Version : 1.0\n "
13
10
"Content-Type : text/plain; charset=UTF-8\n "
14
11
"Content-Transfer-Encoding : 8bit\n "
15
- "X-Generator : Gtranslator 2.91.6 \n "
12
+ "Language : zh_CN \n "
16
13
17
14
#: ../../Creational/AbstractFactory/README.rst:2
18
15
msgid "`Abstract Factory`__"
@@ -28,8 +25,9 @@ msgid ""
28
25
"the created classes all implement the same interface. The client of the abstract factory does not "
29
26
"care about how these objects are created, it just knows how they go together."
30
27
msgstr ""
31
- "创建一系列互相关联或依赖的对象时不需要指定将要创建的对象对应的类,因为这些将被创建的对象对应的类都实现了同一个接口。"
32
- "抽象工厂的使用者不需要关心对象的创建过程,它只需要知道这些对象是如何协调工作的。"
28
+ "创建一系列互相关联或依赖的对象时,不指定他们具体的类。"
29
+ "因为这些创建的类通常都实现了同一个接口。"
30
+ "抽象工厂的客户端并不关心对象是如何创建的,而只知道它们是怎样组合的。"
33
31
34
32
#: ../../Creational/AbstractFactory/README.rst:13
35
33
msgid "UML Diagram"
You can’t perform that action at this time.
0 commit comments