Modul:category tree/poscatboiler/data/terms by semantic function

Daripada Wiktionary

Pendokumenan untuk modul ini boleh diciptakan di Modul:category tree/poscatboiler/data/terms by semantic function/doc

local labels = {}
local raw_categories = {}



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

labels["Kata mengikut fungsi semantik"] = {
	description = "{{{langname}}} terms by their semantic function, regardless of part of speech.",
	umbrella_parents = "Asas",
	parents = {{name = "{{{langcat}}}", raw = true}},
}

labels["nombor kardinal"] = {
	description = "{{{langname}}} terms that are used to count objects.",
	parents = {"nombor"},
}

labels["pro-bentuk penunjuk"] = {
	description = "{{{langname}}} terms that refer to specified entities or qualities.",
	parents = {"pro-bentuk"},
}

labels["nombor pecahan"] = {
	description = "{{{langname}}} terms that indicate proportioned parts of a whole.",
	parents = {"nombor"},
}

labels["hedges"] = {
	description = "{{{langname}}} expressions that are used to qualify statements so as to lessen impact, e.g. to appear polite or modest or to soften a blow.",
	parents = {"kata mengikut fungsi semantik"},
}

labels["pro-bentuk tak tentu"] = {
	description = "{{{langname}}} terms that refer to unspecified entities or qualities.",
	parents = {"pro-bentuk"},
}

labels["penguat"] = {
	description = "{{{langname}}} terms that serve to intensify.",
	parents = {"kata mengikut fungsi semantik"},
}

labels["pro-bentuk tanya"] = {
	description = "{{{langname}}} terms that request the listener to specify.",
	parents = {"pro-bentuk"},
}

labels["negative polarity items"] = {
	description = "{{{langname}}} terms that are chiefly or always used with a negation.",
	parents = {"kata mengikut fungsi semantik"},
}

labels["nominal numbers"] = {
	description = "{{{langname}}} terms that represent numbers as entities in themselves.",
	parents = {"nombor"},
}

labels["nombor"] = {
	description = "{{{langname}}} terms that represent or relate to numbers of various kinds.",
	parents = {"kata mengikut fungsi semantik"},
}

labels["ordinal numbers"] = {
	description = "{{{langname}}} terms that specify the ordering of objects within a sequence.",
	parents = {"nombor"},
}

labels["pro-bentuk"] = {
	description = "{{{langname}}} terms that refer to other parts of speech.",
	parents = {"kata mengikut fungsi semantik"},
}

labels["pro-sentences"] = {
	description = "{{{langname}}} terms that substitute for full [[sentences]].",
	parents = {"pro-bentuk"},
}

labels["questions"] = {
	description = "{{{langname}}} terms that usually or notably used as questions.",
	parents = {"kata mengikut fungsi semantik"},
}

labels["relative pro-forms"] = {
	description = "{{{langname}}} terms that indicate [[relative clause]]s.",
	parents = {"pro-bentuk"},
}

for label, data in pairs(labels) do
	if not data.umbrella_parents then
		data.umbrella_parents = "Subkategori kata mengikut fungsi semantik mengikut bahasa"
	end
end



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


raw_categories["Subkategori kata mengikut fungsi semantik mengikut bahasa"] = {
	description = "Umbrella categories covering topics related to terms categorized by their semantic function, such as types of numbers or questions.",
	additional = "{{{umbrella_meta_msg}}}",
	parents = {
		"Metakategori payung",
		{name = "Kata mengikut fungsi semantik", is_label = true, sort = " "},
	},
}

return {LABELS = labels, RAW_CATEGORIES = raw_categories}