2
2
# Copyright (C) 2011-2019, Dominik Liebler and contributors
3
3
# This file is distributed under the same license as the DesignPatternsPHP
4
4
# package.
5
- # FIRST AUTHOR <EMAIL@ADDRESS >, 2020.
5
+ # Sumita Takaki <sumita.takaki@gmail.com >, 2020.
6
6
#
7
7
#, fuzzy
8
8
msgid ""
@@ -11,7 +11,7 @@ msgstr ""
11
11
"Report-Msgid-Bugs-To : \n "
12
12
"POT-Creation-Date : 2020-05-04 00:50+0900\n "
13
13
"PO-Revision-Date : YEAR-MO-DA HO:MI+ZONE\n "
14
- "Last-Translator : FULL NAME <EMAIL@ADDRESS >\n "
14
+ "Last-Translator : Sumita Takaki <sumita.takaki@gmail.com >\n "
15
15
"Language-Team : LANGUAGE <LL@li.org>\n "
16
16
"MIME-Version : 1.0\n "
17
17
"Content-Type : text/plain; charset=utf-8\n "
@@ -20,39 +20,42 @@ msgstr ""
20
20
21
21
#: ../../Creational/Prototype/README.rst:2
22
22
msgid "`Prototype`__"
23
- msgstr ""
23
+ msgstr "`Prototype パターン`__ "
24
24
25
25
#: ../../Creational/Prototype/README.rst:5
26
26
msgid "Purpose"
27
- msgstr ""
27
+ msgstr "目的 "
28
28
29
29
#: ../../Creational/Prototype/README.rst:7
30
30
msgid ""
31
31
"To avoid the cost of creating objects the standard way (new Foo()) and "
32
32
"instead create a prototype and clone it."
33
33
msgstr ""
34
+ "オブジェクトを新しく生成する(new Foo())コストをかける代わりに"
35
+ "プロトタイプを生成して、それをコピーする。"
34
36
35
37
#: ../../Creational/Prototype/README.rst:11
36
38
msgid "Examples"
37
- msgstr ""
39
+ msgstr "例 "
38
40
39
41
#: ../../Creational/Prototype/README.rst:13
40
42
msgid ""
41
43
"Large amounts of data (e.g. create 1,000,000 rows in a database at once "
42
44
"via a ORM)."
43
45
msgstr ""
46
+ "大容量のデータ(例:1,000,000行のデータをORM経由でデータベースに作成する)"
44
47
45
48
#: ../../Creational/Prototype/README.rst:17
46
49
msgid "UML Diagram"
47
- msgstr ""
50
+ msgstr "クラス図 "
48
51
49
52
#: ../../Creational/Prototype/README.rst:24
50
53
msgid "Code"
51
- msgstr ""
54
+ msgstr "サンプルコード "
52
55
53
56
#: ../../Creational/Prototype/README.rst:26
54
57
msgid "You can also find this code on `GitHub`_"
55
- msgstr ""
58
+ msgstr "サンプルコードは `GitHub`_ でも確認することができます。 "
56
59
57
60
#: ../../Creational/Prototype/README.rst:28
58
61
msgid "BookPrototype.php"
@@ -68,7 +71,7 @@ msgstr ""
68
71
69
72
#: ../../Creational/Prototype/README.rst:47
70
73
msgid "Test"
71
- msgstr ""
74
+ msgstr "テスト "
72
75
73
76
#: ../../Creational/Prototype/README.rst:49
74
77
msgid "Tests/PrototypeTest.php"
0 commit comments