Translated Fluent Interface page in Structural section

This commit is contained in:
Pablo Garcia
2019-02-07 13:56:20 -02:00
parent 5c06f148a5
commit 75103b1683

View File

@@ -4,55 +4,57 @@ 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-02-07 13:52-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"
#: ../../Structural/FluentInterface/README.rst:2 #: ../../Structural/FluentInterface/README.rst:2
msgid "`Fluent Interface`__" msgid "`Fluent Interface`__"
msgstr "" msgstr "`Interface Fluente (Fluent Interface)`__"
#: ../../Structural/FluentInterface/README.rst:5 #: ../../Structural/FluentInterface/README.rst:5
msgid "Purpose" msgid "Purpose"
msgstr "" msgstr "Objetivo"
#: ../../Structural/FluentInterface/README.rst:7 #: ../../Structural/FluentInterface/README.rst:7
msgid "" msgid ""
"To write code that is easy readable just like sentences in a natural " "To write code that is easy readable just like sentences in a natural "
"language (like English)." "language (like English)."
msgstr "" msgstr ""
"Para escrever código que é facilmente legível como sentenças em uma linguagem "
"natural (como o Português)."
#: ../../Structural/FluentInterface/README.rst:11 #: ../../Structural/FluentInterface/README.rst:11
msgid "Examples" msgid "Examples"
msgstr "" msgstr "Exemplos"
#: ../../Structural/FluentInterface/README.rst:13 #: ../../Structural/FluentInterface/README.rst:13
msgid "Doctrine2's QueryBuilder works something like that example class below" msgid "Doctrine2's QueryBuilder works something like that example class below"
msgstr "" msgstr "O QueryBuilder do Doctrine2 funciona de alguma forma parecida com o exemplo abaixo"
#: ../../Structural/FluentInterface/README.rst:15 #: ../../Structural/FluentInterface/README.rst:15
msgid "PHPUnit uses fluent interfaces to build mock objects" msgid "PHPUnit uses fluent interfaces to build mock objects"
msgstr "" msgstr "PHPUnit usa interfaces fluentes para construir objetos simulados (mock objects)"
#: ../../Structural/FluentInterface/README.rst:16 #: ../../Structural/FluentInterface/README.rst:16
msgid "Yii Framework: CDbCommand and CActiveRecord use this pattern, too" msgid "Yii Framework: CDbCommand and CActiveRecord use this pattern, too"
msgstr "" msgstr "Yii Framework: CDbCommand e CActiveRecord usam este padrão também"
#: ../../Structural/FluentInterface/README.rst:19 #: ../../Structural/FluentInterface/README.rst:19
msgid "UML Diagram" msgid "UML Diagram"
msgstr "" msgstr "Diagrama UML"
#: ../../Structural/FluentInterface/README.rst:26 #: ../../Structural/FluentInterface/README.rst:26
msgid "Code" msgid "Code"
msgstr "" msgstr "Código"
#: ../../Structural/FluentInterface/README.rst:28 #: ../../Structural/FluentInterface/README.rst:28
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`_"
#: ../../Structural/FluentInterface/README.rst:37 #: ../../Structural/FluentInterface/README.rst:37
msgid "Test" msgid "Test"
msgstr "" msgstr "Teste"