وحدة:WikidataIB/i18n

من أرابيكا، الموسوعة الحرة
اذهب إلى التنقل اذهب إلى البحث
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-ar"] = "، ",
	["multipliers"] = {
		[0]  = "",
		[3]  = " ألف",
		[6]  = " مليون",
		[9]  = " مليار",
		[12] = " ترليون",
	}
}

return { i18n = i18n }