@@ -4,20 +4,20 @@ 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 : 2019-04-15 14:00-0300\n "
8
+ "Last-Translator : Pablo Juan Garcia <contato@pablogarcia.com.br>\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
#: ../../Behavioral/Visitor/README.rst:2
15
15
msgid "`Visitor`__"
16
- msgstr ""
16
+ msgstr "`Visitante (Visitor)`__ "
17
17
18
18
#: ../../Behavioral/Visitor/README.rst:5
19
19
msgid "Purpose"
20
- msgstr ""
20
+ msgstr "Objetivo "
21
21
22
22
#: ../../Behavioral/Visitor/README.rst:7
23
23
msgid ""
@@ -26,26 +26,33 @@ msgid ""
26
26
" classes have to define a contract to allow visitors (the ``Role::accept`` "
27
27
"method in the example)."
28
28
msgstr ""
29
+ "O Padrão Visitante deixa as suas operações terceirizadas em objetos para "
30
+ "outros objetos. A principal razão para fazer isto é manter a separação de "
31
+ "preocupações. Porém, classes precisam definir um contrato para permitir "
32
+ "visitantes (o método ``Role::accept`` no exemplo)."
29
33
30
34
#: ../../Behavioral/Visitor/README.rst:12
31
35
msgid ""
32
36
"The contract is an abstract class but you can have also a clean interface. "
33
37
"In that case, each Visitor has to choose itself which method to invoke on "
34
38
"the visitor."
35
39
msgstr ""
40
+ "O contrato é uma classe abstrata, mas você pode ter também uma interface limpa. "
41
+ "Neste caso, cada visitante tem que escolher a si mesmo qual método invocar no "
42
+ "visitante."
36
43
37
44
#: ../../Behavioral/Visitor/README.rst:17
38
45
msgid "UML Diagram"
39
- msgstr ""
46
+ msgstr "Diagrama UML "
40
47
41
48
#: ../../Behavioral/Visitor/README.rst:24
42
49
msgid "Code"
43
- msgstr ""
50
+ msgstr "Código "
44
51
45
52
#: ../../Behavioral/Visitor/README.rst:26
46
53
msgid "You can also find this code on `GitHub`_"
47
- msgstr ""
54
+ msgstr "Você também pode encontrar este código no `GitHub`_ "
48
55
49
56
#: ../../Behavioral/Visitor/README.rst:59
50
57
msgid "Test"
51
- msgstr ""
58
+ msgstr "Teste "
0 commit comments