Module:number list/data/inh

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

Number Cardinal
1 цаӏ (caˀ)
2 шиъ (šiʔ)
3 кхоъ (qoʔ)
4 диъ (diʔ)
5 пхиъ (pxiʔ)
6 ялх (jalx)
7 ворхӏ (vorh)
8 бархӏ (barh)
9 ийс (iı̇s)
10 итт (itt)
20 ткъо (tqʼo)

local export = {}

local numbers = {}
export.numbers = numbers

numbers = {
	cardinal = "цаӏ",
}

numbers = {
	cardinal = "шиъ",
}

numbers = {
	cardinal = "кхоъ",
}

numbers = {
	cardinal = "диъ",
}

numbers = {
	cardinal = "пхиъ",
}

numbers = {
	cardinal = "ялх",
}

numbers = {
	cardinal = "ворхӏ",
}

numbers = {
	cardinal = "бархӏ",
}

numbers = {
	cardinal = "ийс",
}

numbers = {
	cardinal = "итт",
}

numbers = {
	cardinal = "ткъо",
}

return export