words: add some more swaedish words
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Cadey Ratio 2020-05-25 16:38:48 -04:00
parent 98b92719dc
commit 68f648c66f
24 changed files with 162 additions and 1 deletions

View File

@ -4,35 +4,58 @@ let ParticleWord = ./types/ParticleWord.dhall
in { rootWords =
[ ./roots/blanu.dhall
, ./roots/blodo.dhall
, ./roots/brado.dhall
, ./roots/brota.dhall
, ./roots/danma.dhall
, ./roots/delja.dhall
, ./roots/fergo.dhall
, ./roots/firgu.dhall
, ./roots/fi_xe.dhall
, ./roots/flawo.dhall
, ./roots/flego.dhall
, ./roots/glowa.dhall
, ./roots/grafa.dhall
, ./roots/grama.dhall
, ./roots/helbo.dhall
, ./roots/hetlo.dhall
, ./roots/jaflo.dhall
, ./roots/jexlo.dhall
, ./roots/kirta.dhall
, ./roots/mamta.dhall
, ./roots/kwaro.dhall
, ./roots/l_ewa.dhall
, ./roots/li_li.dhall
, ./roots/madsa.dhall
, ./roots/mamta.dhall
, ./roots/mlato.dhall
, ./roots/modlo.dhall
, ./roots/n_ixu.dhall
, ./roots/nlaro.dhall
, ./roots/patfu.dhall
, ./roots/pu_ro.dhall
, ./roots/qalno.dhall
, ./roots/qanmu.dhall
, ./roots/qanro.dhall
, ./roots/qa_te.dhall
, ./roots/qinmu.dhall
, ./roots/qonmu.dhall
, ./roots/renma.dhall
, ./roots/retna.dhall
, ./roots/sistu.dhall
, ./roots/spalo.dhall
, ./roots/spiro.dhall
, ./roots/sposu.dhall
, ./roots/stugi.dhall
, ./roots/te_ra.dhall
, ./roots/ti_ko.dhall
, ./roots/tunke.dhall
, ./roots/womjo.dhall
, ./roots/wufra.dhall
, ./roots/xekri.dhall
, ./roots/xitsa.dhall
, ./roots/yeplo.dhall
, ./roots/zasko.dhall
, ./roots/zlose.dhall
]
, particles =
[ ./particles/mi.dhall

3
words/roots/blodo.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "blodo", gloss = "long", definition = "is long" }

7
words/roots/danma.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "danma"
, gloss = "animal"
, definition = "is an animal"
}

7
words/roots/fergo.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "fergo"
, gloss = "thick"
, definition = "is thick in dimension"
}

7
words/roots/fi_xe.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "fi'xe"
, gloss = "fish"
, definition = "is a fish (kind of animal)"
}

7
words/roots/helbo.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "helbo"
, gloss = "heavy"
, definition = "is heavy/has a lot of weight"
}

7
words/roots/jaflo.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "jaflo"
, gloss = "bird"
, definition = "is a bird/avian"
}

3
words/roots/jexlo.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "jexlo", gloss = "tree", definition = "is a tree" }

7
words/roots/kwaro.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "kwaro"
, gloss = "wide"
, definition = "is wide/broad"
}

7
words/roots/li_li.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "li'li"
, gloss = "small"
, definition = "is small/tiny/little"
}

7
words/roots/mlato.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "mlato"
, gloss = "cat"
, definition = "is a cat/feline"
}

7
words/roots/modlo.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "modlo"
, gloss = "thin"
, definition = "is thin in dimension"
}

3
words/roots/nlaro.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "nlaro", gloss = "narrow", definition = "is narrow" }

7
words/roots/qanmu.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "qanmu"
, gloss = "man"
, definition = "is a man (gender, not always genetically)"
}

7
words/roots/qinmu.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "qinmu"
, gloss = "female"
, definition = "is female (gender, not always genetically)"
}

8
words/roots/qonmu.dhall Normal file
View File

@ -0,0 +1,8 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "qonmu"
, gloss = "non-binary"
, definition =
"is non-binary/not defined by commonly used binary systems of classification"
}

7
words/roots/renma.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "renma"
, gloss = "person"
, definition = "is a person (not always implied to be human)"
}

3
words/roots/retna.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "retna", gloss = "snake", definition = "is a snake" }

7
words/roots/sposu.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "sposu"
, gloss = "spouse"
, definition = "is a/the spouse of"
}

3
words/roots/stugi.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "stugi", gloss = "stick", definition = "is a stick" }

3
words/roots/ti_ko.dhall Normal file
View File

@ -0,0 +1,3 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{ word = "ti'ko", gloss = "child", definition = "is a child" }

7
words/roots/womjo.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "womjo"
, gloss = "worm"
, definition = "is a worm/earthworm"
}

7
words/roots/xitsa.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "xitsa"
, gloss = "short"
, definition = "is short/of little length"
}

7
words/roots/zlose.dhall Normal file
View File

@ -0,0 +1,7 @@
let ContentWord = ../types/ContentWord.dhall
in ContentWord::{
, word = "zlose"
, gloss = "louse"
, definition = "is a louse/flea"
}