Module:number list/data/jdt

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

Number Cardinal Ordinal
0 nol
1 jəki jəkimyn
2 dy dyjymyn
3 səjimyn
4 cor corimyn
5 pənç pənçimyn
6 şəş şəşimyn
7 ħoft ħoftimyn
8 ħəşt ħəştimyn
9 nyh nyhimyn
10 dəh dəhimyn

local export = {numbers = {}}

local numbers = export.numbers

numbers = {
	cardinal = "nol",
}

numbers = {
	cardinal = "jəki",
	ordinal = "jəkimyn",
}

numbers = {
	cardinal = "dy",
	ordinal = "dyjymyn",
}

numbers = {
	cardinal = "sə",
	ordinal = "səjimyn",
}

numbers = {
	cardinal = "cor",
	ordinal = "corimyn",
}

numbers = {
	cardinal = "pənç",
	ordinal = "pənçimyn",
}

numbers = {
	cardinal = "şəş",
	ordinal = "şəşimyn",
}

numbers = {
	cardinal = "ħoft",
	ordinal = "ħoftimyn",
}

numbers = {
	cardinal = "ħəşt",
	ordinal = "ħəştimyn",
}

numbers = {
	cardinal = "nyh",
	ordinal = "nyhimyn",
}

numbers = {
	cardinal = "dəh",
	ordinal = "dəhimyn",
}
return export