From dc82511d58349b1033c9f7634573c58e7defc027 Mon Sep 17 00:00:00 2001 From: autoload Date: Sun, 31 Oct 2021 10:33:20 -0700 Subject: [PATCH] docs: add Translation to Chinese --- locale/zh_CN/LC_MESSAGES/Behavioral/README.po | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/locale/zh_CN/LC_MESSAGES/Behavioral/README.po b/locale/zh_CN/LC_MESSAGES/Behavioral/README.po index 93ebd7c..dd81900 100644 --- a/locale/zh_CN/LC_MESSAGES/Behavioral/README.po +++ b/locale/zh_CN/LC_MESSAGES/Behavioral/README.po @@ -13,7 +13,7 @@ msgstr "" #: ../../Behavioral/README.rst:2 msgid "`Behavioral`__" -msgstr "" +msgstr "`行为型设计模式`__" #: ../../Behavioral/README.rst:4 msgid "" @@ -22,3 +22,5 @@ msgid "" "patterns. By doing so, these patterns increase flexibility in carrying out " "this communication." msgstr "" +"在软件工程中,行为设计模式是识别对象之间的通用通信模式并实现这些模式的设计模式。" +"通过这样做,这些模式增加了执行这种通信的灵活性。"