From 0cead18424c694780f748cbfd38d29f49b54292a Mon Sep 17 00:00:00 2001 From: autoload Date: Mon, 1 Nov 2021 21:36:29 -0700 Subject: [PATCH] docs: add Chinese translation of Command Pattern --- .../zh_CN/LC_MESSAGES/Behavioral/Command/README.po | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/locale/zh_CN/LC_MESSAGES/Behavioral/Command/README.po b/locale/zh_CN/LC_MESSAGES/Behavioral/Command/README.po index 5ef1c70..016914e 100644 --- a/locale/zh_CN/LC_MESSAGES/Behavioral/Command/README.po +++ b/locale/zh_CN/LC_MESSAGES/Behavioral/Command/README.po @@ -47,13 +47,15 @@ msgstr "" #: ../../Behavioral/Command/README.rst:21 msgid "Examples" -msgstr "" +msgstr "例子" #: ../../Behavioral/Command/README.rst:23 msgid "" "A text editor : all events are Command which can be undone, stacked and " "saved." msgstr "" +"文本编辑器:所有事件都可以撤销、堆放、保存的" +"命令。" #: ../../Behavioral/Command/README.rst:27 msgid "" @@ -61,19 +63,21 @@ msgid "" "\"modules\", each of these can be implemented with the Command pattern (e.g." " vagrant)" msgstr "" +"大型CLI工具使用子命令来分发各种任务,并将它们打包到【模块】," +"每个模块都可以用命令行模式实现例如【vagrant】。" #: ../../Behavioral/Command/README.rst:32 msgid "UML Diagram" -msgstr "" +msgstr "UML 图" #: ../../Behavioral/Command/README.rst:39 msgid "Code" -msgstr "" +msgstr "代码" #: ../../Behavioral/Command/README.rst:41 msgid "You can also find this code on `GitHub`_" -msgstr "" +msgstr "在 `GitHub`_ 上查看代码" #: ../../Behavioral/Command/README.rst:68 msgid "Test" -msgstr "" +msgstr "测试"