Module:number list/data/tab

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

Number Cardinal
1 саб (sab)
2 кьюб (q̇jub)
3 шубуб (šubub)
4 юкьуб (juq̇ub)
5 хьуб (xub)
6 йирхьуб (jirxub)
7 ургуб (urgub)
8 мержиб (meržib), миржуб (miržub)
9 урчӏвуб (urč̣vub)
10 йицӏуб (jic̣ub)
11 йицӏисаб (jic̣isab)
12 йицӏикьюб (jic̣iq̇jub)
13 йицӏишубуб (jic̣išubub)
14 йицӏиюкьуб (jic̣ijuq̇ub)
15 йицӏихьуб (jic̣ixub)
16 йицӏийирхьуб (jic̣ijirxub)
17 йицӏиургуб (jic̣iurgub)
18 йицӏимиржуб (jic̣imiržub)
19 йицӏиурчӏвуб (jic̣iurč̣vub)
20 къаб (q̄ab)
27 къабна ургуб (q̄abna urgub)
30 сумчӏур (sumč̣ur)
32 сумчӏурна кьюб (sumč̣urna q̇jub)
40 ягъчӏвур (jaġč̣vur)
50 хьуцӏур (xuc̣ur)
60 йирхьцӏур (jirxc̣ur), шубуб къаб (šubub q̄ab)
70 ургуцӏур (urguc̣ur)
80 миржицӏур (miržic̣ur), юкъубкъаб (juq̄ubq̄ab)
90 урчӏвуцӏур (urč̣vuc̣ur), урчӏвцӏур (urč̣vc̣ur)
100 варж (varž)
200 кьюдварж (q̇judvarž)
300 шубудварж (šubudvarž)
400 юкьудварж (juq̇udvarž)
500 хьудварж (xudvarž)
600 йирхьудварж (jirxudvarž)
700 ургудварж (urgudvarž)
800 миржидварж (miržidvarž)
900 урчӏвудварж (urč̣vudvarž)
1,000 агъзур (aġzur)

--[[
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 = {
	cardinal = "саб",
}

numbers = {
	cardinal = "кьюб",
}

numbers = {
	cardinal = "шубуб",
}

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

numbers = {
	cardinal = "хьуб",
}

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

numbers = {
	cardinal = "ургуб",
}

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

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

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

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

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

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

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

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

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

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

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

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

numbers = {
	cardinal = "къаб",
}

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

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

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

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

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

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

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

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

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

numbers = {
	cardinal = "варж",
}

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

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

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

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

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

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

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

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

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

return export