Module:number list/data/sju

Hello, you have come here looking for the meaning of the word Module:number list/data/sju. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:number list/data/sju, but we will also tell you about its etymology, its characteristics and you will know how to say Module:number list/data/sju in singular and plural. Everything you need to know about the word Module:number list/data/sju you have here. The definition of the word Module:number list/data/sju will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:number list/data/sju, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
local export = {numbers = {}}

local numbers = export.numbers

-- Delete any number types that don't apply.
numbers = {
	cardinal = "aktta",
	ordinal = "vuasts"
}
numbers = {
	cardinal = "guökttie",
	ordinal = "mubbie"
}
numbers = {
	cardinal = "gulbma",
	ordinal = "gålmáde"
}
numbers = {
	cardinal = { "neälljie", "nellje" },
	ordinal = "niäljáde"
}
numbers = {
	cardinal = "vïjtta"
}
numbers = {
	cardinal = "guvtta"
}
numbers = {
	cardinal = "tjïjttja"
}
numbers = {
	cardinal = "gákttsie"
}
numbers = {
	cardinal = "åkttsie",
	ordinal = "åktsáde"
}
numbers = {
	cardinal = "lühkkie",
	ordinal = "luhkkáde"
}
numbers = {
	cardinal = "lühkkieaktta",
}
numbers = {
	cardinal = "lühkkieguökttie",
}
numbers = {
	cardinal = "lühkkiegulbma",
}
numbers = {
	cardinal = "lühkkieneälljie",
}
numbers = {
	cardinal = "lühkkievïjtta",
}
numbers = {
	cardinal = "lühkkieguvtta",
}
numbers = {
	cardinal = "lühkkietjïjttja",
}
numbers = {
	cardinal = "lühkkiegákttsie",
}
numbers = {
	cardinal = "lühkkieåkttsie",
}
numbers = {
	cardinal = "guökttielühkkie",
}


return export