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

وحدة:category tree/poscatboiler/data/symbols

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

labels["رموز"] = {
	description = "{{{langname}}} written signs.",
	fundamental = "التصنيف الرئيسي",
	parents = {"Category:{{{langcat}}}"},
}

labels["علامات تشكيل"] = {
	description = "{{{langname}}} glyphs that are added to characters to modify the their sounds or meanings.",
	fundamental = "فئات رموز حسب لغة",
	parents = {"رموز"},
}

labels["أنماط هان"] = {
	description = "{{{langname}}} symbols of the Han logographic script, which can represent sounds or convey meanings directly.",
	fundamental = "فئات رموز حسب لغة",
	parents = {"رموز"},
}

labels["حروف"] = {
	description = "{{{langname}}} symbols that represent single sounds. Variations of letters, such as letters with diacritics, should also be categorized here.",
	fundamental = "فئات رموز حسب لغة",
	parents = {"رموز"},
}

labels["حروف مركبة"] = {
	description = "{{{langname}}} letters that have been combined into a single graphical unit.",
	fundamental = "فئات رموز حسب لغة",
	parents = {"رموز"},
}

labels["رسم لفظي"] = {
	description = "{{{langname}}} symbols that represent objects, ideas or concepts directly.",
	fundamental = "التصنيف الرئيسي",
	parents = {"رموز"},
}

labels["رموز عد"] = {
	description = "{{{langname}}} symbols that represent numerals.",
	fundamental = "فئات رموز حسب لغة",
	parents = {"رموز"},
}

labels["علامات ترقيم"] = {
	description = "{{{langname}}} symbols that indicate structure and organization of writing.",
	fundamental = "فئات رموز حسب لغة",
	parents = {"رموز"},
}

labels["مقاطع"] = {
	description = "{{{langname}}} symbols that represent groups of sounds. Variations of syllables, such as syllables with diacritics, should also be categorized here.",
	fundamental = "فئات رموز حسب لغة",
	parents = {"رموز"},
}

return labels