ናብ ትሕዝቶ ኪድ

ሞድዩል:Map/i18n

ካብ ዊኪፐድያ፣ ናጻ ኢንሳይክሎፐድያ

Documentation for this module may be created at ሞድዩል:Map/i18n/doc

local i18n = {
	["coordinate-invalid"] = "Parameter $1 is an invalid value of \"latitude,longitude\".",
	["type-invalid"] = "Type $1 is invalid. Use mapframe or maplink.",
	["geotype-invalid"] = "Geotype $1 is an invalid value.",
	["polygon-required-points"] = "A polygon requires a minimum of 4 coordinate points.",
	["polygon-not-closed"] = "A closed polygon requires last point equal to first one.",
	['ids-not-found'] = "Ids not found for external data.",
	['not-from-content-page'] = "Do not invoke from content page. Use a template or use a module subpage like /sandbox for testing.",
	['cat-several-features'] = "Maps with various figures",
	['cat-linestring-drawn'] = "Maps with drawn lines",
	['cat-polygon-drawn'] = "Maps with drawn areas",
}

return {
	i18n = i18n
}