Merge pull request #466 from raphaeldealmeida/main

fix translate pt-br to Dependency Injection, Facade and Interpreter
This commit is contained in:
Dominik Liebler
2021-11-01 19:27:53 +01:00
committed by GitHub
3 changed files with 15 additions and 12 deletions

View File

@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: DesignPatternsPHP 1.0\n" "Project-Id-Version: DesignPatternsPHP 1.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-03-13 12:18+0200\n" "POT-Creation-Date: 2020-03-13 12:18+0200\n"
"PO-Revision-Date: 2021-10-14 17:20-0300\n" "PO-Revision-Date: 2021-10-31 18:06-0300\n"
"Last-Translator: Daniele Reis <danielesreis@outlook.com>\n" "Last-Translator: Raphael de Almeida <jaguarnet7@gmail.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
@@ -23,11 +23,11 @@ msgstr "Objetivo"
msgid "" msgid ""
"For a given language, it defines the representation of its grammar as " "For a given language, it defines the representation of its grammar as "
"\"No Terminal Expression\" and \"Terminal Expression\", " "\"No Terminal Expression\" and \"Terminal Expression\", "
"as well as an interpreter for the sentences of that language. " "as well as an interpreter for the sentences of that language."
msgstr "" msgstr ""
"Para uma dada linguagem, ele define uma representação de sua gramática através " "Para uma dada linguagem, ele define uma representação de sua gramática através de "
"de expressões \"não terminais\" (que referenciam outras expressões) ou expressões \"terminais\", " "\"Expressões não Terminais\" e \"Expressões Terminais\", "
"assim como um interpretador para as sentenças dessa linguagem. " "assim como um interpretador para as sentenças dessa linguagem."
#: ../../Behavioral/Interpreter/README.rst:12 #: ../../Behavioral/Interpreter/README.rst:12
msgid "Examples" msgid "Examples"

View File

@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: DesignPatternsPHP 1.0\n" "Project-Id-Version: DesignPatternsPHP 1.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-05-29 12:18+0200\n" "POT-Creation-Date: 2015-05-29 12:18+0200\n"
"PO-Revision-Date: 2019-01-22 15:36-0300\n" "PO-Revision-Date: 2021-10-31 18:06-0300\n"
"Last-Translator: Pablo Juan Garcia <contato@pablogarcia.com.br>\n" "Last-Translator: Raphael de Almeida <jaguarnet7@gmail.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
@@ -81,6 +81,9 @@ msgid ""
"objects via a configuration array and inject them where needed (i.e. in " "objects via a configuration array and inject them where needed (i.e. in "
"Controllers)" "Controllers)"
msgstr "" msgstr ""
"muitos frameworks já têm contêineres para ID que criam "
"objetos por meio de um array de configuração e os injetam onde necessário (ou seja, nos "
"Controladores)"
#: ../../Structural/DependencyInjection/README.rst:37 #: ../../Structural/DependencyInjection/README.rst:37
msgid "UML Diagram" msgid "UML Diagram"

View File

@@ -4,8 +4,8 @@ msgstr ""
"Project-Id-Version: DesignPatternsPHP 1.0\n" "Project-Id-Version: DesignPatternsPHP 1.0\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-05-29 12:18+0200\n" "POT-Creation-Date: 2015-05-29 12:18+0200\n"
"PO-Revision-Date: 2019-02-01 13:54-0300\n" "PO-Revision-Date: 2021-10-31 18:06-0300\n"
"Last-Translator: Pablo Juan Garcia <contato@pablogarcia.com.br>\n" "Last-Translator: Raphael de Almeida <jaguarnet7@gmail.com>\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n" "Content-Transfer-Encoding: 8bit\n"
@@ -21,8 +21,8 @@ msgstr "Objetivo"
#: ../../Structural/Facade/README.rst:7 #: ../../Structural/Facade/README.rst:7
msgid "" msgid ""
"The primary goal of a Facade Pattern is not to avoid you having to read the" "The primary goal of a Facade Pattern is not to avoid you having to read the "
"manual of a complex API. It's only a side-effect. The first goal is to" "manual of a complex API. It's only a side-effect. The first goal is to "
"reduce coupling and follow the Law of Demeter." "reduce coupling and follow the Law of Demeter."
msgstr "" msgstr ""
"O principal objetivo de um Facade Pattern não é evitar que você tenha que ler o " "O principal objetivo de um Facade Pattern não é evitar que você tenha que ler o "