انتقل إلى المحتوى

وحدة:category tree/topic cat/data/Mathematics

من ويكاموس، القاموس الحر
local labels = {}

labels["علوم شكلية"] = {
	description = "{{{langname}}} terms related to the [[formal science]]s, the study of non-physical systems and abstractions.",
	parents = {"علوم"},
}

labels["رياضيات"] = {
	description = "default",
	parents = {"علوم شكلية"},
}

labels["جبر"] = {
	description = "default",
	parents = {"رياضيات"},
}

labels["algebraic geometry"] = {
	description = "default",
	parents = {"geometry", "جبر"},
}

labels["تحليل"] = {
	description = "default",
	parents = {"رياضيات"},
}

labels["رياضيات تطبيقية"] = {
	description = "default",
	parents = {"رياضيات"},
}

labels["arithmetic"] = {
	description = "default",
	parents = {"رياضيات", "علوم تطبيقية"},
}

labels["calculus"] = {
	description = "default",
	parents = {"تحليل"},
}

labels["category theory"] = {
	description = "default",
	parents = {"رياضيات"},
}

labels["coding theory"] = {
	description = "default",
	parents = {"information theory"},
}

labels["combinatorics"] = {
	description = "default",
	parents = {"رياضيات"},
}

labels["complex analysis"] = {
	description = "default",
	parents = {"رياضيات"},
}

labels["functional analysis"] = {
	description = "default",
	parents = {"تحليل"},
}

labels["fuzzy logic"] = {
	description = "default",
	parents = {"منطق"},
}

labels["game theory"] = {
	description = "default",
	parents = {"رياضيات"},
}

labels["geometry"] = {
	description = "default",
	parents = {"رياضيات"},
}

labels["graph theory"] = {
	description = "default",
	parents = {"رياضيات", "visualization"},
}

labels["group theory"] = {
	description = "default",
	parents = {"جبر"},
}

labels["information theory"] = {
	description = "default",
	parents = {"رياضيات تطبيقية"},
}

labels["linear algebra"] = {
	description = "default",
	parents = {"جبر"},
}

labels["منطق"] = {
	description = "default",
	parents = {"علوم شكلية", "philosophy"},
}

labels["measure theory"] = {
	description = "default",
	parents = {"رياضيات"},
}

labels["number theory"] = {
	description = "default",
	parents = {"رياضيات"},
}

labels["numerical analysis"] = {
	description = "default",
	parents = {"تحليل"},
}

labels["probability"] = {
	description = "default",
	parents = {"رياضيات"},
}

labels["probability theory"] = {
	description = "default",
	parents = {"تحليل", "probability"},
}

labels["ring theory"] = {
	description = "default",
	parents = {"جبر"},
}

labels["set theory"] = {
	description = "default",
	parents = {"رياضيات"},
}

labels["shapes"] = {
	description = "{{{langname}}} terms related to [[shape]]s",
	parents = {"geometry"},
}

labels["topology"] = {
	description = "default",
	parents = {"رياضيات"},
}

labels["trigonometry"] = {
	description = "default",
	parents = {"رياضيات"},
}

return labels