Module:number list/data/ani

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

Number Cardinal
1 себ (seb)
2 чӏегу (čʼegu)
3 лъобгу (lˢobgu)
4 богъгъогу (boğğogu)
5 инщдугу (inššdugu)
6 онлӏигу (onᵏlligu)
7 гьокьугу (hokkˡʼugu)
8 бийкьигу (bijkkˡʼigu), бейкьигу (bejkkˡʼigu)
9 гьочӏогу (hočʼogu)
10 гьоцӏогу (hocʼogu)
20 цӏецӏолгу (cʼecʼolgu)
30 лъобцӏолгу (lˢobcʼolgu)
40 богъгъоцӏолгу (boğğocʼolgu)
50 инщдуцӏолгу (inššducʼolgu)
60 онлӏцӏолгу (onᵏllcʼolgu)
70 гьокьуцӏолгу (hokkˡʼucʼolgu)
80 бейкьцӏолгу (bejkkˡʼcʼolgu)
90 гьочӏоцӏолгу (hočʼocʼolgu)
100 бешонугу (bešonugu)
300 лъоббешонугу (lˢobbešonugu)
1,000 озиругу (ozirugu)
2,000 цӏеозиругу (cʼeozirugu)
3,000 лъобозиругу (lˢobozirugu)

local export = {numbers = {}}

local numbers = export.numbers

-- Delete any number types that don't apply.
--[[ template
numbers = {
	cardinal = "",
	ordinal = "",
	adverbial = "",
	multiplier = "",
	distributive = "",
	collective = "",
	fractional = "",
}
]]

numbers = {
	cardinal = "себ",
}

numbers = {
	cardinal = "чӏегу",
}

numbers = {
	cardinal = "лъобгу",
}

numbers = {
	cardinal = "богъгъогу",
}

numbers = {
	cardinal = "инщдугу",
}

numbers = {
	cardinal = "онлӏигу",
}

numbers = {
	cardinal = "гьокьугу",
}

numbers = {
	cardinal = {"бийкьигу", "бейкьигу"},
}

numbers = {
	cardinal = "гьочӏогу",
}

numbers = {
	cardinal = "гьоцӏогу",
}

numbers = {
	cardinal = "цӏецӏолгу",
}

numbers = {
	cardinal = {"лъобцӏолгу"},
}

numbers = {
	cardinal = "богъгъоцӏолгу",
}

numbers = {
	cardinal = "инщдуцӏолгу",
}

numbers = {
	cardinal = "онлӏцӏолгу",
}

numbers = {
	cardinal = "гьокьуцӏолгу",
}

numbers = {
	cardinal = "бейкьцӏолгу",
}

numbers = {
	cardinal = {"гьочӏоцӏолгу"},
}

numbers = {
	cardinal = "бешонугу",
}

numbers = {
	cardinal = "лъоббешонугу",
}

numbers = {
	cardinal = "озиругу",
}

numbers = {
	cardinal = "цӏеозиругу",
}

numbers = {
	cardinal = "лъобозиругу",
}

return export