mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-05-05 22:15:56 +02:00
Small adjustments
Adjustments in Behavioral already translated pages.
This commit is contained in:
parent
123dd8a819
commit
6827888f0a
@ -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 ""
|
||||||
|
@ -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 "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user