@@ -4,62 +4,67 @@ 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-05-21 10:54-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/Builder/README.rst:2
15
15
msgid "`Builder`__"
16
- msgstr ""
16
+ msgstr "Construtor (`Builder`__) "
17
17
18
18
#: ../../Creational/Builder/README.rst:5
19
19
msgid "Purpose"
20
- msgstr ""
20
+ msgstr "Objetivo "
21
21
22
22
#: ../../Creational/Builder/README.rst:7
23
23
msgid "Builder is an interface that build parts of a complex object."
24
- msgstr ""
24
+ msgstr "Contrutor é uma interface que constrói partes de objetos complexos. "
25
25
26
26
#: ../../Creational/Builder/README.rst:9
27
27
msgid ""
28
28
"Sometimes, if the builder has a better knowledge of what it builds, this "
29
29
"interface could be an abstract class with default methods (aka adapter)."
30
30
msgstr ""
31
+ "As vezes, se o construtor tem melhor conhecimento do que ele cria, essa "
32
+ "interface pode ser uma classe abstrata com métodos padrão (como o padrão adaptador)."
31
33
32
34
#: ../../Creational/Builder/README.rst:12
33
35
msgid ""
34
36
"If you have a complex inheritance tree for objects, it is logical to have a "
35
37
"complex inheritance tree for builders too."
36
38
msgstr ""
39
+ "Se você tem uma árvore de herança entre objetos complexa, é lógico que se tenha uma "
40
+ "árvore de herança complexa para os construtores também"
37
41
38
42
#: ../../Creational/Builder/README.rst:15
39
43
msgid ""
40
44
"Note: Builders have often a fluent interface, see the mock builder of "
41
45
"PHPUnit for example."
42
46
msgstr ""
47
+ "Nota: Construtores têm frequentemente, uma interface fluente. Veja o construtor mock do PHPUnit, por exemplo."
43
48
44
49
#: ../../Creational/Builder/README.rst:19
45
50
msgid "Examples"
46
- msgstr ""
51
+ msgstr "Exemplos "
47
52
48
53
#: ../../Creational/Builder/README.rst:21
49
54
msgid "PHPUnit: Mock Builder"
50
- msgstr ""
55
+ msgstr "PHPUnit: Contrutor Mock "
51
56
52
57
#: ../../Creational/Builder/README.rst:24
53
58
msgid "UML Diagram"
54
- msgstr ""
59
+ msgstr "Diagrama UML "
55
60
56
61
#: ../../Creational/Builder/README.rst:31
57
62
msgid "Code"
58
- msgstr ""
63
+ msgstr "Código "
59
64
60
65
#: ../../Creational/Builder/README.rst:33
61
66
msgid "You can also find these code on `GitHub`_"
62
- msgstr ""
67
+ msgstr "Você pode encontrar esse código no `Github`_ "
63
68
64
69
#: ../../Creational/Builder/README.rst:35
65
70
msgid "Director.php"
0 commit comments