Fix mismatched string references for russian l10n. Translate NULL-object usage examples

This commit is contained in:
Alexander Kuznetsov 2024-09-20 13:56:44 +06:00 committed by Alexander Kuznetsov
parent 41c623cbfe
commit 0d68af0ae8
4 changed files with 7 additions and 7 deletions

View File

@ -55,7 +55,7 @@ msgstr "Примеры"
#: ../../Behavioral/Command/README.rst:23
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."
msgstr ""
"текстовый редактор: все события являются Командами, которые могут быть "

View File

@ -61,15 +61,15 @@ msgstr "Примеры"
#: ../../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"
msgstr ""
msgstr "Объекты Null-логгер или Null-вывод поддерживают стандартный вид взаимодействий между объектами, даже если они ничего не делают"
#: ../../Behavioral/NullObject/README.rst:26
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
msgid "null command in a Command pattern"
msgstr "null command in a Command pattern"
msgstr "Null-команда в шаблоне Команда (Command)"
#: ../../Behavioral/NullObject/README.rst:30
msgid "UML Diagram"

View File

@ -26,7 +26,7 @@ msgid ""
"To create series of related or dependent objects without specifying their "
"concrete classes. Usually the created classes all implement the same "
"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 ""
"Создать ряд связанных или зависимых объектов без указания их конкретных "
"классов. Обычно создаваемые классы стремятся реализовать один и тот же "

View File

@ -23,8 +23,8 @@ msgstr "Назначение"
#: ../../Structural/Facade/README.rst:7
msgid ""
"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"
"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 "
"reduce coupling and follow the Law of Demeter."
msgstr ""
"Основная цель паттерна Фасад заключается не в том, чтобы помешать вам "