mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-31 12:10:10 +02:00
39 lines
1.7 KiB
Plaintext
39 lines
1.7 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) 2011-2020, Dominik Liebler and contributors
|
|
# This file is distributed under the same license as the DesignPatternsPHP
|
|
# package.
|
|
# Sumita Takaki <sumita.takaki@gmail.com>, 2020.
|
|
#
|
|
#, fuzzy
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2020-05-04 00:50+0900\n"
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
"Last-Translator: Sumita Takaki <sumita.takaki@gmail.com>\n"
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=utf-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Generated-By: Babel 2.8.0\n"
|
|
|
|
#: ../../Creational/README.rst:2
|
|
msgid "`Creational`__"
|
|
msgstr "`生成に関するパターン`__"
|
|
|
|
#: ../../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 ""
|
|
"ソフトウェアエンジニアリングにおいて、生成に関するパターンは、"
|
|
"オブジェクトの生成メカニズムを扱うデザインパターンであり、状況に適した方法でオブジェクトを生成するためのものです。"
|
|
"原始的な方法でのオブジェクトの生成は、設計に問題を引き起こしたり、複雑にする可能性があります。"
|
|
"生成に関するデザインパターンは、オブジェクトの生成をいずれかの方法でコントロールすることによってこの問題を解決します。"
|
|
|