1
0
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:
John Hodges 2021-10-02 08:46:19 -04:00
parent 7c0b7ece07
commit e9717e4248
2 changed files with 3 additions and 3 deletions
locale
es/LC_MESSAGES/Creational/AbstractFactory
es_MX/LC_MESSAGES/Creational/AbstractFactory

@ -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 "