Module:WikidataIB/i18n

Ass Wikipedia.

Documentation for this module may be created at Module:WikidataIB/i18n/doc

local p = {}

p.i18n = {
	["errors"] =
	{
		["property-not-found"] = "Property not found.",
		["No property supplied"] = "No property supplied",
		["entity-not-found"] = "Wikidata entity not found.",
		["unknown-claim-type"] = "Unknown claim type.",
		["unknown-entity-type"] = "Unknown entity type.",
		["qualifier-not-found"] = "Qualifier not found.",
		["site-not-found"] = "Wikimedia project not found.",
		["labels-not-found"] = "No labels found.",
		["descriptions-not-found"] = "No descriptions found.",
		["aliases-not-found"] = "No aliases found.",
		["unknown-datetime-format"] = "Unknown datetime format.",
		["local-article-not-found"] = "Article is available on Wikidata, but not on Wikipedia",
		["dab-page"] = " (dab)",
	},
	["months"] =
	{
		"Jerrey Geuree", "Toshiaght Arree", "Mayrnt", "Averil", "Boaldyn", "Mean Souree",
		"Jerrey Souree", "Luanistyn", "Mean Fouyir", "Jerrey Fouyir", "Sauin", "Nollick"
	},
	["century"] = "eash",
	["BC"] = "RC",
	["BCE"] = "RC",
	["ordinal"] =
	{
		["default"] = "."
	},
	["filespace"] = "Coadan",
	["Unknown"] = "Gyn enney",
	["NaN"] = "Cha nee earroo eh shoh",
	-- set the following to the name of a tracking category,
	-- e.g. "[[Category:Articles with missing Wikidata information]]", or "" to disable:
	["missinginfocat"] = "[[Ronney:Duillagyn as fysseree Wikidata ass aaragh]]",
	["editonwikidata"] = "Reagh eh shoh er Wikidata",
	["latestdatequalifier"] = function (date) return "roish " .. date end,
	-- some languages, e.g. Bosnian use a period as a suffix after each number in a date
	["datenumbersuffix"] = "",
	["list separator"] = ", ",
	["multipliers"] = {
		[0]  = "",
		[3]  = " milley",
		[6]  = " millioon",
		[9]  = " billoon",
		[12] = " trillioon",
	}
}

return p