Module:number list/data/sit-khw-pro

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

Number Cardinal
1 *hin
2 *nʲis
3 *um
4 *bli
5 *kʰa
6 *kʰrʲuk
7 *sʲit
8 *sa-rgʲat
9 *dakʰu
10 *sʷan
11 *sʷan(-la)-hin
20 *kʰej
100 *gʲa
1,000 *toŋtʰra

local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = "*hin",
}

numbers = {
	cardinal = "*nʲis",
}

numbers = {
	cardinal = "*um",
}

numbers = {
	cardinal = "*bli",
}

numbers = {
	cardinal = "*kʰa",
}

numbers = {
	cardinal = "*kʰrʲuk",
}

numbers = {
	cardinal = "*sʲit",
}

numbers = {
	cardinal = "*sa-rgʲat",
}

numbers = {
	cardinal = "*dakʰu",
}

numbers = {
	cardinal = "*sʷan",
}

numbers = {
	cardinal = "*sʷan(-la)-hin",
}

numbers = {
	cardinal = "*kʰej",
}

numbers = {
	cardinal = "*gʲa",
}

numbers = {
	cardinal = "*toŋtʰra",
}

return export