-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
110 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,6 +74,9 @@ | |
"swan", | ||
"thermometer", | ||
"tick", | ||
"to age", | ||
"to flee", | ||
"to invite along", | ||
"tree", | ||
"tunturi", | ||
"vastoa", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"to age": { | ||
"infinitive": { | ||
"en": "to age", | ||
"fi": "vanheta;;vanheta is verbityypi 6", | ||
"nl": "ouder worden" | ||
}, | ||
"singular": { | ||
"first person": { | ||
"en": "I age", | ||
"fi": "minä vanhenen", | ||
"nl": "ik word ouder" | ||
}, | ||
"second person": { | ||
"en": "you age", | ||
"fi": "sinä vanhenet", | ||
"nl": "jij wordt ouder" | ||
}, | ||
"third person": { | ||
"fi": "hän vanhenee", | ||
"feminine": { | ||
"en": "she ages", | ||
"nl": "zij wordt ouder" | ||
}, | ||
"masculine": { | ||
"en": "he ages", | ||
"nl": "hij wordt ouder" | ||
} | ||
} | ||
}, | ||
"plural": { | ||
"first person": { | ||
"en": "we age", | ||
"fi": "me vanhenemme", | ||
"nl": "wij worden ouder" | ||
}, | ||
"second person": { | ||
"en": "you age", | ||
"fi": "te vanhenette", | ||
"nl": "jullie worden ouder" | ||
}, | ||
"third person": { | ||
"en": "they age", | ||
"fi": "he vanhenevat", | ||
"nl": "zij worden ouder" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"to flee": { | ||
"infinitive": { | ||
"en": "to flee", | ||
"fi": "paeta;;paeta is verbityypi 6", | ||
"nl": "vluchten" | ||
}, | ||
"singular": { | ||
"first person": { | ||
"en": "I flee", | ||
"fi": "minä pakenen", | ||
"nl": "ik vlucht" | ||
}, | ||
"second person": { | ||
"en": "you flee", | ||
"fi": "sinä pakenet", | ||
"nl": "jij vlucht" | ||
}, | ||
"third person": { | ||
"fi": "hän pakenee", | ||
"feminine": { | ||
"en": "she flees", | ||
"nl": "zij vlucht" | ||
}, | ||
"masculine": { | ||
"en": "he flees", | ||
"nl": "hij vlucht" | ||
} | ||
} | ||
}, | ||
"plural": { | ||
"first person": { | ||
"en": "we flee", | ||
"fi": "me pakenemme", | ||
"nl": "wij vluchten" | ||
}, | ||
"second person": { | ||
"en": "you flee", | ||
"fi": "te pakenette", | ||
"nl": "jullie vluchten" | ||
}, | ||
"third person": { | ||
"en": "they flee", | ||
"fi": "he pakenevat", | ||
"nl": "zij vluchten" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"to invite along": { | ||
"infinitive": { | ||
"en": "to invite along", | ||
"fi": "pyytää mukaan", | ||
"nl": "meevragen" | ||
} | ||
} | ||
} |