mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-07-17 13:21:17 +02:00
Merge pull request #507 from smithalex/main
Fix mismatched string references for russian l10n. Translate NULL-object examples
This commit is contained in:
@@ -55,7 +55,7 @@ msgstr "Примеры"
|
|||||||
|
|
||||||
#: ../../Behavioral/Command/README.rst:23
|
#: ../../Behavioral/Command/README.rst:23
|
||||||
msgid ""
|
msgid ""
|
||||||
"A text editor : all events are Command which can be undone, stacked and "
|
"A text editor : all events are commands which can be undone, stacked and "
|
||||||
"saved."
|
"saved."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"текстовый редактор: все события являются Командами, которые могут быть "
|
"текстовый редактор: все события являются Командами, которые могут быть "
|
||||||
|
@@ -61,15 +61,15 @@ msgstr "Примеры"
|
|||||||
|
|
||||||
#: ../../Behavioral/NullObject/README.rst:24
|
#: ../../Behavioral/NullObject/README.rst:24
|
||||||
msgid "Null logger or null output to preserve a standard way of interaction between objects, even if the shouldn't do anything"
|
msgid "Null logger or null output to preserve a standard way of interaction between objects, even if the shouldn't do anything"
|
||||||
msgstr ""
|
msgstr "Объекты Null-логгер или Null-вывод поддерживают стандартный вид взаимодействий между объектами, даже если они ничего не делают"
|
||||||
|
|
||||||
#: ../../Behavioral/NullObject/README.rst:26
|
#: ../../Behavioral/NullObject/README.rst:26
|
||||||
msgid "null handler in a Chain of Responsibilities pattern"
|
msgid "null handler in a Chain of Responsibilities pattern"
|
||||||
msgstr "null handler in a Chain of Responsibilities pattern"
|
msgstr "Null-обработчик в шаблоне Цепочка Обязанностей (Chain of Responsibilities)"
|
||||||
|
|
||||||
#: ../../Behavioral/NullObject/README.rst:27
|
#: ../../Behavioral/NullObject/README.rst:27
|
||||||
msgid "null command in a Command pattern"
|
msgid "null command in a Command pattern"
|
||||||
msgstr "null command in a Command pattern"
|
msgstr "Null-команда в шаблоне Команда (Command)"
|
||||||
|
|
||||||
#: ../../Behavioral/NullObject/README.rst:30
|
#: ../../Behavioral/NullObject/README.rst:30
|
||||||
msgid "UML Diagram"
|
msgid "UML Diagram"
|
||||||
|
@@ -26,7 +26,7 @@ msgid ""
|
|||||||
"To create series of related or dependent objects without specifying their "
|
"To create series of related or dependent objects without specifying their "
|
||||||
"concrete classes. Usually the created classes all implement the same "
|
"concrete classes. Usually the created classes all implement the same "
|
||||||
"interface. The client of the abstract factory does not care about how these "
|
"interface. The client of the abstract factory does not care about how these "
|
||||||
"objects are created, he just knows how they go together."
|
"objects are created, it just knows how they go together."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Создать ряд связанных или зависимых объектов без указания их конкретных "
|
"Создать ряд связанных или зависимых объектов без указания их конкретных "
|
||||||
"классов. Обычно создаваемые классы стремятся реализовать один и тот же "
|
"классов. Обычно создаваемые классы стремятся реализовать один и тот же "
|
||||||
|
@@ -23,8 +23,8 @@ msgstr "Назначение"
|
|||||||
|
|
||||||
#: ../../Structural/Facade/README.rst:7
|
#: ../../Structural/Facade/README.rst:7
|
||||||
msgid ""
|
msgid ""
|
||||||
"The primary goal of a Facade Pattern is not to avoid you having to read the"
|
"The primary goal of a Facade Pattern is not to avoid you having to read the "
|
||||||
"manual of a complex API. It's only a side-effect. The first goal is to"
|
"manual of a complex API. It's only a side-effect. The first goal is to "
|
||||||
"reduce coupling and follow the Law of Demeter."
|
"reduce coupling and follow the Law of Demeter."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Основная цель паттерна Фасад заключается не в том, чтобы помешать вам "
|
"Основная цель паттерна Фасад заключается не в том, чтобы помешать вам "
|
||||||
|
Reference in New Issue
Block a user