Small adjustments

Adjustments in Behavioral already translated pages.
This commit is contained in:
PabloGarciaComBR 2019-04-11 12:34:12 -03:00
parent 123dd8a819
commit 6827888f0a
2 changed files with 8 additions and 8 deletions

View File

@ -16,8 +16,8 @@ msgid "`Chain Of Responsibilities`__"
msgstr "`Cadeia de Responsabilidades (Chain Of Responsibilities)`__" msgstr "`Cadeia de Responsabilidades (Chain Of Responsibilities)`__"
#: ../../Behavioral/ChainOfResponsibilities/README.rst:5 #: ../../Behavioral/ChainOfResponsibilities/README.rst:5
msgid "Purpose:" msgid "Purpose"
msgstr "Objetivo:" msgstr "Objetivo"
#: ../../Behavioral/ChainOfResponsibilities/README.rst:7 #: ../../Behavioral/ChainOfResponsibilities/README.rst:7
msgid "" msgid ""
@ -30,8 +30,8 @@ msgstr ""
"e assim por diante." "e assim por diante."
#: ../../Behavioral/ChainOfResponsibilities/README.rst:12 #: ../../Behavioral/ChainOfResponsibilities/README.rst:12
msgid "Examples:" msgid "Examples"
msgstr "Exemplos:" msgstr "Exemplos"
#: ../../Behavioral/ChainOfResponsibilities/README.rst:14 #: ../../Behavioral/ChainOfResponsibilities/README.rst:14
msgid "" msgid ""

View File

@ -27,10 +27,10 @@ msgstr "Objetivo"
#: ../../Behavioral/Memento/README.rst:7 #: ../../Behavioral/Memento/README.rst:7
msgid "" msgid ""
"It provides the ability to restore an object to it's previous state (undo" "It provides the ability to restore an object to it's previous state (undo "
" via rollback) or to gain access to state of the object, without " "via rollback) or to gain access to state of the object, without revealing "
"revealing it's implementation (i.e., the object is not required to have a" "it's implementation (i.e., the object is not required to have a function "
" functional for return the current state)." "to return the current state)."
msgstr "" msgstr ""
"Ele provê a habilidade de restaurar um objeto para seu estado anterior (" "Ele provê a habilidade de restaurar um objeto para seu estado anterior ("
"desfazer via rollback) ou ganhar acesso ao estado do objeto sem revelar " "desfazer via rollback) ou ganhar acesso ao estado do objeto sem revelar "