Module:inc-ash/dial/data/๐จฌ๐จฎ

From Wiktionary, the free dictionary
Jump to navigation Jump to search

This module contains data on the pronunciation of ๐จฌ๐จฎ (vaแนฃa) in dialects of Ashokan Prakrit.


local export = {}

export.list = {
	["meaning"]			= "year",
	["note"]			= "",
	["pos"]				= "noun",
	
	["Shahbazgarhi"]	= { "๐จฌ๐จฎ" },
	["Mansehra"]		= { "๐จฌ๐จฎ" },
	["Kalsi"]			= { "๐‘€ฏ๐‘€ฒ", "๐‘€ฏ๐‘€ฑ", "๐‘€ฏ๐‘€ฐ" },
	["Dhauli"]			= { "๐‘€ฏ๐‘€ฒ" },
	["Jaugada"]			= { "๐‘€ฏ๐‘€ฒ" },
	
	-- from Andersen
	["Brahmagiri"]		= { "<๐‘€ฒ๐‘€๐‘€ฏ๐‘€™๐‘€ญ>๐‘‚:nom.sg", "<๐‘€ฒ๐‘€ฏ๐‘€™๐‘€ญ>๐‘€:acc.sg", "<๐‘€ฏ๐‘€ฒ>๐‘€ธ๐‘€ฆ๐‘€บ:acc.pl", "<๐‘€ฒ๐‘€๐‘€ฏ๐‘€™๐‘€ญ>๐‘‚๐‘€:nom.sg" },
	["Siddapura"]		= { "<๐‘€ฒ๐‘€๐‘€ฏ๐‘€™๐‘€ญ>๐‘‚:nom.sg", "<๐‘€ฒ๐‘€๐‘€ฏ๐‘€™๐‘€ญ>๐‘€:acc.sg; partial", "<๐‘€ฏ๐‘€ฒ>๐‘€ธ๐‘€ฆ๐‘€บ:acc.pl" },
	["Nittur"]			= { "<๐‘€ฒ๐‘€๐‘€ฏ๐‘€™๐‘€ญ>๐‘‚:nom.sg", "<๐‘€ฒ๐‘€๐‘€ฏ๐‘€™๐‘€ญ>๐‘€:acc.sg", "<๐‘€ฏ๐‘€ฒ>๐‘€ธ๐‘€ฆ๐‘€บ:acc.pl" },
	["Panguraria"]		= { "<๐‘€ฒ๐‘€๐‘€ฏ๐‘€™๐‘€ญ>๐‘‚:nom.sg; partial", "<๐‘€ฏ๐‘€ฒ>๐‘€ธ๐‘€ฆ๐‘€บ:acc.pl" },
	["Maski"]			= { "<๐‘€ฏ๐‘€ฒ>๐‘€ธ๐‘€ฆ๐‘€บ:acc.pl; partial" },
	["Bahapur"]			= { "<๐‘€ฒ๐‘€ฏ๐‘€™๐‘€ฎ>๐‘‚:nom.sg", "<๐‘€ฏ๐‘€ฒ>๐‘€ธ๐‘€ฆ๐‘€บ:acc.pl" },
	["Bairat"]			= { "<๐‘€ฏ๐‘€ฒ>๐‘€ธ๐‘€ฆ๐‘€บ:acc.pl; partial", "<๐‘€ฒ๐‘€๐‘€ฏ๐‘€™๐‘€ญ>๐‘‚๐‘€:nom.sg" },
	["Gavimath"]		= { "<๐‘€ฒ๐‘€๐‘€ฏ๐‘€™๐‘€ญ>๐‘‚:nom.sg", "<๐‘€ฏ๐‘€ฒ>๐‘€ธ๐‘€ก๐‘€บ:acc.pl" },
	["Gujarra"]			= { "<๐‘€ฒ๐‘€๐‘€ฏ๐‘€™๐‘€ญ>๐‘‚:nom.sg", "<๐‘€ฒ๐‘€๐‘€ฏ๐‘€™๐‘€ญ>๐‘€ธ๐‘€ฆ๐‘€บ:acc.pl; partial" },
	["Sahasram"]		= { "<๐‘€ฒ๐‘€ฏ๐‘€™๐‘€ฎ>๐‘‚:nom.sg", "<๐‘€ฒ๐‘€๐‘€ฏ๐‘€™๐‘€ฎ>๐‘€ธ๐‘€ฆ๐‘€บ:acc.pl; partial" },
	["Rupnath"]			= { "{๐‘€ฏ๐‘€ฒ}๐‘€ฏ:abbrev?" },
	["Yerragudi"]		= { "<๐‘€ฒ๐‘€๐‘€ฏ๐‘€™๐‘€ญ>๐‘€:acc.sg", "<๐‘€ฒ๐‘€ฏ๐‘€™๐‘€ญ>๐‘‚:nom.sg" },
	["Rajula-Mandagiri"]	= { "<๐‘€ฒ๐‘€๐‘€ฏ๐‘€™๐‘€ญ>๐‘€:acc.sg" },
	["Rupnath"]			= { "<๐‘€™๐‘€ฏ๐‘€™๐‘€ญ>๐‘‚:nom.sg" },
	
	["Bhabru"]			= { "๐‘€ฏ๐‘€ฒ:pl" },
	["Girnar"]			= { "๐‘€ฏ๐‘€ฒ", "๐‘€ฏ๐‘€ญ๐‘†๐‘€ฒ" },
	["Delhi-Topra"]		= { "๐‘€ฏ๐‘€ฒ" },
	["Lumbini"]			= { "๐‘€ฏ๐‘€ฒ" },
	["Nigali-Sagar"]	= { "๐‘€ฏ๐‘€ฒ" },
	["Barabar"]			= { "๐‘€ฏ๐‘€ฒ" },
}

return export