@@ -4,69 +4,73 @@ 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-12 14:30-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/Strategy/README.rst:2
15
15
msgid "`Strategy`__"
16
- msgstr ""
16
+ msgstr "`Estratégia`__ "
17
17
18
18
#: ../../Behavioral/Strategy/README.rst:5
19
19
msgid "Terminology:"
20
- msgstr ""
20
+ msgstr "Terminologia: "
21
21
22
22
#: ../../Behavioral/Strategy/README.rst:7
23
23
msgid "Context"
24
- msgstr ""
24
+ msgstr "Contexto "
25
25
26
26
#: ../../Behavioral/Strategy/README.rst:8
27
27
msgid "Strategy"
28
- msgstr ""
28
+ msgstr "Estratégia "
29
29
30
30
#: ../../Behavioral/Strategy/README.rst:9
31
31
msgid "Concrete Strategy"
32
- msgstr ""
32
+ msgstr "Estratégia Concreta "
33
33
34
34
#: ../../Behavioral/Strategy/README.rst:12
35
35
msgid "Purpose"
36
- msgstr ""
36
+ msgstr "Objetivo "
37
37
38
38
#: ../../Behavioral/Strategy/README.rst:14
39
39
msgid ""
40
40
"To separate strategies and to enable fast switching between them. Also this "
41
41
"pattern is a good alternative to inheritance (instead of having an abstract "
42
42
"class that is extended)."
43
43
msgstr ""
44
+ "Separar estratégias e habilitar a troca rápida entre elas. Além disso, este "
45
+ "padrão é uma boa alternativa à herença (ao invés de ter uma classe abstrata "
46
+ "que é extendida)."
44
47
45
48
#: ../../Behavioral/Strategy/README.rst:19
46
49
msgid "Examples"
47
- msgstr ""
50
+ msgstr "Exemplos "
48
51
49
52
#: ../../Behavioral/Strategy/README.rst:21
50
53
msgid "sorting a list of objects, one strategy by date, the other by id"
51
- msgstr ""
54
+ msgstr "ordenando uma lista de objetos, uma estratégia por data, a outra por id "
52
55
53
56
#: ../../Behavioral/Strategy/README.rst:22
54
57
msgid ""
55
58
"simplify unit testing: e.g. switching between file and in-memory storage"
56
59
msgstr ""
60
+ "simplifica o teste unitário: p.e. alternando entre armazenamento em memória ou em arquivo"
57
61
58
62
#: ../../Behavioral/Strategy/README.rst:26
59
63
msgid "UML Diagram"
60
- msgstr ""
64
+ msgstr "Diagrama UML "
61
65
62
66
#: ../../Behavioral/Strategy/README.rst:33
63
67
msgid "Code"
64
- msgstr ""
68
+ msgstr "Código "
65
69
66
70
#: ../../Behavioral/Strategy/README.rst:35
67
71
msgid "You can also find this code on `GitHub`_"
68
- msgstr ""
72
+ msgstr "Você também pode encontrar este código no `GitHub`_ "
69
73
70
74
#: ../../Behavioral/Strategy/README.rst:62
71
75
msgid "Test"
72
- msgstr ""
76
+ msgstr "Teste "
0 commit comments