mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-09 06:11:05 +02:00
[modify] add locale/ja
This commit is contained in:
78
locale/ja/LC_MESSAGES/Structural/Bridge/README.po
Normal file
78
locale/ja/LC_MESSAGES/Structural/Bridge/README.po
Normal file
@@ -0,0 +1,78 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) 2011-2019, Dominik Liebler and contributors
|
||||
# This file is distributed under the same license as the DesignPatternsPHP
|
||||
# package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, 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: FULL NAME <EMAIL@ADDRESS>\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"
|
||||
|
||||
#: ../../Structural/Bridge/README.rst:2
|
||||
msgid "`Bridge`__"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/Bridge/README.rst:5
|
||||
msgid "Purpose"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/Bridge/README.rst:7
|
||||
msgid ""
|
||||
"Decouple an abstraction from its implementation so that the two can vary "
|
||||
"independently."
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/Bridge/README.rst:11
|
||||
msgid "UML Diagram"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/Bridge/README.rst:18
|
||||
msgid "Code"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/Bridge/README.rst:20
|
||||
msgid "You can also find this code on `GitHub`_"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/Bridge/README.rst:22
|
||||
msgid "Formatter.php"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/Bridge/README.rst:28
|
||||
msgid "PlainTextFormatter.php"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/Bridge/README.rst:34
|
||||
msgid "HtmlFormatter.php"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/Bridge/README.rst:40
|
||||
msgid "Service.php"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/Bridge/README.rst:46
|
||||
msgid "HelloWorldService.php"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/Bridge/README.rst:52
|
||||
msgid "PingService.php"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/Bridge/README.rst:59
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
|
||||
#: ../../Structural/Bridge/README.rst:61
|
||||
msgid "Tests/BridgeTest.php"
|
||||
msgstr ""
|
||||
|
Reference in New Issue
Block a user