Translated Registry page in Structural section

This commit is contained in:
Pablo Garcia
2019-02-07 17:29:40 -02:00
parent fa2d4816d6
commit 56bc666730

View File

@@ -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-02-07 16:20-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"
#: ../../Structural/Registry/README.rst:2
msgid "`Registry`__"
msgstr ""
msgstr "`Registry (Registro)`__"
#: ../../Structural/Registry/README.rst:5
msgid "Purpose"
msgstr ""
msgstr "Objetivo"
#: ../../Structural/Registry/README.rst:7
msgid ""
@@ -25,35 +25,42 @@ msgid ""
"application, is typically implemented using an abstract class with only "
"static methods (or using the Singleton pattern)"
msgstr ""
"Para implementar um armazenamento centralizado para objetos frequentemente usados em "
"toda a aplicação, é tipicamente implementado usando uma classe abstrata com apenas "
"métodos estáticos (ou usando o padrão Singleton)"
#: ../../Structural/Registry/README.rst:12
msgid "Examples"
msgstr ""
msgstr "Exemplos"
#: ../../Structural/Registry/README.rst:14
msgid ""
"Zend Framework 1: ``Zend_Registry`` holds the application's logger "
"object, front controller etc."
msgstr ""
"Zend Framework 1: ``Zend_Registry` mentém o objeto logger da aplicação, "
"front controller, etc."
#: ../../Structural/Registry/README.rst:16
msgid ""
"Yii Framework: ``CWebApplication`` holds all the application components, "
"such as ``CWebUser``, ``CUrlManager``, etc."
msgstr ""
"Yii Framework: ``CWebApplication`` mantém todos os componentes da aplicação, "
"como ``CWebUser``, ``CUrlManager``, etc."
#: ../../Structural/Registry/README.rst:20
msgid "UML Diagram"
msgstr ""
msgstr "Diagrama UML"
#: ../../Structural/Registry/README.rst:27
msgid "Code"
msgstr ""
msgstr "Código"
#: ../../Structural/Registry/README.rst:29
msgid "You can also find this code on `GitHub`_"
msgstr ""
msgstr "Você também pode encontrar este código no `GitHub`_"
#: ../../Structural/Registry/README.rst:38
msgid "Test"
msgstr ""
msgstr "Teste"