mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-09-08 22:00:46 +02:00
fixed translations base for Facade pattern
This commit is contained in:
@@ -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)"
|
||||
|
Reference in New Issue
Block a user