Skip to content

Commit 032b041

Browse files
committed
docs: add Chinese translation of Memento Pattern
1 parent 0b165c0 commit 032b041

File tree

1 file changed

+4
-4
lines changed
  • locale/zh_CN/LC_MESSAGES/Behavioral/Memento

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ msgstr "目的"
2828

2929
#: ../../Behavioral/Memento/README.rst:7
3030
msgid ""
31-
"It provides the ability to restore an object to it's previous state (undo"
32-
" via rollback) or to gain access to state of the object, without "
33-
"revealing it's implementation (i.e., the object is not required to have a"
34-
" functional for return the current state)."
31+
"It provides the ability to restore an object to it's previous state (undo "
32+
"via rollback) or to gain access to state of the object, without revealing "
33+
"it's implementation (i.e., the object is not required to have a function "
34+
"to return the current state)."
3535
msgstr ""
3636
"它提供了将对象恢复到之前状态(通过回滚撤销)或访问对象状态的能力,"
3737
"而不需要揭示它的实现(对象不需要具有返回当前状态的函数)。"

0 commit comments

Comments
 (0)