mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-24 00:31:15 +02:00
Update README.po of Abstract Factory pattern
Abstract Factory pattern in Creational section.
This commit is contained in:
@@ -4,8 +4,9 @@ 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: 2015-06-20 12:00-0300\n"
|
"PO-Revision-Date: 2019-04-10 14:10-0300\n"
|
||||||
"Last-Translator: Leonam Pereira Dias <leonam.pd@gmail.com>\n"
|
"Previous-Translator: Leonam Pereira Dias <leonam.pd@gmail.com>\n"
|
||||||
|
"Last-Translator: Pablo Juan Garcia <contato@pablogarcia.com.br>\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"
|
||||||
@@ -22,14 +23,15 @@ msgstr "Objetivo"
|
|||||||
|
|
||||||
#: ../../Creational/AbstractFactory/README.rst:7
|
#: ../../Creational/AbstractFactory/README.rst:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"To create series of related or dependent objects without specifying their "
|
"To create series of related or dependent objects without specifying "
|
||||||
"concrete classes. Usually the created classes all implement the same "
|
"their concrete classes. Usually the created classes all implement the "
|
||||||
"interface. The client of the abstract factory does not care about how these "
|
"same interface. The client of the abstract factory does not care about "
|
||||||
"objects are created, he just knows how they go together."
|
"how these objects are created, it just knows how they go together."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Para a criação de conjunto de objetos relacionados ou dependentes sem especificar suas "
|
"Criar séries de objetos relacionados ou dependentes sem especificar suas "
|
||||||
"classes concretas. O cliente da fábrica de abstração não precisa se preocupar como estes "
|
"classes concretas. Usualmente todas as classes criadas implementam a "
|
||||||
"objetos são criados, ele só sabe obtê-los."
|
"mesma interface. O cliente da fábrica de abstração não precisa se preocupar "
|
||||||
|
"como estes objetos são criados, ele só sabe obtê-los."
|
||||||
|
|
||||||
#: ../../Creational/AbstractFactory/README.rst:13
|
#: ../../Creational/AbstractFactory/README.rst:13
|
||||||
msgid "UML Diagram"
|
msgid "UML Diagram"
|
||||||
|
Reference in New Issue
Block a user