Module:number list/data/qfa-yen-pro

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

local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = {"*qawg", "*quç", "*tɬin"},
	ordinal = {"*qawgwasVŋʷ", "*quçwasVŋʷ"},
	adverbial = {"*qawgpa", "*quçpa"},
}

numbers = {
	cardinal = "*xʷin",
	ordinal =	"*xʷinwasVŋʷ",
	adverbial = "*xʷinpa",
	collective = "*xʷinɟe",
}

numbers = {
	cardinal = "*dowŋ",
	ordinal =	"*dowŋwasVŋʷ",
	adverbial = "*dowŋpa",
	collective = "*dowŋɟe",
}

numbers = {
	cardinal = "*šejg",
	ordinal =	"*šejgwasVŋʷ",
	adverbial = "*šejgpa",
	collective = "*šejgɟe",
}

numbers = {
	cardinal = "*ɢejVŋʷɬaw",
	ordinal =	"*ɢejVŋʷɬawwasVŋʷ",
	adverbial = "*ɢejVŋʷɬawpa",
	collective = "*ɢejVŋʷɬawɟe",
}

numbers = {
	cardinal = "*jak",
	ordinal =	"*jakwasVŋʷ",
	adverbial = "*jakpa",
	collective = "*jakɟe",
}

numbers = {
	cardinal = "*on",
	ordinal =	"*onwasVŋʷ",
	adverbial = "*onpa",
	collective = "*onɟe",
}

numbers = {
	cardinal = "*qag",
	ordinal =	"*qagwasVŋʷ",
	adverbial = "*qagpa",
	collective = "*qagɟe",
}

return export