Skip to content

Commit 0cead18

Browse files
committed
docs: add Chinese translation of Command Pattern
1 parent b666640 commit 0cead18

File tree

1 file changed

+9
-5
lines changed
  • locale/zh_CN/LC_MESSAGES/Behavioral/Command

1 file changed

+9
-5
lines changed

locale/zh_CN/LC_MESSAGES/Behavioral/Command/README.po

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,33 +47,37 @@ msgstr ""
4747

4848
#: ../../Behavioral/Command/README.rst:21
4949
msgid "Examples"
50-
msgstr ""
50+
msgstr "例子"
5151

5252
#: ../../Behavioral/Command/README.rst:23
5353
msgid ""
5454
"A text editor : all events are Command which can be undone, stacked and "
5555
"saved."
5656
msgstr ""
57+
"文本编辑器:所有事件都可以撤销、堆放、保存的"
58+
"命令。"
5759

5860
#: ../../Behavioral/Command/README.rst:27
5961
msgid ""
6062
"big CLI tools use subcommands to distribute various tasks and pack them in "
6163
"\"modules\", each of these can be implemented with the Command pattern (e.g."
6264
" vagrant)"
6365
msgstr ""
66+
"大型CLI工具使用子命令来分发各种任务,并将它们打包到【模块】,"
67+
"每个模块都可以用命令行模式实现例如【vagrant】。"
6468

6569
#: ../../Behavioral/Command/README.rst:32
6670
msgid "UML Diagram"
67-
msgstr ""
71+
msgstr "UML 图"
6872

6973
#: ../../Behavioral/Command/README.rst:39
7074
msgid "Code"
71-
msgstr ""
75+
msgstr "代码"
7276

7377
#: ../../Behavioral/Command/README.rst:41
7478
msgid "You can also find this code on `GitHub`_"
75-
msgstr ""
79+
msgstr "在 `GitHub`_ 上查看代码"
7680

7781
#: ../../Behavioral/Command/README.rst:68
7882
msgid "Test"
79-
msgstr ""
83+
msgstr "测试"

0 commit comments

Comments
 (0)