Module:number list/data/sms

Hello, you have come here looking for the meaning of the word Module:number list/data/sms. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:number list/data/sms, but we will also tell you about its etymology, its characteristics and you will know how to say Module:number list/data/sms in singular and plural. Everything you need to know about the word Module:number list/data/sms you have here. The definition of the word Module:number list/data/sms will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:number list/data/sms, 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 Skolt Sami.

Number Cardinal
1 õhtt
2 kuõʹhtt
3 koumm, kolmm
4 nellj
5 vitt
6 kutt
7 čiččâm
8 kääuʹc
9 åʹhcc
10 lååi

local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = "õhtt"
}
numbers = {
	cardinal = "kuõʹhtt"
}
numbers = {
	cardinal = { "koumm", "kolmm" }
}
numbers = {
	cardinal = "nellj"
}
numbers = {
	cardinal = "vitt"
}
numbers = {
	cardinal = "kutt"
}
numbers = {
	cardinal = "čiččâm"
}
numbers = {
	cardinal = "kääuʹc"
}
numbers = {
	cardinal = "åʹhcc"
}
numbers = {
	cardinal = "lååi"
}

return export