fixed translations base for Facade pattern

This commit is contained in:
Krzysztof Rewak
2019-10-07 16:20:59 +02:00
parent 8eb5b4eed2
commit 5480fe2fb0
9 changed files with 24 additions and 24 deletions

View File

@@ -21,9 +21,9 @@ msgstr "目的"
#: ../../Structural/Facade/README.rst:7
msgid ""
"The primary goal of a Facade Pattern is not to avoid you 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."
"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 ""
"外观模式的目的不是为了让你避免阅读烦人的API文档当然它有这样的作用"
"它的主要目的是为了减少耦合并且遵循得墨忒耳定律Law of Demeter"