mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-28 18:50:11 +02:00
[translate] AbstractFactory
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
# Copyright (C) 2011-2019, Dominik Liebler and contributors
|
# Copyright (C) 2011-2019, Dominik Liebler and contributors
|
||||||
# This file is distributed under the same license as the DesignPatternsPHP
|
# This file is distributed under the same license as the DesignPatternsPHP
|
||||||
# package.
|
# package.
|
||||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 2020.
|
# Sumita Takaki <sumita.takaki@gmail.com>, 2020.
|
||||||
#
|
#
|
||||||
#, fuzzy
|
#, fuzzy
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -11,7 +11,7 @@ msgstr ""
|
|||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-05-04 00:50+0900\n"
|
"POT-Creation-Date: 2020-05-04 00:50+0900\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
"Last-Translator: Sumita Takaki <sumita.takaki@gmail.com>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
"MIME-Version: 1.0\n"
|
"MIME-Version: 1.0\n"
|
||||||
"Content-Type: text/plain; charset=utf-8\n"
|
"Content-Type: text/plain; charset=utf-8\n"
|
||||||
@@ -20,11 +20,11 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../../Creational/AbstractFactory/README.rst:2
|
#: ../../Creational/AbstractFactory/README.rst:2
|
||||||
msgid "`Abstract Factory`__"
|
msgid "`Abstract Factory`__"
|
||||||
msgstr ""
|
msgstr "`Abstract Factoryパターン`__"
|
||||||
|
|
||||||
#: ../../Creational/AbstractFactory/README.rst:5
|
#: ../../Creational/AbstractFactory/README.rst:5
|
||||||
msgid "Purpose"
|
msgid "Purpose"
|
||||||
msgstr ""
|
msgstr "目的"
|
||||||
|
|
||||||
#: ../../Creational/AbstractFactory/README.rst:7
|
#: ../../Creational/AbstractFactory/README.rst:7
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -33,18 +33,22 @@ msgid ""
|
|||||||
"interface. The client of the abstract factory does not care about how "
|
"interface. The client of the abstract factory does not care about how "
|
||||||
"these objects are created, it just knows how they go together."
|
"these objects are created, it just knows how they go together."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"具体的なクラスを指定せずに、互いに関連・依存し合う一連のオブジェクト郡を生成します。"
|
||||||
|
"一般に、生成された全てのクラスは同じインターフェースを実装します。"
|
||||||
|
"AbstractFactoryクラスを利用するClientクラスは、これらのオブジェクト郡がどのように連携するかについては知っていますが、"
|
||||||
|
"どのように生成されたかについて把握する必要はありません。"
|
||||||
|
|
||||||
#: ../../Creational/AbstractFactory/README.rst:13
|
#: ../../Creational/AbstractFactory/README.rst:13
|
||||||
msgid "UML Diagram"
|
msgid "UML Diagram"
|
||||||
msgstr ""
|
msgstr "クラス図"
|
||||||
|
|
||||||
#: ../../Creational/AbstractFactory/README.rst:20
|
#: ../../Creational/AbstractFactory/README.rst:20
|
||||||
msgid "Code"
|
msgid "Code"
|
||||||
msgstr ""
|
msgstr "サンプルコード"
|
||||||
|
|
||||||
#: ../../Creational/AbstractFactory/README.rst:22
|
#: ../../Creational/AbstractFactory/README.rst:22
|
||||||
msgid "You can also find this code on `GitHub`_"
|
msgid "You can also find this code on `GitHub`_"
|
||||||
msgstr ""
|
msgstr "サンプルコードは `GitHub`_ でも確認することができます。"
|
||||||
|
|
||||||
#: ../../Creational/AbstractFactory/README.rst:24
|
#: ../../Creational/AbstractFactory/README.rst:24
|
||||||
msgid "WriterFactory.php"
|
msgid "WriterFactory.php"
|
||||||
@@ -84,7 +88,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../../Creational/AbstractFactory/README.rst:79
|
#: ../../Creational/AbstractFactory/README.rst:79
|
||||||
msgid "Test"
|
msgid "Test"
|
||||||
msgstr ""
|
msgstr "テスト"
|
||||||
|
|
||||||
#: ../../Creational/AbstractFactory/README.rst:81
|
#: ../../Creational/AbstractFactory/README.rst:81
|
||||||
msgid "Tests/AbstractFactoryTest.php"
|
msgid "Tests/AbstractFactoryTest.php"
|
||||||
|
Reference in New Issue
Block a user