File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
locale/zh_CN/LC_MESSAGES/Creational Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ msgstr ""
4
4
"Project-Id-Version : DesignPatternsPHP 1.0\n "
5
5
"Report-Msgid-Bugs-To : \n "
6
6
"POT-Creation-Date : 2015-05-29 12:18+0200\n "
7
- "PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
8
- "Last-Translator : FULL NAME <EMAIL@ADDRESS>\n "
9
- "Language-Team : LANGUAGE <LL@li.org>\n "
7
+ "PO-Revision-Date : 2022-01-06 15:00+0800\n "
8
+ "Last-Translator : Aspirant Zhang <admin@aspirantzhang.com>\n "
10
9
"MIME-Version : 1.0\n "
11
10
"Content-Type : text/plain; charset=UTF-8\n "
12
11
"Content-Transfer-Encoding : 8bit\n "
12
+ "Language : zh_CN\n "
13
13
14
14
#: ../../Creational/README.rst:2
15
15
msgid "`Creational`__"
@@ -23,7 +23,6 @@ msgid ""
23
23
" design problems or added complexity to the design. Creational design "
24
24
"patterns solve this problem by somehow controlling this object creation."
25
25
msgstr ""
26
- "在软件工程中,创建型设计模式承担着对象创建的职责,尝试创建"
27
- "适合程序上下文的对象,对象创建设计模式的产生是由于软件工程"
28
- "设计的问题,具体说是向设计中增加复杂度,创建型设计模式解决"
29
- "了程序设计中对象创建的问题。"
26
+ "在软件工程中,创建型设计模式是处理<对象创建机制>的设计模式,试图根据实际情况,选择适当的方式创建对象。"
27
+ "因为对象的创建时的状态,可能导致设计问题,或者提升设计的复杂度。"
28
+ "创建型设计模式通过 以某种方式控制此对象的创建 来解决此问题。"
You can’t perform that action at this time.
0 commit comments