Module:number list/data/jpx-pro

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

Number Cardinal Ordinal
1 *pitə *patu
2 *puta
3 *mi
4 *yə
5 *itu ~ etu
6 *mu
7 *nana
8 *ya
9 *kəkənə
10 *təwə
1,000 *ti

local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = "*pitə",
	ordinal = "*patu",
}

numbers = {
	cardinal = "*puta",
}

numbers = {
	cardinal = "*mi",
}

numbers = {
	cardinal = "*yə",
}

numbers = {
	cardinal = "*itu ~ etu",
}

numbers = {
	cardinal = "*mu",
}

numbers = {
	cardinal = "*nana",
}

numbers = {
	cardinal = "*ya",
}

numbers = {
	cardinal = "*kəkənə",
}

numbers = {
	cardinal = "*təwə",
}

numbers = {
	cardinal = "*ti",
}

return export