@@ -4,20 +4,21 @@ 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 : 2015-06-20 12:00-0300\n "
8
+ "Last-Translator : Leonam Pereira Dias <leonam.pd@gmail.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 : pt_BR\n "
13
13
14
14
#: ../../Creational/AbstractFactory/README.rst:2
15
15
msgid "`Abstract Factory`__"
16
16
msgstr ""
17
+ "Fábrica de abstração_ (`Abstract Factory`__)"
17
18
18
19
#: ../../Creational/AbstractFactory/README.rst:5
19
20
msgid "Purpose"
20
- msgstr ""
21
+ msgstr "Objetivo "
21
22
22
23
#: ../../Creational/AbstractFactory/README.rst:7
23
24
msgid ""
@@ -26,18 +27,21 @@ msgid ""
26
27
"interface. The client of the abstract factory does not care about how these "
27
28
"objects are created, he just knows how they go together."
28
29
msgstr ""
30
+ "Para a criação de conjunto de objetos relacionados ou dependentes sem especificar suas "
31
+ "classes concretas. O cliente da fábrica de abstração não precisa se preocupar como estes "
32
+ "objetos são criados, ele só sabe obtê-los."
29
33
30
34
#: ../../Creational/AbstractFactory/README.rst:13
31
35
msgid "UML Diagram"
32
- msgstr ""
36
+ msgstr "Diagrama UML "
33
37
34
38
#: ../../Creational/AbstractFactory/README.rst:20
35
39
msgid "Code"
36
- msgstr ""
40
+ msgstr "Código "
37
41
38
42
#: ../../Creational/AbstractFactory/README.rst:22
39
43
msgid "You can also find these code on `GitHub`_"
40
- msgstr ""
44
+ msgstr "Você pode encontrar o código no `Github`_ "
41
45
42
46
#: ../../Creational/AbstractFactory/README.rst:24
43
47
msgid "AbstractFactory.php"
0 commit comments