mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-06-25 18:53:25 +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"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-29 12:18+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"PO-Revision-Date: 2019-04-12 12:00-0300\n"
|
||||
"Last-Translator: Pablo Juan Garcia <contato@pablogarcia.com.br>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pt_BR\n"
|
||||
|
||||
#: ../../Behavioral/Specification/README.rst:2
|
||||
msgid "`Specification`__"
|
||||
msgstr ""
|
||||
msgstr "`Especificação`__"
|
||||
|
||||
#: ../../Behavioral/Specification/README.rst:5
|
||||
msgid "Purpose"
|
||||
msgstr ""
|
||||
msgstr "Objetivo"
|
||||
|
||||
#: ../../Behavioral/Specification/README.rst:7
|
||||
msgid ""
|
||||
@ -26,27 +26,31 @@ msgid ""
|
||||
"``isSatisfiedBy`` that returns either true or false depending on whether the"
|
||||
" given object satisfies the specification."
|
||||
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
|
||||
msgid "Examples"
|
||||
msgstr ""
|
||||
msgstr "Exemplos"
|
||||
|
||||
#: ../../Behavioral/Specification/README.rst:15
|
||||
msgid "`RulerZ <https://github.com/K-Phoen/rulerz>`__"
|
||||
msgstr ""
|
||||
msgstr "`RulerZ <https://github.com/K-Phoen/rulerz>`__"
|
||||
|
||||
#: ../../Behavioral/Specification/README.rst:18
|
||||
msgid "UML Diagram"
|
||||
msgstr ""
|
||||
msgstr "Diagrama UML"
|
||||
|
||||
#: ../../Behavioral/Specification/README.rst:25
|
||||
msgid "Code"
|
||||
msgstr ""
|
||||
msgstr "Código"
|
||||
|
||||
#: ../../Behavioral/Specification/README.rst:27
|
||||
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
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
msgstr "Teste"
|
||||
|
Reference in New Issue
Block a user