mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-11 09:24:01 +02:00
Updated README.po of Factory Method
Factory Method 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-21 11:09-0300\n"
|
"PO-Revision-Date: 2019-04-10 14:20-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,15 +23,15 @@ msgstr "Objetivo"
|
|||||||
#: ../../Creational/FactoryMethod/README.rst:7
|
#: ../../Creational/FactoryMethod/README.rst:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"The good point over the SimpleFactory is you can subclass it to implement "
|
"The good point over the SimpleFactory is you can subclass it to implement "
|
||||||
"different ways to create objects"
|
"different ways to create objects."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"O ponto positivo em relação ao SimpleFactory é que pode-se extender sua implementação "
|
"O ponto positivo em relação ao SimpleFactory é que pode-se extender sua implementação "
|
||||||
"de diferentes maneiras para a criação de objetos."
|
"de diferentes maneiras para a criação de objetos."
|
||||||
|
|
||||||
#: ../../Creational/FactoryMethod/README.rst:10
|
#: ../../Creational/FactoryMethod/README.rst:10
|
||||||
msgid "For simple case, this abstract class could be just an interface"
|
msgid "For simple cases, this abstract class could be just an interface."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Para um caso simples, esta classe abstrata pode ser apenas uma interface"
|
"Para casos simples, esta classe abstrata pode ser apenas uma interface."
|
||||||
|
|
||||||
#: ../../Creational/FactoryMethod/README.rst:12
|
#: ../../Creational/FactoryMethod/README.rst:12
|
||||||
msgid ""
|
msgid ""
|
||||||
|
Reference in New Issue
Block a user