မေႃႇၵျူး:Map/i18n
Appearance
local i18n = {
["coordinate-invalid"] = "Paragraph $1 invalid from «latitud,longitud»",
["type-invalid"] = "Type $1 is one invalid values: \"mapframe\" and \"maplink\"",
["geotype-invalid"] = "Geotype $1 invalid value",
["polygon-required-points"] = "A polygon must be 4 or more on coordinate points",
["polygon-not-closed"] = "To close a polygon, you must be same as first",
['ids-not-found'] = "No indentifiers were found for external data",
['not-from-content-page'] = "Do not use this directly in an article. Use a template or sandbox in Module:Map/sandbox",
['cat-several-features'] = "Maps with diverse figures",
['cat-linestring-drawn'] = "Maps with lines drawn",
['cat-polygon-drawn'] = "Maps with drawn areas",
}
return {
i18n = i18n
}