File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
locale/zh_CN/LC_MESSAGES/Behavioral/Command Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -47,33 +47,37 @@ msgstr ""
47
47
48
48
#: ../../Behavioral/Command/README.rst:21
49
49
msgid "Examples"
50
- msgstr ""
50
+ msgstr "例子 "
51
51
52
52
#: ../../Behavioral/Command/README.rst:23
53
53
msgid ""
54
54
"A text editor : all events are Command which can be undone, stacked and "
55
55
"saved."
56
56
msgstr ""
57
+ "文本编辑器:所有事件都可以撤销、堆放、保存的"
58
+ "命令。"
57
59
58
60
#: ../../Behavioral/Command/README.rst:27
59
61
msgid ""
60
62
"big CLI tools use subcommands to distribute various tasks and pack them in "
61
63
"\" modules\" , each of these can be implemented with the Command pattern (e.g."
62
64
" vagrant)"
63
65
msgstr ""
66
+ "大型CLI工具使用子命令来分发各种任务,并将它们打包到【模块】,"
67
+ "每个模块都可以用命令行模式实现例如【vagrant】。"
64
68
65
69
#: ../../Behavioral/Command/README.rst:32
66
70
msgid "UML Diagram"
67
- msgstr ""
71
+ msgstr "UML 图 "
68
72
69
73
#: ../../Behavioral/Command/README.rst:39
70
74
msgid "Code"
71
- msgstr ""
75
+ msgstr "代码 "
72
76
73
77
#: ../../Behavioral/Command/README.rst:41
74
78
msgid "You can also find this code on `GitHub`_"
75
- msgstr ""
79
+ msgstr "在 `GitHub`_ 上查看代码 "
76
80
77
81
#: ../../Behavioral/Command/README.rst:68
78
82
msgid "Test"
79
- msgstr ""
83
+ msgstr "测试 "
You can’t perform that action at this time.
0 commit comments