Lompat ke isi

Modul:WikidataIB/i18n

Ḍâri Wikipèḍia bhâsa Madhurâ, lombhung pangataowan mardhika

Dokumentasi untuk modul ini dapat dibuat di Modul:WikidataIB/i18n/doc

local i18n = {
	["errors"] =
	{
		["property-not-found"] = "Properti ta` kapangghi.",
		["No property supplied"] = "sobung properti sè èpalasta",
		["entity-not-found"] = "butér Wikidata ta` kapanggi.",
		["unknown-claim-type"] = "Jenis klaim korang èka`onèngè.",
		["unknown-entity-type"] = "Jenis butèr korang èka`onèngè.",
		["qualifier-not-found"] = "Kualifier ta` kapangghi.",
		["site-not-found"] = "Projèk Wikimèḍia ta` kapangghi.",
		["labels-not-found"] = "Sobung label èkapangghi.",
		["descriptions-not-found"] = "Sobung deskripsi sè èkapangghi.",
		["aliases-not-found"] = "Sobung alias sè èkapangghi.",
		["unknown-datetime-format"] = "Format datetime sè ta' èka`onèng.",
		["local-article-not-found"] = "Artikel taksè neng Wikidata, ananging sobung è Wikipèḍia",
		["dab-page"] = " (dab)",
	},
	["months"] =
	{
		"Jânuwari", "Fèbruari", "Maret", "April", "Mèi", "Juni",
		"Juli", "Aghustus", "Sèptèmber", "Oktober", "Novèmber", "Dèsèmber"
	},
	["century"] = "abad",
	["BC"] = "SM",
	["BCE"] = "SM",
	["ordinal"] =
	{
		[1] = "",
		[2] = "",
		[3] = "",
		["default"] = ""
	},
	["filespace"] = "File",
	["Unknown"] = "Ta` èka'onèng",
	["NaN"] = "Bânni butèran angka",
	-- set the following to the name of a tracking category,
	-- e.g. "[[Category:Articles with missing Wikidata information]]", or "" to disable:
	["missinginfocat"] = "[[Category:Artikel tanpa informasi Wikidata]]",
	["editonwikidata"] = "Beccè` nèka neng Wikidata",
	["latestdatequalifier"] = function (date) return "before " .. 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]  = " èbu",
		[6]  = " juta",
		[9]  = " miliar",
		[12] = " triliun",
	}
}

return {
	i18n = i18n
}