forked from DesignPatternsPHP/DesignPatternsPHP
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request DesignPatternsPHP#460 from danielesreis/pt_br-inte…
…rpreter adds pt_br translation for interpreter
- Loading branch information
Showing
1 changed file
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |