mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-08-03 21:47:25 +02:00
Fixed some translations to pt_BR, especially in Structural section.
This commit is contained in:
0
docker/install-composer.sh
Executable file → Normal file
0
docker/install-composer.sh
Executable file → Normal file
@@ -25,7 +25,7 @@ msgstr ""
|
||||
"Esta é uma coleção de padrões de projetos conhecidos e alguns códigos de exemplo de como "
|
||||
"implementá-los em PHP. Todo padrão tem uma pequena lista de exemplos (muitos deles "
|
||||
"vindos do Zend Framework, Symfony2 ou Doctrine2 já que tenho mais familiaridade com "
|
||||
"eles"
|
||||
"eles)."
|
||||
|
||||
#: ../../README.rst:16
|
||||
msgid ""
|
||||
|
@@ -13,21 +13,23 @@ msgstr ""
|
||||
|
||||
#: ../../Structural/DependencyInjection/README.rst:2
|
||||
msgid "`Dependency Injection`__"
|
||||
msgstr ""
|
||||
msgstr "Injeção de dependência"
|
||||
|
||||
#: ../../Structural/DependencyInjection/README.rst:5
|
||||
msgid "Purpose"
|
||||
msgstr ""
|
||||
msgstr "Objetivo"
|
||||
|
||||
#: ../../Structural/DependencyInjection/README.rst:7
|
||||
msgid ""
|
||||
"To implement a loosely coupled architecture in order to get better testable,"
|
||||
" maintainable and extendable code."
|
||||
msgstr ""
|
||||
"Para implementar uma arquitetura menos acoplada com o objetivo de obter um código "
|
||||
"mais fácil de testar, de melhor manutenibilidade e mais extensível."
|
||||
|
||||
#: ../../Structural/DependencyInjection/README.rst:11
|
||||
msgid "Usage"
|
||||
msgstr ""
|
||||
msgstr "Uso"
|
||||
|
||||
#: ../../Structural/DependencyInjection/README.rst:13
|
||||
msgid ""
|
||||
@@ -68,16 +70,16 @@ msgstr ""
|
||||
|
||||
#: ../../Structural/DependencyInjection/README.rst:37
|
||||
msgid "UML Diagram"
|
||||
msgstr ""
|
||||
msgstr "Diagrama UML"
|
||||
|
||||
#: ../../Structural/DependencyInjection/README.rst:44
|
||||
msgid "Code"
|
||||
msgstr ""
|
||||
msgstr "Código"
|
||||
|
||||
#: ../../Structural/DependencyInjection/README.rst:46
|
||||
msgid "You can also find this code on `GitHub`_"
|
||||
msgstr ""
|
||||
msgstr "Você pode também ver este código no `GitHub`_"
|
||||
|
||||
#: ../../Structural/DependencyInjection/README.rst:73
|
||||
msgid "Test"
|
||||
msgstr ""
|
||||
msgstr "Teste"
|
||||
|
@@ -4,16 +4,16 @@ msgstr ""
|
||||
"Project-Id-Version: DesignPatternsPHP 1.0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-05-29 12:18+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"PO-Revision-Date: 2019-01-22 14:45+0300\n"
|
||||
"Last-Translator: Pablo Juan Garcia <contato@pablogarcia.com.br>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: pt_BR\n"
|
||||
|
||||
#: ../../Structural/README.rst:2
|
||||
msgid "`Structural`__"
|
||||
msgstr ""
|
||||
msgstr "`Estrutural`__"
|
||||
|
||||
#: ../../Structural/README.rst:4
|
||||
msgid ""
|
||||
@@ -21,3 +21,6 @@ msgid ""
|
||||
" ease the design by identifying a simple way to realize relationships "
|
||||
"between entities."
|
||||
msgstr ""
|
||||
"Em Engenharia de Software, padrões de design Estrutural são padrões que"
|
||||
" facilitam o desenvolvimento identificando uma forma simples para realizar "
|
||||
" relacionamentos entre entidades."
|
Reference in New Issue
Block a user