Module:number list/data/bbl

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

Number Cardinal
1 ცჰ̡ა (ch̡a)
2 ში (ši)
3 ჴო (qo)
4 დჵივჸ (d'ivʾ)
5 ფხი (pxi)
6 ჲეთხ (yetx)
7 ვორლʻ (vorlˢ)
8 ბარლʻ (barlˢ)
9 ისს (iss)
10 იტტ (iṭṭ)
20 ტყა (ṭq̇a)

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