refactored Factory Method pattern

This commit is contained in:
Dominik Liebler
2018-06-15 18:18:26 +02:00
parent f6d845e59e
commit bca6af02c0
27 changed files with 201 additions and 1198 deletions

View File

@@ -32,7 +32,7 @@ msgstr ""
#: ../../Creational/FactoryMethod/README.rst:12
msgid ""
"This pattern is a \"real\" Design Pattern because it achieves the "
"\"Dependency Inversion Principle\" a.k.a the \"D\" in S.O.L.I.D principles."
"Dependency Inversion principle a.k.a the \"D\" in SOLID principles."
msgstr ""
#: ../../Creational/FactoryMethod/README.rst:15

View File

@@ -39,10 +39,10 @@ msgstr ""
#: ../../Creational/FactoryMethod/README.rst:12
msgid ""
"This pattern is a \"real\" Design Pattern because it achieves the "
"\"Dependency Inversion Principle\" a.k.a the \"D\" in S.O.L.I.D principles."
"Dependency Inversion principle a.k.a the \"D\" in SOLID principles."
msgstr ""
"Dieses Muster ist ein \"echtes\" Muster, da es das \"D\" in S.O.L.I.D. "
"implementiert, das \"Dependency Inversion Prinzip\"."
"Dieses Muster ist ein \"echtes\" Muster, da es das \"D\" in SOLID "
"implementiert, das Dependency Inversion Prinzip."
#: ../../Creational/FactoryMethod/README.rst:15
msgid ""

View File

@@ -36,7 +36,7 @@ msgstr ""
#: ../../Creational/FactoryMethod/README.rst:12
msgid ""
"This pattern is a \"real\" Design Pattern because it achieves the "
"\"Dependency Inversion Principle\" a.k.a the \"D\" in S.O.L.I.D principles."
"Dependency Inversion principle a.k.a the \"D\" in SOLID principles."
msgstr ""
#: ../../Creational/FactoryMethod/README.rst:15

View File

@@ -38,7 +38,7 @@ msgstr ""
#: ../../Creational/FactoryMethod/README.rst:12
msgid ""
"This pattern is a \"real\" Design Pattern because it achieves the Dependency "
"Inversion Principle\" a.k.a the \"D\" in S.O.L.I.D principles."
"Dependency Inversion principle a.k.a the \"D\" in SOLID principles."
msgstr ""
"Este es un patrón \"real\" de diseño porque realiza el Principio de "
"Inversión de Dependencia, también conocido como la \"D\" de los principios S."

View File

@@ -35,7 +35,7 @@ msgstr ""
#: ../../Creational/FactoryMethod/README.rst:12
msgid ""
"This pattern is a \"real\" Design Pattern because it achieves the "
"\"Dependency Inversion Principle\" a.k.a the \"D\" in S.O.L.I.D principles."
"Dependency Inversion principle a.k.a the \"D\" in SOLID principles."
msgstr ""
"Ten wzorzec implementuje jedną z podstawowych zasad programowania obiektowego `SOLID <https://pl.wikipedia.org/wiki/SOLID_(programowanie_obiektowe)>`_ - \"D\" - zasadę odwrócenia zależności (ang. `Dependency inversion principle`)."

View File

@@ -35,10 +35,10 @@ msgstr ""
#: ../../Creational/FactoryMethod/README.rst:12
msgid ""
"This pattern is a \"real\" Design Pattern because it achieves the "
"\"Dependency Inversion Principle\" a.k.a the \"D\" in S.O.L.I.D principles."
"Dependency Inversion principle a.k.a the \"D\" in SOLID principles."
msgstr ""
"Este padrão é um padrão de projetos de software \"real\" já que "
"trata o \"Princípio da inversão de dependências\" o \"D\" nos princípios S.O.L.I.D"
"trata o \"Princípio da inversão de dependências\" o \"D\" nos princípios SOLID"
#: ../../Creational/FactoryMethod/README.rst:15
msgid ""

View File

@@ -37,7 +37,7 @@ msgstr ""
#: ../../Creational/FactoryMethod/README.rst:12
msgid ""
"This pattern is a \"real\" Design Pattern because it achieves the "
"\"Dependency Inversion Principle\" a.k.a the \"D\" in S.O.L.I.D principles."
"Dependency Inversion principle a.k.a the \"D\" in SOLID principles."
msgstr ""
"Этот паттерн является «настоящим» Шаблоном Проектирования, потому что он "
"следует «Принципу инверсии зависимостей\" ака \"D\" в `S.O.L.I.D <https://"

View File

@@ -35,7 +35,7 @@ msgstr "Basit bir durum için ise, bu soyut sınıf (abstract class) yanlızca b
#: ../../Creational/FactoryMethod/README.rst:12
msgid ""
"This pattern is a \"real\" Design Pattern because it achieves the "
"\"Dependency Inversion Principle\" a.k.a the \"D\" in S.O.L.I.D principles."
"Dependency Inversion principle a.k.a the \"D\" in SOLID principles."
msgstr ""
"Bu desen \"gerçek\" bir Tasarım Deseni'dir, çünkü S.O.L.I.D ilkelerinden biri olan "
"\"D\" yani \"Dependency Inversion Principle (Bağımlılık Tersinme İlkesi)\" bölümünün "

View File

@@ -34,7 +34,7 @@ msgstr ""
#: ../../Creational/FactoryMethod/README.rst:12
msgid ""
"This pattern is a \"real\" Design Pattern because it achieves the "
"\"Dependency Inversion Principle\" a.k.a the \"D\" in S.O.L.I.D principles."
"Dependency Inversion principle a.k.a the \"D\" in SOLID principles."
msgstr ""
"这个模式是一个 \"真正\" 的设计模式因为它遵循了依赖反转原则Dependency Inversion Principle 众所周知这个 \"D\" 代表了真正的面向对象程序设计。"