বিষয়বস্তুতে চলুন

মডিউল:number list/data/tab

উইকিঅভিধান, মুক্ত অভিধান থেকে

এই মডিউলের জন্য মডিউল:number list/data/tab/নথি-এ নথিপত্র তৈরি করা হয়ে থাকতে পারে

--[[
Sources:
* http://www.vestnik.adygnet.ru/files/2012.3/2020/gasanova2012_3.pdf
* http://tavasporan.flybb.ru/topic40.html
* http://www.dslib.net/jazyki-kavkaza/morfologicheskij-stroj-tabasaranskogo-jazyka-problema-literaturnoj-normy.html
* https://ibt.org.ru/ftpmirror/pub/ebook/TBN/TBN/1-%D0%AD%D0%B2%D0%B5%D0%BB,%202018/Gen.pdf (Genesis in Tabasaran)
* https://vk.com/gafar_public?w=wall-158438640_42
--]]

local export = {numbers = {}}

local numbers = export.numbers

numbers[1] = {
	cardinal = "саб",
}

numbers[2] = {
	cardinal = "кьюб",
}

numbers[3] = {
	cardinal = "шубуб",
}

numbers[4] = {
	cardinal = "юкьуб",
}

numbers[5] = {
	cardinal = "хьуб",
}

numbers[6] = {
	cardinal = "йирхьуб",
}

numbers[7] = {
	cardinal = "ургуб",
}

numbers[8] = {
	cardinal = {"мержиб","миржуб"},
}

numbers[9] = {
	cardinal = "урчӏвуб",
}

numbers[10] = {
	cardinal = "йицӏуб",
}

numbers[11] = {
	cardinal = "йицӏисаб",
}

numbers[12] = {
	cardinal = "йицӏикьюб",
}

numbers[13] = {
	cardinal = "йицӏишубуб",
}

numbers[14] = {
	cardinal = "йицӏиюкьуб",
}

numbers[15] = {
	cardinal = "йицӏихьуб",
}

numbers[16] = {
	cardinal = "йицӏийирхьуб",
}

numbers[17] = {
	cardinal = "йицӏиургуб",
}

numbers[18] = {
	cardinal = "йицӏимиржуб",
}

numbers[19] = {
	cardinal = "йицӏиурчӏвуб",
}

numbers[20] = {
	cardinal = "къаб",
}

numbers[27] = {
	cardinal = "къабна ургуб",
}

numbers[30] = {
	cardinal = "сумчӏур",
}

numbers[32] = {
	cardinal = "сумчӏурна кьюб",
}

numbers[40] = {
	cardinal = "ягъчӏвур",
}

numbers[50] = {
	cardinal = "хьуцӏур",
}

numbers[60] = {
	cardinal = {"йирхьцӏур", "шубуб къаб"},
}

numbers[70] = {
	cardinal = "ургуцӏур",
}

numbers[80] = {
	cardinal = {"миржицӏур", "юкъубкъаб"},
}

numbers[90] = {
	cardinal = {"урчӏвуцӏур", "урчӏвцӏур"},
}

numbers[100] = {
	cardinal = "варж",
}

numbers[200] = {
	cardinal = "кьюдварж",
}

numbers[300] = {
	cardinal = "шубудварж",
}

numbers[400] = {
	cardinal = "юкьудварж",
}

numbers[500] = {
	cardinal = "хьудварж",
}

numbers[600] = {
	cardinal = "йирхьудварж",
}

numbers[700] = {
	cardinal = "ургудварж",
}

numbers[800] = {
	cardinal = "миржидварж",
}

numbers[900] = {
	cardinal = "урчӏвудварж",
}

numbers[1000] = {
	cardinal = "агъзур",
}

return export