Module:number list/data/sia

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

This module contains data on various types of numbers in Akkala Sami.

Number Cardinal Ordinal
1 ыхт (yxt), ыһт (yht) вусмас (vusmas)
2 куоһт (kuoht), куохт (kuoxt) нумб (numb), нумп (nump)
3 коум (koum) куамат (kuamat)
4 нелль (njell’) няллят (njall’at)
5 вӣдт (vīdt) ведат (v’edat)
6 кӯдт (kūdt)
7 к̌иһччем (ǩihčč’em)
8 каһц (kahc) каѵцинт (kawcint)
9 ахц (axc)
10 лоһкь (lohk’)
11 лåгкьтэзэхт (lågk’tezext)
20 куоһтлоггь (kuohtlogg’), куохтлоггь (kuoxtlogg’)
100 чуть (čut’)

local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = {"ыхт", "ыһт"},
	ordinal = "вусмас",
}
numbers = {
	cardinal = {"куоһт", "куохт"},
	ordinal = {"нумб", "нумп"},
}
numbers = {
	cardinal = "коум",
	ordinal = "куамат",
}
numbers = {
	cardinal = "нелль",
	ordinal = "няллят",

}
numbers = {
	cardinal = "вӣдт",
	ordinal = "ведат",
}
numbers = {
	cardinal = "кӯдт",
}

numbers = {
	cardinal = "к̌иһччем",
}
numbers = {
	cardinal = "каһц",
	ordinal = "каѵцинт"
	
}
numbers = {
	cardinal = "ахц",
}
numbers = {
	cardinal = "лоһкь",
}

numbers = {
	cardinal = "лåгкьтэзэхт",
}

numbers = {
	cardinal = {"куоһтлоггь", "куохтлоггь"},
}

numbers = {
	cardinal = "чуть",
}

return export