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" "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/Registry/README.rst:2 #: ../../Structural/Registry/README.rst:2
msgid "`Registry`__" msgid "`Registry`__"
msgstr "" msgstr "`Registry (Registro)`__"
#: ../../Structural/Registry/README.rst:5 #: ../../Structural/Registry/README.rst:5
msgid "Purpose" msgid "Purpose"
msgstr "" msgstr "Objetivo"
#: ../../Structural/Registry/README.rst:7 #: ../../Structural/Registry/README.rst:7
msgid "" msgid ""
@@ -25,35 +25,42 @@ msgid ""
"application, is typically implemented using an abstract class with only " "application, is typically implemented using an abstract class with only "
"static methods (or using the Singleton pattern)" "static methods (or using the Singleton pattern)"
msgstr "" 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 #: ../../Structural/Registry/README.rst:12
msgid "Examples" msgid "Examples"
msgstr "" msgstr "Exemplos"
#: ../../Structural/Registry/README.rst:14 #: ../../Structural/Registry/README.rst:14
msgid "" msgid ""
"Zend Framework 1: ``Zend_Registry`` holds the application's logger " "Zend Framework 1: ``Zend_Registry`` holds the application's logger "
"object, front controller etc." "object, front controller etc."
msgstr "" msgstr ""
"Zend Framework 1: ``Zend_Registry` mentém o objeto logger da aplicação, "
"front controller, etc."
#: ../../Structural/Registry/README.rst:16 #: ../../Structural/Registry/README.rst:16
msgid "" msgid ""
"Yii Framework: ``CWebApplication`` holds all the application components, " "Yii Framework: ``CWebApplication`` holds all the application components, "
"such as ``CWebUser``, ``CUrlManager``, etc." "such as ``CWebUser``, ``CUrlManager``, etc."
msgstr "" msgstr ""
"Yii Framework: ``CWebApplication`` mantém todos os componentes da aplicação, "
"como ``CWebUser``, ``CUrlManager``, etc."
#: ../../Structural/Registry/README.rst:20 #: ../../Structural/Registry/README.rst:20
msgid "UML Diagram" msgid "UML Diagram"
msgstr "" msgstr "Diagrama UML"
#: ../../Structural/Registry/README.rst:27 #: ../../Structural/Registry/README.rst:27
msgid "Code" msgid "Code"
msgstr "" msgstr "Código"
#: ../../Structural/Registry/README.rst:29 #: ../../Structural/Registry/README.rst:29
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/Registry/README.rst:38 #: ../../Structural/Registry/README.rst:38
msgid "Test" msgid "Test"
msgstr "" msgstr "Teste"