mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-03 03:32:49 +02:00
# msgid "" msgstr "" "Project-Id-Version: DesignPatternsPHP 1.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-03-13 12:18+0200\n" "Last-Translator: didacus <diequito93@gmail.com>\n" "Language-Team: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: it\n" "Language-Team: \n" #: ../../Creational/README.rst:2 msgid "`Creational`__" msgstr "`Creazionali`__" #: ../../Creational/README.rst:4 msgid "" "In software engineering, creational design patterns are design patterns that " "deal with object creation mechanisms, trying to create objects in a manner " "suitable to the situation. The basic form of object creation could result in " "design problems or added complexity to the design. Creational design " "patterns solve this problem by somehow controlling this object creation." msgstr "" "In ingegneria del software, un design pattern creazionale si occupa della creazione " "di oggetti in base al contesto. Quando si crea un oggetto con tecniche basilari," "si può incorrere nell'aumento della complessità del design. I pattern creazionali " "risolvono questo problema controllando in qualche modo la creazione di questo oggetto."