Module:number list/data/akk

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

local numbers = {}
export.numbers = numbers

numbers = {
	cardinal = "ištēn",
	ordinal = {"pānûm", "maḫrûm", "istī'um"},
	multiplier = "ištīššu",
}

numbers = {
	cardinal = "šinā",
	ordinal = "šanûm",
	fractional = {"mišlum", "muttatum", "bāmtum"},
	multiplier = "šinîšu",
}

numbers = {
	cardinal = "šalāšat",
	ordinal = "šalšum",
	fractional = "šuššān",
	multiplier = "šalāšīšu",
}

numbers = {
	cardinal = { "erbet", "erbetti" },
	ordinal = "rebûm",
	fractional = "rebiat",
	multiplier = "erbîšu",
}

numbers = {
	cardinal = "ḫamšat",
	ordinal = "ḫamšum",
	fractional = "ḫamuštum",
	multiplier = "ḫamšīšu",
}

numbers = {
	cardinal = "šeššet",
	ordinal = "šeššum",
	fractional = "šuduš",
	multiplier = "šeššīšu",
}

numbers = {
	cardinal = { "sebet", "sebetti" },
	ordinal = "sebûm",
	fractional = "sebiat",
	multiplier = "sebîšu",
}

numbers = {
	cardinal = "samānat",
	ordinal = "samnum",
	fractional = "samnat",
	multiplier = "samānîšu",
}

numbers = {
	cardinal = "tišīt",
	ordinal = "tešûm",
	fractional = "tešât",
	multiplier = "tešîšu",
}

numbers = {
	cardinal = { "ešeret", "ešret" },
	ordinal = "ešrum",
	fractional = "ešret",
	multiplier = "ešrīšu",
}

numbers = {
	cardinal = { "nēr" }
}

return export