mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-02 21:17:29 +02:00
Merge pull request #391 from tanden/feature/add_translate_Japanese_2
add translation in Japanese 2
This commit is contained in:
@@ -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,15 +20,15 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../../Creational/SimpleFactory/README.rst:2
|
#: ../../Creational/SimpleFactory/README.rst:2
|
||||||
msgid "Simple Factory"
|
msgid "Simple Factory"
|
||||||
msgstr ""
|
msgstr "Simple Factory パターン"
|
||||||
|
|
||||||
#: ../../Creational/SimpleFactory/README.rst:5
|
#: ../../Creational/SimpleFactory/README.rst:5
|
||||||
msgid "Purpose"
|
msgid "Purpose"
|
||||||
msgstr ""
|
msgstr "目的"
|
||||||
|
|
||||||
#: ../../Creational/SimpleFactory/README.rst:7
|
#: ../../Creational/SimpleFactory/README.rst:7
|
||||||
msgid "SimpleFactory is a simple factory pattern."
|
msgid "SimpleFactory is a simple factory pattern."
|
||||||
msgstr ""
|
msgstr "SimpleFactoryは単純な形のFactory パターンです。"
|
||||||
|
|
||||||
#: ../../Creational/SimpleFactory/README.rst:9
|
#: ../../Creational/SimpleFactory/README.rst:9
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -37,18 +37,22 @@ msgid ""
|
|||||||
"subclass it and you can mock it. It always should be preferred over a "
|
"subclass it and you can mock it. It always should be preferred over a "
|
||||||
"static factory!"
|
"static factory!"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"静的(static)ではないので、Static Factory パターンとは異なります。"
|
||||||
|
"したがって、パラメーターが異なる複数のインスタンス(factory)を持つことができますし、"
|
||||||
|
"サブクラス化したり、モック化したりできます。Static Factory パターンよりも"
|
||||||
|
"常に優先的に使用すべきと言えます!"
|
||||||
|
|
||||||
#: ../../Creational/SimpleFactory/README.rst:14
|
#: ../../Creational/SimpleFactory/README.rst:14
|
||||||
msgid "UML Diagram"
|
msgid "UML Diagram"
|
||||||
msgstr ""
|
msgstr "クラス図"
|
||||||
|
|
||||||
#: ../../Creational/SimpleFactory/README.rst:21
|
#: ../../Creational/SimpleFactory/README.rst:21
|
||||||
msgid "Code"
|
msgid "Code"
|
||||||
msgstr ""
|
msgstr "サンプルコード"
|
||||||
|
|
||||||
#: ../../Creational/SimpleFactory/README.rst:23
|
#: ../../Creational/SimpleFactory/README.rst:23
|
||||||
msgid "You can also find this code on `GitHub`_"
|
msgid "You can also find this code on `GitHub`_"
|
||||||
msgstr ""
|
msgstr "サンプルコードは `GitHub`_ でも確認することができます。"
|
||||||
|
|
||||||
#: ../../Creational/SimpleFactory/README.rst:25
|
#: ../../Creational/SimpleFactory/README.rst:25
|
||||||
msgid "SimpleFactory.php"
|
msgid "SimpleFactory.php"
|
||||||
@@ -64,7 +68,7 @@ msgstr ""
|
|||||||
|
|
||||||
#: ../../Creational/SimpleFactory/README.rst:48
|
#: ../../Creational/SimpleFactory/README.rst:48
|
||||||
msgid "Test"
|
msgid "Test"
|
||||||
msgstr ""
|
msgstr "テスト"
|
||||||
|
|
||||||
#: ../../Creational/SimpleFactory/README.rst:50
|
#: ../../Creational/SimpleFactory/README.rst:50
|
||||||
msgid "Tests/SimpleFactoryTest.php"
|
msgid "Tests/SimpleFactoryTest.php"
|
||||||
|
Reference in New Issue
Block a user