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

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

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

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

labels["سيارة"] = {
	description = "default with topics",
	parents = {"مواصلات"},
}

labels["ركوب الدراجات"] = {
	description = "default",
	parents = {"مواصلات"},
}

labels["إبحار"] = {
	description = "{{{langname}}} terms relating to [[إبحار]] topics.",
	parents = {"مواصلات"},
}

labels["ملاحة"] = {
	description = "default",
	parents = {"مواصلات"},
}

labels["مواصلات سككية"] = {
	description = "{{{langname}}} terms related to [[rail]] [[transportation]].",
	parents = {"مواصلات"},
}

labels["مواصلات برية"] = {
	description = "{{{langname}}} terms related to [[road]] [[transport]].",
	parents = {"مواصلات"},
}

labels["طريق"] = {
	description = "{{{langname}}} terms related to [[road]]s.",
	parents = {"مواصلات برية"},
}

labels["ملاحة شراعية"] = {
	description = "default",
	parents = {"إبحار"},
}

labels["سفن تقدم"] = {
	description = "default",
	parents = {"إبحار"},
}

labels["شحن"] = {
	description = "default",
	parents = {"مواصلات", "إبحار"},
}

return labels