mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-06-28 04:03:02 +02:00
Translated Specification page text
Translated Specification page text in the Behavioral section.
This commit is contained in:
@ -4,20 +4,20 @@ msgstr ""
|
|||||||
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2015-05-29 12:18+0200\n"
|
"POT-Creation-Date: 2015-05-29 12:18+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: 2019-04-12 12:00-0300\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: Pablo Juan Garcia <contato@pablogarcia.com.br>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=UTF-8\n"
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||||||
"Content-Transfer-Encoding: 8bit\n"
|
"Content-Transfer-Encoding: 8bit\n"
|
||||||
|
"Language: pt_BR\n"
|
||||||
|
|
||||||
#: ../../Behavioral/Specification/README.rst:2
|
#: ../../Behavioral/Specification/README.rst:2
|
||||||
msgid "`Specification`__"
|
msgid "`Specification`__"
|
||||||
msgstr ""
|
msgstr "`Especificação`__"
|
||||||
|
|
||||||
#: ../../Behavioral/Specification/README.rst:5
|
#: ../../Behavioral/Specification/README.rst:5
|
||||||
msgid "Purpose"
|
msgid "Purpose"
|
||||||
msgstr ""
|
msgstr "Objetivo"
|
||||||
|
|
||||||
#: ../../Behavioral/Specification/README.rst:7
|
#: ../../Behavioral/Specification/README.rst:7
|
||||||
msgid ""
|
msgid ""
|
||||||
@ -26,27 +26,31 @@ msgid ""
|
|||||||
"``isSatisfiedBy`` that returns either true or false depending on whether the"
|
"``isSatisfiedBy`` that returns either true or false depending on whether the"
|
||||||
" given object satisfies the specification."
|
" given object satisfies the specification."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Constroe uma clara especificação das regras de negócio, com a qual os objetos "
|
||||||
|
"podem ser validados. A classe de especificação composta tem um método chamado "
|
||||||
|
"``isSatisfiedBy`` que retorna verdadeiro ou falso dependendo se um dado objeto "
|
||||||
|
"satisfaz a especificação."
|
||||||
|
|
||||||
#: ../../Behavioral/Specification/README.rst:13
|
#: ../../Behavioral/Specification/README.rst:13
|
||||||
msgid "Examples"
|
msgid "Examples"
|
||||||
msgstr ""
|
msgstr "Exemplos"
|
||||||
|
|
||||||
#: ../../Behavioral/Specification/README.rst:15
|
#: ../../Behavioral/Specification/README.rst:15
|
||||||
msgid "`RulerZ <https://github.com/K-Phoen/rulerz>`__"
|
msgid "`RulerZ <https://github.com/K-Phoen/rulerz>`__"
|
||||||
msgstr ""
|
msgstr "`RulerZ <https://github.com/K-Phoen/rulerz>`__"
|
||||||
|
|
||||||
#: ../../Behavioral/Specification/README.rst:18
|
#: ../../Behavioral/Specification/README.rst:18
|
||||||
msgid "UML Diagram"
|
msgid "UML Diagram"
|
||||||
msgstr ""
|
msgstr "Diagrama UML"
|
||||||
|
|
||||||
#: ../../Behavioral/Specification/README.rst:25
|
#: ../../Behavioral/Specification/README.rst:25
|
||||||
msgid "Code"
|
msgid "Code"
|
||||||
msgstr ""
|
msgstr "Código"
|
||||||
|
|
||||||
#: ../../Behavioral/Specification/README.rst:27
|
#: ../../Behavioral/Specification/README.rst:27
|
||||||
msgid "You can also find this code on `GitHub`_"
|
msgid "You can also find this code on `GitHub`_"
|
||||||
msgstr ""
|
msgstr "Você também pode encontrar este código no `GitHub`_"
|
||||||
|
|
||||||
#: ../../Behavioral/Specification/README.rst:72
|
#: ../../Behavioral/Specification/README.rst:72
|
||||||
msgid "Test"
|
msgid "Test"
|
||||||
msgstr ""
|
msgstr "Teste"
|
||||||
|
Reference in New Issue
Block a user