File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Creational/AbstractFactory Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ msgstr "Примеры"
55
55
56
56
#: ../../Behavioral/Command/README.rst:23
57
57
msgid ""
58
- "A text editor : all events are Command which can be undone, stacked and "
58
+ "A text editor : all events are commands which can be undone, stacked and "
59
59
"saved."
60
60
msgstr ""
61
61
"текстовый редактор: все события являются Командами, которые могут быть "
Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ msgstr "Примеры"
61
61
62
62
#: ../../Behavioral/NullObject/README.rst:24
63
63
msgid "Null logger or null output to preserve a standard way of interaction between objects, even if the shouldn't do anything"
64
- msgstr ""
64
+ msgstr "Объекты Null-логгер или Null-вывод поддерживают стандартный вид взаимодействий между объектами, даже если они ничего не делают "
65
65
66
66
#: ../../Behavioral/NullObject/README.rst:26
67
67
msgid "null handler in a Chain of Responsibilities pattern"
68
- msgstr "null handler in a Chain of Responsibilities pattern "
68
+ msgstr "Null-обработчик в шаблоне Цепочка Обязанностей ( Chain of Responsibilities) "
69
69
70
70
#: ../../Behavioral/NullObject/README.rst:27
71
71
msgid "null command in a Command pattern"
72
- msgstr "null command in a Command pattern "
72
+ msgstr "Null-команда в шаблоне Команда ( Command) "
73
73
74
74
#: ../../Behavioral/NullObject/README.rst:30
75
75
msgid "UML Diagram"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ msgid ""
26
26
"To create series of related or dependent objects without specifying their "
27
27
"concrete classes. Usually the created classes all implement the same "
28
28
"interface. The client of the abstract factory does not care about how these "
29
- "objects are created, he just knows how they go together."
29
+ "objects are created, it just knows how they go together."
30
30
msgstr ""
31
31
"Создать ряд связанных или зависимых объектов без указания их конкретных "
32
32
"классов. Обычно создаваемые классы стремятся реализовать один и тот же "
Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ msgstr "Назначение"
23
23
24
24
#: ../../Structural/Facade/README.rst:7
25
25
msgid ""
26
- "The primary goal of a Facade Pattern is not to avoid you having to read the"
27
- "manual of a complex API. It's only a side-effect. The first goal is to"
26
+ "The primary goal of a Facade Pattern is not to avoid you having to read the "
27
+ "manual of a complex API. It's only a side-effect. The first goal is to "
28
28
"reduce coupling and follow the Law of Demeter."
29
29
msgstr ""
30
30
"Основная цель паттерна Фасад заключается не в том, чтобы помешать вам "
You can’t perform that action at this time.
0 commit comments