mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-05-05 14:09:40 +02:00
Correct Spanish translation for AbstractFactory
This commit is contained in:
parent
7c0b7ece07
commit
e9717e4248
@ -18,14 +18,14 @@ msgstr "`Factoría Abstracta`__"
|
||||
|
||||
#: ../../Creational/AbstractFactory/README.rst:5
|
||||
msgid "Purpose"
|
||||
msgstr "Proposito"
|
||||
msgstr "Propósito"
|
||||
|
||||
#: ../../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."
|
||||
"objects are created, it just knows how they go together."
|
||||
msgstr ""
|
||||
"Para crear una serie de objetos relacionados o dependientes sin especificar "
|
||||
"a qué clase concreta pertenecen. Normalmente las clases creadas implementan "
|
||||
|
@ -26,7 +26,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."
|
||||
"objects are created, it just knows how they go together."
|
||||
msgstr ""
|
||||
"Crear series de objetos relacionados o dependientes sin especificar su "
|
||||
"clase concreta. Usualmente todas clases creadas implementan la misma "
|
||||
|
Loading…
x
Reference in New Issue
Block a user