模組:Zh/data/Christian-syn/Acts

維基詞典,自由的多語言詞典
local export = {}

export.list = {
	["title"]				= "the Acts of the Apostles",
	["type"]				= "book",
	
	["Protestant"]			= { "使徒行傳", "徒:abb" },
	["Roman Catholic"]		= { "宗徒大事錄", "宗:abb" },
	["Eastern Orthodox"]	= { "使徒行實" },
}

return export