ماڈیول:WikidataIB/i18n

آزاد دائرۃ المعارف، ویکیپیڈیا سے
Documentation icon دستاویز [تخلیق]
local i18n =
{
	["errors"] =
	{
		["property-not-found"] = "الخاصية مفقود.",
		["No property supplied"] = "لا خاصية مطلوبة",
		["entity-not-found"] = "عنصر ويكي بيانات مفقود.",
		["unknown-claim-type"] = "Unknown claim type.",
		["unknown-entity-type"] = "Unknown entity type.",
		["qualifier-not-found"] = "المصفي مفقود.",
		["site-not-found"] = "مشروع ويكيميديا مفقود .",
		["labels-not-found"] = "لا تسميات موجودة.",
		["descriptions-not-found"] = "لا أوصاف موجودة.",
		["aliases-not-found"] = "لا بدائل موجودة.",
		["unknown-datetime-format"] = "صيغة وقت مجهولة.",
		["local-article-not-found"] = "المقال موجود على ويكي بيانات لا ويكيبيديا",
		["dab-page"] = " (dab)",
	},
	["months"] =
	{
		"جنوری", "فروری", "مارچ", "اپریل", "مئی", "جون", "جولائی", "اگست", "ستمبر", "اکتوبر", "نومبر", "دسمبر"	
	},
	["century"] = "صدی",
	["BC"] = "ق م",
	["BCE"] = "BCE",
	["ordinal"] =
	{
		[1] = "",
		[2] = "",
		[3] = "",
		["default"] = ""
	},
	["filespace"] = "فائل",
	["Unknown"] = "Unknown",
	["NaN"] = "Not a number",
	-- set the following to the name of a tracking category,
	-- e.g. "[[Category:Articles with missing Wikidata information]]", or "" to disable:
	["missinginfocat"] = "[[زمرہ:مقالات مع بيانات ويكي بيانات خاطئة]]",
	["editonwikidata"] = "تعديل على ويكي بيانات",
	["latestdatequalifier"] = function (date) return "قبل" .. date end,
	-- some languages, e.g. Bosnian use a period as a suffix after each number in a date
	["datenumbersuffix"] = "",
	["list separator"] = ", ",
	["list separator-ur"] = "، ",
	["multipliers"] = {
		[0]  = "",
		[3]  = " ہزار",
		[6]  = " ملین",
		[9]  = " مليار",
		[12] = " ترليون",
	}
}

return { i18n = i18n }