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)`__"
#: ../../Behavioral/ChainOfResponsibilities/README.rst:5
msgid "Purpose:"
msgstr "Objetivo:"
msgid "Purpose"
msgstr "Objetivo"
#: ../../Behavioral/ChainOfResponsibilities/README.rst:7
msgid ""
@ -30,8 +30,8 @@ msgstr ""
"e assim por diante."
#: ../../Behavioral/ChainOfResponsibilities/README.rst:12
msgid "Examples:"
msgstr "Exemplos:"
msgid "Examples"
msgstr "Exemplos"
#: ../../Behavioral/ChainOfResponsibilities/README.rst:14
msgid ""

View File

@ -27,10 +27,10 @@ msgstr "Objetivo"
#: ../../Behavioral/Memento/README.rst:7
msgid ""
"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 "
"revealing it's implementation (i.e., the object is not required to have a"
" functional for return the current state)."
"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 revealing "
"it's implementation (i.e., the object is not required to have a function "
"to return the current state)."
msgstr ""
"Ele provê a habilidade de restaurar um objeto para seu estado anterior ("
"desfazer via rollback) ou ganhar acesso ao estado do objeto sem revelar "