Translated the Proxy page in Structural section

This commit is contained in:
Pablo Garcia
2019-02-07 17:17:37 -02:00
parent 151bcc48a9
commit fa2d4816d6

View File

@@ -4,28 +4,28 @@ 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 16:20-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/Proxy/README.rst:2 #: ../../Structural/Proxy/README.rst:2
msgid "`Proxy`__" msgid "`Proxy`__"
msgstr "" msgstr "`Proxy`__"
#: ../../Structural/Proxy/README.rst:5 #: ../../Structural/Proxy/README.rst:5
msgid "Purpose" msgid "Purpose"
msgstr "" msgstr "Objetivo"
#: ../../Structural/Proxy/README.rst:7 #: ../../Structural/Proxy/README.rst:7
msgid "To interface to anything that is expensive or impossible to duplicate." msgid "To interface to anything that is expensive or impossible to duplicate."
msgstr "" msgstr "Para servir de interface para qualquer coisa que é custosa ou impossível de duplicar."
#: ../../Structural/Proxy/README.rst:10 #: ../../Structural/Proxy/README.rst:10
msgid "Examples" msgid "Examples"
msgstr "" msgstr "Exemplos"
#: ../../Structural/Proxy/README.rst:12 #: ../../Structural/Proxy/README.rst:12
msgid "" msgid ""
@@ -33,19 +33,22 @@ msgid ""
"initialization) in them, while the user still works with his own entity " "initialization) in them, while the user still works with his own entity "
"classes and will never use nor touch the proxies" "classes and will never use nor touch the proxies"
msgstr "" msgstr ""
"Doctrine2 usa proxies para implementar nele a mágica do framework (p.e. lazy "
"initialization), enquanto o usuário ainda trabalha com suas próprias classes "
"de entidade e nunca usará ou tocará os proxies"
#: ../../Structural/Proxy/README.rst:17 #: ../../Structural/Proxy/README.rst:17
msgid "UML Diagram" msgid "UML Diagram"
msgstr "" msgstr "Diagrama UML"
#: ../../Structural/Proxy/README.rst:24 #: ../../Structural/Proxy/README.rst:24
msgid "Code" msgid "Code"
msgstr "" msgstr "Código"
#: ../../Structural/Proxy/README.rst:26 #: ../../Structural/Proxy/README.rst:26
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/Proxy/README.rst:41 #: ../../Structural/Proxy/README.rst:41
msgid "Test" msgid "Test"
msgstr "" msgstr "Teste"