@@ -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 17: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/Prototype/README.rst:2
15
15
msgid "`Prototype`__"
@@ -24,7 +24,7 @@ msgid ""
24
24
"To avoid the cost of creating objects the standard way (new Foo()) and "
25
25
"instead create a prototype and clone it."
26
26
msgstr ""
27
- "通过创建一个原型对象,然后复制原型对象来避免通过标准的方式创建大量的对象产生的开销( new Foo()) 。"
27
+ "避免以标准方式( new Foo())创建对象的成本,而是创建一个原型(prototype)并克隆它 。"
28
28
29
29
#: ../../Creational/Prototype/README.rst:11
30
30
msgid "Examples"
@@ -35,7 +35,7 @@ msgid ""
35
35
"Large amounts of data (e.g. create 1,000,000 rows in a database at once via "
36
36
"a ORM)."
37
37
msgstr ""
38
- "大量的数据对象(比如通过ORM获取1,000,000行数据库记录然后创建每一条记录对应的对象实体) "
38
+ "大量数据(例如:通过 ORM 在数据库中创建百万行数据。) "
39
39
40
40
#: ../../Creational/Prototype/README.rst:17
41
41
msgid "UML Diagram"
0 commit comments