Merge pull request #460 from danielesreis/pt_br-interpreter

adds pt_br translation for interpreter
This commit is contained in:
Dominik Liebler 2021-10-15 07:38:34 +02:00 committed by GitHub
commit 792f13de08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,56 @@
#
msgid ""
msgstr ""
"Project-Id-Version: DesignPatternsPHP 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-03-13 12:18+0200\n"
"PO-Revision-Date: 2021-10-14 17:20-0300\n"
"Last-Translator: Daniele Reis <danielesreis@outlook.com>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
#: ../../Behavioral/Interpreter/README.rst:2
msgid "`Interpreter`__"
msgstr "`Interpretador (Interpreter)`__"
#: ../../Behavioral/Interpreter/README.rst:5
msgid "Purpose"
msgstr "Objetivo"
#: ../../Behavioral/Interpreter/README.rst:7
msgid ""
"For a given language, it defines the representation of its grammar as "
"\"No Terminal Expression\" and \"Terminal Expression\", "
"as well as an interpreter for the sentences of that language. "
msgstr ""
"Para uma dada linguagem, ele define uma representação de sua gramática através "
"de expressões \"não terminais\" (que referenciam outras expressões) ou expressões \"terminais\", "
"assim como um interpretador para as sentenças dessa linguagem. "
#: ../../Behavioral/Interpreter/README.rst:12
msgid "Examples"
msgstr "Exemplos"
#: ../../Behavioral/Interpreter/README.rst:14
msgid ""
"An example of a binary logic interpreter, each definition is defined by its own class"
msgstr ""
"Exemplo de um interpretador lógico binário, em que cada definição é determinada por sua própria classe"
#: ../../Behavioral/Interpreter/README.rst:17
msgid "UML Diagram"
msgstr "Diagrama UML"
#: ../../Behavioral/Interpreter/README.rst:24
msgid "Code"
msgstr "Código"
#: ../../Behavioral/Interpreter/README.rst:26
msgid "You can also find this code on `GitHub`_"
msgstr "Você também pode encontrar este código no `GitHub`_"
#: ../../Behavioral/Interpreter/README.rst:62
msgid "Test"
msgstr "Teste"