模組:Es-conj/data/-ar/-zar

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

data["description"] = "規則:'''z'''在'''e'''前變為'''c'''。"
	
data["replacement"] = {['1'] = '1z'}

data["patterns"] = {[40] = '1cés',
	[20]='1cé', [38]=   '1ce', [39]= '1ces',
	[41]='1ce', [42]='1cemos', [43]='1céis', [44]='1cen',
	[65]='1ce', [66]='1cemos', [68]= '1cen', [69]='1ces',
	[70]='1ce', [71]='1cemos', [72]='1céis', [73]='1cen'
}

data["ref"] = {[40] = '-', [64] = '-', [65]='1cese',[66]='1cémonos',[68]='1cense'}

return data