Module:number list/data/kne

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

export.additional_number_types = {
	{key = "day_of_week", after = "ordinal"}, -- days of the week without reference to a calendar
	{key = "harvest", after = "collective"},
	{key = "restrictive", after = "harvest"},
}

local numbers = export.numbers

numbers = {
	cardinal = "ësa",
	ordinal = "nangun-una",
	day_of_week = "kaësa",
	adverbial = "ipingsa",
	multiplier = nil,
	distributive = nil,
	collective = nil,
	harvest = "ësa'y baud",
	restrictive = "ësësa",
	fractional = nil,
}

numbers = {
	cardinal = "duwá",
	ordinal = "maika-duwá",
	day_of_week = "kadwana",
	adverbial = "ipin-duwá",
	multiplier = nil,
	distributive = nil,
	collective = nil,
	harvest = nil,
	restrictive = "duduwá",
	fractional = "gëdwa",
}

numbers = {
	cardinal = "tulo",
	ordinal = "maika-tulo",
	day_of_week = "katlona",
	adverbial = "pin-tulo",
	multiplier = nil,
	distributive = nil,
	collective = nil,
	harvest = nil,
	restrictive = "tultulo",
	fractional = "inkatlo",
}

numbers = {
	cardinal = "lima",
	ordinal = "maika-lima",
	day_of_week = "kalimana",
	adverbial = "pinlima",
	multiplier = nil,
	distributive = nil,
	collective = nil,
	harvest = "ësa'y tan-ay",
	restrictive = "limlima",
	fractional = nil,
}

numbers = {
	cardinal = "ësa'y gasot",
	ordinal = nil,
	adverbial = nil,
	multiplier = nil,
	distributive = nil,
	collective = "ginasot",
	fractional = nil,
	harvest = "sin ba-a",
}


return export