-
Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathsv.yaml
More file actions
111 lines (92 loc) · 2.83 KB
/
Copy pathsv.yaml
File metadata and controls
111 lines (92 loc) · 2.83 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
# 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:
nominativeIndefiniteSingular: nominativeIndefinitePlural
nominativeDefiniteSingular: nominativeDefinitePlural
# 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: Aktiv
tenses:
1:
tenseTitle: Aktiv
tenseForms:
1:
label: infinitiv
value: activeInfinitive
2:
label: presens
value: activePresent
3:
label: preteritum
value: activePreterite
4:
label: supinum
value: activeSupine
2:
sectionTitle: Passiv
tenses:
1:
tenseTitle: Passiv
tenseForms:
1:
label: infinitiv
value: passiveInfinitive
2:
label: presens
value: passivePresent
3:
label: preteritum
value: passivePreterite
4:
label: supinum
value: passiveSupine
# 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: Välj översättningsordtyp
adjective:
displayValue: adjektiv
sectionTitle: Välj adjektivöversättning
adverb:
displayValue: adverb
sectionTitle: Välj adverböversättning
article:
displayValue: artikel
sectionTitle: Välj artikelöversättning
conjunction:
displayValue: konjunktion
sectionTitle: Välj konjunktionsöversättning
noun:
displayValue: substantiv
sectionTitle: Välj substantivöversättning
postposition:
displayValue: postposition
sectionTitle: Välj postpositionsöversättning
preposition:
displayValue: preposition
sectionTitle: Välj prepositionsöversättning
proper_noun:
displayValue: egennamn
sectionTitle: Välj egennamnöversättning
pronoun:
displayValue: pronomen
sectionTitle: Välj pronomenöversättning
verb:
displayValue: verb
sectionTitle: Välj verbinfinitiv