Модул:category tree/poscatboiler/data/symbols

Документација модула[прикажи] [уреди] [историја] [освежи]

local labels = {}
local raw_categories = {}



-----------------------------------------------------------------------------
--                                                                         --
--                                  LABELS                                 --
--                                                                         --
-----------------------------------------------------------------------------


labels["симболи"] = {
	description = "{{{langname}}} written signs.",
	umbrella_parents = "Почетак",
	parents = {{name = "{{{langcat}}}", raw = true}},
}

labels["знакови акцента"] = {
	description = "{{{langname}}} glyphs that are added to characters to modify their sounds or meanings.",
	parents = {"симболи"},
}

labels["Хан карактери"] = {
	description = "{{{langname}}} symbols of the Han logographic script, which can represent sounds or convey meanings directly.",
	parents = {"логограми"},
}

labels["идеограми"] = {
	description = "{{{langname}}} symbols that represent objects, ideas or concepts directly.",
	umbrella_parents = "Почетак",
	parents = {"симболи"},
}

labels["iteration marks"] = {
	description = "{{{langname}}} glyphs that act as a shorthand for repeated text.",
	parents = {"abbreviations", "симболи"},
}

labels["слова"] = {
	description = "{{{langname}}} symbols that represent single sounds. Variations of letters, such as letters with diacritics, should also be categorized here.",
	parents = {"симболи"},
}

labels["лигатуре"] = {
	description = "{{{langname}}} letters that have been combined into a single graphical unit.",
	parents = {"симболи"},
}

labels["логограми"] = {
	description = "{{{langname}}} симболи представљају једне речи или морфеме.",
	parents = {"симболи"},
}

labels["matched pairs"] = {
	description = "{{{langname}}} pairs of separate characters that are used together. Example: [[( )]].",
	parents = {"симболи"},
}

labels["нумерички симболи"] = {
	description = "{{{langname}}} symbols that represent numerals.",
	parents = {"симболи"},
}

labels["знакови интерпункције"] = {
	description = "{{{langname}}} symbols that indicate structure and organization of writing.",
	parents = {"симболи"},
}

labels["слогови"] = {
	description = "{{{langname}}} symbols that represent groups of sounds. Variations of syllables, such as syllables with diacritics, should also be categorized here.",
	parents = {"симболи"},
}


-- Add 'umbrella_parents' key if not already present.
for key, data in pairs(labels) do
	if not data.umbrella_parents then
		data.umbrella_parents = "Симболи подкатегорије по језику"
	end
end


-----------------------------------------------------------------------------
--                                                                         --
--                              RAW CATEGORIES                             --
--                                                                         --
-----------------------------------------------------------------------------


raw_categories["Симболи подкатегорије по језику"] = {
	description = "Umbrella categories covering topics related to symbols.",
	additional = "{{{umbrella_meta_msg}}}",
	parents = {
		"Кишобран метакатегорија",
		{name = "симболи", is_label = true, sort = " "},
	},
}


return {LABELS = labels, RAW_CATEGORIES = raw_categories}