Модуль:I18n/wikidata

Материал c сайта НП «Викимедиа РУ»
Перейти к навигации Перейти к поиску
Документация
return {
	["trackingcat"] = "Page using data from Wikidata", -- DON'T TRANSLATE

-- SPECIAL VALUES
	["novalue"] = {
		ar = "غير قابل للتطبيق",
		cs = "nelze použít",
		en = "not applicable",
		fr = "pas applicable",
		nl = "niet van toepassing",
		['pt-br'] = "não aplicável",
		['zh-hans'] = "不适用",
		['zh-hant'] = "不適用",
	},
	["somevalue"] = {
		ar = "غير معروف",
		cs = "neznámé",
		en = "unknown",
		fr = "inconnu",
		nl = "onbekend",
		['pt-br'] = "desconhecido",
		['zh-hans'] = "未知",
		['zh-hant'] = "不明",
	},

-- MISSING DATA
	["no-label"] = {
		ar = "بدون تسمية",
		cs = "bez štítku",
		en = "no label",
		fr = "pas de libellé",
		nl = "geen label",
		['pt-br'] = "sem rótulo",
		['zh-hans'] = "无标签",
		['zh-hant'] = "無標籤",
	},
	["no description"] = {
		ar = "بدون وصف",
		cs = "bez popisu",
		en = "no description",
		fr = "pas de description",
		nl = "geen omschrijving",
		['pt-br'] = "sem descrição",
	},
	
-- ERRORS 
	["property-param-not-provided"] = { -- MERGE WITH qualifier-param-not-provided
		ar = "وسائط الخاصية غير موجودة",
		cs = "chybí parametr „property“",
		en = "'property' parameter missing",
		fr = "paramètre 'property' manquant",
		nl = "parameter 'property' ontbreekt",
		['pt-br'] = "parâmetro 'property' em falta",
	},
	["qualifier-param-not-provided"] = {
		ar = "وسائط التصانيف غير موجودة",
		cs = "chybí parametr „qualifier“",
		en = "'qualifier' parameter missing",
		fr = "paramètre 'qualifier' manquant",
		nl = "parameter 'qualifier' ontbreekt",
		['pt-br'] = "parâmetro 'qualificador' em falta",
	},
	["entity-not-found"] = {
		ar = "بدون إدخال",
		cs = "entita nenalezena",
		en = "entity not found",
		fr = "entité non trouvée",
		nl = "entiteit niet gevonden",
		['pt-br'] = "entidade não encontrada",
	},
	["unknown-claim-type"] = {
		ar = "نوع الإدعاء غير معروف",
		cs = "neznámý typ tvrzení",
		en = "unknown claim type",
		fr = "type d'affirmation inconnu",
		nl = "onbekend type claim",
		['pt-br'] = "tipo de afirmação desconhecida",
	},
	["unknown-snak-typeg"] = {
		ar = "نوع الكلام غير معروف",
		cs = "neznámý typ snaku",
		en = "unknown snak type",
		fr = "type de snak inconnu",
		nl = "onbekend snaktype",
		['pt-br'] = "tipo de conector (''snak'') desconhecido",
	},
	["unknown-datavalue-type"] = {
		ar = "نوع قيم البيانات غير معروف.",
		cs = "neznámý typ datové hodnoty",
		en = "unknown datavalue type.",
		fr = "type de donnée inconnu.",
		nl = "onbekend type gegevenswaarde.",
		['pt-br'] = "tipo de dado desconhecido.",
	},
	["unknown-entity-type"] = {
		ar = "نوع الإدخال غير معروف",
		cs = "neznámý typ entity",
		en = "unknown entity type",
		fr = "type d'entité inconnu",
		nl = "onbekend type entiteit",
		['pt-br'] = "tipo de entidade desconhecida",
	},
	["invalid-id"] = {
		ar = "المُعرف غير صحيح",
		cs = "neplatné ID",
		en = "invalid ID",
		fr = "identifiant inconnu",
		nl = "onbekend identificatienummer",
		['pt-br'] = "identificador inválido",
	},
}