Skip to content

Commit 872ff5c

Browse files
Texts translations in Mediator page
Mediator pattern page
1 parent ba0d285 commit 872ff5c

File tree

1 file changed

+16
-9
lines changed
  • locale/pt_BR/LC_MESSAGES/Behavioral/Mediator

1 file changed

+16
-9
lines changed

locale/pt_BR/LC_MESSAGES/Behavioral/Mediator/README.po

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,47 +4,54 @@ msgstr ""
44
"Project-Id-Version: DesignPatternsPHP 1.0\n"
55
"Report-Msgid-Bugs-To: \n"
66
"POT-Creation-Date: 2015-05-29 12:18+0200\n"
7-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
8-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9-
"Language-Team: LANGUAGE <LL@li.org>\n"
7+
"PO-Revision-Date: 2019-02-26 10:21-0300\n"
8+
"Last-Translator: Pablo Juan Garcia <contato@pablogarcia.com.br>\n"
109
"MIME-Version: 1.0\n"
1110
"Content-Type: text/plain; charset=UTF-8\n"
1211
"Content-Transfer-Encoding: 8bit\n"
12+
"Language: pt_BR\n"
1313

1414
#: ../../Behavioral/Mediator/README.rst:2
1515
msgid "`Mediator`__"
16-
msgstr ""
16+
msgstr "`Mediator (Mediador)`__"
1717

1818
#: ../../Behavioral/Mediator/README.rst:5
1919
msgid "Purpose"
20-
msgstr ""
20+
msgstr "Objetivo"
2121

2222
#: ../../Behavioral/Mediator/README.rst:7
2323
msgid ""
2424
"This pattern provides an easy way to decouple many components working "
2525
"together. It is a good alternative to Observer IF you have a \"central "
2626
"intelligence\", like a controller (but not in the sense of the MVC)."
2727
msgstr ""
28+
"Este padrão provê uma forma fácil para desacoplar muitos componentes trabalhando "
29+
"juntos. Ele é uma boa alternativa ao Observer SE você tem uma \"inteligência "
30+
"central\", como um controlador (mas não no sentido do MVC)."
2831

2932
#: ../../Behavioral/Mediator/README.rst:11
3033
msgid ""
3134
"All components (called Colleague) are only coupled to the MediatorInterface "
3235
"and it is a good thing because in OOP, one good friend is better than many. "
3336
"This is the key-feature of this pattern."
3437
msgstr ""
38+
"Todos componentes (chamados Colleague - em inglês, Colega) são acoplados "
39+
"apenas ao MediatorInterface e é uma coisa boa porque, em POO (Programação "
40+
"Orientada a Objetos), uma boa amiga é melhor que muitas. Esta é a "
41+
"característica-chave deste padrão."
3542

3643
#: ../../Behavioral/Mediator/README.rst:16
3744
msgid "UML Diagram"
38-
msgstr ""
45+
msgstr "Diagrama UML"
3946

4047
#: ../../Behavioral/Mediator/README.rst:23
4148
msgid "Code"
42-
msgstr ""
49+
msgstr "Código"
4350

4451
#: ../../Behavioral/Mediator/README.rst:25
4552
msgid "You can also find this code on `GitHub`_"
46-
msgstr ""
53+
msgstr "Você também pode encontrar este código no `GitHub`_"
4754

4855
#: ../../Behavioral/Mediator/README.rst:64
4956
msgid "Test"
50-
msgstr ""
57+
msgstr "Teste"

0 commit comments

Comments
 (0)