local labels = {}
local raw_categories = {}
-----------------------------------------------------------------------------
-- --
-- LABELS --
-- --
-----------------------------------------------------------------------------
labels["縮略詞"] = {
description = "{{{langname}}} terms that are shortened forms of other words or word combinations.",
umbrella_parents = "詞源子分類",
parents = {{name = "{{{langcat}}}", raw = true}},
}
labels["縮寫"] = {
description = "{{{langname}}} abbreviated words or groups of words.",
parents = {"縮略詞"},
}
labels["首字母縮略詞"] = {
description = "{{{langname}}} groups of words represented by parts pronounced together as single words.",
parents = {"縮略詞"},
}
labels["aphetic forms"] = {
description = "{{{langname}}} words that underwent [[aphesis]], meaning their origin involved a loss or omission of a sound or syllable from their beginning.",
parents = {"截斷形式", "詞源"},
}
labels["省尾形"] = {
description = "{{{langname}}} words that underwent [[apocope]], thus their origin involved a loss or omission of a sound or syllable(s) from their end.",
parents = {"截斷形式", "詞源"},
}
labels["截斷形式"] = {
description = "{{{langname}}} words that were formed from another word by removing part of it, but without changing the part of speech.",
parents = {"縮略詞"},
}
labels["縮約形"] = {
description = "{{{langname}}} shortened words or phrases.",
parents = {"縮略詞"},
}
labels["ellipses"] = {
description = "{{{langname}}} terms that are shortened versions of longer expressions.",
parents = {"縮略詞", "詞源"},
}
labels["首字母縮略詞 單獨字母"] = {
description = "{{{langname}}} groups of words represented by their beginning parts pronounced separately.",
parents = {"縮略詞"},
}
labels["nomina sacra"] = {
description = "{{{langname}}} [[nomen sacrum|nomina sacra]].",
parents = {"abbreviations"},
}
labels["抄寫縮寫"] = {
description = "{{{langname}}}中被抄寫員使用的縮寫。",
parents = {"縮寫"},
}
labels["pseudo-acronyms"] = {
description = "{{{langname}}} groups of words that used to represent an acronym but no longer do (see [[w:Pseudo-acronym]]).",
parents = {"縮略詞"},
}
labels["語中音形式"] = {
description = "{{{langname}}} words that underwent [[syncope]], thus their origin involved a loss or omission of a sound or syllable from their interior.",
parents = {"clippings", "詞源"},
}
-- 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 縮略詞.",
additional = "{{{umbrella_meta_msg}}}",
parents = {
"綜合元分類",
{name = "縮略詞", is_label = true, sort = " "},
},
}
return {LABELS = labels, RAW_CATEGORIES = raw_categories}