Skip to content

Commit 6fc5953

Browse files
committed
Translating abstract factory to pt_br
1 parent d303b13 commit 6fc5953

File tree

1 file changed

+11
-7
lines changed
  • locale/pt_BR/LC_MESSAGES/Creational/AbstractFactory

1 file changed

+11
-7
lines changed

locale/pt_BR/LC_MESSAGES/Creational/AbstractFactory/README.po

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@ 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: 2015-06-20 12:00-0300\n"
8+
"Last-Translator: Leonam Pereira Dias <leonam.pd@gmail.com>\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
#: ../../Creational/AbstractFactory/README.rst:2
1515
msgid "`Abstract Factory`__"
1616
msgstr ""
17+
"Fábrica de abstração_ (`Abstract Factory`__)"
1718

1819
#: ../../Creational/AbstractFactory/README.rst:5
1920
msgid "Purpose"
20-
msgstr ""
21+
msgstr "Objetivo"
2122

2223
#: ../../Creational/AbstractFactory/README.rst:7
2324
msgid ""
@@ -26,18 +27,21 @@ msgid ""
2627
"interface. The client of the abstract factory does not care about how these "
2728
"objects are created, he just knows how they go together."
2829
msgstr ""
30+
"Para a criação de conjunto de objetos relacionados ou dependentes sem especificar suas "
31+
"classes concretas. O cliente da fábrica de abstração não precisa se preocupar como estes "
32+
"objetos são criados, ele só sabe obtê-los."
2933

3034
#: ../../Creational/AbstractFactory/README.rst:13
3135
msgid "UML Diagram"
32-
msgstr ""
36+
msgstr "Diagrama UML"
3337

3438
#: ../../Creational/AbstractFactory/README.rst:20
3539
msgid "Code"
36-
msgstr ""
40+
msgstr "Código"
3741

3842
#: ../../Creational/AbstractFactory/README.rst:22
3943
msgid "You can also find these code on `GitHub`_"
40-
msgstr ""
44+
msgstr "Você pode encontrar o código no `Github`_"
4145

4246
#: ../../Creational/AbstractFactory/README.rst:24
4347
msgid "AbstractFactory.php"

0 commit comments

Comments
 (0)