Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 05a21fa

Browse files
committed
translate EAV
1 parent 0ea1593 commit 05a21fa

File tree

1 file changed

+33
-58
lines changed

1 file changed

+33
-58
lines changed
Lines changed: 33 additions & 58 deletions
Original file line numberDiff line numberDiff line change
@@ -1,78 +1,53 @@
1-
# SOME DESCRIPTIVE TITLE.
2-
# Copyright (C) 2015, Dominik Liebler and contributors
3-
# This file is distributed under the same license as the DesignPatternsPHP
4-
# package.
5-
# FIRST AUTHOR <EMAIL@ADDRESS>, 2016.
6-
#
7-
#, fuzzy
81
msgid ""
92
msgstr ""
10-
"Project-Id-Version: DesignPatternsPHP 1.0\n"
11-
"Report-Msgid-Bugs-To: \n"
12-
"POT-Creation-Date: 2016-06-03 23:59+0200\n"
13-
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
15-
"Language-Team: LANGUAGE <[email protected]>\n"
16-
"MIME-Version: 1.0\n"
17-
"Content-Type: text/plain; charset=utf-8\n"
3+
"Project-Id-Version: DesignPatternsPHP "
4+
"d4972f03fc93de3ef10bb31220de49931487d5e0\n"
5+
"POT-Creation-Date: 2016-09-19 17:00-0500\n"
6+
"Last-Translator: Marcelo Diniz <[email protected]>\n"
7+
"Content-Type: text/plain; "
8+
"charset=UTF-8\n"
189
"Content-Transfer-Encoding: 8bit\n"
19-
"Generated-By: Babel 2.3.4\n"
2010

21-
#: ../../More/EAV/README.rst:2
22-
msgid "`Entity-Attribute-Value (EAV)`__"
23-
msgstr ""
11+
#: ../../More/EAV/README.rst:1
12+
msgid "Entity-Attribute-Value (EAV)"
13+
msgstr "Entidade–Atributo–Valor (EAV)"
2414

2515
#: ../../More/EAV/README.rst:4
26-
msgid ""
27-
"The Entity–attribute–value (EAV) pattern in order to implement EAV model "
28-
"with PHP."
29-
msgstr ""
16+
msgid "The Entity–attribute–value (EAV) pattern in order to implement EAV model with PHP."
17+
msgstr "O padrão Entidade–atributo–valor (EAV), a fim de implementar o modelo EAV com o PHP."
3018

31-
#: ../../More/EAV/README.rst:7
19+
#: ../../More/EAV/README.rst:6
3220
msgid "Purpose"
33-
msgstr ""
21+
msgstr "Objetivo"
3422

3523
#: ../../More/EAV/README.rst:9
3624
msgid ""
37-
"The Entity–attribute–value (EAV) model is a data model to describe "
38-
"entities where the number of attributes (properties, parameters) that can"
39-
" be used to describe them is potentially vast, but the number that will "
40-
"actually apply to a given entity is relatively modest."
41-
msgstr ""
42-
43-
#: ../../More/EAV/README.rst:15
44-
msgid "Examples"
45-
msgstr ""
46-
47-
#: ../../More/EAV/README.rst:17
48-
msgid "Check full work example in `example.php`_ file."
25+
"The Entity–attribute–value (EAV) model is a data model to describe entities "
26+
"where the number of attributes (properties, parameters) that can be used "
27+
"to describe them is potentially vast, but the number that will actually apply "
28+
"to a given entity is relatively modest."
4929
msgstr ""
30+
"O modelo Entidade–atributo–valor (EAV) é um modelo de dados para descrever entidades "
31+
"onde o número de atributos (propriedades, parâmetros) que podem ser usados "
32+
"para descrevê-lo é potencialmente vasto, mas o número que realmente se aplicará "
33+
"para uma dada entidade é relativamente modesta."
5034

51-
#: ../../More/EAV/README.rst:90
35+
#: ../../More/EAV/README.rst:14
5236
msgid "UML Diagram"
53-
msgstr ""
37+
msgstr "Diagrama UML"
38+
39+
#: ../../More/EAV/README.rst:18
40+
msgid "EAV UML Diagram"
41+
msgstr "Diagrama UML EAV"
5442

55-
#: ../../More/EAV/README.rst:97
43+
#: ../../More/EAV/README.rst:21
5644
msgid "Code"
57-
msgstr ""
45+
msgstr "Código"
5846

59-
#: ../../More/EAV/README.rst:99
47+
#: ../../More/EAV/README.rst:24
6048
msgid "You can also find this code on `GitHub`_"
61-
msgstr ""
49+
msgstr "Você pode encontrar o código no `Github`_"
6250

63-
#: ../../More/EAV/README.rst:102
51+
#: ../../More/EAV/README.rst:44
6452
msgid "Test"
65-
msgstr ""
66-
67-
#: ../../More/EAV/README.rst:104
68-
msgid "Tests/EntityTest.php"
69-
msgstr ""
70-
71-
#: ../../More/EAV/README.rst:110
72-
msgid "Tests/AttributeTest.php"
73-
msgstr ""
74-
75-
#: ../../More/EAV/README.rst:116
76-
msgid "Tests/ValueTest.php"
77-
msgstr ""
78-
53+
msgstr "Teste"

0 commit comments

Comments
 (0)