Module:User:Oyunqi/ug-common/testcases/data

Hello, you have come here looking for the meaning of the word Module:User:Oyunqi/ug-common/testcases/data. In DICTIOUS you will not only get to know all the dictionary meanings for the word Module:User:Oyunqi/ug-common/testcases/data, but we will also tell you about its etymology, its characteristics and you will know how to say Module:User:Oyunqi/ug-common/testcases/data in singular and plural. Everything you need to know about the word Module:User:Oyunqi/ug-common/testcases/data you have here. The definition of the word Module:User:Oyunqi/ug-common/testcases/data will help you to be more precise and correct when speaking or writing your texts. Knowing the definition ofModule:User:Oyunqi/ug-common/testcases/data, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.


local nouns = {}
-- one back
nouns = {
	syllables = "ئۇ",
	cnt = 1,
	plural="ئۇلار",
	lastv="ۇ",
	lastv_lip="rounded",
	lastv_tongue="back",
	lastc="",
}
nouns = {
	syllables = "تاغ",
	cnt = 1,
	plural="تاغلار",
	lastv="ا",
	lastv_lip="unrounded",
	lastv_tongue="back",
	lastc="غ",
}
nouns = {
	syllables = "باغ",
	cnt = 1,
	plural="باغلار",
	lastv="ا",
	lastv_lip="unrounded",
	lastv_tongue="back",
	lastc="غ",
}
nouns = {
	syllables = "قوي",
	cnt = 1,
	plural="قويلار",
	lastv="و",
	lastv_lip="rounded",
	lastv_tongue="back",
	lastc="ي",
}

-- more back
nouns = {
	syllables = "دەز:مال",
	cnt = 2,
	plural="دەزماللار",
	lastv="ا",
	lastv_lip="unrounded",
	lastv_tongue="back",
	lastc="ل",
}
nouns = {
	syllables = "پەي:تون",
	cnt = 2,
	plural="پەيتونلار",
	lastv="و",
	lastv_lip="rounded",
	lastv_tongue="back",
	lastc="ن",
}

nouns = {
	syllables = "ئال:ما",
	cnt = 2,
	plural="ئالمىلار",
	lastv="ا",
	lastv_lip="unrounded",
	lastv_tongue="back",
	lastc="",
}
nouns = {
	syllables = "نان",
	cnt = 1,
	plural="نانلار",
	lastv="ا",
	lastv_lip="unrounded",
	lastv_tongue="back",
	lastc="ن",
}
nouns = {
	syllables = "ئا:ئى:لە",
	cnt = 3,
	plural="ئائىلىلەر",
	lastv="ە",
	lastv_lip="unrounded",
	lastv_tongue="front",
	lastc="",
}
nouns = {
	syllables = "بى:لىم",
	cnt = 2,
	plural="بىلىملەر",
	lastv="ى",
	lastv_lip="unrounded",
	lastv_tongue="central",
	lastc="م",
}
nouns = {
	syllables = "كا:لا",
	cnt = 2,
	plural="كالىلار",
	lastv="ا",
	lastv_lip="unrounded",
	lastv_tongue="back",
	lastc="",
}
nouns = {
	syllables = "ئو:تۇن",
	cnt = 2,
	plural="ئوتۇنلار",
	lastv="ۇ",
	lastv_lip="rounded",
	lastv_tongue="back",
	lastc="ن",
}
nouns = {
	syllables = "ئەخ:مەق",
	cnt = 2,
	plural="ئەخمەقلەر",
	lastv="ە",
	lastv_lip="unrounded",
	lastv_tongue="front",
	lastc="ق",
}
nouns = {
	syllables = "ئىك:كى",
	cnt = 2,
	plural="ئىككىلەر",
	lastv="ى",
	lastv_lip="unrounded",
	lastv_tongue="central",
	lastc="",
}
nouns = {
	syllables = "ئۈچ",
	cnt = 1,
	plural="ئۈچلەر",
	lastv="ۈ",
	lastv_lip="rounded",
	lastv_tongue="front",
	lastc="چ",
}
nouns = {
	syllables = "دوست",
	cnt = 1,
	plural="دوستلار",
	lastv="و",
	lastv_lip="rounded",
	lastv_tongue="back",
	lastc="ت",
}
nouns = {
	syllables = "تراك:تور",
	cnt = 2,
	plural="تراكتورلار",
	lastv="و",
	lastv_lip="rounded",
	lastv_tongue="back",
	lastc="ر",
}
nouns = {
	syllables = "دوست:لۇق",
	cnt = 2,
	plural="دوستلۇقلار",
	lastv="ۇ",
	lastv_lip="rounded",
	lastv_tongue="back",
	lastc="ق",
}
-- some chinese words with 2 vowel together
nouns = {
	syllables = "گۇاڭ:جۇ",
	cnt = 2,
	plural="گۇاڭجۇلار",
	lastv="ۇ",
	lastv_lip="rounded",
	lastv_tongue="back",
	lastc="",
}
nouns = {
	syllables = "جۇڭ:خۇا",
	cnt = 2,
	plural="جۇڭخۇالار",
	lastv="ا",
	lastv_lip="unrounded",
	lastv_tongue="back",
	lastc="",
}

return nouns