Skip to content

Commit 17dc4c4

Browse files
committed
docs: improve Chinese translation for abstract factory
1 parent b20a371 commit 17dc4c4

File tree

1 file changed

+6
-8
lines changed
  • locale/zh_CN/LC_MESSAGES/Creational/AbstractFactory

1 file changed

+6
-8
lines changed

locale/zh_CN/LC_MESSAGES/Creational/AbstractFactory/README.po

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
#
2-
# FULL NAME <EMAIL@ADDRESS>, 2015.
3-
#
42
msgid ""
53
msgstr ""
64
"Project-Id-Version: DesignPatternsPHP 1.0\n"
75
"Report-Msgid-Bugs-To: \n"
86
"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"
129
"MIME-Version: 1.0\n"
1310
"Content-Type: text/plain; charset=UTF-8\n"
1411
"Content-Transfer-Encoding: 8bit\n"
15-
"X-Generator: Gtranslator 2.91.6\n"
12+
"Language: zh_CN\n"
1613

1714
#: ../../Creational/AbstractFactory/README.rst:2
1815
msgid "`Abstract Factory`__"
@@ -28,8 +25,9 @@ msgid ""
2825
"the created classes all implement the same interface. The client of the abstract factory does not "
2926
"care about how these objects are created, it just knows how they go together."
3027
msgstr ""
31-
"创建一系列互相关联或依赖的对象时不需要指定将要创建的对象对应的类,因为这些将被创建的对象对应的类都实现了同一个接口。"
32-
"抽象工厂的使用者不需要关心对象的创建过程,它只需要知道这些对象是如何协调工作的。"
28+
"创建一系列互相关联或依赖的对象时,不指定他们具体的类。"
29+
"因为这些创建的类通常都实现了同一个接口。"
30+
"抽象工厂的客户端并不关心对象是如何创建的,而只知道它们是怎样组合的。"
3331

3432
#: ../../Creational/AbstractFactory/README.rst:13
3533
msgid "UML Diagram"

0 commit comments

Comments
 (0)