Skip to content

Commit e5ab579

Browse files
Translated Strategy pattern
Translated Strategy pattern in the Behavioral section.
1 parent 040d813 commit e5ab579

File tree

1 file changed

+19
-15
lines changed
  • locale/pt_BR/LC_MESSAGES/Behavioral/Strategy

1 file changed

+19
-15
lines changed

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

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,69 +4,73 @@ 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-04-12 14:30-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/Strategy/README.rst:2
1515
msgid "`Strategy`__"
16-
msgstr ""
16+
msgstr "`Estratégia`__"
1717

1818
#: ../../Behavioral/Strategy/README.rst:5
1919
msgid "Terminology:"
20-
msgstr ""
20+
msgstr "Terminologia:"
2121

2222
#: ../../Behavioral/Strategy/README.rst:7
2323
msgid "Context"
24-
msgstr ""
24+
msgstr "Contexto"
2525

2626
#: ../../Behavioral/Strategy/README.rst:8
2727
msgid "Strategy"
28-
msgstr ""
28+
msgstr "Estratégia"
2929

3030
#: ../../Behavioral/Strategy/README.rst:9
3131
msgid "Concrete Strategy"
32-
msgstr ""
32+
msgstr "Estratégia Concreta"
3333

3434
#: ../../Behavioral/Strategy/README.rst:12
3535
msgid "Purpose"
36-
msgstr ""
36+
msgstr "Objetivo"
3737

3838
#: ../../Behavioral/Strategy/README.rst:14
3939
msgid ""
4040
"To separate strategies and to enable fast switching between them. Also this "
4141
"pattern is a good alternative to inheritance (instead of having an abstract "
4242
"class that is extended)."
4343
msgstr ""
44+
"Separar estratégias e habilitar a troca rápida entre elas. Além disso, este "
45+
"padrão é uma boa alternativa à herença (ao invés de ter uma classe abstrata "
46+
"que é extendida)."
4447

4548
#: ../../Behavioral/Strategy/README.rst:19
4649
msgid "Examples"
47-
msgstr ""
50+
msgstr "Exemplos"
4851

4952
#: ../../Behavioral/Strategy/README.rst:21
5053
msgid "sorting a list of objects, one strategy by date, the other by id"
51-
msgstr ""
54+
msgstr "ordenando uma lista de objetos, uma estratégia por data, a outra por id"
5255

5356
#: ../../Behavioral/Strategy/README.rst:22
5457
msgid ""
5558
"simplify unit testing: e.g. switching between file and in-memory storage"
5659
msgstr ""
60+
"simplifica o teste unitário: p.e. alternando entre armazenamento em memória ou em arquivo"
5761

5862
#: ../../Behavioral/Strategy/README.rst:26
5963
msgid "UML Diagram"
60-
msgstr ""
64+
msgstr "Diagrama UML"
6165

6266
#: ../../Behavioral/Strategy/README.rst:33
6367
msgid "Code"
64-
msgstr ""
68+
msgstr "Código"
6569

6670
#: ../../Behavioral/Strategy/README.rst:35
6771
msgid "You can also find this code on `GitHub`_"
68-
msgstr ""
72+
msgstr "Você também pode encontrar este código no `GitHub`_"
6973

7074
#: ../../Behavioral/Strategy/README.rst:62
7175
msgid "Test"
72-
msgstr ""
76+
msgstr "Teste"

0 commit comments

Comments
 (0)