mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-04-22 15:31:58 +02:00
Fix mismatched string references for russian l10n. Translate NULL-object usage examples
This commit is contained in:
parent
41c623cbfe
commit
0d68af0ae8
@ -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 ""
|
||||
"текстовый редактор: все события являются Командами, которые могут быть "
|
||||
|
@ -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"
|
||||
|
@ -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 ""
|
||||
"Создать ряд связанных или зависимых объектов без указания их конкретных "
|
||||
"классов. Обычно создаваемые классы стремятся реализовать один и тот же "
|
||||
|
@ -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 ""
|
||||
"Основная цель паттерна Фасад заключается не в том, чтобы помешать вам "
|
||||
|
Loading…
x
Reference in New Issue
Block a user