mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-29 11:10:19 +02:00
Translate Flyweight pattern description into Russian
This commit is contained in:
@@ -11,7 +11,7 @@ msgstr ""
|
|||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2016-06-03 23:59+0200\n"
|
"POT-Creation-Date: 2016-06-03 23:59+0200\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: Nikita Strelkov <nikita.strelkov@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"
|
||||||
@@ -21,10 +21,12 @@ msgstr ""
|
|||||||
#: ../../Structural/Flyweight/README.rst:2
|
#: ../../Structural/Flyweight/README.rst:2
|
||||||
msgid "`Flyweight`__"
|
msgid "`Flyweight`__"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"`Приспособленец <https://ru.wikipedia.org/wiki/Приспособленец_(шаблон_проектирования)>`_ "
|
||||||
|
"(`Flyweight`__)"
|
||||||
|
|
||||||
#: ../../Structural/Flyweight/README.rst:5
|
#: ../../Structural/Flyweight/README.rst:5
|
||||||
msgid "Purpose"
|
msgid "Purpose"
|
||||||
msgstr ""
|
msgstr "Назначение"
|
||||||
|
|
||||||
#: ../../Structural/Flyweight/README.rst:7
|
#: ../../Structural/Flyweight/README.rst:7
|
||||||
msgid ""
|
msgid ""
|
||||||
@@ -34,36 +36,41 @@ msgid ""
|
|||||||
"external data structures and pass them to the flyweight object when "
|
"external data structures and pass them to the flyweight object when "
|
||||||
"needed."
|
"needed."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
"Для уменьшения использования памяти Приспособленец разделяет как можно "
|
||||||
|
"больше памяти между аналогичными объектами. Это необходимо, когда "
|
||||||
|
"используется большое количество объектов, состояние которых не сильно "
|
||||||
|
"отличается. Обычной практикой является хранение состояния во внешних "
|
||||||
|
"структурах и передавать их в объект-приспособленец, когда необходимо."
|
||||||
|
|
||||||
#: ../../Structural/Flyweight/README.rst:12
|
#: ../../Structural/Flyweight/README.rst:12
|
||||||
msgid "UML Diagram"
|
msgid "UML Diagram"
|
||||||
msgstr ""
|
msgstr "UML Диаграмма"
|
||||||
|
|
||||||
#: ../../Structural/Flyweight/README.rst:19
|
#: ../../Structural/Flyweight/README.rst:19
|
||||||
msgid "Code"
|
msgid "Code"
|
||||||
msgstr ""
|
msgstr "Код"
|
||||||
|
|
||||||
#: ../../Structural/Flyweight/README.rst:21
|
#: ../../Structural/Flyweight/README.rst:21
|
||||||
msgid "You can also find these code on `GitHub`_"
|
msgid "You can also find these code on `GitHub`_"
|
||||||
msgstr ""
|
msgstr "Вы можете найти этот код на `GitHub`_"
|
||||||
|
|
||||||
#: ../../Structural/Flyweight/README.rst:23
|
#: ../../Structural/Flyweight/README.rst:23
|
||||||
msgid "FlyweightInterface.php"
|
msgid "FlyweightInterface.php"
|
||||||
msgstr ""
|
msgstr "FlyweightInterface.php"
|
||||||
|
|
||||||
#: ../../Structural/Flyweight/README.rst:29
|
#: ../../Structural/Flyweight/README.rst:29
|
||||||
msgid "CharacterFlyweight.php"
|
msgid "CharacterFlyweight.php"
|
||||||
msgstr ""
|
msgstr "CharacterFlyweight.php"
|
||||||
|
|
||||||
#: ../../Structural/Flyweight/README.rst:35
|
#: ../../Structural/Flyweight/README.rst:35
|
||||||
msgid "FlyweightFactory.php"
|
msgid "FlyweightFactory.php"
|
||||||
msgstr ""
|
msgstr "FlyweightFactory.php"
|
||||||
|
|
||||||
#: ../../Structural/Flyweight/README.rst:42
|
#: ../../Structural/Flyweight/README.rst:42
|
||||||
msgid "Test"
|
msgid "Test"
|
||||||
msgstr ""
|
msgstr "Тест"
|
||||||
|
|
||||||
#: ../../Structural/Flyweight/README.rst:44
|
#: ../../Structural/Flyweight/README.rst:44
|
||||||
msgid "Tests/FlyweightTest.php"
|
msgid "Tests/FlyweightTest.php"
|
||||||
msgstr ""
|
msgstr "Tests/FlyweightTest.php"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user