@@ -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-12 12: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/Specification/README.rst:2
15
15
msgid "`Specification`__"
16
- msgstr ""
16
+ msgstr "`Especificação`__ "
17
17
18
18
#: ../../Behavioral/Specification/README.rst:5
19
19
msgid "Purpose"
20
- msgstr ""
20
+ msgstr "Objetivo "
21
21
22
22
#: ../../Behavioral/Specification/README.rst:7
23
23
msgid ""
@@ -26,27 +26,31 @@ msgid ""
26
26
"``isSatisfiedBy`` that returns either true or false depending on whether the"
27
27
" given object satisfies the specification."
28
28
msgstr ""
29
+ "Constroe uma clara especificação das regras de negócio, com a qual os objetos "
30
+ "podem ser validados. A classe de especificação composta tem um método chamado "
31
+ "``isSatisfiedBy`` que retorna verdadeiro ou falso dependendo se um dado objeto "
32
+ "satisfaz a especificação."
29
33
30
34
#: ../../Behavioral/Specification/README.rst:13
31
35
msgid "Examples"
32
- msgstr ""
36
+ msgstr "Exemplos "
33
37
34
38
#: ../../Behavioral/Specification/README.rst:15
35
39
msgid "`RulerZ <https://github.com/K-Phoen/rulerz>`__"
36
- msgstr ""
40
+ msgstr "`RulerZ <https://github.com/K-Phoen/rulerz>`__ "
37
41
38
42
#: ../../Behavioral/Specification/README.rst:18
39
43
msgid "UML Diagram"
40
- msgstr ""
44
+ msgstr "Diagrama UML "
41
45
42
46
#: ../../Behavioral/Specification/README.rst:25
43
47
msgid "Code"
44
- msgstr ""
48
+ msgstr "Código "
45
49
46
50
#: ../../Behavioral/Specification/README.rst:27
47
51
msgid "You can also find this code on `GitHub`_"
48
- msgstr ""
52
+ msgstr "Você também pode encontrar este código no `GitHub`_ "
49
53
50
54
#: ../../Behavioral/Specification/README.rst:72
51
55
msgid "Test"
52
- msgstr ""
56
+ msgstr "Teste "
0 commit comments