Module:number list/data/jpx-ryu-pro

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

Number Cardinal Ordinal
1 *pito *patu
2 *puta
3 *mi
4 *yo
5 *etu
6 *mu
7 *nana
8 *ya
9 *kokono
10 *too

local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = "*pito",
	ordinal = "*patu",
}

numbers = {
	cardinal = "*puta",
}

numbers = {
	cardinal = "*mi",
}

numbers = {
	cardinal = "*yo",
}

numbers = {
	cardinal = "*etu",
}

numbers = {
	cardinal = "*mu",
}

numbers = {
	cardinal = "*nana",
}

numbers = {
	cardinal = "*ya",
}

numbers = {
	cardinal = "*kokono",
}

numbers = {
	cardinal = "*too",
}

return export