Module:zh/data/Christian-syn/Trinity

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

local export = {}

export.list = {
	["title"]				= "the Trinity",
	["type"]				= "",
	
	["Protestant"]			= { "三位一體" }, --聖三一, 三一?
	["Roman Catholic"]		= { "三位一體", "天主聖三", "聖三" },
	["Eastern Orthodox"]	= { "三位一體", "聖三一", "上帝聖三一" },
	["Church of the East"]	= { "三威", "三一" },
}

return export