Skip to content

Commit bcf52dd

Browse files
Translated Specification page text
Translated Specification page text in the Behavioral section.
1 parent 7a13e94 commit bcf52dd

File tree

1 file changed

+15
-11
lines changed
  • locale/pt_BR/LC_MESSAGES/Behavioral/Specification

1 file changed

+15
-11
lines changed

locale/pt_BR/LC_MESSAGES/Behavioral/Specification/README.po

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ msgstr ""
44
"Project-Id-Version: DesignPatternsPHP 1.0\n"
55
"Report-Msgid-Bugs-To: \n"
66
"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"
109
"MIME-Version: 1.0\n"
1110
"Content-Type: text/plain; charset=UTF-8\n"
1211
"Content-Transfer-Encoding: 8bit\n"
12+
"Language: pt_BR\n"
1313

1414
#: ../../Behavioral/Specification/README.rst:2
1515
msgid "`Specification`__"
16-
msgstr ""
16+
msgstr "`Especificação`__"
1717

1818
#: ../../Behavioral/Specification/README.rst:5
1919
msgid "Purpose"
20-
msgstr ""
20+
msgstr "Objetivo"
2121

2222
#: ../../Behavioral/Specification/README.rst:7
2323
msgid ""
@@ -26,27 +26,31 @@ msgid ""
2626
"``isSatisfiedBy`` that returns either true or false depending on whether the"
2727
" given object satisfies the specification."
2828
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."
2933

3034
#: ../../Behavioral/Specification/README.rst:13
3135
msgid "Examples"
32-
msgstr ""
36+
msgstr "Exemplos"
3337

3438
#: ../../Behavioral/Specification/README.rst:15
3539
msgid "`RulerZ <https://github.com/K-Phoen/rulerz>`__"
36-
msgstr ""
40+
msgstr "`RulerZ <https://github.com/K-Phoen/rulerz>`__"
3741

3842
#: ../../Behavioral/Specification/README.rst:18
3943
msgid "UML Diagram"
40-
msgstr ""
44+
msgstr "Diagrama UML"
4145

4246
#: ../../Behavioral/Specification/README.rst:25
4347
msgid "Code"
44-
msgstr ""
48+
msgstr "Código"
4549

4650
#: ../../Behavioral/Specification/README.rst:27
4751
msgid "You can also find this code on `GitHub`_"
48-
msgstr ""
52+
msgstr "Você também pode encontrar este código no `GitHub`_"
4953

5054
#: ../../Behavioral/Specification/README.rst:72
5155
msgid "Test"
52-
msgstr ""
56+
msgstr "Teste"

0 commit comments

Comments
 (0)