-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathpt.yaml
More file actions
172 lines (151 loc) · 4.79 KB
/
Copy pathpt.yaml
File metadata and controls
172 lines (151 loc) · 4.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
# Database column mappings that are read by Scribe applications to structure how data is displayed to the user.
# Includes interface titles and the order that values should be presented (chronological or alphabetical).
# MARK: Noun Gender
# A map of which columns in the nouns table contain gender information.
genders:
canonical: [gender]
feminines: []
masculines: []
commons: []
neuters: []
# MARK: Plural
# Key-value pairs that link the key of a noun singular to its plural for the Plural command.
numbers:
singular: plural
# MARK: Conjugate
# Map of verb tenses to their conjugations for the Conjugate command.
# Sections provide meta tense selections if there is more than one tense included.
conjugations:
1:
sectionTitle: Presente
tenses:
1:
tenseTitle: Presente
tenseForms:
1:
label: eu
value: indicativePresentFirstPersonSingular
2:
label: tu
value: indicativePresentSecondPersonSingular
3:
label: ele/ela/você
value: indicativePresentThirdPersonSingular
4:
label: nós
value: indicativePresentFirstPersonPlural
5:
label: vós
value: indicativePresentSecondPersonPlural
6:
label: eles/elas/vocês
value: indicativePresentThirdPersonPlural
2:
sectionTitle: Pretérito Perfeito
tenses:
1:
tenseTitle: Pretérito Perfeito
tenseForms:
1:
label: eu
value: indicativePastPerfectFirstPersonSingular
2:
label: tu
value: indicativePastPerfectSecondPersonSingular
3:
label: ele/ela/você
value: indicativePastPerfectThirdPersonSingular
4:
label: nós
value: indicativePastPerfectFirstPersonPlural
5:
label: vós
value: indicativePastPerfectSecondPersonPlural
6:
label: eles/elas/vocês
value: indicativePastPerfectThirdPersonPlural
3:
sectionTitle: Pretérito Imperfeito
tenses:
1:
tenseTitle: Pretérito Imperfeito
tenseForms:
1:
label: eu
value: indicativePastImperfectFirstPersonSingular
2:
label: tu
value: indicativePastImperfectSecondPersonSingular
3:
label: ele/ela/você
value: indicativePastImperfectThirdPersonSingular
4:
label: nós
value: indicativePastImperfectFirstPersonPlural
5:
label: vós
value: indicativePastImperfectSecondPersonPlural
6:
label: eles/elas/vocês
value: indicativePastImperfectThirdPersonPlural
4:
sectionTitle: Futuro Simples
tenses:
1:
tenseTitle: Futuro Simples
tenseForms:
1:
label: eu
value: indicativePluperfectFirstPersonSingular
2:
label: tu
value: indicativePluperfectSecondPersonSingular
3:
label: ele/ela/você
value: indicativePluperfectThirdPersonSingular
4:
label: nós
value: indicativePluperfectFirstPersonPlural
5:
label: vós
value: indicativePluperfectSecondPersonPlural
6:
label: eles/elas/vocês
value: indicativePluperfectThirdPersonPlural
# MARK: Translate
# Map of interface titles to display for the Translate command.
# Needed database columns are the same across languages (descriptions are labels for values).
# Note: Descriptions for article and pronoun translations are their genders.
translations:
wordType:
sectionTitle: Selecione o tipo a ser traduzida
adjective:
displayValue: adjetivo
sectionTitle: Selecione a tradução do adjetivo
adverb:
displayValue: advérbio
sectionTitle: Selecione a tradução do advérbio
article:
displayValue: artigo
sectionTitle: Selecione a tradução do artigo
conjunction:
displayValue: conjunção
sectionTitle: Selecione a tradução da conjunção
noun:
displayValue: nome
sectionTitle: Selecione a tradução do substantivo
postposition:
displayValue: posposição
sectionTitle: Selecione a tradução de posposição
preposition:
displayValue: preposição
sectionTitle: Selecione a tradução da preposiçãon
proper_noun:
displayValue: nome próprio
sectionTitle: Selecione a tradução do nome próprio
pronoun:
displayValue: pronome
sectionTitle: Selecione a tradução do pronome
verb:
displayValue: verbo
sectionTitle: Selecione o verbo no infinitivo