-
Notifications
You must be signed in to change notification settings - Fork 100
Expand file tree
/
Copy pathit.yaml
More file actions
147 lines (127 loc) · 3.89 KB
/
Copy pathit.yaml
File metadata and controls
147 lines (127 loc) · 3.89 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
# 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: io
value: presentIndicativeFirstPersonSingular
2:
label: tu
value: presentIndicativeSecondPersonSingular
3:
label: lei/lui
value: presentIndicativeThirdPersonSingular
4:
label: noi
value: presentIndicativeFirstPersonPlural
5:
label: voi
value: presentIndicativeSecondPersonPlural
6:
label: loro
value: presentIndicativeThirdPersonPlural
2:
sectionTitle: Preterito
tenses:
1:
tenseTitle: Preterito
tenseForms:
1:
label: io
value: preteriteFirstPersonSingular
2:
label: tu
value: preteriteSecondPersonSingular
3:
label: lei/lui
value: preteriteThirdPersonSingular
4:
label: noi
value: preteriteFirstPersonPlural
5:
label: voi
value: preteriteSecondPersonPlural
6:
label: loro
value: preteriteThirdPersonPlural
3:
sectionTitle: Imperfetto
tenses:
1:
tenseTitle: Imperfetto
tenseForms:
1:
label: io
value: pastImperfectFirstPersonSingular
2:
label: tu
value: pastImperfectSecondPersonSingular
3:
label: lei/lui
value: pastImperfectThirdPersonSingular
4:
label: noi
value: pastImperfectFirstPersonPlural
5:
label: voi
value: pastImperfectSecondPersonPlural
6:
label: loro
value: pastImperfectThirdPersonPlural
# 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: Seleziona il tipo da tradurre
adjective:
displayValue: aggettivo
sectionTitle: Seleziona la traduzione dell'aggettivo
adverb:
displayValue: avverbio
sectionTitle: Seleziona la traduzione dell'avverbio
article:
displayValue: articolo
sectionTitle: Seleziona la traduzione dell'articolo
conjunction:
displayValue: congiunzione
sectionTitle: Seleziona la traduzione della congiunzione
noun:
displayValue: nome
sectionTitle: Seleziona la traduzione del nome
postposition:
displayValue: posposizione
sectionTitle: Seleziona la traduzione della posposizione
preposition:
displayValue: preposizione
sectionTitle: Seleziona la traduzione della preposizione
proper_noun:
displayValue: nome proprio
sectionTitle: Seleziona la traduzione del nome proprio
pronoun:
displayValue: pronome
sectionTitle: Seleziona la traduzione del pronome
verb:
displayValue: verbo
sectionTitle: Seleziona il verbo infinito