mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-03-14 03:10:00 +01:00
Update README.po of Abstract Factory pattern
Abstract Factory pattern in Creational section.
This commit is contained in:
parent
11743610a2
commit
138d3d7bee
@ -4,8 +4,9 @@ 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: 2015-06-20 12:00-0300\n"
|
||||
"Last-Translator: Leonam Pereira Dias <leonam.pd@gmail.com>\n"
|
||||
"PO-Revision-Date: 2019-04-10 14:10-0300\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"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
@ -22,14 +23,15 @@ msgstr "Objetivo"
|
||||
|
||||
#: ../../Creational/AbstractFactory/README.rst:7
|
||||
msgid ""
|
||||
"To create series of related or dependent objects without specifying their "
|
||||
"concrete classes. Usually the created classes all implement the same "
|
||||
"interface. The client of the abstract factory does not care about how these "
|
||||
"objects are created, he just knows how they go together."
|
||||
"To create series of related or dependent objects without specifying "
|
||||
"their concrete classes. Usually the created classes all implement the "
|
||||
"same interface. The client of the abstract factory does not care about "
|
||||
"how these objects are created, it just knows how they go together."
|
||||
msgstr ""
|
||||
"Para a criação de conjunto 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 "
|
||||
"objetos são criados, ele só sabe obtê-los."
|
||||
"Criar séries de objetos relacionados ou dependentes sem especificar suas "
|
||||
"classes concretas. Usualmente todas as classes criadas implementam a "
|
||||
"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
|
||||
msgid "UML Diagram"
|
||||
|
Loading…
x
Reference in New Issue
Block a user