Skip to content

Commit

Permalink
Merge pull request DesignPatternsPHP#460 from danielesreis/pt_br-inte…
Browse files Browse the repository at this point in the history
…rpreter

adds pt_br translation for interpreter
  • Loading branch information
domnikl authored Oct 15, 2021
2 parents 7364019 + 8343e9e commit 792f13d
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions locale/pt_BR/LC_MESSAGES/Behavioral/Interpreter/README.po
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>\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"

0 comments on commit 792f13d

Please sign in to comment.