mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 21:17:29 +02:00
Correct Spanish translation for AbstractFactory
This commit is contained in:
@@ -18,14 +18,14 @@ msgstr "`Factoría Abstracta`__"
|
|||||||
|
|
||||||
#: ../../Creational/AbstractFactory/README.rst:5
|
#: ../../Creational/AbstractFactory/README.rst:5
|
||||||
msgid "Purpose"
|
msgid "Purpose"
|
||||||
msgstr "Proposito"
|
msgstr "Propósito"
|
||||||
|
|
||||||
#: ../../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 their "
|
||||||
"concrete classes. Usually the created classes all implement the same "
|
"concrete classes. Usually the created classes all implement the same "
|
||||||
"interface. The client of the abstract factory does not care about how these "
|
"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 ""
|
msgstr ""
|
||||||
"Para crear una serie de objetos relacionados o dependientes sin especificar "
|
"Para crear una serie de objetos relacionados o dependientes sin especificar "
|
||||||
"a qué clase concreta pertenecen. Normalmente las clases creadas implementan "
|
"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 "
|
"To create series of related or dependent objects without specifying their "
|
||||||
"concrete classes. Usually the created classes all implement the same "
|
"concrete classes. Usually the created classes all implement the same "
|
||||||
"interface. The client of the abstract factory does not care about how these "
|
"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 ""
|
msgstr ""
|
||||||
"Crear series de objetos relacionados o dependientes sin especificar su "
|
"Crear series de objetos relacionados o dependientes sin especificar su "
|
||||||
"clase concreta. Usualmente todas clases creadas implementan la misma "
|
"clase concreta. Usualmente todas clases creadas implementan la misma "
|
||||||
|
Reference in New Issue
Block a user